@charset "UTF-8";
/*------------// Overall //------------------*/
body {
	color: #666666;
	margin: 0;
	background: #FFF;
	line-break: 100%;
	font-family: Arial, "Microsoft YaHei", sans-serif;
	font-size: 14px;
	font-size: 0.14rem;
}
html, body {
	-webkit-text-size-adjust: none;
	height: 100%;
}
* {
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	/*-webkit-touch-callout: none;*/
	box-sizing: border-box;
}
html {
	font-size: 625%;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
	empty-cells: show;
}
th, td {
	border-collapse: collapse;
}
a:link {
	text-decoration: none;
	color: #666;
}
a:visited {
	text-decoration: none;
	color: #666;
}
img {
	vertical-align: middle;
	border: 0;/*添加以下属性是解决图片在微信浏览器下默认转换效果造成页面模糊*/
	-webkit-transform: scale(1)rotate(0)translate3d(0, 0, 0);
	transform: scale(1)rotate(0)translate3d(0, 0, 0);
	display: inline-block;
	outline: none;
	max-width: 100%;
	height: auto;
	border: none;
}
div, p, img, ul, ol, li, form, input, label, span, dl, dt, dd, h1, h2, h3, h4, h5, h6, input, button {
	margin: 0;
	padding: 0;
}
ol, ul, li {
	list-style-type: none;
}
/*IOS下移除按钮原生样式 -webkit-appearance*/
input[type=button] {
	-webkit-appearance: none;
    appearance: none;
	outline: none;
}
/*去除点击按钮，有灰色阴影*/
a, input {
	-webkit-tap-highlight-color: rgba(0,0,0,0);
}
/* a {transition: all 0.3s ease-in-out;} */
textarea {
	font-family: Arial, "Microsoft YaHei", sans-serif;
}
button {
	cursor: pointer;
}
.clear {
	clear: both;
}
.pic-box {
	display: table-cell;
	vertical-align: middle;
	text-align: center;
}
.pc{
	display:block;
}
.mb{
	display:none;
}
@media screen and (min-width:768px) {
	.pc {
		display: block;
	}
	a.pc{display: inline;}

	.mb {
		display: none;
	}
}
.herader{
    width: 1200px;
    width: 12.8rem;
    height: 120px;
    height: 1.2rem;
    background-color: #FFF;
	position: relative;
	margin: 0 auto;
}
.top-logo{ height: 110px; height: 1.1rem; width: 1200px; width: 12.8rem; margin: 0 auto; padding-top: 37px; padding-top: 0.37rem; position: relative;}
.top-logo img{ width: 322px; width: 3.22rem; height: 57px; height: 0.57rem; margin-top: 11px; margin-top: 0.11rem;}
.top-link{float: right; font-size: 12px; font-size: 0.12rem; color: #909090;}
.top-link span{ padding: 0 10px; padding: 0 0.1rem;}
.top-link a{color: #909090;}
.top-lang{ float: right; font-size: 12px; font-size: 0.12rem; height: 20px; height: 0.2rem; line-height: 20px; line-height: 0.2rem; padding: 0 10px; padding: 0 0.1rem; background: #2e86cd; width: 0.6rem; width: 60px; border-radius: 0.1rem; border-radius: 10px; color: #FFF;  text-align: center;}
.top-search{ width: 300px; width: 3rem; height: 40px; height: 0.4rem; border: solid 1px #eeeeee; border: solid 0.01rem #eeeeee; border-radius: 20px; border-radius: 0.2rem; position: absolute;top: 52px; top: 0.52rem; right: 0;}
.top-search .top-search-input{border: none; width: 240px; width: 2.4rem; height: 38px; height: 0.38rem; line-height: 38px; line-height: 0.38rem; margin-left: 20px; margin-left: 0.2rem;}
.top-search .top-search-btn{width: 18px; width: 0.18rem; height:18px ; height: 0.18rem; border: none; background: url(icon-search.png) left center no-repeat; float: right; margin: 10px 15px 0 0;margin: 0.1rem 0.15rem 0 0;}
.nav{height: 50px; height: 0.5rem; position: absolute; right: 0; bottom: 0; width: 930px;}

.nav-ul{ width: 100%; text-align: right;}
.nav-ul > li{display: inline-block; text-align: center; height: 50px; height: 0.5rem; line-height: 50px; line-height: 0.5rem; font-size: 16px; font-size: 0.16rem; color: #c94c00;  position: relative; background: url(split.png) right center no-repeat; padding: 0 19px;}
.nav-ul > li:nth-last-of-type(1){padding-right: 0;}
.nav-ul > li > a{display: block; width: 100%; height: 100%;color: #666; font-weight: bold;}
.nav-ul > li.current > a,.nav-ul > li:hover > a{background: url(nav-li-current-bg.png) left bottom repeat-x;}

/* 2nd-level dropdown (legacy/simple) */
.nav-ul li dl{position:absolute; z-index:100; top:50px; top: 0.5rem; line-height:1em; left:-0px; background:#16a2ff; width: 180px; width: 1.8rem; display: none;}
.nav-ul li dl dd{height: 40px; height: 0.4rem; line-height: 40px; line-height: 0.4rem; font-size: 14px; font-size: 0.14rem;}

/* Simple dropdown list (2-level) */
.nav-ul li dl.nav-simple{
    background: transparent;
    border: none;
    box-shadow: none;
    padding: 26px 20px;
    padding: 0.26rem 0.2rem;
    box-sizing: border-box;
    width: 1280px;
    width: 12.8rem;
    left: 50%;
    margin-left: -640px;
    margin-left: -6.4rem;
    transform: none;
    position: fixed;
    top: 120px;
    top: 1.2rem;
    z-index: 1000;
    display: none;
    overflow: hidden;
    text-align: left;
}
.nav-ul li dl.nav-simple::before{
    content: "";
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 0;
    width: 100vw;
    height: 100%;
    background: rgba(255,255,255,0.75);
    -webkit-backdrop-filter: blur(14px);
    backdrop-filter: blur(14px);
    border-bottom: 1px solid rgba(0,0,0,0.06);
    z-index: 0;
}
.nav-ul li dl.nav-simple dd{height: auto; line-height: 1.2em; width: 20%; float: left; position: relative; z-index: 1; padding-right: 30px; padding-right: 0.3rem;}
.nav-ul li dl.nav-simple dd:nth-of-type(5n){padding-right: 0;}
.nav-ul li dl.nav-simple.nav-simple-4col dd{width: 25%;}
.nav-ul li dl.nav-simple.nav-simple-4col dd:nth-of-type(5n){padding-right: 0.3rem;}
.nav-ul li dl.nav-simple.nav-simple-4col dd:nth-of-type(4n){padding-right: 0;}
.nav-ul li dl.nav-simple dd a{display:block; padding: 10px 0; padding: 0.1rem 0; color: #1385d1; height:auto; font-size: 16px; font-size: 0.16rem; font-weight: 600;}
.nav-ul li dl.nav-simple dd a:hover{background: none; text-decoration: underline;}

/* Mega dropdown (3-level: group title + item list) */
.nav-ul li dl.nav-mega{
    background: transparent;
    border: none;
    box-shadow: none;
    padding: 26px 20px;
    padding: 0.26rem 0.2rem;
    box-sizing: border-box;
    width: 1280px;
    width: 12.8rem;
    left: 50%;
    margin-left: -640px;
    margin-left: -6.4rem;
    transform: none;
    position: fixed;
    top: 120px;
    top: 1.2rem;
    overflow: hidden;
    z-index: 1000;
    display: none;
    text-align: left;
}

@media screen and (max-width:1320px){
    .nav-ul li dl.nav-simple,
    .nav-ul li dl.nav-mega{
        width: calc(100vw - 40px);
        left: 20px;
        margin-left: 0;
    }
}
.nav-ul li dl.nav-mega::before{
    content: "";
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 0;
    width: 100vw;
    height: 100%;
    background: rgba(255,255,255,0.75);
    -webkit-backdrop-filter: blur(14px);
    backdrop-filter: blur(14px);
    border-bottom: 1px solid rgba(0,0,0,0.06);
    z-index: 0;
}
.nav-ul li dl.nav-mega dd{float: left; width: 33.33%; padding: 0 30px 0 0; padding: 0 0.3rem 0 0; height: auto; line-height: 1.2em; position: relative; z-index: 1;}
.nav-ul li dl.nav-mega dd:nth-last-of-type(1){padding-right: 0;}
.nav-ul li dl.nav-mega dd + dd{border-left: none;}
.nav-ul li dl.nav-mega .nav-group-title{font-size: 18px; font-size: 0.18rem; font-weight: 700; padding: 0 0 12px 12px; padding: 0 0 0.12rem 0.12rem; position: relative; line-height: 1.1em;}
.nav-ul li dl.nav-mega .nav-group-title::before{content:""; position:absolute; left:0; top:2px; width: 5px; width: 0.05rem; height: 18px; height: 0.18rem; background: #1385d1;}
.nav-ul li dl.nav-mega .nav-group-title a{color: #1385d1;}
.nav-ul li dl.nav-mega .nav-group-list{padding-bottom: 10px; padding-bottom: 0.1rem;}
.nav-ul li dl.nav-mega .nav-group-list li{display:block; height:auto; line-height: 1.6em; background: none; padding: 0;}
.nav-ul li dl.nav-mega .nav-group-list a{display:block; padding: 6px 0; padding: 0.06rem 0; color: #222; height:auto;}
.nav-ul li dl.nav-mega .nav-group-list a:hover{text-decoration: underline; background: none;}

.banner{height: 400px; height: 4rem; width: 1440px; min-width: 14.4rem; margin: 0 auto; margin-bottom: 50px; margin-bottom: 0.5rem;}
.banner > img{width: 100%; height: 100%; object-fit: cover; display: block;}

/* Homepage banner slideshow (fade) */
.banner.banner-slideshow{position: relative; overflow: hidden;}
.banner.banner-slideshow > img{position: absolute; inset: 0; opacity: 0; transition: opacity 1s ease-in-out;}
.banner.banner-slideshow > img.active{opacity: 1;}
.search-panel{width: 750px; width: 7.5rem; height: 180px; height: 1.8rem; margin: 0 auto; margin-top: -280px; margin-top: -2.8rem; position: relative; margin-bottom: 90px; margin-bottom: 0.9rem;
    /* background: rgba(255,255,255,0.25);
    -webkit-backdrop-filter: blur(14px);
    backdrop-filter: blur(14px);
    border: 1px solid rgba(255,255,255,0.45);
    border-radius: 10px;
    border-radius: 0.1rem;
    box-shadow: 0 10px 30px rgba(0,0,0,0.12); */
    padding: 20px;
    padding: 0.2rem;
    box-sizing: border-box;
    z-index: 5;
}
.search-panel .tap-panel{height: 40px; height: 0.4rem; margin-bottom: 20px; margin-bottom: 0.2rem}
.search-tap-ul{width: 100%; height: 40px; height: 0.4rem; text-align: center; }
.search-tap-ul li{width: 160px; width: 1.6rem; display: inline-block; text-align: center; line-height: 40px; line-height: 0.4rem; font-size: 16px; font-size: 0.16rem; color: #5b5b5b; background: #FFF; border-radius: 20px; border-radius: 0.2rem; cursor: pointer; box-shadow: 0 5px 15px rgba(0,0,0,0.2);}
	.search-tap-ul li.current{background-color: #2e86cd; color: #FFF;}
.search-input-panel{width: 100%; position: relative;}




.index-cat-title{height: 34px; height: 0.34rem; width: 100%; clear: both; background: url(index-subtitle-bg.png) left bottom no-repeat; margin-bottom: 30px; margin-bottom: 0.3rem;}
.index-cat-detail{clear: both; overflow: hidden; margin-bottom: 30px; margin-bottom: 0.3rem;}
.index-cat-title span{padding-left: 40px; padding-left: 0.4rem; font-size: 28px; font-size: 0.28rem; color: #000;}
.index-cat-title .more{float: right; display: block; width: 102px; width: 1.02rem; height: 28px; height: 0.28rem; border: solid 1px #eee; border: solid 0.01rem #eee; text-align: center; line-height: 28px; line-height: 0.28rem; border-radius: 14px; border-radius: 0.14rem; color: #666; background-color: #FFF;}

.index-cat-ul1{clear: both; overflow: hidden; width: 1310px; width: 13.1rem;}
.index-cat-ul1 li{ width: 220px; height: 215px; width: 2.2rem; height: 2.15rem; float: left; background-color: #FFF; margin: 0 20px 20px 0;margin: 0 0.2rem 0.2rem 0; overflow: hidden; }
.index-cat-ul1 li .img-panel{ height: 146px; width: 100%; overflow: hidden; height: 1.46rem;}
.index-cat-ul1 li .img-panel img{		transition: all 0.5s ease-in-out;	-webkit-transition: all 0.5s ease-in-out;	-moz-transition: all 0.5s ease-in-out;}
.index-cat-ul1 li a:hover img{-webkit-transform: scale(1.1, 1.1);
	-moz-transform: scale(1.1, 1.1);
	transform: scale(1.1, 1.1)}
.index-cat-ul1 li h2{ font-size: 18px; font-size: 0.18rem; font-weight: normal; padding-left: 20px; padding-left: 0.2rem; margin-bottom: 10px; margin-bottom: 0.1rem; padding-top: 10px; padding-top: 0.1rem;}
.index-cat-ul1 li p{padding-left: 20px; padding-left: 0.2rem; color: #999;}
.index-cat-ul1 li p span{padding-left: 20px; padding-left: 0.2rem;}

.index-cat-ul1 li.firstli{ width: 550px; height: 450px; width: 5.5rem; height: 4.5rem;}
.index-cat-ul1 li.firstli .img-panel{height: 360px; height: 3.6rem;}

.index-cat-ul2{clear: both; overflow: hidden; width: 1310px; width: 13.1rem;}
.index-cat-ul2 li{ width: 304px; height: 280px; width: 3.04rem; height: 2.8rem; float: left; background-color: #FFF; margin: 0 20px 20px 0;margin: 0 0.2rem 0.2rem 0; overflow: hidden; }
.index-cat-ul2 li .img-panel{ height: 203px; width: 100%; overflow: hidden; height: 2.03rem;}
.index-cat-ul2 li .img-panel img{		transition: all 0.5s ease-in-out;	-webkit-transition: all 0.5s ease-in-out;	-moz-transition: all 0.5s ease-in-out;}
.index-cat-ul2 li a:hover img{-webkit-transform: scale(1.1, 1.1);
	-moz-transform: scale(1.1, 1.1);
	transform: scale(1.1, 1.1)}
.index-cat-ul2 li h2{ font-size: 18px; font-size: 0.18rem; font-weight: normal; padding-left: 20px; padding-left: 0.2rem; margin-bottom: 10px; margin-bottom: 0.1rem; padding-top: 10px; padding-top: 0.1rem;}
.index-cat-ul2 li p{padding-left: 20px; padding-left: 0.2rem; color: #999;}
.index-cat-ul2 li p span{padding-left: 20px; padding-left: 0.2rem;}

.index-cat{height: 200px; height: 2rem; width: 1200px; width: 12.8rem; margin: 0 auto; margin-bottom: 45px; margin-bottom: 0.45rem;}
.index-cat-ul{display: flex; align-items: center; }
.index-cat-ul li{flex: 1; text-align: center; height: 200px; height: 2rem; font-size: 16px; font-size: 0.16rem; color: #c94c00; font-weight:bold; margin-right: 10px; margin-right: 0.1rem; position: relative; }
.index-cat-ul li:nth-last-of-type(1){ margin-right: 0;}
.index-cat-ul-li-01{background-color: #f3a952;}
.index-cat-ul-li-02{background-color: #f39652;}
.index-cat-ul-li-03{background-color: #ff9f65;}
.index-cat-ul-li-04{background-color: #f48e43;}
.index-cat-ul-li-05{background-color: #f37452;}
.index-cat-ul li a{display: block; width: 100%; height: 100%; justify-content: center; display: flex;align-items: center; position: relative;  color: #FFF;}
.index-cat-ul li a span{ display: block; position: absolute; top: 160px; top: 1.6rem; color: #FFF;}

.sub-banner{height: 300px; height: 3rem; width: 1200px; width: 12.8rem; margin: 0 auto; margin-bottom: 40px; margin-bottom: 0.4rem;}
.main{width: 1200px; width: 12.8rem;margin: 0 auto; margin-bottom: 50px; margin-bottom: 0.5rem; overflow: hidden; }
.main.listmain{ background-color: #e8e8e8;}
.main-left-panel{width: 220px; width: 2.2rem; float: left;}
.main-right-panel{width: 1060px; width: 10.6rem; float: right; background-color: #FFF; padding-left: 40px; padding-left: 0.4rem; padding-bottom: 30px; padding-bottom: 0.3rem;}
.main-nav{height: 50px; height: 0.5rem; line-height: 50px; line-height: 0.5rem; text-align: right; color: #999999; border-bottom: solid 1px #EEE; border-bottom: solid 0.01rem #EEE; margin-bottom: 20px; margin-bottom: 0.2rem;}

.left-nav-ul{overflow: hidden;}
.left-nav-ul li{height: 48px; height: 0.48rem; margin-bottom: 1px; margin-bottom: 0.01rem;}
.left-nav-ul li>a {display: block;height: 48px; height: 0.48rem; line-height: 48px; line-height: 0.48rem; background: #16a2ff; padding-left: 50px; padding-left: 0.5rem; font-size: 16px; font-size: 0.16rem; position: relative; color: #fff;}
.left-nav-ul li>a>span{ display:block; width: 6px; width: 0.06rem; height: 9px; height: 0.09rem; background: url('arraw2.png') bottom center no-repeat; position: absolute; right: 20px; right: 0.2rem; top: 20px; top: 0.2rem;}
.left-nav-ul li>a.current{background-color: #1385d1; color: #FFF;}
.left-nav-ul li>a.current>span{background: url('arraw2.png') bottom center no-repeat;}

.download-list-ul{clear:both; overflow:hidden; padding-right: 30px; padding-right: 0.3rem;}
	.download-list-ul li {height: 70px; height: 0.7rem;position: relative;border-bottom: 1px solid #e4e4e4;border-bottom: 0.01rem solid #e4e4e4;	margin-bottom:10px; margin-bottom: 0.1rem;}
	.download-list-ul li h2 {font-size: 16px; font-size: 0.16rem;color: #262626;padding-top:10px; padding-top: 0.1rem;	padding-bottom:10px; padding-bottom: 0.1rem;}
	.download-list-ul li p {font-size: 12px; font-size: 0.12.8rem;color: #999999	}
		.download-list-ul li h2:hover {	color: #1385d1	}
	.download-list-ul li .dimg{ position:absolute; right:10px; top:10px; width:32px; height:32px; right: 0.1rem; top: 0.1rem; width: 0.32rem; height: 0.32rem;}
.video-list-ul{clear:both; overflow:hidden}
.video-list-ul li{ width: 296px; width: 2.96rem; height: 270px; height: 2.7rem; margin-right: 15px; margin-right: 0.15rem; position: relative; float: left; margin-bottom: 10px; margin-bottom: 0.1rem;}
.video-list-ul li:nth-of-type(3n){margin-right: 0;}
.video-list-ul li .vimg{width: 296px; width: 2.96rem; height: 216px; height: 2.16rem; overflow: hidden;}
.video-list-ul li .vimg img{max-width: 296px; max-width: 2.96rem; max-height: 216px; max-height: 2.16rem;}
.video-list-ul li .span-icon{ width: 59px; width: 0.59rem; height: 59px; height: 0.59rem; position: absolute; z-index: 10; left: 118px; left: 1.18rem; top: 79px; top: 0.79rem;}
.video-list-ul li h2{text-align: center; font-size: 16px; font-size: 0.16rem; font-weight: normal; padding-top: 10px;}

.article-h1{ font-size: 30px; font-size: 0.3rem; text-align: center; color: #262626; font-weight: normal; line-height: 1.8em; margin-bottom: 20px; margin-bottom: 0.2rem;}
.article-tool{ text-align: center; margin-bottom: 30px; margin-bottom: 0.3rem;}
.article-content{ width: 100%; font-size: 16px; font-size: 0.16rem; color: #727272; line-height:1.8em; padding-right: 30px; padding-right: 0.3rem;}
.article-content img{max-width: 990px; max-width: 9.9rem;}

.sitemap-dl{overflow:hidden}
.sitemap-dl dt{clear:both; margin-bottom:10px; margin-bottom:0.1rem; font-size:18px; font-size:0.18rem; font-weight:bold}
.sitemap-dl dd{float:left; margin-right:30px; margin-right:0.3rem; margin-bottom:20px; margin-bottom:0.2rem}

.pdfPanel{ width:100%; height:1200px; height:12.8rem;}
/* 分页按钮 */
.pages {
	clear: both;
	width: 100%; /*overflow: hidden;*/
	text-align: center;
	margin-top: 20px;
	margin-top: 0.2rem;
}

	.pages > span {
		clear: both;
		display: inline-block;
		text-align: center;
		min-width: 34px; min-width: 0.34rem;
		height: 34px; height: 0.34rem;
		border-radius: 2px; border-radius: 0.02rem;
		background: #fff;
		border: 1px solid #eeeeee; border: solid 0.01rem #eee;
		line-height: 34px; line-height: 0.34rem;
		margin-left: 2px; margin-left: 0.02rem;
		margin-right: 2px; margin-right: 0.02rem;
	}

	.pages a {
		clear: both;
		display: block;
		width: 100%;
		height: 100%;
		transition: background, color 0.3s ease-in-out;
		color: #aaa;
	}

		.pages a:hover, .pages > .curr > a {
			background: #1385d1;
			border: 1px solid #1385d1; border: solid 0.01rem #1385d1;
			color: #fff;
			border-radius: 2px; border-radius: 0.02rem;
		}

	.pages .prev, .pages .next {
		min-width: 92px; min-width: 0.92rem;
	}

	.pages .pageEnd {
		min-width: 60px; min-width: 0.6rem;
	}

	.pages i {
		display: inline-block;
		width: 6px; width: 0.06rem;
		height: 10px; height: 0.1rem;
		transition: all 0.3s ease-in-out;
	}


.footer{ height: 80px;height: 0.8rem; background-color: #3a3a3a; color: #fff; font-size: 12px; font-size: 0.12.8rem;}
.footer .footer-panel{height: 80px; height: 0.8rem; width: 1200px; width: 12.8rem; margin: 0 auto; padding-top: 32px; padding-top: 0.32rem;}
.footer .footer-panel .left-link{float: left; width: 400px; width: 4rem;}
.footer .footer-panel .left-link a{color: #fff;}
.footer .footer-panel .left-link a:hover{color: #fff;}
.footer .footer-panel .right-copyright{float: right; width: 800px; width: 8rem; text-align: right;}

/* ================= Hero Banner (From index2.html) ================= */
.hero-section {
    position: relative;
    width: 100%;
    height: 400px;
    background-image: url('https://upload.wikimedia.org/wikipedia/commons/thumb/6/6e/Southern_Medical_University_Library.jpg/1200px-Southern_Medical_University_Library.jpg'); 
    background-size: cover;
    background-position: center 20%;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: center;
    padding-bottom: 30px;
}

.hero-overlay {
    position: absolute;
    top: 0; left: 0; width: 100%; height: 100%;
    background: rgba(0,0,0,0.1); 
}

.search-container {
    position: relative;
    z-index: 2;
    width: 800px;
    text-align: center;
}

.search-tabs {
    display: flex;
    justify-content: center;
    gap: 15px;
    margin-bottom: 10px;
}

.tab-btn {
    padding: 10px 30px;
    border-radius: 25px;
    font-weight: bold;
    cursor: pointer;
    font-size: 15px;
    border: none;
    box-shadow: 0 4px 6px rgba(0,0,0,0.1);
}

.tab-btn.active {
    background-color: #3583cb;
    color: white;
}

.tab-btn.inactive {
    background-color: white;
    color: #333;
}

.search-box {
    background: white;
    border-radius: 30px;
    padding: 5px 10px;
    display: flex;
    align-items: center;
    height: 55px;
    box-shadow: 0 5px 15px rgba(0,0,0,0.2);
}

.search-dropdown {
    padding: 0 20px;
    border-right: 1px solid #eee;
    color: #666;
    cursor: pointer;
    display: flex;
    align-items: center;
    gap: 5px;
    font-size: 15px;
}

.search-input {
    flex: 1;
    border: none;
    outline: none;
    padding: 0 20px;
    font-size: 16px;
}

.search-icon {
    padding: 0 30px;
    color: #666;
    font-size: 18px;
    cursor: pointer;
}

.quick-links {
    display: flex;
    justify-content: center;
    gap: 30px;
    margin-top: 15px;
    color: #555;
    font-size: 14px;
}

.search-bar-bg {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 60px;
    background: rgba(255,255,255,0.9);
    z-index: 1;
}

.hero-section .quick-links {
    position: relative;
    z-index: 2;
    color: #666;
    padding-bottom: 5px;
}

/* ================= Main Content (From index2.html) ================= */
.content-area {
    padding: 0px 0 40px 0;
    background-color: #fff;
}

.content-grid {
    display: grid;
    grid-template-columns: 280px 1fr; /* 左侧栏固定宽度，右侧自适应 */
    gap: 40px;
}

/* --- Left Sidebar --- */
.sidebar-card {
    background: linear-gradient(135deg, #f4f8fc 0%, #e6eef7 100%);
    border: 1px solid rgba(26,92,154,0.08);
    border-radius: 10px;
    padding: 20px;
    margin-bottom: 16px;
    position: relative;
    overflow: hidden;
    box-shadow: 0 2px 8px rgba(26,92,154,0.06);
    transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
    color: #1a5c9a !important;
}

.sidebar-card::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 4px;
    background: linear-gradient(180deg, #1a5c9a 0%, #5d8bc1 100%);
    opacity: 0.85;
}

.sidebar-card:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 16px rgba(26,92,154,0.14);
    border-color: rgba(26,92,154,0.18);
}

.sidebar-header {
    display: flex;
    align-items: center;
    gap: 14px;
    margin-bottom: 16px;
    padding-bottom: 12px;
    border-bottom: 1px dashed rgba(26,92,154,0.18);
    color: #333;
}

.sidebar-header i {
    font-size: 28px;
    color: #1a5c9a;
    width: 44px;
    height: 44px;
    line-height: 44px;
    text-align: center;
    background: #ffffff;
    border-radius: 50%;
    box-shadow: 0 2px 6px rgba(26,92,154,0.18);
}

.sidebar-header h3 {
    font-size: 18px;
    color: #1a5c9a;
    font-weight: 700;
    letter-spacing: 0.3px;
}

.sidebar-card h3 a {
    color: inherit;
    text-decoration: none;
}

.sidebar-card h3 a:hover {
    color: #286b9d;
    text-decoration: underline;
}

.time-row {
    display: flex;
    justify-content: space-between;
    font-size: 14px;
    color: #222;
    margin-bottom: 5px;
}

.service-btn {
    display: block;
    width: 100%;
    padding: 9px 18px;
    margin-bottom: 8px;
    border-radius: 20px;
    font-size: 14px;
    text-align: left;
    position: relative;
    text-decoration: none;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    transition: all 0.25s ease;
}

.service-btn.active {
    background-color: #286b9d;
    color: white;
    box-shadow: 0 2px 5px rgba(53, 131, 203, 0.3);
}

.service-btn.active::after {
    content: '›';
    position: absolute;
    right: 15px;
    font-size: 16px;
    line-height: 12px;
}

.service-btn.inactive {
    background-color: rgba(255,255,255,0.55);
    color: #444;
    padding-left: 22px;
    border: 1px solid rgba(26,92,154,0.08);
}

.service-btn.inactive:hover {
    background: linear-gradient(90deg, #1a5c9a 0%, #5d8bc1 100%);
    color: #fff;
    border-color: transparent;
    transform: translateX(2px);
    box-shadow: 0 3px 8px rgba(26,92,154,0.25);
}

/* --- Right Content Sections --- */
.sections-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    column-gap: 60px;
    row-gap: 40px;
}

.section-block h2 {
    position: relative;
    font-size: 22px;
    font-weight: 700;
    color: #1a5c9a;
    margin-bottom: 22px;
    padding: 12px 18px 12px 26px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 2px solid #e4ecf5;
    letter-spacing: 0.5px;
    border-radius: 6px 6px 0 0;
    background: linear-gradient(90deg, rgba(26,92,154,0.12) 0%, rgba(93,139,193,0.06) 50%, rgba(255,255,255,0) 100%);
    box-shadow: inset 0 -2px 0 0 rgba(26,92,154,0.05);
}

.section-block h2::before {
    content: "";
    position: absolute;
    left: 10px;
    top: 14px;
    bottom: 14px;
    width: 5px;
    border-radius: 3px;
    background: linear-gradient(180deg, #1a5c9a 0%, #5d8bc1 100%);
    box-shadow: 0 1px 3px rgba(26,92,154,0.25);
}

.section-block h2::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: -2px;
    height: 2px;
    width: 80px;
    background: linear-gradient(90deg, #1a5c9a 0%, #5d8bc1 100%);
    border-radius: 2px;
}

.section-block h2 span.more,
.section-block h2 a.more {
    font-size: 13px;
    color: #5d8bc1;
    font-weight: 500;
    cursor: pointer;
    text-decoration: none;
    padding: 3px 10px;
    border-radius: 12px;
    transition: all 0.25s ease;
}

.section-block h2 a.more:hover {
    color: #fff;
    background: #1a5c9a;
    box-shadow: 0 2px 6px rgba(26,92,154,0.3);
}

/* E-Resources specific layout */
.eresources-block {
    grid-column: 1 / -1; /* Span full width */
    display: grid;
    grid-template-columns: 1fr 1fr;
    column-gap: 60px;
}

.eresources-block h2 {
    grid-column: 1 / -1;
}

.eresources-block .link-list {
    grid-template-columns: 1fr; /* One item per line within each column */
}

.link-list {
    display: grid;
/*    grid-template-columns: 1fr 1fr;*/
    gap: 5px 15px;
    list-style: none;
    padding: 0;
    margin: 0;
}

.link-list li {
    position: relative;
    font-size: 16px;
    line-height: 1.5;
    padding: 8px 10px 8px 22px;
    border-radius: 6px;
    transition: all 0.25s ease;
    min-width: 0;
    overflow: hidden;
}

.link-list li::before {
    content: "";
    position: absolute;
    left: 8px;
    top: 50%;
    width: 6px;
    height: 6px;
    margin-top: -3px;
    border-radius: 50%;
    background: #5d8bc1;
    box-shadow: 0 0 0 2px rgba(93,139,193,0.18);
    transition: all 0.25s ease;
}

.link-list li a {
    color: #222;
    text-decoration: none;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    transition: color 0.25s ease, transform 0.25s ease;
}

.link-list li:hover {
    background: linear-gradient(90deg, rgba(26,92,154,0.06) 0%, rgba(26,92,154,0) 100%);
}

.link-list li:hover::before {
    background: #1a5c9a;
    box-shadow: 0 0 0 3px rgba(26,92,154,0.25);
}

.link-list li:hover a {
    color: #1a5c9a;
    transform: translateX(3px);
}

.link-list2 {
    display: grid;
    gap: 5px;
    list-style: none;
    padding: 0;
    margin: 0;
}

.link-list2 li {
    position: relative;
    font-size: 16px;
    color: #222;
    padding: 8px 10px 8px 22px;
    border-radius: 6px;
    transition: all 0.25s ease;
    line-height:1.5em;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
}

.link-list2 li::before {
    content: "";
    position: absolute;
    left: 8px;
    top: 50%;
    width: 6px;
    height: 6px;
    margin-top: -3px;
    border-radius: 50%;
    background: #5d8bc1;
    box-shadow: 0 0 0 2px rgba(93,139,193,0.18);
    transition: all 0.25s ease;
}

.link-list2 li a {
    color: #444;
    text-decoration: none;
    flex: 1;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    transition: color 0.25s ease, transform 0.25s ease;
}

.link-list2 li:hover {
    background: linear-gradient(90deg, rgba(26,92,154,0.06) 0%, rgba(26,92,154,0) 100%);
}

.link-list2 li:hover::before {
    background: #1a5c9a;
    box-shadow: 0 0 0 3px rgba(26,92,154,0.25);
}

.link-list2 li:hover a {
    color: #1a5c9a;
    transform: translateX(3px);
}

.link-list2 li > span {
    color: #a8b4c2;
    font-size: 12px;
    flex-shrink: 0;
    font-family: Consolas, monospace;
}

/* ================= Footer ================= */
/* Note: .footer was already defined in style.css, but index2.html has different styles. 
   We might need to override or merge. 
   The existing .footer in style.css: height: 80px; background-color: #3a3a3a;
   The new .footer: background-color: #1a5c9a; padding: 40px 0; height: auto;
   I will use a more specific selector or just append and let cascade handle it if possible, 
   but better to rename or just use the new styles. 
   I'll use .footer-new or just overwrite .footer properties.
*/
.footer {
    background-color: #1a5c9a; /* Deep Blue */
    color: white;
    padding: 30px 0 0 0;
    font-size: 12px;
    line-height: 1.6;
    height: auto; /* Override fixed height */
    background: #196eb1 url('footer-bg.jpg') center top no-repeat;
    height: 160px;
}

.footer .container {
    display: flex;
    justify-content: space-between;
    /* align-items: flex-end; */
}

.footer-left {
    opacity: 0.9;
}

.address-item {
    margin-bottom: 10px;
    display: flex;
    gap: 8px;
}
.address-item i {
    font-size: 14px;
    color: #ccc;
    margin-top: 6px;
}

.footer-right {
    text-align: right;
    opacity: 0.9;
}

.social-icons {
    margin-bottom: 35px;
    display: flex;
    justify-content: flex-end;
    gap: 20px;
    font-size: 18px;
}

.social-icons i {
    cursor: pointer;
}

.social-icons i:hover {
    opacity: 0.7;
}

/* ================= List Page Styles ================= */
.list-page-grid {
    --list-accent: #3583cb;
    --list-accent-deep: #2c73b7;
    --list-accent-soft: rgba(53, 131, 203, 0.12);
    --list-border: #e3edf7;
    --list-shadow: rgba(18, 67, 108, 0.08);
    display: grid;
    grid-template-columns: 250px 1fr;
    gap: 40px;
}

/* Sidebar */
.list-sidebar {
    position: relative;
    padding: 18px;
    border-radius: 20px;
    background: linear-gradient(180deg, #f8fbff 0%, #ffffff 100%);
    border: 1px solid var(--list-border);
    box-shadow: 0 18px 36px var(--list-shadow);
    overflow: hidden;
    isolation: isolate;
}

.list-sidebar::before {
    content: "";
    position: absolute;
    top: -44px;
    right: -24px;
    width: 150px;
    height: 150px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(53, 131, 203, 0.18) 0%, rgba(53, 131, 203, 0) 72%);
    pointer-events: none;
}

.list-sidebar::after {
    content: "";
    position: absolute;
    left: 18px;
    right: 18px;
    top: 0;
    height: 4px;
    border-radius: 0 0 999px 999px;
    background: linear-gradient(90deg, #3583cb 0%, #7fb7ea 48%, rgba(53, 131, 203, 0.15) 100%);
    pointer-events: none;
}

.list-sidebar ul {
    position: relative;
    z-index: 1;
}

.list-sidebar ul li {
    margin-bottom: 12px;
}

.list-sidebar ul li:last-child {
    margin-bottom: 0;
}

.list-sidebar ul li a {
    display: flex;
    align-items: center;
    position: relative;
    min-height: 54px;
    padding: 14px 48px 14px 44px;
    color: #596879;
    font-size: 15px;
    font-weight: 600;
    line-height: 1.45;
    background: linear-gradient(135deg, #ffffff 0%, #f7fbff 100%);
    border: 1px solid var(--list-border);
    border-radius: 15px;
    box-shadow: 0 8px 18px rgba(18, 67, 108, 0.05);
    transition: transform 0.28s ease, box-shadow 0.28s ease, border-color 0.28s ease, color 0.28s ease, background 0.28s ease;
}

.list-sidebar ul li a::before {
    content: "";
    position: absolute;
    left: 18px;
    top: 50%;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #3583cb;
    box-shadow: 0 0 0 6px rgba(53, 131, 203, 0.12);
    transform: translateY(-50%);
    transition: background 0.28s ease, box-shadow 0.28s ease, transform 0.28s ease;
}

.list-sidebar ul li a::after {
    content: "";
    position: absolute;
    right: 18px;
    top: 50%;
    width: 8px;
    height: 8px;
    border-top: 2px solid #9ab5d1;
    border-right: 2px solid #9ab5d1;
    transform: translateY(-50%) rotate(45deg);
    transition: border-color 0.28s ease, transform 0.28s ease;
}

.list-sidebar ul li a:hover,
.list-sidebar ul li a:focus-visible {
    color: #245c92;
    border-color: rgba(53, 131, 203, 0.36);
    background: linear-gradient(135deg, #ffffff 0%, #eef7ff 100%);
    box-shadow: 0 16px 28px rgba(53, 131, 203, 0.12);
    transform: translateX(8px);
}

.list-sidebar ul li a:hover::before,
.list-sidebar ul li a:focus-visible::before {
    transform: translateY(-50%) scale(1.08);
}

.list-sidebar ul li a:hover::after,
.list-sidebar ul li a:focus-visible::after {
    border-color: #245c92;
    transform: translate(3px, -50%) rotate(45deg);
}

.list-sidebar ul li a:focus-visible {
    outline: none;
}

.list-sidebar ul li.active a {
    color: #fff;
    font-weight: bold;
    border-color: #2d6faa;
    background: linear-gradient(135deg, #2d6faa 0%, #1f5b93 100%);
    box-shadow: 0 16px 28px rgba(53, 131, 203, 0.28);
    transform: translateX(8px);
}

.list-sidebar ul li.active a::before {
    background: #fff;
    box-shadow: 0 0 0 6px rgba(255, 255, 255, 0.16);
}

.list-sidebar ul li.active a::after {
    border-color: #fff;
}

/* Content */
.list-content {
    min-width: 0;
    padding: 6px 0 10px;
}

.breadcrumb {
    position: relative;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 12px 14px;
    padding: 14px 18px;
    border-radius: 18px;
    background: linear-gradient(135deg, #f8fbff 0%, #ffffff 58%, #f2f8fd 100%);
    border: 1px solid var(--list-border);
    box-shadow: 0 14px 28px rgba(18, 67, 108, 0.07);
    margin-bottom: 30px;
    overflow: hidden;
}

.breadcrumb::before {
    content: "";
    position: absolute;
    left: 0;
    top: 18px;
    bottom: 18px;
    width: 4px;
    border-radius: 0 999px 999px 0;
    background: linear-gradient(180deg, #3583cb 0%, rgba(53, 131, 203, 0.16) 100%);
    pointer-events: none;
}

.breadcrumb::after {
    content: "";
    position: absolute;
    right: -42px;
    bottom: -62px;
    width: 150px;
    height: 150px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(53, 131, 203, 0.12) 0%, rgba(53, 131, 203, 0) 72%);
    pointer-events: none;
}

.breadcrumb-label {
    position: relative;
    z-index: 1;
    display: inline-flex;
    align-items: center;
    padding: 6px 14px;
    border-radius: 999px;
    background: linear-gradient(135deg, #2d6faa 0%, #1f5b93 100%);
    color: #fff;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    box-shadow: 0 10px 20px rgba(53, 131, 203, 0.22);
}

.breadcrumb-nav {
    position: relative;
    z-index: 1;
    display: inline-flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 8px;
    font-size: 0;
}

.breadcrumb-nav a {
    position: relative;
    display: inline-flex;
    align-items: center;
    min-height: 34px;
    padding: 0 14px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.9);
    border: 1px solid #e6eef7;
    color: #64788d;
    font-size: 13px;
    font-weight: 600;
    box-shadow: 0 6px 14px rgba(18, 67, 108, 0.05);
    transition: transform 0.25s ease, color 0.25s ease, background 0.25s ease, border-color 0.25s ease, box-shadow 0.25s ease;
}

.breadcrumb-nav a + a {
    margin-left: 14px;
}

.breadcrumb-nav a + a::before {
    content: "";
    position: absolute;
    left: -14px;
    top: 50%;
    width: 7px;
    height: 7px;
    border-top: 1px solid #9bb3c9;
    border-right: 1px solid #9bb3c9;
    transform: translateY(-50%) rotate(45deg);
}

.breadcrumb-nav a:hover,
.breadcrumb-nav a:focus-visible {
    color: #245c92;
    border-color: rgba(53, 131, 203, 0.28);
    box-shadow: 0 10px 20px rgba(53, 131, 203, 0.12);
    transform: translateY(-2px);
}

.breadcrumb-nav a:focus-visible {
    outline: none;
}

.breadcrumb-nav a:last-of-type {
    background: linear-gradient(135deg, #2d6faa 0%, #1f5b93 100%);
    border-color: #2d6faa;
    color: #fff;
    box-shadow: 0 12px 24px rgba(53, 131, 203, 0.22);
}

.breadcrumb-nav a:last-of-type:hover,
.breadcrumb-nav a:last-of-type:focus-visible {
    color: #fff;
}

.list-items {
    display: flex;
    flex-direction: column;
    gap: 18px;
}

.list-item {
    position: relative;
    margin-bottom: 0;
    padding: 24px 28px 22px 30px;
    border: 1px solid var(--list-border);
    border-radius: 18px;
    background: linear-gradient(135deg, #ffffff 0%, #fbfdff 100%);
    box-shadow: 0 14px 30px rgba(18, 67, 108, 0.06);
    overflow: hidden;
    transition: transform 0.3s ease, border-color 0.3s ease, box-shadow 0.3s ease, background 0.3s ease;
}
    .list-item .h3-date{float:right; font-size:0.14rem; color:#5f7387;}

    .list-item::before {
        content: "";
        position: absolute;
        left: 0;
        top: 18px;
        bottom: 18px;
        width: 4px;
        border-radius: 0 999px 999px 0;
        background: linear-gradient(180deg, #3583cb 0%, rgba(53, 131, 203, 0.15) 100%);
        transition: top 0.3s ease, bottom 0.3s ease, width 0.3s ease, background 0.3s ease;
    }

.list-item::after {
    content: "";
    position: absolute;
    right: -48px;
    top: -48px;
    width: 140px;
    height: 140px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(53, 131, 203, 0.12) 0%, rgba(53, 131, 203, 0) 68%);
    opacity: 0;
    transform: scale(0.85);
    transition: opacity 0.3s ease, transform 0.3s ease;
}

.list-item:hover,
.list-item:focus-within {
    transform: translateX(10px) translateY(-2px);
    border-color: rgba(53, 131, 203, 0.32);
    box-shadow: 0 22px 36px rgba(53, 131, 203, 0.13);
    background: linear-gradient(135deg, #ffffff 0%, #f4faff 100%);
}

.list-item:hover::before,
.list-item:focus-within::before {
    top: 14px;
    bottom: 14px;
    width: 6px;
    background: linear-gradient(180deg, #3583cb 0%, #2c73b7 100%);
}

.list-item:hover::after,
.list-item:focus-within::after {
    opacity: 1;
    transform: scale(1);
}

.list-item h3 {
    font-size: 20px;
    line-height: 1.5;
    margin-bottom: 12px;
    font-weight: bold;
}

.list-item h3 a {
    display: inline-flex;
    align-items: center;
    color: #2f3a46;
    background-image: linear-gradient(90deg, #3583cb 0%, #3583cb 100%);
    background-position: left calc(100% + 2px);
    background-repeat: no-repeat;
    background-size: 0 2px;
    transition: color 0.28s ease, background-size 0.28s ease;
}

.list-item h3 a::after {
    content: "";
    width: 8px;
    height: 8px;
    margin-left: 14px;
    border-top: 2px solid currentColor;
    border-right: 2px solid currentColor;
    opacity: 0;
    transform: translate(-6px, -1px) rotate(45deg);
    transition: transform 0.28s ease, opacity 0.28s ease;
}

.list-item:hover h3 a,
.list-item:focus-within h3 a,
.list-item h3 a:hover {
    color: #3583cb;
    background-size: 100% 2px;
}

.list-item:hover h3 a::after,
.list-item:focus-within h3 a::after,
.list-item h3 a:hover::after {
    opacity: 1;
    transform: translate(0, -1px) rotate(45deg);
}

.item-date {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-size: 12px;
    color: #5f7387;
    margin-bottom: 10px;
    padding: 6px 12px;
    border-radius: 999px;
    background: #f5f9fc;
    border: 1px solid #ebf2f8;
    transition: color 0.28s ease, border-color 0.28s ease, background 0.28s ease;
}

.item-date::before {
    content: "";
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #3583cb;
    box-shadow: 0 0 0 5px rgba(53, 131, 203, 0.12);
}

.list-item:hover .item-date,
.list-item:focus-within .item-date {
    color: #245c92;
    border-color: rgba(53, 131, 203, 0.25);
    background: #eef6ff;
}

.item-desc {
    font-size: 14px;
    color: #708090;
    line-height: 1.8;
    padding-right: 18px;
}

/* Pagination */
.pagination-custom {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    margin-top: 40px;
}

.page-btn, .page-num {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    height: 32px;
    border: 1px solid #ddd;
    color: #666;
    font-size: 12px;
    background-color: #fff;
    transition: all 0.3s;
}

.page-btn {
    padding: 0 15px;
    border-radius: 16px; /* Pill shape */
}

.page-num {
    width: 32px;
    border-radius: 4px; /* Square/Rounded */
}

.page-btn:hover, .page-num:hover {
    border-color: #3583cb;
    color: #3583cb;
}

.page-num.active {
    background-color: #286b9d;
    border-color: #286b9d;
    color: #fff;
}

/* ================= Article Page Styles ================= */
.article-container {
    padding-bottom: 40px;
}

.article-title {
    font-size: 24px;
    color: #333;
    margin-bottom: 10px;
    font-weight: normal;
}

.article-date {
    font-size: 12px;
    color: #999;
    margin-bottom: 30px;
    border-bottom: 1px solid #eee;
    padding-bottom: 20px;
}

.article-info {
    background-color: #f9f9f9;
    padding: 20px;
    margin-bottom: 30px;
    border-radius: 4px;
}

.info-row {
    margin-bottom: 10px;
    font-size: 14px;
    display: flex;
}

.info-row:last-child {
    margin-bottom: 0;
}

.info-row .label {
    color: #666;
    width: 150px;
    flex-shrink: 0;
}

.info-row .value {
    color: #333;
}

.article-details {
    font-size: 14px;
    color: #222;
    line-height: 1.8;
}

.details-label {
    font-weight: bold;
    color: #222;
    margin-bottom: 15px;
}

.article-details p {
    margin-bottom: 20px;
    text-align: justify;
}

/* ================= Download List Styles ================= */
.download-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
    margin-top: 30px;
}

.download-item {
    border: 1px solid #eee;
    padding: 30px 10px;
    text-align: center;
    transition: all 0.3s;
}

.download-item:hover {
    box-shadow: 0 5px 15px rgba(0,0,0,0.1);
    transform: translateY(-5px);
}

.download-icon {
    position: relative;
    display: inline-block;
    margin-bottom: 20px;
    color: #ddd;
}

.download-icon i {
    font-size: 60px;
}

.download-icon .file-type {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 12px;
    font-weight: bold;
    color: #52606c;
    background: #edf2f6;
    padding: 2px;
}

.download-title {
    font-size: 12px;
    color: #666;
    margin-bottom: 20px;
    text-transform: uppercase;
    height: 32px; /* Fixed height for alignment */
    overflow: hidden;
}

.download-btn {
    display: block;
    width: 100%;
    background-color: #006fae;
    color: white !important;
    padding: 8px 0;
    font-size: 12px;
    text-align: center;
    border-radius: 2px;
    transition: background-color 0.3s;
}

.download-btn:hover {
    background-color: #007bb2;
    color: white;
}

.download-btn i {
    margin-right: 5px;
}

    /* ================= List2 Page Styles (Categorized List) ================= */

/* Sidebar for List2 */
.list2-sidebar {
    padding: 0;
}

.list2-sidebar .sidebar-title {
    background: linear-gradient(to bottom, #f0f0f0, #e0e0e0);
    padding: 10px 15px;
    font-weight: bold;
    color: #333;
    border-top: 2px solid #3583cb; /* Blue top border */
    margin-bottom: 10px;
}

.list2-sidebar ul li {
    margin-bottom: 0;
    border-bottom: 1px dotted #ccc;
}

.list2-sidebar ul li:last-child {
    border-bottom: none;
}

.list2-sidebar ul li a {
    display: block;
    padding: 10px 15px;
    color: #666;
    font-size: 13px;
    transition: all 0.3s;
    position: relative;
    padding-left: 25px;
}

.list2-sidebar ul li a::before {
    content: "▶"; /* Small arrow */
    font-size: 8px;
    position: absolute;
    left: 10px;
    top: 50%;
    transform: translateY(-50%);
    color: #999;
}

.list2-sidebar ul li a:hover {
    color: #3583cb;
    background-color: transparent;
    text-decoration: underline;
}

/* Main Content for List2 */
.page-title-bar {
    font-size: 20px;
    color: #3583cb;
    margin-bottom: 20px;
    display: flex;
    align-items: center;
    gap: 10px;
    font-weight: bold;
}

.page-title-bar i {
    font-size: 18px;
}

.category-section {
    margin-bottom: 30px;
}

.category-header {
    background: linear-gradient(90deg, #f0f7fd 0%, #ffffff 100%);
    padding: 10px 15px;
    font-weight: bold;
    color: #1a5c9a; /* Southern Medical University Core Deep Blue */
    border-bottom: 1px solid #d0e1f5;
    margin-bottom: 15px;
    font-size: 14.5px;
    /* Small blue mark on left */
    border-left: 4px solid #1a5c9a; 
    border-radius: 4px;
}

/* Optional: if the image implies a specific tab look, we can adjust. 
   The image shows a simple gray bar. */

.category-list {
    display: grid;
    grid-template-columns: 1fr 1fr; /* Two columns */
    column-gap: 40px;
    row-gap: 10px;
    padding: 0 10px;
}

.category-list a {
    font-size: 13px;
    color: #666;
    display: flex;
    align-items: flex-start;
    line-height: 1.5;
}

.category-list a::before {
    content: "•";
    color: #999;
    margin-right: 8px;
    font-size: 12px;
}

.category-list a:hover {
    color: #3583cb;
    text-decoration: underline;
}

/* Compact layout for E-Resources (2-column) */
.compact-category-list {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr)); /* 一行两列 */
    column-gap: 10px;
    row-gap: 8px;
    padding: 0 10px;
}

.compact-category-list a {
    font-size: 16px; /* 字体小一点 */
    color: #333;
    display: flex;
    align-items: flex-start;
    line-height: 1.5;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    transition: color 0.2s ease, transform 0.2s ease;
}

.compact-category-list a::before {
    content: "•";
    color: #3583cb; /* Core blue indicator dot matching SMU website */
    margin-right: 6px;
    font-size: 12px;
}

.compact-category-list a:hover {
    color: #1a5c9a;
    text-decoration: underline;
    transform: translateX(2px);
}

/* ================= Mobile Responsive (Global) ================= */
@media screen and (max-width:768px) {
    .pc { display: none; }
    .mb { display: block; }

    html, body { width: 100%; overflow-x: hidden; }
    .main { width: 100%; margin: 0 auto; }
    body > .container { padding-top: 1.1rem; }
    .container { width: 100%; overflow: visible; }

    /* Header affix */
    .herader {
        width: 100%;
        height: 1.1rem;
        margin: 0;
        position: fixed;
        top: 0;
        left: 0;
        z-index: 1200;
        background-color: #FFF;
    }
    .herader.is-affixed { box-shadow: 0 2px 12px rgba(0,0,0,.12); }
    .top-logo {
        width: 100%;
        height: 1.1rem;
        margin: 0;
        padding: 0.2rem 0.3rem;
        display: flex;
        align-items: center;
        position: relative;
    }
    .top-logo img { width: 2.67rem; height: 0.8rem; }
    .top-link, .top-lang { display: none; }

    /* Mobile menu icon (Font Awesome) */
    .header-menu {
        width: 0.92rem;
        height: 1.1rem;
        position: fixed;
        right: 0;
        top: 0;
        z-index: 1301;
        background: none;
        display: flex;
        align-items: center;
        justify-content: center;
        color: #333;
    }
    .header-menu i { font-size: 0.48rem; line-height: 1; }
    .header-menu i.fa-times { display: none; }
    .header-menu.open i.fa-bars { display: none; }
    .header-menu.open i.fa-times { display: inline-block; }
    .header-menu.open { color: #fff; }

    /* Mobile nav drawer */
    .nav {
        position: fixed;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        z-index: 1300;
        background-color: rgba(0,0,0,.55);
        overflow: hidden;
        display: none;
    }
    .nav-ul {
        position: absolute;
        top: 0;
        right: 0;
        height: 100%;
        width: 78%;
        max-width: 5.8rem;
        margin-left: 0;
        background-color: #196eb1;
        font-weight: 400;
        padding: 1.2rem 0.4rem 2.2rem 0.4rem;
        overflow-y: auto;
        text-align: left;
    }
    .nav-ul li {
        display: block;
        height: auto;
        line-height: 1.2rem;
        font-size: 0.3rem;
        background: none;
        padding: 0;
        margin: 0;
        border-bottom: solid 0.01rem rgba(255,255,255,.25);
    }
    .nav-ul li:nth-last-of-type(1) { border-bottom: none; }
    .nav-ul li a {
        color: #FFF;
        display: block;
        width: 100%;
        padding: 0.1rem 0.1rem;
    }
    .nav-ul li a::after {
        content: '›';
        float: right;
        opacity: .85;
        font-size: 0.52rem;
        line-height: 1.0rem;
    }
    .nav-ul li.current a, .nav-ul li:hover a { background: none; }

    .nav-footer {
        position: absolute;
        right: 0;
        bottom: 0;
        width: 78%;
        max-width: 5.8rem;
        padding: 0.3rem 0.4rem 0.35rem;
        background-color: #196eb1;
    }
    .nav-footer .nav-lang {
        height: 0.8rem;
        border-radius: 0.12rem;
        background: rgba(255,255,255,.85);
        color: #196eb1;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 0.34rem;
    }
    .nav-footer .nav-links {
        margin-top: 0.25rem;
        text-align: center;
        font-size: 0.24rem;
        color: rgba(255,255,255,.9);
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }
    .nav-footer .nav-links a { color: rgba(255,255,255,.95); padding: 0 0.12rem; }

    /* Banner + search */
    .banner {
        width: 100%;
        min-width: 0;
        height: 400px;
        height: 4rem;
        margin: 0 auto;
        margin-bottom: 0.25rem;
    }
    .banner > img { width: 100%; height: 100%; object-fit: cover; display: block; }
    .search-panel {
        width: calc(100% - 0.6rem);
        height: auto;
        margin: 0 auto;
        margin-top: -0.9rem;
        position: relative;
        z-index: 2;
    }
    .search-box { height: 1.0rem; border-radius: 0.6rem; }
    .search-icon { padding: 0 0.35rem; }

    /* List/news/download: collapse left categories */
    .list-page-grid { display: flex; flex-direction: column; }
    .list-sidebar { width: 100%; padding: 0.18rem; border-radius: 0.18rem; }
    .list2-sidebar { width: 100%; padding: 0; border-radius: 0.08rem; }
    .sidebar-toggle {
        width: 100%;
        border: 1px solid #e3edf7;
        background: linear-gradient(135deg, #ffffff 0%, #f6fbff 100%);
        padding: 0.28rem 0.3rem;
        border-radius: 0.08rem;
        display: flex;
        align-items: center;
        justify-content: space-between;
        font-size: 0.28rem;
        color: #333;
        box-shadow: 0 0.08rem 0.18rem rgba(18, 67, 108, 0.08);
    }
    .sidebar-toggle:active { background: rgba(0,0,0,0.03); }
    .sidebar-toggle-icon { font-size: 0.26rem; color: #666; transition: transform .2s ease; }
    .list-sidebar.is-collapsed ul, .list2-sidebar.is-collapsed ul { display: none; }
    .list-sidebar:not(.is-collapsed) .sidebar-toggle-icon,
    .list2-sidebar:not(.is-collapsed) .sidebar-toggle-icon { transform: rotate(180deg); }
    .list-sidebar ul { background: transparent; border-radius: 0; }
    .list2-sidebar ul { background: #fff; border-radius: 0.08rem; }
    .list-sidebar ul li a { padding: 0.22rem 0.58rem 0.22rem 0.56rem; font-size: 0.26rem; border-radius: 0.16rem; }
    .list-sidebar ul li a::before { left: 0.24rem; width: 0.1rem; height: 0.1rem; box-shadow: 0 0 0 0.06rem rgba(53, 131, 203, 0.12); }
    .list-sidebar ul li a::after { right: 0.24rem; width: 0.12rem; height: 0.12rem; }
    .list2-sidebar ul li a { padding: 0.22rem 0.3rem; font-size: 0.26rem; }
    .breadcrumb { padding: 0.22rem 0.24rem; margin-bottom: 0.26rem; border-radius: 0.18rem; gap: 0.12rem 0.14rem; }
    .breadcrumb-label { padding: 0.1rem 0.18rem; font-size: 0.22rem; }
    .breadcrumb-nav { gap: 0.1rem; }
    .breadcrumb-nav a { min-height: 0.56rem; padding: 0 0.18rem; font-size: 0.22rem; }
    .breadcrumb-nav a + a { margin-left: 0.14rem; }
    .breadcrumb-nav a + a::before { left: -0.12rem; width: 0.08rem; height: 0.08rem; }
    .list-items { gap: 0.16rem; }
    .list-item { padding: 0.28rem 0.24rem 0.24rem 0.3rem; border-radius: 0.18rem; }
    .list-item::before { top: 0.18rem; bottom: 0.18rem; }
    .list-item h3 { font-size: 0.28rem; margin-bottom: 0.12rem; }
    .item-date { font-size: 0.22rem; padding: 0.06rem 0.14rem; margin-bottom: 0.14rem; }
    .item-date::before { width: 0.08rem; height: 0.08rem; box-shadow: 0 0 0 0.05rem rgba(53, 131, 203, 0.12); }
    .item-desc { font-size: 0.24rem; line-height: 1.75; padding-right: 0; }

    /* Hero search pages */
    .hero-section { height: auto; min-height: 4.6rem; padding-bottom: 0.35rem; }
    .search-container { width: 100%; padding: 0 0.3rem; }
    .search-tabs { flex-wrap: wrap; gap: 0.2rem; }
    .tab-btn { padding: 0.18rem 0.45rem; font-size: 0.26rem; }
    .search-dropdown { display: none; }
    .search-input { padding: 0 0.25rem; font-size: 0.28rem; }
    .quick-links { flex-wrap: wrap; gap: 0.22rem; padding: 0 0.3rem; font-size: 0.24rem; }

    /* Downloads */
    .download-grid { grid-template-columns: repeat(2, 1fr); gap: 0.25rem; }
    .download-item { padding: 0.35rem 0.2rem; }

    /* Footer padding */
    .footer { padding: 0.4rem 20px 0.35rem; height: auto; background-size: cover; }
    .footer .container { flex-direction: column; gap: 0.3rem; }
    .footer-right { text-align: left; }
    .social-icons { justify-content: center; margin-bottom: 0.2rem; }

    @media screen and (max-width:480px) {
        .download-grid { grid-template-columns: 1fr; }
    }
}

/* E-Resources compact template */
.eresources-compact-page {
    padding: 4px 0 40px;
}

.eresources-compact-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    margin-bottom: 28px;
    padding: 0 0 16px;
    border-bottom: 2px solid #3d4ca1;
}

.eresources-compact-head h1 {
    margin: 0;
    color: #35409b;
    font-size: 22px;
    font-weight: 500;
    line-height: 1.35;
}

.eresources-compact-breadcrumb {
    color: #333;
    font-size: 13px;
    line-height: 1.6;
    white-space: nowrap;
}

.eresources-compact-breadcrumb a {
    color: #333;
}

.eresources-compact-breadcrumb a:hover {
    color: #35409b;
    text-decoration: underline;
}

.eresources-compact-sections {
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.eresources-compact-section {
    padding-bottom: 18px;
    border-bottom: 1px dotted #d7d7d7;
}

.eresources-compact-section h2 {
    margin: 0 0 12px;
    color: #35409b;
    font-size: 18px;
    font-weight: 500;
    line-height: 1.4;
}

.eresources-compact-list {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    column-gap: 42px;
    row-gap: 8px;
}

.eresources-compact-list a,
.eresources-compact-empty {
    position: relative;
    min-width: 0;
    padding-left: 16px;
    color: #111;
    font-size: 13px;
    line-height: 1.45;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.eresources-compact-list a::before,
.eresources-compact-empty::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0.66em;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: #aaa;
}

.eresources-compact-list a:hover {
    color: #35409b;
    text-decoration: underline;
}

.eresources-compact-empty {
    color: #999;
}

@media screen and (max-width:768px) {
    .eresources-compact-page {
        padding: 0 0 0.4rem;
    }

    .eresources-compact-head {
        display: block;
        margin-bottom: 0.22rem;
        padding-bottom: 0.12rem;
    }

    .eresources-compact-head h1 {
        margin-bottom: 0.08rem;
        font-size: 0.22rem;
    }

    .eresources-compact-breadcrumb {
        font-size: 0.12rem;
        white-space: normal;
    }

    .eresources-compact-sections {
        gap: 0.2rem;
    }

    .eresources-compact-section {
        padding-bottom: 0.16rem;
    }

    .eresources-compact-section h2 {
        font-size: 0.18rem;
    }

    .eresources-compact-list {
        grid-template-columns: 1fr;
        gap: 0.08rem;
    }

    .eresources-compact-list a,
    .eresources-compact-empty {
        font-size: 0.13rem;
    }

    .compact-category-list {
        grid-template-columns: 1fr;
        gap: 8px;
    }
}
