.calendar-container {
    background: white;
    border-radius: 10px;
    box-shadow: 0 4px 12px rgba(0,0,0,0.1);
    overflow: hidden;
    width: 300px;
    float: right;
    margin-top: -480px;
    margin-right: 20px;
}
.calendar-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 25px;
    background: #275296;
    color: white;
}
.nav-btn {
    background: rgba(255,255,255,0.2);
    border: none;
    color: white;
    padding: 8px 15px;
    border-radius: 4px;
    cursor: pointer;
    font-size: 16px;
    transition: all 0.3s;
}
.nav-btn:hover {
    background: rgba(255,255,255,0.3);
}
.calendar-title {
    margin: 0;
    font-size: 20px;
}
.calendar-grid {
    display: grid;
    grid-template-columns: repeat(7, 1fr);
    gap: 1px;
    background: #e0e0e0;
}
.day-header {
    padding: 12px;
    text-align: center;
    background: #f5f5f5;
    font-weight: bold;
    color: #555;
}
.day-cell {
    position: relative;
    padding: 5px;
    min-height: 35px;
    background: white;
    transition: all 0.2s;
}
.day-cell:hover {
    background: #f5f9ff;
}
.day-number {
    font-weight: bold;
    font-size: 20px;
    text-align: center;
    margin-top: 5px;
	color: #888;
}
.today {
    background-color: #e8f4fe;
}
.today .day-number {
    color: #4285f4;
    font-weight: 800;
}
.event-count {
    position: absolute;
    top: 23px;
    right: 10px;
    width: 25px;
    height: 25px;
    background: #ff7043;
    color: white;
    border-radius: 50%;
    font-size: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.event-tooltip {
    position: fixed;
    z-index: 100;
    width: 220px;
    padding: 10px;
    background: white;
    border: 1px solid #ddd;
    border-radius: 5px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.1);
    opacity: 0;
    visibility: hidden;  /* 初始化隐藏 */
    transition: opacity 0.3s, visibility 0.3s;
    pointer-events: auto;  /* 允许交互 */
}
.day-cell:hover .event-tooltip {
    opacity: 1;
    visibility: visible;  /* 显示时可见 */
}
.event-item {
    padding: 8px 0;
    font-size: 13px;
    border-bottom: 1px dashed #eee;
    cursor: pointer;
    transition: all 0.2s;
}
.event-item:hover {
    color: #4285f4;
    background: #f5f9ff;
}
.event-time {
    font-size: 11px;
    color: #888;
    margin-right: 5px;
}
.leader-huodong{
    /* font-family: 'Arial', sans-serif;
    margin: 0 auto;
    padding: 20px;
    background-color: #f5f7fa; */
}
.leader-huodong .leader-box{
    width: 850px;
    min-height: 225px;
}
.leader-huodong .leader-box .leader-img-box{
    width: 120px;
    height: 180px;
    float: left;
    margin-left: 20px;
}
.leader-huodong .leader-box .leader-name-box{
    font-size: 20px;
    margin-left: 10px;
    width: 700px;
    font-weight: bold;
    float: left;

}
.leader-huodong .leader-box .leader-jianjie-box{
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #333333;
    line-height: 31px;
    margin-left: 155px;
}
.leader-huodong .leader-box .leader-fengong-box{
    margin-left: 10px;
    margin-top: 10px;
    font-size: 15px;
    width: 700px;
    height: 60px;
    float: left;
}
.leader-huodong .leader-huodong-images-box{
    width: 850px;
    height: 240px;
    overflow: hidden;
    margin-left: 20px;
    margin-top: 30px;
}
.leader-huodong .leader-huodong-images-box .leader-huodong-images-title{
    width: 850px;
    overflow: hidden;
    font-family: Microsoft YaHei;
    color: #333333;
    line-height: 50px;
}
.leader-huodong .leader-huodong-images-box .leader-huodong-images-title span{
    font-weight: bold;
    font-size: 20px;
    float: left;
}
.leader-huodong .leader-huodong-images-box .leader-huodong-images-title a{
    font-size: 18px;
    float: right;
    color: #7b7b7b;
    margin-right: 20px;
}

.leader-huodong .leader-huodong-images-box ul{

}
.leader-huodong .leader-huodong-images-box ul li{
    width: 260px;
    height: 200px;
    float: left;
    margin-right: 20px;
}
.leader-huodong .leader-huodong-images-box ul li a{
    font-size: 16px;
    color: #333;
}
.leader-huodong .leader-huodong-images-box ul li span{
    font-size: 16px;
    color: #333;
}
.leader-huodong .leader-huodong-images-box ul li a img{
    width: 260px;
    height: 160px;
}
.leader-huodong .leader-xinxiang-box{
    width: 303px;
    height: 90px;
    float: right;
    margin-top: -90px;
    margin-right: 20px;
}
.leader-huodong .leader-xinxiang-box img{
    width: 303px;
    height: 90px;
}
.event-tooltip{
    background-color: #275296;
}

.event-tooltip li:hover{
    background-color: #275296;
}
.event-tooltip li.event-item::marker{

}
.event-tooltip li:before{
    content: '';
    width: 10px;
    height: 10px;
    background: #fff;
    position: absolute;
    border-radius: 50%;
    left: 8px;
    top: 11px;
}
.event-tooltip li{
    background-color: #275296;
    text-indent: 2em;
    position: relative;
}
.event-tooltip a{
    color: #fff;
}
.event-tooltip a:hover{
    color: #fff;
}
.day-cell .on{
    color: #0880b4;
    text-decoration: underline;
}
