*{margin:0;padding:0;box-sizing:border-box;}
html{scroll-behavior:smooth;font-size:calc(100vw / 1920 * 16);}
@media(min-width:1920px){html{font-size:16px;}}
@media(max-width:768px){html{font-size:calc(100vw / 768 * 20);}}
body{font-family:'Microsoft YaHei','微软雅黑',Arial,sans-serif;color:#333;background:#fff;overflow-x:hidden;}
a{text-decoration:none;color:inherit;text-decoration: none !important;}
ul,li{list-style:none;}
.header{position:fixed;top:0;left:0;width:100%;z-index:1000;background:linear-gradient(180deg,#41989F 0%,rgba(65,152,159,0) 100%);transition:height 0.6s ease-in-out, background 0.6s ease-in-out, padding 0.6s ease-in-out;}
.header-inner{max-width:120rem;margin:0 auto;display:flex;flex-direction:column;justify-content:center;align-items:center;padding:2rem 0rem 0rem 0rem;gap:0.5rem;min-height:10rem;}
.header-top{width:90%;display:flex;align-items:center;justify-content:space-between;transition:all 0.6s ease-in-out;opacity:1;transform:translateY(0);}
.logo{display:flex;align-items:center;gap:0.75rem;color:#fff;}
.logo-badge{width:38rem;height:6rem;overflow:hidden;flex-shrink:0;}
.logo-badge img{width:100%;height:100%;object-fit:contain;}
.logo-text{display:flex;flex-direction:column;}
.logo-text .zh{font-family:STKaiti,KaiTi,serif;font-size:2.5rem;font-weight:normal;color:#FFFFFF;line-height:normal;}
.logo-text .en{font-size:0.75rem;font-weight:normal;color:#FFFFFF;line-height:normal;margin-top:0;}
.header-right{display:flex;align-items:center;gap:0;color:#fff;}
.header-right span{font-size:1rem;font-weight:350;line-height:1.5rem;color:#FFFFFF;cursor:pointer;transition:opacity 0.3s;padding:0 0.5rem;}
.header-right span:hover{opacity:0.8;}
.search-box{width:13.75rem;height:2.25rem;border-radius:1.75rem;display:flex;flex-direction:row;justify-content:flex-end;align-items:center;padding:0.5rem;gap:0.25rem;box-sizing:border-box;border:1px solid #FFFFFF;margin-left:0.75rem;}
.search-box input{background:transparent;border:none;outline:none;color:#fff;font-size:0.875rem;flex:1;padding:0 0.5rem;}
.search-icon{width:1.25rem;height:1.25rem;display:flex;align-items:center;justify-content:center;cursor:pointer;}
.search-icon svg{width:100%;height:100%;stroke:#FFFFFF;stroke-width:4;fill:none;}
.nav-bar{width:95%;display:flex;flex-direction:row;padding:0.7rem 0rem 0rem 0rem;gap:0rem;}
.nav-bar a{flex:1;display:flex;align-items:center;justify-content:center;font-size:1.39rem;font-weight:550;line-height:1.5rem;text-align:center;color:#fffffff6;transition:all 0.5s ease-in-out;position:relative;height:4.5rem;opacity:1;}
.header.scrolled .nav-bar a{color:#333;transition:all 0.5s ease-in-out;opacity:0;animation:fadeIn 0.6s ease-in-out forwards;}
@keyframes fadeIn {from {opacity:0;transform:translateY(5px);} to {opacity:1;transform:translateY(0);}}
.nav-bar a.active{font-weight:550;}
.nav-bar a:hover::after,.nav-bar a.active::after{width:45%;}
.header.transitioning-down .nav-bar{animation:appearFromTop 0.6s ease-in-out;}
@keyframes appearFromTop{from{transform:translateY(-20px);} to{transform:translateY(0);}}
.header.transitioning-up .nav-bar{animation:hideToTop 0.6s ease-in-out;}
@keyframes hideToTop{from{transform:translateY(0);} to{transform:translateY(-20px);}}
.header.scrolled{background:#fff !important;height:4.3rem !important;transition:all 0.5s;box-shadow:0 2px 10px rgba(0,0,0,0.1);transition:height 0.6s ease-in-out, background 0.6s ease-in-out, padding 0.6s ease-in-out;}
.header.scrolled .logo{color:#333;}
.header.scrolled .logo-text .zh{color:#333;}
.header.scrolled .logo-text .en{color:#333;}
.header.scrolled .header-right{color:#333;}
.header.scrolled .header-right span{color:#333;}
.header.scrolled .header-right span:hover{opacity:0.7;color:#41989F;}
.header.scrolled .search-box{border:1px solid #ccc;}
.header.scrolled .search-box input{color:#333;placeholder{color:#999;};}
.header.scrolled .search-icon svg{stroke:#333;}
.header.scrolled .nav-bar{width:100%;padding:0.5rem 0;gap:0;}
.header.scrolled .nav-bar a{color:#333;}
.header.scrolled .nav-bar a:hover{color:#41989F;}
.header.scrolled .nav-bar a.active{color:#41989F;}
body.no-scroll{overflow:hidden;-ms-overflow-style:none;scrollbar-width:none;}
body.no-scroll::-webkit-scrollbar{display:none;}
.header.scrolled .header-top{opacity:0;transform:translateY(-20px);height:0;overflow:hidden;padding:0;transition:all 0.6s ease-in-out;}
.header.scrolled .header-inner{padding:0.8rem 3.1rem;min-height:auto;gap:0;justify-content:center;transition:all 0.6s ease-in-out;}
.header .nav-bar{transition:all 0.6s ease-in-out;}
.nav-item{position:relative;flex:1;display:flex;align-items:center;justify-content:center;height:1.5rem;}


.dropdown-arrow{position:absolute;top:-12px;width:0;height:0;border-left:10px solid transparent;border-right:10px solid transparent;border-bottom:12px solid #41989F;}
.dropdown-content{display:flex;height:13rem;}
.dropdown-image{width:35%;height:95%;overflow:hidden;border-radius:2px;}
.dropdown-image img{width:100%;height:100%;object-fit:cover;}
.dropdown-list{flex:1;padding-right:1px;display:flex;align-items:center;margin-left: 2rem;padding-bottom: 4rem;}
.dropdown-list ul{list-style:none;margin:0;padding:0;width:100%;display:grid;grid-template-columns:1fr 1fr;gap: 0.9rem 1.2rem;}
.dropdown-list li{font-size:1.15rem;color:#646464;text-align:left;cursor:pointer;padding-left:1rem;position:relative;line-height:1.4;}
.dropdown-list li::before{content:"";position:absolute;left:0;top:0.6em;width:6px;height:6px;border-radius:50%;background-color:#41989F;}
.dropdown-list li a {
    font-size: 1.15rem;
    color: #646464;
    text-align: left;
    cursor: pointer;
    position: relative;
    line-height: 1.4;
    unicode-bidi: isolate;
    list-style: none;
    display: list-item;
    height: 1.5rem;
    opacity: 1;
    font-weight: 500;
}
.dropdown-list li:hover a {
    color: #41989F;  /* hover时改变颜色（可选，根据需要） */
}
.dropdown-list li:hover {color: #41989F;}
.dropdown-list li:hover::before {background-color: #41989F;}
.banner-section{width:100%;height:100vh;position:relative;overflow:hidden;background:#5692C4;}
.banner-slide{position:absolute;top:0;left:0;width:100%;height:100%;opacity:0;transition:opacity 1.5s ease-in-out;}
.banner-slide.active{opacity:1;}
.banner-slide img{width:100%;height:100%;object-fit:cover;animation:bannerZoom 30s ease-in-out infinite;}
@keyframes bannerZoom{0%{transform:scale(1);}50%{transform:scale(1.05);}100%{transform:scale(1);}}
.banner-top-gradient{position:absolute;top:0;left:0;width:100%;height:10rem;background:linear-gradient(180deg,#41989F 0%,rgba(65,152,159,0) 100%);z-index:5;pointer-events:none;}
.banner-dots{position:absolute;bottom:0;left:0;width:100%;height:5.75rem;display:flex;justify-content:center;align-items:center;gap:1rem;z-index:10;background:linear-gradient(180deg,rgba(65,152,159,0) 0%,#41989F 100%);}
.banner-dots span{width:0.875rem;height:0.875rem;border-radius:50%;cursor:pointer;transition:all 0.4s;background:transparent;border:1px solid #FFFFFF;box-sizing:border-box;}
.banner-dots span.active{width:2rem;height:0.75rem;border-radius:0.5rem;background:#FFFFFF;border:none;}
.anim-item{opacity:0;transition:all 1.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);}
.anim-left{transform:translateX(-5rem);}
.anim-right{transform:translateX(5rem);}
.anim-up{transform:translateY(3.75rem);}
.anim-down{transform:translateY(-3.75rem);}
.anim-item.visible{opacity:1;transform:translate(0,0) scale(1);transition:all 1.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);}
.delay-1{transition-delay:.1s!important;}.delay-2{transition-delay:.2s!important;}.delay-3{transition-delay:.3s!important;}.delay-4{transition-delay:.4s!important;}.delay-5{transition-delay:.5s!important;}.delay-6{transition-delay:.6s!important;}.delay-7{transition-delay:.7s!important;}.delay-8{transition-delay:.8s!important;}
.section-header{display:flex;align-items:flex-end;justify-content:space-between;margin-bottom:1.875rem;}
.section-label{display:flex;flex-direction:row;align-items:flex-end;gap:0.1rem;font-family:'Source Han Serif SC','Source Han Serif','Noto Serif SC','SimSun',serif;position:relative;}
.section-label .label-left{display:flex;flex-direction:column;align-items:center;gap:0;line-height:1;transform:translateY(0.3rem);}
.section-label .en{font-size: 1rem;text-transform: uppercase;margin: 0;padding: 0;display: block;height: 22px;opacity: 1;font-family: Source Han Sans;font-weight: 350;line-height: 22px;letter-spacing: 0em;color: #8C8C8C;}
.section-label .t-sm{font-size:2.3rem;font-weight:600;line-height:1;margin:0.05rem 0 0 0;padding:0;display:block;color:#222;}
.section-label .t-lg{font-size:3.2rem;font-weight:bold;line-height:0.82;margin:0;padding:0;color:#41989F;}
.section-label.theme-white .en{color:rgba(255,255,255,0.8);}
.section-label.theme-white .t-sm{color:#fff;}
.section-label.theme-white .t-lg{color:#fff;}
.section-label .notice-left{display:flex;flex-direction:column;align-items:center;gap:0;line-height:1;transform:translateY(0.3rem);}
.more-link{font-family: 思源黑体;margin-left:auto;font-size:1.3rem;color:#a5a5a5;cursor:pointer;transition:color 0.3s;}
.more-link:hover{color:#41989F;}
.news-section{position:relative;overflow:hidden;height:100vh!important;}
.news-bg{display:flex;width:100%;min-height:100%;}
.news-bg-left {flex: 0 0 25%;position: relative;overflow: hidden;}
.news-bg-left img{position: absolute;left: 0px;top: 0px;width:100%;height:100%;object-fit:cover;opacity: 1;object-position:30% center}
.news-bg-left::after {content: '';position: absolute;top: 0;left: 0;width: 100%;height: 100%;background: linear-gradient(270deg, rgba(1, 141, 107, 0.8) 0%, rgba(1, 117, 117, 0.8) 25%);mix-blend-mode: multiply; }
.news-bg-right{flex:1;background:#ECF5F6;}
.news-content{position:absolute;top:0;left:0;width:100%;height:94%;display:flex;flex-direction:column;}
.news-content-inner{max-width:108.5rem;margin:0 auto;width:100%;padding:5.5rem 0.3rem 3.5rem 0.3rem;display:flex;flex-direction:column;flex:1;}
.news-title-bar{display:flex;flex-direction:row;align-items:flex-end;gap:0.1rem;padding: 1rem 0 0 0;margin-bottom:2.5rem;background:transparent;border-radius:0;color:#fff;position:relative;left:0;font-family:'Source Han Serif SC','Source Han Serif','Noto Serif SC','SimSun',serif;}
.news-title-bar .news-left{display:flex;flex-direction:column;align-items:center;gap:0;line-height:1;transform:translateY(0.3rem);}
.news-title-bar .en{font-size:0.73rem;font-family:Arial,sans-serif;opacity:0.8;text-transform:uppercase;letter-spacing:1px;font-weight:400;margin:0;padding:0;line-height:1.3;display:block;}
.news-title-bar .t-sm{font-size:2rem;font-weight:400;line-height:1;margin:0.05rem 0 0 0;padding:0;display:block;}
.news-title-bar .t-lg{font-size:3.2rem;font-weight:bold;line-height:0.82;margin:0;padding:0;}
.news-wrapper{display:flex;gap:2.5rem;flex:1;}
.news-image-box{flex:0 0 53rem;position:relative;overflow:hidden;border-radius:0rem;}
.news-image-slide{position:absolute;top:0;left:0;width:100%;height:100%;opacity:0;transition:opacity 1s;}
.news-image-slide.active{opacity:1;}
.news-image-slide img{width:100%;height:100%;object-fit:cover;transition:transform 0.6s;}
.news-image-box:hover .news-image-slide.active img{transform:scale(1.05);}
.news-caption{position:absolute;bottom:0;left:0;width:100%;background:linear-gradient(transparent,rgba(0,0,0,0.7));color:#fff;padding:1.5625rem 1.125rem 0.875rem;font-size:1.2rem;}
.news-list{flex:1;display:flex;flex-direction:column;}
.news-item{padding:1.6rem 1.25rem;border-bottom:1px solid #eee;cursor:pointer;position:relative;transition:all 0.35s;background:transparent;padding-left:1.75rem;}
.news-item::before{content:'';position:absolute;left:0;top:0;width:2px;height:100%;background:#2a9d8f;opacity:0;transition:opacity 0.3s;}
.news-item:hover,.news-item.active-item{background:#fff;box-shadow:0 0.125rem 0.625rem rgba(0,0,0,0.04);}
.news-item:hover::before,.news-item.active-item::before{opacity:1;}
.news-item:hover .ni-title{color:#2a9d8f;}
.ni-head{display:flex;justify-content:space-between;align-items:center;margin-bottom:0.7rem;}
.ni-title{font-size:1.4rem;color:#333;font-weight:600;transition:color 0.3s;flex:1;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;}
.ni-date{font-size:1.2rem;color:#bbb;flex-shrink:0;margin-left:0.9375rem;}
.ni-desc{font-size:1.2rem;color:#696969;line-height:1.6;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;}
.unified-wrapper{position:relative;width:100%;overflow:hidden;background-color:#f8f9fa;}
.unified-bg-img{position:absolute;z-index:0;pointer-events:none;width:100%;height:100%;overflow:visible;}
.bg-top-right{top:-15rem;right:1rem;width:100%;-webkit-mask-image:linear-gradient(to left, #000 0%, #000 80%, transparent 80%);mask-image:linear-gradient(to left, #000 0%, #000 20%, transparent 60%);}
.bg-top-right img{width:1287px;max-width:none;position:absolute;top:0;right:0;height:auto;opacity:1;}
.bg-bottom-left{top:27rem;bottom:0;left:-18rem;width:100%;-webkit-mask-image:linear-gradient(to right, #000 0%, #000 80%, transparent 80%);mask-image:linear-gradient(to right, #000 0%, #000 20%, transparent 60%);}
.bg-bottom-left img{width:1970px;max-width:none;position:absolute;bottom:0;left:0;height:auto;opacity:1;}
.notice-section {background: transparent !important;padding: 4rem 0 1.75rem 0;position: relative;z-index: 2;}
.notice-inner {max-width: 108.5rem;margin: 0 auto;padding: 0 0.3rem;width: 100%;}
.notice-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:1.25rem;}
.notice-date-row{display:flex;align-items:baseline;margin-bottom:0.75rem;}
.nd-num{font-size:2.2rem;color:#41989F;transition:color 0.5s;}
.nd-year{font-size:1.3rem;color:#41989F;}
.notice-text{font-size:1.3rem;color:#262626;line-height:1.7;font-weight: 350;}
.notice-item{border-bottom: 3px solid #41989F;box-shadow: 2px 12px 32px 0px rgba(58, 110, 148, 0.14);padding:1.5625rem 2rem;cursor:pointer;transition:transform 0.4s ease, box-shadow 0.4s ease;transition-delay:0s !important;position:relative;background:#f8f9fa;border-radius:0.25rem;overflow:hidden;z-index:1;background-image:url('/publish/ec/images/di1.png');background-size:cover;background-position:center;background-repeat:no-repeat;border-radius:4px;box-shadow:0 4px 20px rgba(0,0,0,0.08);}
.notice-item::before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background:url('/publish/ec/images/ggbg1.png') no-repeat center center;background-size:cover;opacity:0;z-index:-1;transition:opacity 0.4s ease 0s;}
.notice-date-row, .notice-text{position:relative;z-index:2;transition:color 0.2s ease 0s !important;}
.notice-item:hover{box-shadow:0.25rem 0.25rem 1.25rem rgba(0,0,0,0.1),-0.25rem 0 1.25rem rgba(0,0,0,0.03);transform:translateY(-0.2rem);transition-delay:0s !important;}
.notice-item:hover::before{opacity:1;}
.notice-item:hover .notice-text, .notice-item:hover .nd-num, .notice-item:hover .nd-year{color:#ffffff !important;transition-delay:0s !important;}
.party-section {background: transparent !important;padding: 2.75rem 0;position: relative;z-index: 2;}
.party-section::before { display: none; }
.teaching-section {background: transparent !important;padding: 0.5rem 0 3.5rem 0;position: relative;z-index: 2;}
.teaching-inner {max-width: 108.5rem;margin: 0 auto;padding: 0 0rem;width: 100%;}
.party-inner{max-width:108.5rem;margin:0 auto;padding:0 0.3rem;width:100%;}
.party-grid{display:flex;gap:1.125rem;margin-top: 2rem;}
.party-card{flex:1;border-radius:0.1rem;overflow:hidden;position:relative;cursor:pointer;height:31rem;transition:all 1s;}
.party-card:hover{transform:translateY(-0.375rem);box-shadow:0 0.75rem 2.1875rem rgba(0,0,0,0.15);}
.party-card:hover .party-card-img{transform:scale(1.06);}
.party-card-img{width:100%;height:100%;object-fit:cover;transition:transform 0.6s;display:block;}
.party-card-overlay{position:absolute;top:0;left:0;width:100%;height:100%;display:flex;flex-direction:column;justify-content:space-between;padding:1.5625rem 1.25rem;z-index:2;}
.party-card-title{font-size:1.375rem;color:#fff;font-weight:bold;letter-spacing:0.25rem;writing-mode:vertical-rl;text-orientation:mixed;line-height:1.6;text-shadow:1px 2px 6px rgba(0,0,0,0.3);align-self:flex-start;}
.party-card-btn{display:inline-flex;flex-direction:column;align-items:center;gap:0.5rem;color:#fff;font-size:0.75rem;align-self:flex-end;transition:all 0.3s;writing-mode:vertical-rl;letter-spacing:0.125rem;}
.party-card-btn::after{content:'';display:block;width:1px;height:1.875rem;background:#fff;margin-top:0.25rem;}
.party-card:hover .party-card-btn{opacity:0.9;}
.teaching-section {background: transparent !important;padding: 0.5rem 0 2.75rem 0;overflow: hidden;position: relative;z-index: 1;}
.teaching-inner {max-width: 108.5rem;margin: 0 auto;padding: 0 0.3rem;width: 100%;}
.teaching-carousel {will-change: transform;transform: translate3d(0,0,0);}
.teaching-carousel-wrap{position:relative;overflow:hidden;padding:1.5rem 0;}
.teaching-carousel{display:flex;align-items:center;justify-content:space-between;gap:0;transition:transform 0.7s cubic-bezier(0.25, 0.8, 0.25, 1);}
.teaching-card {transition:transform 0.65s cubic-bezier(0.23, 1, 0.32, 1) !important,opacity 0.65s ease-out !important,box-shadow 0.65s ease-out !important;}
.teaching-card:hover {transition:transform 0.65s cubic-bezier(0.34, 1.56, 0.64, 1) !important,box-shadow 0.65s ease-out !important;transform: scale(1.07) !important;box-shadow: 0 14px 38px rgba(0,0,0,0.16) !important;z-index: 20 !important;}
.teaching-card.init-left{transform:translateX(-30px);opacity:0;}
.teaching-card.init-right{transform:translateX(30px);opacity:0;}
.teaching-card.animate-in{opacity:1;transform:translateX(0);transition:all 0.5s cubic-bezier(0.25, 0.8, 0.25, 1);}
.teaching-card .tc-top{flex:1;padding:1.375rem 2rem;display:flex;flex-direction:column;justify-content:flex-start;}
.teaching-card .tc-day{font-size:2.4rem;font-weight:bold;color:rgba(255,255,255,0.9);line-height:1;}
.teaching-card .tc-month{font-size:1.3rem;color:rgba(255,255,255,0.6);margin-top:0.25rem;}
.teaching-card .tc-line{width:1.875rem;height:2px;background:rgba(255,255,255,0.3);margin:0.875rem 0;}
.teaching-card .tc-text{font-size:1.3rem;color:rgba(255,255,255,0.85);line-height:1.7;}
.teaching-card.small{width:27.5rem;height:17rem;}
.teaching-card.large{width:27.5rem;height:17rem;}
.tc-color-1{background:linear-gradient(135deg,#41989F,#41989F);}
.tc-color-2{background:linear-gradient(135deg,#ECF5F6,#ECF5F6);}
.tc-color-2 .tc-day,.tc-color-2 .tc-month,.tc-color-2 .tc-text{color:#555!important;}
.tc-color-2 .tc-line{background:rgba(0,0,0,0.1)!important;}
.tc-color-3{background:linear-gradient(135deg,#41989F,#41989F);}
.tc-color-4{background:linear-gradient(135deg,#ECF5F6,#ECF5F6);}
.tc-color-4 .tc-day,.tc-color-4 .tc-month,.tc-color-4 .tc-text{color:#555!important;}
.tc-color-4 .tc-line{background:rgba(0,0,0,0.1)!important;}
.research-section{position:relative;padding:0;overflow:hidden;}
.research-top-bg {height: 25rem;position: relative;overflow: hidden;background: linear-gradient(270deg, #018D6B 0%, #017575 100%);}
.research-top-bg img {width: 100%;height: 100%;object-fit: cover;position: absolute;top: 0;left: 0;z-index: 1; filter: brightness(0.8); }
.research-top-bg::after {content: '';position: absolute;top: 0;left: 0;width: 100%;height: 100%;background: rgba(42,157,143,0.55);z-index: 2;pointer-events: none; }
.research-header-wrap {position: absolute;top: 0;left: 0;width: 100%;padding-top: 2.5rem;z-index: 3;}
.research-header-inner {max-width: 108.5rem;margin: 0 auto;padding: 0 0.3rem;display: flex;justify-content: space-between;align-items: center;}
.research-card{max-width:107rem;margin:-16.5rem auto 3.75rem;position:relative;z-index:4;background:#fff;border-radius:0.375rem;box-shadow:0 0.5rem 2.5rem rgba(0,0,0,0.1);display:flex;overflow:hidden;min-height:25rem;}
.research-left{flex:0 0 50%;border-right:0px solid #f0f0f0;display:flex;flex-direction:column;}
.research-left-scroll{flex:1;overflow-y:auto;padding: 2.5rem 2rem 3rem 2rem;}
.research-left-scroll::-webkit-scrollbar{width:0.25rem;}
.research-left-scroll::-webkit-scrollbar-thumb{background:#ccc;border-radius:0.125rem;}
.tl-item{display:flex;gap:0;padding:0.3rem 1rem 0.4rem 1rem;cursor:pointer;transition:all 0.3s;position:relative;}
.tl-item:last-child{border-bottom:none;}
.tl-item:hover,.tl-item.active{background:rgba(42,157,143,0.04);}
.tl-item:hover .tl-title{color:#41989F;padding: 0rem 0 0 0.3rem;}
.tl-item.active .tl-dot{background:#41989F;box-shadow:0 0 0 0.25rem rgba(42,157,143,0.2);transform:scale(1.3);}
.tl-item.active .tl-title{color:#41989F;font-weight:bold;padding: 0rem 0 0 0.3rem;}
.tl-item.active .tl-day{color:#41989F;}
.tl-date{flex:0 0 4.0625rem;text-align:center;padding-top:0.125rem;}
.tl-day{font-size:2.2rem;font-weight:450;color:#444;line-height:1;transition:color 0.3s;}
.tl-month{font-size:1.2rem;color:#aaa;margin-top:0.25rem;}
.tl-line-wrap {flex: 0 0 2.5rem;display: flex;flex-direction: column;align-items: center;position: relative;}
.tl-dot {width: 0.625rem;height: 0.625rem;background: #41989F;border-radius: 50%;z-index: 2;transition: all 0.4s;flex-shrink: 0;margin-top: 1rem;}
.tl-line {position: absolute;top: 0;bottom: 0;left: 50%;width: 0;border-left: 1.5px dashed #41989F;transform: translateX(-50%);z-index: 1;margin: 0;background: none;}
.tl-content{flex:1;padding:0 0.625rem;}
.tl-title{font-size:1.4rem;font-weight: bold;color:#41989F;margin-bottom:0.375rem;transition:color 0.3s;line-height:1.5;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;}
.tl-desc{font-size:1.2rem;font-weight: 350;color: #262626;line-height:1.7;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;background-image: linear-gradient(to right, #dbd6d6, #41989F);background-position: left bottom;background-size: 0% 1px;background-repeat: no-repeat;transition: background-size 0.8s ease-in-out;padding-bottom: 3px;}
.tl-item:hover .tl-desc {background-size: 100% 0.15rem;}
.research-right{flex:0.9;padding:3rem 0.2rem;display:flex;flex-direction:column;}
.rr-header-wrap{display:flex;align-items:flex-start;gap:1.5rem;margin-bottom:1.2rem;}
.rr-date-area{display:flex;flex-direction:column;align-items:center;}
.rr-day{font-size:3rem;font-weight:500;color: #41989F;line-height:1;margin:0;font-family: 思源黑体;}
.rr-month{font-size:1.1rem;color: #41989F;margin-top:0.4rem;font-family: 思源黑体;}
.rr-title-area{flex:1;display:flex;flex-direction:column;gap:0.8rem;}
.rr-title{font-size:1.6rem;color:#41989F;font-weight:500;line-height:1;margin:0;font-family: 思源黑体;}
.rr-small-img{width:1.9rem;height:auto;display:block;margin-top: 2rem;}
.rr-arrow{display:none;}
.rr-img-box{width: 43rem;height: 25rem;max-width: none;border:0px solid #eee;border-radius:0.3rem;overflow:hidden;margin-bottom:1rem;background:#fafafa;transition:transform 0.4s;}
.rr-img-box:hover{transform:scale(1.02);}
.rr-img-box img{width:100%;height: 100%;display: block;object-fit: fill;}
.rr-paper-title{font-size:0.875rem;color:#333;font-weight:500;margin-bottom:0.8rem;line-height:1.6;}
.rr-text{font-size: 1.2rem;font-weight: 350;color: #262626;line-height:1.9;text-indent:2em;overflow:hidden;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;background-image: linear-gradient(to right, #dbd6d6, #41989F);background-position: left bottom;background-size: 0% 1px;background-repeat: no-repeat;transition: background-size 0.8s ease-in-out;padding-bottom: 3px;}
.rr-text:hover {background-size: 100% 0.15rem;}

/* ================= 全新 Footer 样式 ================= */
.new-footer {
    position: relative;
    width: 100%;
    background: linear-gradient(310deg, #018D6B 0%, #017575 50%); /* 还原原本的背景色 */
    color: rgba(255, 255, 255, 0.85); /* 还原字体颜色 */
    padding: 5rem 0; /* 控制整体上下间距 */
    overflow: hidden;
}

.new-footer-bg {
    position: absolute;
    left: 0px;
    top: -210px;
    width: 1920px;
    height: 1279px;
    mix-blend-mode: multiply; /* 还原正片叠底效果 */
    opacity: 1;
    z-index: 1;
}

.new-footer-container {
    position: relative;
    z-index: 2;
    max-width: 107rem; 
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 0.25rem; 
}

/* --- 左侧：地址 --- */
.new-footer-left {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 0.8rem;
    font-size: 16px;
    font-family: 'Source Han Sans', 'Microsoft YaHei', sans-serif;
    color: rgba(255, 255, 255); /* 还原原版底部文字颜色 */
    justify-content: center;
    font-family: '思源黑体';
}
.new-footer-left p {
    margin: 0;
}

/* --- 中间：Logo (完全还原原版样式) --- */
.new-footer-center {
    flex: 1.1; /* 中间稍微占宽一点，避免两边挤压 */
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}
.new-footer-badge {
    width: 8rem; 
    height: 8rem; 
    border-radius: 50%; 
    border: 2px solid rgba(255, 255, 255, 0.4); 
    display: flex; 
    align-items: center; 
    justify-content: center; 
    margin-bottom: 0.625rem; 
    overflow: hidden; 
    background: rgba(255, 255, 255, 0.08);
}
.new-footer-badge img {
    width: 100%; 
    height: 100%; 
    object-fit: contain;
}
.new-footer-school-name {
    font-size: 2.4rem; 
    font-family: STKaiti; /* 华文楷体 */
    font-weight: normal;
    line-height: normal;
    letter-spacing: -0.1em;
    font-variation-settings: "opsz" auto;
    color: #FFFFFF;
}
.new-footer-school-en {
    font-size: 0.75rem; 
    color: rgba(255, 255, 255); 
    margin-top: 0.25rem;
}

/* --- 右侧：二维码 --- */
.new-footer-right {
    flex: 1;
    display: flex;
    justify-content: flex-end; 
    gap: 2rem; 
}
.new-qr-item {
    display: flex;
    flex-direction: column;
    align-items: center;
}
.new-qr-img {
    width: 8.5rem; /* 还原原版二维码框大小 */
    height: 8.5rem; 
    background: #fff;
    overflow: hidden; 
    transition: transform 0.3s; 
    display: flex; 
    align-items: center; 
    justify-content: center;
}
.new-qr-img:hover {
    transform: scale(1.08); /* 还原原版二维码悬停放大效果 */
}
.new-qr-img img {
    width: 100%; 
    height: 100%; 
    object-fit: contain;
}
.new-qr-text {
    font-size: 0.8rem; 
    color: rgba(255, 255, 255); /* 还原原版二维码下方字体颜色 */
    margin-top: 0.375rem; 
    text-align: center; 
    line-height: 1.6;
}

/* ================= 手机端适配 ================= */
@media (max-width: 768px) {
    .new-footer-bg {
        /* 手机端背景图调整，防止溢出变形 */
        left: -50%;
        width: 200%;
        height: 100%;
        object-fit: cover;
    }
    .new-footer-container {
        flex-direction: column; 
        gap: 2.5rem; 
        padding: 2rem 1rem;
    }
    
    .new-footer-center {
        order: 1; /* Logo 最上 */
        flex: auto;
    }
    
    .new-footer-left {
        order: 2; /* 地址 中间 */
        align-items: center; 
        text-align: center;
        flex: auto;
        font-size: 1.1rem;
    }
    
    .new-footer-right {
        order: 3; /* 二维码 最下 */
        justify-content: center; 
        width: 100%;
        flex: auto;
    }
}
::-webkit-scrollbar{width:0.3125rem;}
::-webkit-scrollbar-track{background:#f0f0f0;}
::-webkit-scrollbar-thumb{background:#2a9d8f;border-radius:0.1875rem;}
.dropdown-menu{width:min(680px,90vw);}
@media(max-width:768px){.banner-section{height:48vh;min-height:260px;}
.banner-slide img{object-fit:cover;background:#5692C4;}
.banner-top-gradient{height:3.5rem;}
.banner-dots{height:3rem;}
.notice-section,.party-section,.teaching-section{padding:2.2rem 0;}
.news-content-inner{padding:1.2rem 1rem;}
.section-header{margin-bottom:1.2rem;}
.header-inner{padding:0.8rem 1rem 0.5rem 1rem;min-height:auto;gap:0.6rem;}
.header-top{flex-wrap:wrap;gap:0.8rem;}
.logo-badge{width:4.2rem;height:4.2rem;}
.logo-badge img{object-fit:contain;}
.header-right{display:none;}
.nav-bar{flex-wrap:wrap;gap:0.4rem;justify-content:center;}
.news-section{height:auto!important;}
.news-bg{flex-direction:column;}
.news-bg-left{flex:none;height:9.5rem;}
.news-wrapper{flex-direction:column;gap:1.2rem;}
.news-image-box{flex:none;height:205px;border-radius:6px;}
.news-image-box img{object-fit:cover;}
.news-caption{font-size:0.95rem;padding:1.1rem 1rem 0.8rem;}
.news-item{padding:1.35rem 1.1rem;}
.ni-title{font-size:1.15rem;}
.ni-desc{font-size:0.98rem;}
.notice-grid{grid-template-columns:repeat(2,1fr);gap:1.1rem;}
.notice-item{padding:1.4rem 1.3rem;}
.nd-num{font-size:1.85rem;}
.notice-text{font-size:1.15rem;line-height:1.55;}
.party-grid{flex-wrap:wrap;gap:1rem;justify-content:space-between;}
.party-card{flex:none;width:48%;height:165px;border-radius:6px;}
.party-card-img{object-fit:cover;}
.teaching-carousel-wrap{padding:1.2rem 0;}
.teaching-carousel{gap:1rem;overflow-x:auto;-webkit-overflow-scrolling:touch;padding-bottom:0.8rem;}
.teaching-card{width:265px!important;height:178px!important;flex-shrink:0;border-radius:8px;}
.teaching-card .tc-day{font-size:2.1rem;}
.teaching-card .tc-text{font-size:1.1rem;line-height:1.45;}
.research-card{flex-direction:column;margin:-9rem auto 2.5rem;min-height:auto;}
.research-left{max-height:none;border-bottom:1px solid #f0f0f0;padding-bottom:1.5rem;}
.research-left-scroll{padding:2rem 1.5rem;}
.tl-item{padding:0.9rem 0.8rem;}
.rr-img-box{width:100%!important;height:auto!important;aspect-ratio:1.72;}
.rr-img-box img{object-fit:cover;}
.footer-inner{flex-direction:column;gap:0rem;}
.footer-bottom{font-size:0.9rem;line-height:1.65;padding:1.2rem 0;}
.unified-bg-img{display:none;}
.header.scrolled{height:auto;}
.dropdown-menu{position:absolute!important;width:94%!important;left:3%!important;top:100%!important;margin-top:0.3rem!important;border-top:4px solid #41989F!important;box-shadow:0 6px 25px rgba(0,0,0,0.12)!important;z-index:9999!important;padding:1.4rem!important;height:auto!important;}}
.sub-banner {width: 100%;height: 71vh;position: relative;overflow: hidden;background: #5692C4;}
.sub-banner img {width: 100%;height: 100%;display: block;object-fit: cover;object-position: center bottom;}
.sub-main{max-width:109.6rem;margin:0 auto;padding:2rem 1rem;display:flex;gap:1.5rem;}
.left-nav{position:relative;flex:0 0 19rem;background:transparent;border-radius:0;box-shadow:none;overflow:visible;filter:drop-shadow(0.5rem 0.5rem 0.5rem rgba(0, 0, 0, 0.25));}
.nav-base{position:absolute;top:0;right:0;width:19rem;height:28.8rem;background:#41989F;z-index:1;}
.nav-base .top-title{color:#fff;padding:1.2rem 2rem;font-size:1.3rem;font-weight:550;text-align:left;letter-spacing:1px;}
.nav-foreground {
    position: relative; /* 核心修改：取消绝对定位，改用相对定位，让它可以撑开父级的高度 */
    margin-top: 4rem; 
    margin-left: 1.5rem; /* 左侧边距1.5rem，确保它依然靠右侧对齐 */
    width: 17.5rem;
    min-height: 36rem;
    height: auto !important; /* 核心修改：取消固定高度，改为自适应内容高度 */
    padding-bottom: 6rem; /* 核心修改：底部增加留白，防止菜单项把底部的背景图片遮挡 */
    background-color: #fff;
    background-image: url('/publish/ec/images/xyjj.png'); /* 注意这里的路径与你原文件保持一致 */
    background-position: center bottom;
    background-repeat: no-repeat;
    background-size: 100% auto;
    z-index: 2;
    display: flex;
    flex-direction: column;
    box-shadow: 0 4px 15px rgba(0,0,0,0.05);
}
.nav-foreground ul{list-style:none;margin:0;padding:0;}
.nav-foreground ul li{border-bottom:1px solid #f0f0f0;transition:all .3s;font-size:1.1rem;text-align: left;padding-left: 0rem;}
.nav-foreground ul li a{display:block;padding:1.4rem 0;color:#333;text-decoration:none;}
.nav-foreground ul li.active{background:#E4AC4D;}
.nav-foreground ul li.active a{color:#ffffff;font-weight:bold;}
.nav-foreground ul li:hover:not(.active){background:#ededed;}
@media(max-width:768px){.left-nav{min-height:auto;width:100%;flex:none;}.nav-base{position:relative;width:100%;height:auto;top:0;right:0;box-shadow:none;}.nav-foreground{position:relative;width:100%;height:auto;top:0;right:0;box-shadow:none;}}

.sub-main-wrapper{background-color: #ECEEED;}
.content{border: 1px solid #d6d6d6;flex:1;background:#fff;box-shadow: 0.5rem 0.5rem 0.5rem rgba(0, 0, 0, 0.2);;padding:2.5rem 2.5rem 0rem 2.5rem;min-height:500px;}.content-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1.5rem;}.content-title{font-size:1.75rem;color:#41989F;font-weight:700;}.breadcrumb {
    font-size: 0.95rem;
    color: #888;
    display: flex;          /* 开启弹性盒布局 */
    align-items: center;    /* 让内部的图片和文字在垂直方向上绝对居中 */
    flex-wrap: wrap;        /* 如果路径太长，允许自然换行 */
}

.breadcrumb a {
    color: #41989F;
    text-decoration: underline;
}

.breadcrumb a:hover {
    color: #2a9d8f;
}

/* 新增：控制当前位置图标的大小 */
.breadcrumb-icon {
    height: 18px;           /* 控制图片的高度，宽度会自动等比例缩放 */
    width: auto;
    margin-right: 6px;      /* 图片与右侧“首页”文字的间距 */
}.content hr{height:1px;background:#eee;border:none;margin:2rem 0;}.content-body{margin-bottom:2rem;font-size:1.05rem;line-height:1.85;color:#333;text-align:justify;}@media(max-width:768px){.sub-main{flex-direction:column;}.left-nav{flex:none;width:100%;}}


.nav-foreground ul.level-2 > li {
    border-bottom: 1px solid #f0f0f0;
    transition: all .3s;
    text-align: left;
}
.nav-foreground ul.level-2 > li > a {
    font-size: 1.2rem;
    display: block;
    padding: 1.4rem 0 1.4rem 3rem;
    color: #333;
    text-decoration: none;
    position: relative;
    transition: all 0.3s;
}

/* 需求1：鼠标悬停在一级和二级菜单时，背景色改为 #ededed */
.nav-foreground ul.level-2 > li > a:hover,
.level-3 li a:hover {
    background-color: #ededed !important;
}

/* 需求2&4：选中的是没有二级菜单的一级菜单时 -> 黄底白字 */
.nav-foreground ul.level-2 > li.active > a {
    background: #E4AC4D !important;
    color: #ffffff !important;
    font-weight: bold;
}

/* 二级菜单容器 */
.level-3 {
    list-style: none;
    padding: 0;
    margin: 0;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.4s ease-in-out;
    background-color: #fff;
}
.level-3 li {
    border-bottom: 1px solid #f9f9f9 !important;
}
.level-3 li a {
    display: block;
    padding: 1rem 0 1rem 4.5rem !important;
    color: #666 !important;
    font-size: 1.05rem;
    text-decoration: none;
    font-weight: normal !important;
}

/* 需求3&5：选中二级菜单 -> 字体 #41989F，且背景变色(这里用悬停同款#ededed)，且不影响一级菜单 */
.level-3 li.sub-active a {
    color: #41989F !important;
    background-color: #ededed !important; 
    font-weight: bold !important;
}

  /* ================= 右侧折叠面板样式 ================= */
  .accordion-wrapper {
      margin-top: 1.5rem;
  }
  .accordion-item {
      margin-bottom: 0.5rem;
  }
  /* 折叠头部 (带背景图) */
  .accordion-head {
      display: flex;
      justify-content: space-between;
      align-items: center;
      /* 替换为你实际的背景图路径 */
      background-image: url('/publish/ec/images/ggbg3.jpg'); 
      background-color: #007B75; /* 备用背景色，提取自截图 */
      background-size: cover;
      background-position: right center;
      color: #fff;
      padding: 0.8rem 1.5rem;
      cursor: pointer;
      transition: opacity 0.3s;
  }
  .accordion-head:hover {
      opacity: 0.95;
  }
  /* 左侧带菱形的标题 */
  .head-title {
      font-size: 1.25rem;
      font-weight: bold;
      display: flex;
      align-items: center;
  }
  /* .head-title::before {
      content: '';
      display: inline-block;
      width: 8px;
      height: 8px;
      /* background-color: #fff;  */
      transform: rotate(45deg);
      margin-right: 12px;
  } */
  /* 右侧展开收起箭头 */
  .head-icon {
      font-size: 1.2rem;
      font-weight: bold;
      transition: transform 0.3s ease;
      letter-spacing: -2px; /* 让 >> 紧凑一点 */
  }
  /* 展开时的图标旋转效果 */
  .accordion-item.open .head-icon {
      transform: rotate(90deg);
  }

  /* 折叠内容区 (动画核心) */
  .accordion-body {
      max-height: 0;
      overflow: hidden;
      transition: max-height 0.5s ease-in-out;
      background-color: #fff;
  }
  /* 照片网格 */
  .teacher-grid {
      display: grid;
      grid-template-columns: repeat(auto-fill, minmax(12rem, 1fr));
      gap: 1.4rem;
      padding: 1.4rem 0;
  }
  .teacher-card {
  background: #fff;
  box-shadow: 0 2px 8px rgba(0,0,0,0.05);
  transition: transform 0.3s;
  display: flex;
  flex-direction: column;
  /* 新增：必须加相对定位，作为动画线条的定位基准 */
  position: relative; 
}

.teacher-card:hover {
  transform: translateY(-5px);
  box-shadow: 0.1rem 0.1rem 0.5rem rgba(12, 129, 123, 0.5);
}

/* 伪元素制作线条与发光阴影 */
.teacher-card::after {
  content: "";
  position: absolute;
  top: 0; left: 0; right: 0; bottom: 0;
  pointer-events: none; /* 确保线条不会遮挡卡片内的点击事件 */

  /* --- 可自定义配置区 --- */
  --line-color: #0c817bb3; /* 线条本体的颜色 (荧光绿) */
  --line-shadow: rgba(10, 109, 104, 0.9); /* 外扩散阴影的颜色和透明度 */
  --line-w: 2px; /* 线条宽度 */
  /* ---------------------- */

  /* 核心神仙属性：让背景画出来的线条产生外扩散阴影 */
  filter: drop-shadow(0 0 16px var(--line-shadow));

  /* 用 4 个渐变背景分别代表：左、上、右、下 四条边 */
  background-image:
      linear-gradient(var(--line-color), var(--line-color)), 
      linear-gradient(var(--line-color), var(--line-color)), 
      linear-gradient(var(--line-color), var(--line-color)), 
      linear-gradient(var(--line-color), var(--line-color)); 
  background-repeat: no-repeat;

  /* 设置四条线的起始基准点：左下、左上、右上、右下 */
  background-position:
      0 100%,  /* 左边从底部开始 */
      0 0,     /* 上边从左侧开始 */
      100% 0,  /* 右边从顶部开始 */
      100% 100%; /* 下边从右侧开始 */

  /* 初始状态：长或宽为 0，隐藏所有线条 */
  background-size:
      var(--line-w) 0%, /* 左 */
      0% var(--line-w), /* 上 */
      var(--line-w) 0%, /* 右 */
      0% var(--line-w); /* 下 */
}

/* 鼠标悬浮时触发动画：1秒完成，匀速，动画结束后停留在最后一帧 */
.teacher-card:hover::after {
  animation: drawCardBorder 0.8s linear forwards;
}

/* 核心动画关键帧：顺时针依次延长线条 */
@keyframes drawCardBorder {
  /* 0 - 25%: 画左边 (从下到上) */
  25% {
      background-size:
          var(--line-w) 100%,
          0% var(--line-w),
          var(--line-w) 0%,
          0% var(--line-w);
  }
  /* 25 - 50%: 保持左边，画上边 (从左到右) */
  50% {
      background-size:
          var(--line-w) 100%,
          100% var(--line-w),
          var(--line-w) 0%,
          0% var(--line-w);
  }
  /* 50 - 75%: 保持左、上，画右边 (从上到下) */
  75% {
      background-size:
          var(--line-w) 100%,
          100% var(--line-w),
          var(--line-w) 100%,
          0% var(--line-w);
  }
  /* 75 - 100%: 保持左、上、右，画下边 (从右到左) */
  100% {
      background-size:
          var(--line-w) 100%,
          100% var(--line-w),
          var(--line-w) 100%,
          100% var(--line-w);
  }
}
  .teacher-card img {
      width: 100%;
      aspect-ratio: 3/4; /* 保持证件照外框比例 */
      object-fit: fill; /* 关键修改：保持比例缩放，完整显示图片 */
      background-color: #f4f4f4; /* 关键修改：不够的地方用白色填充 */
      display: block;
  }
  .teacher-card .name {
      background-color: #f4f4f4; /* 截图里名字底部的灰底 */
      text-align: center;
      padding: 0.8rem 0.3rem;
      font-size: 1rem;
      color: #333;
      flex-grow: 1;
  }


  /* ================= 列表页样式 1:1还原截图 ================= */
  .article-list {
      margin: 2rem 0;
  }

  .list-item {
      text-decoration: none; 
      color: inherit;      
      display: flex;
      justify-content: space-between;
      align-items: center;
      padding: 1.2rem 0;
      font-size: 1.2rem;
      position: relative;
      cursor: pointer;
      transition: color 0.25s;
  }

  /* 默认状态：灰色虚线分隔线 和截图完全一致 */
  .list-item::after {
      content: '';
      position: absolute;
      left: 0;
      bottom: 0;
      width: 100%;
      height: 1px;
      background: repeating-linear-gradient(90deg, #ccc 0px, #ccc 3px, transparent 3px, transparent 6px);
  }

  /* ✨ 悬停动画核心：虚线变实线，从左到右展开 */
  .list-item:hover::after {
      background: #41989F;
      /* 这个就是你要的从左到右出现的动画 不是突然出现 */
      clip-path: inset(0 100% 0 0);
      animation: lineGrow 0.8s ease-out forwards;
  }

  @keyframes lineGrow {
      from { clip-path: inset(0 100% 0 0); }
      to   { clip-path: inset(0 0 0 0); }
  }

  /* 悬停的时候标题同时柔和的变成主题色 */
  .list-item:hover .title {
      color: #41989F;
  }

  .list-item .title {
      color: #333;
      transition: color 0.25s;
  }

  .list-item .meta {
      color: #888;
      font-size: 0.95rem;
  }

  /* ================= 分页样式 1:1还原截图 ================= */
  .pagination {
      margin-top: 3rem;
      text-align: right;
      display: flex;
      justify-content: flex-end;
      align-items: center;
      gap: 8px;
      font-size: 0.9rem;
      color: #666;
  }

  .pagination button {
      border: 1px solid #ccc;
      background: #fff;
      padding: 4px 12px;
      min-width: 40px;
      font-size: 0.9rem;
      cursor: pointer;
      transition: all 0.2s;
  }

  .pagination button.current {
      background: #41989F;
      border-color: #41989F;
      color: white;
  }

  .pagination button:hover:not(.current) {
      border-color: #41989F;
      color: #41989F;
  }


  
.honor-table-wrapper {
    margin-top: 1.5rem;
    width: 100%;
    overflow-x: auto; /* 防止屏幕变小时表格撑爆页面 */
}
.honor-table {
    width: 100%;
    border-collapse: collapse; /* 合并相邻边框 */
    font-size: 1.1rem;
    text-align: center;
    color: #333;
}
.honor-table th, 
.honor-table td {
    padding: 0.8rem 0.8rem;
    border: 1px solid #e6e6e6; /* 统一的淡灰色边框 */
}
/* 表头：主题色背景，白字 */
.honor-table thead tr {
    background-color: #41989F; 
    color: #ffffff;
    font-weight: bold;
    letter-spacing: 1px;
}
/* 表格主体偶数行背景色 (斑马线效果) */
.honor-table tbody tr:nth-child(even) {
    background-color: #f9f9f9;
}
/* 鼠标悬停整行微微变色提示 */
.honor-table tbody tr:hover {
    background-color: #f0f7f8; /* 极浅的主题色 */
    transition: background-color 0.3s ease;
}


.sub-main-wrapper { background-color: #ECEEED; padding-bottom: 3rem; }
.sub-main { max-width: 109.6rem; margin: 0 auto; padding: 2rem 1rem; display: flex; gap: 1.5rem; }

/* 左侧导航样式 */
.left-nav { position: relative; flex: 0 0 19rem; min-height: 670px; }
.nav-base { position: absolute; top: 0; right: 0; width: 19rem; height: 28.8rem; background: #41989F; z-index: 1; }
.nav-base .top-title { color: #fff; padding: 1.2rem 2rem; font-size: 1.3rem; font-weight: 550; letter-spacing: 1px; }

.nav-foreground ul { list-style: none; margin: 0; padding: 0; }
.level-2 > li { border-bottom: 1px solid #f0f0f0; transition: all .3s; }
.level-2 > li > a { display: block; padding: 1.4rem 0 1.4rem 3rem; color: #333; text-decoration: none; transition: all 0.3s; }
.level-2 > li > a:hover, .level-3 li a:hover { background-color: #ededed !important; }
.level-2 > li.active > a { background: #E4AC4D !important; color: #ffffff !important; font-weight: bold; }

/* 左侧三级导航样式 */
.level-3 { max-height: 0; overflow: hidden; transition: max-height 0.4s ease-in-out; background-color: #fff; }
.level-2 > li.active .level-3 { max-height: 1000px; /* 展开态 */ }
.level-3 li { border-bottom: 1px solid #f9f9f9 !important; }
.level-3 li a { display: block; padding: 1rem 0 1rem 4.5rem !important; color: #666 !important; font-size: 1.05rem; }
.level-3 li.sub-active a { color: #41989F !important; background-color: #ededed !important; font-weight: bold !important; }

/* 右侧内容区样式 */
.content { border: 1px solid #d6d6d6; flex: 1; background: #fff; box-shadow: 0.5rem 0.5rem 0.5rem rgba(0, 0, 0, 0.05); padding: 2.5rem 2.5rem 0rem 2.5rem; min-height: 500px; }
.content-header { display: flex; justify-content: space-between; align-items: center; margin-bottom: 1.5rem; }
.content-title { font-size: 1.75rem; color: #41989F; font-weight: 700; }
.breadcrumb { font-size: 0.95rem; color: #888; }
.breadcrumb a { color: #41989F; text-decoration: underline; margin: 0 4px; }
.content hr { height: 1px; background: #eee; border: none; margin: 2rem 0; }

/* 手风琴折叠样式 */
.accordion-wrapper { margin-top: 1.5rem; }
.accordion-item { margin-bottom: 0.5rem; }
.accordion-head { display: flex; justify-content: space-between; align-items: center; background-color: #007B75; background-image: url('/publish/ec/images/ggbg3.jpg'); background-size: cover; color: #fff; padding: 0.8rem 1.5rem; cursor: pointer; transition: opacity 0.3s; }
.accordion-head:hover { opacity: 0.95; }
.head-title { font-size: 1.25rem; font-weight: bold; display: flex; align-items: center; margin-left: 1.5rem;}
.head-icon { font-size: 1.2rem; font-weight: bold; transition: transform 0.3s ease; }
.accordion-item.open .head-icon { transform: rotate(90deg); }
.accordion-body { max-height: 0; overflow: hidden; transition: max-height 0.5s ease-in-out; }

/* 教师卡片样式 */
.teacher-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(12rem, 1fr)); gap: 1.4rem; padding: 1.4rem 0; }
.teacher-card { background: #fff; box-shadow: 0 2px 8px rgba(0,0,0,0.05); transition: transform 0.3s; display: flex; flex-direction: column; position: relative; text-decoration: none; }
.teacher-card:hover { transform: translateY(-5px); box-shadow: 0.1rem 0.1rem 0.5rem rgba(12, 129, 123, 0.5); }
.teacher-card img { width: 100%; aspect-ratio: 3/4; object-fit: cover; background-color: #f4f4f4; display: block; }
.teacher-card .name { background-color: #f4f4f4; text-align: center; padding: 0.8rem 0.3rem; font-size: 1rem; color: #333; font-weight: bold; flex-grow: 1; }

/* 列表样式 */
.list-item { text-decoration: none; color: inherit; display: flex; justify-content: space-between; align-items: center; padding: 1.2rem 0; font-size: 1.2rem; position: relative; transition: color 0.25s; }
.list-item::after { content: ''; position: absolute; left: 0; bottom: 0; width: 100%; height: 1px; background: repeating-linear-gradient(90deg, #ccc 0px, #ccc 3px, transparent 3px, transparent 6px); }
.list-item:hover::after { background: #41989F; clip-path: inset(0 100% 0 0); animation: lineGrow 0.8s ease-out forwards; }
@keyframes lineGrow { from { clip-path: inset(0 100% 0 0); } to { clip-path: inset(0 0 0 0); } }
.list-item:hover .title { color: #41989F; }
.list-item .meta { color: #888; font-size: 0.95rem; }

/* 分页样式 */
.pagination { margin-top: 3rem; margin-bottom: 2rem; display: flex; justify-content: flex-end; align-items: center; gap: 8px; font-size: 0.9rem; color: #666; }
.pagination a button, .pagination button { border: 1px solid #ccc; background: #fff; padding: 4px 12px; min-width: 40px; font-size: 0.9rem; cursor: pointer; transition: all 0.2s; border-radius: 3px; }
.pagination button.current { background: #41989F; border-color: #41989F; color: white; }
.pagination a:hover button { border-color: #41989F; color: #41989F; }


/* 1. 默认电脑端：彻底隐藏手机端 Header */
.mobile-header {
    display: none;
}
.mobile-footer-inner { display: none; }

@media (max-width: 768px) {
    .header { display: none !important; } /* 隐藏电脑端 */
    body { padding-top: 60px; }

    .mobile-header {
        display: block; position: fixed; top: 0; left: 0; width: 100%;
        background: #41989F; z-index: 9999; box-shadow: 0 2px 10px rgba(0,0,0,0.1);
    }
    .mobile-header-inner {
        display: flex; justify-content: space-between; align-items: center;
        height: 60px; padding: 0 15px;
    }
    .mobile-logo img { height: 38px; }

    /* --- 汉堡包变 X 动画 --- */
    .mobile-menu-btn {
        width: 30px; height: 22px; position: relative; cursor: pointer;
    }
    .mobile-menu-btn .bar {
        position: absolute; width: 100%; height: 2px; background: #ffffff;
        transition: all 0.3s ease-in-out; left: 0;
    }
    .bar.top { top: 0; }
    .bar.middle { top: 10px; }
    .bar.bottom { top: 20px; }

    /* 点击后的 X 样式 */
    .mobile-menu-btn.open .bar.top { transform: translateY(10px) rotate(45deg); }
    .mobile-menu-btn.open .bar.middle { opacity: 0; transform: translateX(-10px); }
    .mobile-menu-btn.open .bar.bottom { transform: translateY(-10px) rotate(-45deg); }

    /* --- 菜单抽屉 --- */
    .mobile-nav-drawer {
        position: fixed; top: 60px; left: 0; width: 100%; height: calc(100vh - 60px);
        background: #41989F; transform: translateY(-120%);
        transition: transform 0.4s ease; overflow-y: auto; opacity: 0;
    }
    .mobile-nav-drawer.active { transform: translateY(0); opacity: 1; }
    .mobile-drawer-content { padding: 20px; }

    /* 快捷链接 */
    .mobile-quick-links { text-align: center; margin-bottom: 20px; color: #fff; font-size: 14px; }
    .mobile-quick-links a { color: #fff; margin: 0 10px; }

    /* 菜单列表 */
    .mobile-nav-list { padding: 0; }
    .mobile-nav-item { border-bottom: 1px solid rgba(255,255,255,0.1); }
    .mobile-nav-title { display: flex; justify-content: space-between; align-items: center; }
    .mobile-nav-title a { display: block; padding: 15px 5px; color: #fff; font-size: 16px; font-weight: bold; }

    /* 加号图标 */
    .mobile-toggle-icon { width: 40px; height: 40px; position: relative; }
    .mobile-toggle-icon::before, .mobile-toggle-icon::after {
        content: ''; position: absolute; background: #fff; top: 50%; left: 50%; transform: translate(-50%, -50%);
        transition: 0.3s;
    }
    .mobile-toggle-icon::before { width: 12px; height: 2px; } /* 横线 */
    .mobile-toggle-icon::after { width: 2px; height: 12px; } /* 竖线 */
    .mobile-toggle-icon.open::after { transform: translate(-50%, -50%) rotate(90deg); opacity: 0; }

    /* 二级菜单 */
    .mobile-sub-nav { display: none; background: rgba(0,0,0,0.15); border-radius: 4px; padding: 5px 0; margin-bottom: 10px; }
    .mobile-sub-nav li a { display: block; padding: 10px 20px; color: #eee; font-size: 14px; }

    /* 搜索框 */
    .mobile-search-box { margin-top: 30px; }
    .mobile-search-box form { display: flex; background: #fff; border-radius: 20px; padding: 5px 15px; }
    .mobile-search-box input { border: none; flex: 1; height: 30px; outline: none; }
    .mobile-search-btn { background: none; border: none; color: #41989F; padding-top: 5px; }

    .research-top-bg{ height: 20rem !important;}

    
    .banner-section{width:100%;height:50vh;position:relative;overflow:hidden;background:#ffffff;}
    .banner-slide{position:absolute;top:0;left:0;width:100%;height:100%;opacity:0;transition:opacity 1.5s ease-in-out;}
    .banner-slide.active{opacity:1;}
    .banner-slide img{width:100%;height:100%;object-fit:contain;animation:bannerZoom 30s ease-in-out infinite;}


    /* Banner 手机端适配：进一步降低高度并保持 contain 填充 */
    .banner-section{height:25vh;min-height:220px;background:#ffffff;}
    .banner-slide img{object-fit:contain;background:#ffffff;}

    /* 隐藏原有的电脑端内容区 */
    .footer-inner{display:none !important;}
    
    /* 手机端底部分割线和文字调整，竖排显示防止拥挤 */
    .footer-bottom{font-size:1rem;line-height:1.65;padding:1.5rem 1rem;}
    .footer-bottom span { margin: 0.3rem 0;}

    /* 显示并排版手机端 Footer */
    .mobile-footer-inner {
        display: flex;
        flex-direction: column;
        gap: 1.5rem;
        padding: 2rem 1rem 0.5rem 1rem;
        position: relative;
        z-index: 2;
    }
    .mf-row {
        display: flex;
        justify-content: space-between;
        gap: 1rem;
    }
    /* 新增一个专门用来居中的行级 class */
    .mf-row-center {
        justify-content: center;
    }
    .mf-col {
        flex: 1;
        width: 50%;
        margin-left: 2rem;
    }
    .mf-center-col {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        text-align: center;
    }
    .mf-center-col .footer-badge {
        width: 5rem;
        height: 5rem;
        border-radius: 50%;
        border: 0px solid rgba(255, 255, 255, 0.4);
        margin-bottom: 0.5rem;
        display: flex;
        align-items: center;
        justify-content: center;
        overflow: hidden;
    }
    .mf-center-col .footer-badge img { width: 100%; height: 100%; object-fit: contain;}
    
    .mf-qr-col {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }
    .mf-qr-col .qr-img {
        width: 5.5rem;
        height: 5.5rem;
        background: #fff;
        padding: 0.2rem;
    }
    .mf-qr-col .qr-img img { width: 100%; height: 100%; object-fit: contain; }
    .mf-qr-col .qr-text { font-size: 0.85rem; color: rgba(255, 255, 255, 0.6); margin-top: 0.4rem; }
    
    .mf-col h4 {
        color: #fff;
        font-size: 1.7rem;
        margin-bottom: 0.6rem;
        font-weight: bold;
        border-bottom: 1px solid rgba(255,255,255,0.3);
        padding-bottom: 0.4rem;
        display: inline-block;
    }
    .mf-col ul li {
        font-size: 1.2rem;
        padding: 0.3rem 0;
        line-height: 1.4;
        color: rgba(255, 255, 255, 0.85);
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }




        /* 1. 禁止左右滑动 */
        html, body {
            overflow-x: hidden;
            max-width: 100%;
        }
    
        /* 2. sub-banner 高度降低，图片铺满 */
        .sub-banner {
            height: 30vh !important;
            min-height: 160px;
        }
        .sub-banner img {
            width: 100%;
            height: 100%;
            object-fit: cover;
        }
    
        /* 3. 隐藏电脑端左侧导航 */
        .desktop-left-nav {
            display: none !important;
        }
    
        /* 4. 手机端新导航样式（背景图保留，自动撑高） */
        .mobile-left-nav {
            width: 100%;
            margin-bottom: 2rem;
            position: relative;
        }
        .mobile-left-nav .mobile-nav-base {
            background: #41989F;
            padding: 1rem;
        }
        .mobile-left-nav .mobile-top-title {
            color: #fff;
            font-size: 1.3rem;
            font-weight: 550;
        }
        .mobile-left-nav .mobile-nav-foreground {
            background-color: #fff;
            background-image: url('/publish/ec/images/xyjj.png');
            background-position: center bottom;
            background-repeat: no-repeat;
            background-size: 100% auto;
            padding: 1rem 0 3rem 0;
        }
        .mobile-left-nav .mobile-level-2 {
            list-style: none;
            margin: 0;
            padding: 0;
        }
        .mobile-left-nav .mobile-level-2 > li {
            border-bottom: 1px solid #f0f0f0;
            position: relative;
        }
        .mobile-left-nav .mobile-level-2 > li > a {
            display: block;
            padding: 1rem 2rem 1rem 2rem;
            color: #333;
            font-size: 1.1rem;
            text-decoration: none;
        }
        .mobile-left-nav .mobile-toggle-btn {
            position: absolute;
            right: 10px;
            top: 10px;
            width: 34px;
            height: 34px;
            background: transparent;
            display: flex;
            align-items: center;
            justify-content: center;
            font-size: 1.6rem;
            color: #41989F;
            cursor: pointer;
            z-index: 5;
        }
        .mobile-left-nav .mobile-level-3 {
            display: none;
            background: #fafafa;
            padding-left: 1rem;
            list-style: none;
            margin: 0;
        }
        .mobile-left-nav .mobile-level-3 li {
            border-bottom: 1px solid #f9f9f9;
        }
        .mobile-left-nav .mobile-level-3 li a {
            display: block;
            padding: 0.8rem 0 0.8rem 2rem;
            color: #666;
            font-size: 1rem;
        }
        .mobile-left-nav .mobile-level-3 li.sub-active a {
            color: #41989F;
            font-weight: bold;
        }
        .mobile-left-nav .mobile-level-2 > li.active-mobile > a {
            background: #E4AC4D;
            color: #fff;
            font-weight: bold;
        }
        .nav-base{
            width: 100% !important;
        }
        .left-nav{
            min-height: auto !important;
        }
}




/* ================= 手机端专属隔离样式 (严格限制，不影响全局) ================= */

/* 1. 默认在电脑端隐藏新建的手机导航 */
#strict-mobile-nav { display: none; }

/* 2. 只有在手机端才生效的规则 */
@media (max-width: 768px) {
    /* 显示手机导航（第一行） */
    #strict-mobile-nav { display: block; background-color: #41989F; width: 100%; }

    /* 隐藏原有的左侧导航栏 */
    .sub-main-wrapper .left-nav { display: none !important; }

    /* 让原有的右侧内容区撑满全屏，取消原有的浮动和边距 */
    .sub-main-wrapper .content { width: 100% !important; margin: 0 !important; padding: 0 !important; border: none !important; }

    /* 去除第二行和第三行之间多余的元素：隐藏原有的左侧标题栏和分割线 */
    .sub-main-wrapper .content-header .content-title { display: none !important; }
    .sub-main-wrapper .content > hr { display: none !important; }
    
    /* 仅仅微调一下原有的当前位置（面包屑），不改变其内部字体和链接颜色 */
    .sub-main-wrapper .content-header .breadcrumb { padding: 12px 10px !important; background: #ffffff !important; margin-bottom: 0 !important; }
}

/* ================= 以下全是手机导航栏内部的下拉特效样式 ================= */
#strict-mobile-nav .m-nav-header { display: flex; justify-content: space-between; align-items: center; padding: 1.2rem 1.5rem; color: #fff; }
#strict-mobile-nav .m-nav-title { font-size: 1.7rem; font-weight: bold; letter-spacing: 1px; }

/* 汉堡按钮动画 */
#strict-mobile-nav .m-menu-btn { width: 26px; height: 20px; position: relative; cursor: pointer; }
#strict-mobile-nav .m-icon-bar, 
#strict-mobile-nav .m-icon-bar::before, 
#strict-mobile-nav .m-icon-bar::after { content: ''; display: block; width: 100%; height: 2px; background: #fff; position: absolute; transition: all 0.3s ease-in-out; }
#strict-mobile-nav .m-icon-bar { top: 9px; }
#strict-mobile-nav .m-icon-bar::before { top: -9px; }
#strict-mobile-nav .m-icon-bar::after { top: 9px; }
#strict-mobile-nav .m-menu-btn.active .m-icon-bar { background: transparent; }
#strict-mobile-nav .m-menu-btn.active .m-icon-bar::before { transform: rotate(45deg); top: 0; }
#strict-mobile-nav .m-menu-btn.active .m-icon-bar::after { transform: rotate(-45deg); top: 0; }

/* 下拉菜单盒子 */
#strict-mobile-nav .m-nav-dropdown { background: #fff; max-height: 0; overflow: hidden; transition: max-height 0.4s ease-in-out; box-shadow: 0 4px 10px rgba(0,0,0,0.08); }
#strict-mobile-nav .m-level-2 { list-style: none; margin: 0; padding: 0; }
#strict-mobile-nav .m-level-2 > li { border-bottom: 1px solid #f0f0f0; }

/* 二级菜单文字及箭头 */
#strict-mobile-nav .m-item-head { display: flex; justify-content: space-between; align-items: center; padding: 1rem 1.5rem; cursor: pointer; transition: background 0.3s; }
#strict-mobile-nav .m-item-head a { color: #333; font-size: 1.2rem; flex: 1; text-decoration: none; display: block; }
#strict-mobile-nav .m-level-2 > li.m-active > .m-item-head { background: #E4AC4D; }
#strict-mobile-nav .m-level-2 > li.m-active > .m-item-head a { color: #fff; font-weight: bold; }
#strict-mobile-nav .m-arrow { display: flex; align-items: center; justify-content: center; flex-shrink: 0; width: 2rem; height: 2rem; margin-right: 0; cursor: pointer; background: rgba(65, 152, 159, 0.08); border: 1px solid rgba(65, 152, 159, 0.18); border-radius: 6px; transition: background 0.25s, border-color 0.25s; }
#strict-mobile-nav .m-arrow::after { content: ''; display: block; width: 0.5rem; height: 0.5rem; border-right: 2.5px solid #41989F; border-bottom: 2.5px solid #41989F; border-radius: 0 0 2px 0; transform: rotate(45deg); transition: transform 0.3s ease, border-color 0.3s; margin-top: -3px; }
#strict-mobile-nav .m-arrow:active { background: rgba(65, 152, 159, 0.22); }
#strict-mobile-nav .m-level-2 > li.m-active .m-arrow { background: rgba(255, 255, 255, 0.18); border-color: rgba(255, 255, 255, 0.25); }
#strict-mobile-nav .m-level-2 > li.m-active .m-arrow::after { border-color: #fff; }
#strict-mobile-nav .m-level-2 > li.open > .m-item-head .m-arrow::after { transform: rotate(-135deg); margin-top: 3px; }


/* 三级菜单 */
#strict-mobile-nav .m-level-3 { list-style: none; margin: 0; padding: 0; background: #f9f9f9; max-height: 0; overflow: hidden; transition: max-height 0.4s ease-in-out; }
#strict-mobile-nav .m-level-3 li { border-bottom: 1px dashed #eee; }
#strict-mobile-nav .m-level-3 li a { display: block; padding: 0.9rem 1.5rem 0.9rem 2.5rem; color: #666; font-size: 1.05rem; text-decoration: none; }
#strict-mobile-nav .m-level-3 li.m-sub-active a { color: #41989F; font-weight: bold; background: #ededed;}

@media (max-width: 768px) {
    .footer{
        padding: 0rem 0 0 !important;
    }
    .footer-school-name{
        font-size: 1.8rem !important;
    }
    .mf-col h4{
        font-size: 1.3rem !important;
    }
    .breadcrumb{font-size:1.15rem !important;}
    .teaching-card.small{width:24.5rem;height:15rem;}
    .teaching-card.large{width:24.5rem;height:15rem;}
    .teaching-carousel{gap: 0rem;}
    .content-body{padding: 0 1rem;}
    .year-box {
        width: 7rem; 
        height: 7rem;
    }
    .year-box span {
        font-size: 1.5rem;
    }
    .leader-photo { margin-left: 0rem;}
    .teacher-grid { grid-template-columns: repeat(auto-fill, minmax(10rem, 1fr));}
    .content { min-height: 20rem;}
    .article-list { padding: 0 1.5rem !important;}
}




/* ================= 电脑端下拉菜单新样式 ================= */
@media (min-width: 769px) {
    .dropdown-menu { width: min(12rem, 90vw); }
    
    /* 外层容器 */
    .dropdown-menu-desktop-only {
        position: absolute;
        top: 100%;
        left: 50%;
        transform: translateX(-50%);
        padding-top: 15px; 
        visibility: hidden;
        z-index: 999;
        /* 【关键修复 1】：鼠标移开时，让它延迟 0.4s 再隐藏，给收回动画留出时间 */
        transition: visibility 0s linear 0.4s; 
    }

    /* 鼠标悬浮在导航父元素上时显示 */
    .nav-item:hover .dropdown-menu-desktop-only,
    li:hover .dropdown-menu-desktop-only {
        visibility: visible;
        /* 【关键修复 2】：鼠标移入时，立刻显示，不需要延迟 */
        transition: visibility 0s; 
    }
    
    /* 触发下拉展开动画 */
    .nav-item:hover .dropdown-menu-desktop-only .dropdown-list-new,
    li:hover .dropdown-menu-desktop-only .dropdown-list-new {
        transform: scaleY(1);
        opacity: 1;
    }
    
    /* 触发小三角显示 */
    .nav-item:hover .dropdown-menu-desktop-only .dropdown-arrow-new,
    li:hover .dropdown-menu-desktop-only .dropdown-arrow-new {
        opacity: 1;
    }

    /* 黑底半透明列表容器 & 动画效果 */
    .dropdown-list-new {
        background-color: rgb(0 0 0 / 60%); 
        border-top: 3px solid #41989F; 
        min-width: 10rem;
        padding: 0;
        margin: 0;
        list-style: none;
        text-align: center;
        border-radius: 0 0 4px 4px; 
        
        transform-origin: 50% 0; 
        transform: scaleY(0);
        opacity: 0;
        /* 【修改点 3】：把 0.35s 改成 0.4s，让动画变慢、更优雅 */
        transition: transform 0.4s ease-in-out, opacity 0.4s ease-in-out;
    }

    /* 列表每一项及中间的横线 */
    .dropdown-list-new li {
        border-bottom: 1px solid rgba(255, 255, 255, 0.2); 
        height: 3.3rem;
    }
    
    /* 最后一行去掉底部分割线 */
    .dropdown-list-new li:last-child {
        border-bottom: none;
    }

    /* 文字和链接样式 */
    .dropdown-list-new li a {
        color: #ffffff !important; 
        font-size: 1.3rem;
        text-decoration: none;
        transition: background-color 0.3s, color 0.3s;
        height: 100%;
        display: flex;       
        align-items: center; 
        justify-content: center; 
        font-family: Noto Sans SC;
        font-weight: 300;
    }

    /* 鼠标划过列表项时的效果 */
        .dropdown-list-new li a:hover {
        background-color: #017873c2; 
        color: #ffffff !important; 
    }

    /* 顶部的小三角 */
    .dropdown-arrow-new {
        position: absolute;
        top: 6px; 
        left: 50%;
        margin-left: -8px; 
        width: 0; 
        height: 0; 
        border-left: 8px solid transparent;
        border-right: 8px solid transparent;
        border-bottom: 9px solid #41989F; 
        
        /* 随列表一起淡入淡出，时间与主体列表保持一致 */
        opacity: 0;
        transition: opacity 0.4s ease;
    }
    
    /* 清除旧的 dropdown-content 相关的多余占位 */
    .dropdown-menu-desktop-only .dropdown-content {
        display: none !important; 
    }
}