@charset "utf-8";
/*CSS Document*/
:root {
	--primary-blue: #0b2b5e;
	--secondary-blue: #1a4a8b;
	--accent-gold: #c9a43b;
	--text-dark: #1e293b;
	--text-gray: #64748b;
	--border-light: #e2e8f0;
	--bg-light: #f8fafc;
	--white: #ffffff;
	--shadow-sm: 0 2px 15px rgba(0, 0, 0, 0.08);
	--shadow-md: 0 8px 25px rgba(26, 74, 139, 0.15);
	--shadow-lg: 0 10px 40px rgba(11, 43, 94, 0.25);
	--transition: all 0.3s ease;
}



/***********header***********/
header{position:relative;z-index:999; border-bottom: 5px solid #0e0445;background-color: #fff;}
header.header-fixed{position:fixed;top:0;left:0;right:0;box-shadow:0 1px 5px rgba(0 0 0 / 12%);}
.header-top { display: flex; justify-content: space-between; }

header:after { content: ""; display: block; width: 50%; height: 5px; background-color: #bf0018; position: absolute; left: 0; right: 0; bottom: -5px; margin: auto; left: 75%;
    -webkit-transform: skewX(140deg);
    -moz-transform: skewX(140deg);
    -ms-transform: skewX(140deg);
    -o-transform: skewX(140deg);
    transform: skewX(140deg); }



/*header-phone*/
.header-phone-more,
.header-phone-close{display:none;}


/*language*/
.language dl{display:inline-block;vertical-align:top;position:relative;z-index:990;cursor:pointer;border:1px solid #0e0445;border-radius:100px;background-color:#0e0445;
	-webkit-transition:all .3s ease;
	-moz-transition:all .3s ease;
	-ms-transition:all .3s ease;
	-o-transition:all .3s ease;
	transition:all .3s ease; 
}
.language dt{height:28px;line-height:28px;color:#fff;font-size:14px;font-weight:700;cursor:pointer;/*width:22px;*/ padding:0 28px 0 16px;position:relative;}
.language dt a { color: #fff; font-size: 14px; font-weight:700; }
.language dd{position:absolute;top:100%;left:0;right:0;z-index:990;background-color:#fff;box-shadow:0 1px 4px rgba(0,0,0,.25);margin-top:4px;display:none;padding:4px 0;text-align:center;border-radius:6px;}
.language dd a{display:block;padding:6px 8px;font-size:14px;line-height:1em;}
.language dd a:hover{color:#FF477E;}

.language dt:after{
	content:"\e732";font-family:"iconfont"!important;position:absolute;top:50%;right:9px;z-index:-1;font-size:12px;color:#fff;line-height:14px;font-weight:normal;display:block;text-align:center;margin-top:-7px;
	-webkit-transform:scale(.8);
	-moz-transform:scale(.8);
	-ms-transform:scale(.8);
	-o-transform:scale(.8);
	transform:scale(.8);
}


/*logo*/
.header-logo a{display:block;height:72px; padding: 10px 0;}
.header-logo a img{display:block;height:100%;}


/*  */
.header-search { position:relative;border:1px solid #000;background-color:#FAFAFA;border-radius:0;width:300px;height:42px;}
.header-search form { display: block; height: 100%; }
.header-search input { font-family:"Bayon";border:0;background-color:transparent;height:100%;padding:0 54px 0 20px;border-radius:100px;}
.header-search input::-webkit-input-placeholder { color:#131313;}
.header-search input:-moz-placeholder { color:#131313;opacity:1;} 
.header-search input::-moz-placeholder { color:#131313;opacity:1;} 
.header-search input:-ms-input-placeholder { color:#131313;}
.header-search button { width:42px;height:42px;line-height:42px;text-align:center;background-color:transparent;position:absolute;top:0;right:0;z-index:9;cursor:pointer;}
.header-search button:hover { opacity:.6;}

.header-top .header-search { margin-right: 20px; }


/*.header-top > .df-c {  }*/


/*header-nav*/
/* 1 */
.header-nav { height: 100%; padding-right: 25px; }
.header-nav > ul{line-height:1em; height: 100%;}
.header-nav > ul > li{float:left;position:relative; height: 100%;}
.header-nav > ul > li > a{display:flex; align-items: center; height: 100%; font-weight:800;font-size:15px;position:relative; padding: 0 15px; border-left: solid 1px #DDD;}
.header-nav > ul > li > a:hover{color:#fff; background-color: #0e0445;}
.header-nav > ul > li > a.active:before { content: ""; width: 100%; height: 2px; display: block; background-color: #0e0445; position: absolute; left: 0; bottom: 8px; }
.header-nav > ul > li > i.iconfont{display:none;vertical-align:top;font-size:10px;line-height:18px;}
.header-nav > ul > li > i.iconfont + a:after{content:"\e732";font-family:"iconfont"!important;display:inline-block;vertical-align:top;margin-left:6px;font-size:10px;font-weight:normal;}


/* 2 */
.header-subnav { position:absolute;top:90%;left:0; right: 0; z-index:99;box-shadow:0 1px 6px rgba(0 0 0 / 12%);background-color:rgb(102, 120, 157);;visibility:hidden;opacity:0; }
.header-subnav > li { position: relative; }

.header-subnav > li > a { font-weight: 100; color: #fff; border-bottom: solid 1px rgba(223, 230, 237, 0.3); }
.header-subnav li a{padding:16px 25px;line-height:1em;display:block;line-height:1.2em;font-size:16px;}  
.header-subnav li a:hover{ background-color: rgb(223, 230, 237); color: rgb(102, 120, 157);}
.header-subnav i { display: none; }

.header-nav > ul > li:hover .header-subnav{visibility:visible;opacity:1;
    -webkit-transform:translateY(10px);
    -moz-transform:translateY(10px);
	-ms-transform:translateY(10px);
	-o-transform:translateY(10px);
	transform:translateY(10px);  
}












/***********footer***********/
footer { border-top: 1px solid #ddd; padding: 20px 0; }
footer .copyright { text-align: center; font-size: 13px; font-weight: 100; color: #666; }
footer .footer-text { font-size: 13px; font-weight: 100; color: #666; text-align: center; margin-bottom: 14px; }
/*footer .footer-text:after { content: ""; width: 88px; height: 1px; display: block; background-color: #ddd; margin: 10px auto; }*/

.footer-txt { margin-bottom: 30px; }
.footer-txt p { font-size: 13px; line-height: 1.6em;color: #666; }

.home-main .footer-txt { display: none; }






/***********banner***********/
/**/
.swiper-slide a{position:relative;display:block;}
.swiper-slide a img{display:block;width:100%;height:auto;}

.home-banner-text{ font-family: "SimSun","Arial"; position:absolute;top:50%;left:50%;z-index:2; width: 1366px; max-width: 95%; text-align: center;
	-webkit-transform:translate(-50%,-50%);
	-moz-transform:translate(-50%,-50%);
	-ms-transform:translate(-50%,-50%);
	transform:translate(-50%,-50%);
}
/* .home-banner-text h1{font-size:50px; font-weight: bolder; color: #c99600; text-transform:uppercase; margin-bottom: 50px;} */
/* .home-banner-text p{font-size:17px; font-weight: lighter; color:#fff;line-height: 1.9em;  text-align: center;} */
.home-banner-text > div:nth-child(1) { margin-bottom: 40px; } 
.home-banner-text > div:nth-child(1) p { font-family: "SimSun"; font-size: 38px; font-weight: bold; color: #0e0445; }
.home-banner-text > div:nth-child(1) p:first-child { margin-bottom: 16px; }

.home-banner-text > div:nth-child(2) p:nth-child(1) { font-size: 50px; font-weight: bold; color: #BF0018; margin-bottom: 8px; }
.home-banner-text > div:nth-child(2) p:nth-child(2) { font-size: 50px; font-weight: bold; color: #0066a8; font-family: "SimSun"; }

/*.home-banner .swiper-slide a img { height: 400px; object-fit:cover;object-position:center center; }*/

/* .home-banner .swiper-slide:before { content: ""; width: 100%; height: 100%; position: absolute; top: 0; left: 0; background-color: rgba(0 0 0 / 65%); display: block; } */
.home-banner .swiper-slide .df { justify-content: space-between; }
.home-banner .swiper-slide img { min-height: 500px; max-width: 38%; object-fit:cover;object-position:center center; }



/*page-banner*/
.page-banner-box{position:relative; height: 120px; background-color: #66789d;}
.page-banner-box h1{
	font-size:50px;line-height:1em;position:absolute;top:50%;left:50%;z-index:9; color: #fff;
	-webkit-transform:translate(-50%,-50%);
	-moz-transform:translate(-50%,-50%);
	-ms-transform:translate(-50%,-50%);
	transform:translate(-50%,-50%); 
}
.page-banner-box img{width:100%;height:300px;display:block;object-fit:cover;object-position:center center; display: none;}






/*  */
.page-main { margin: 80px auto 120px; }  
.page-text { margin-bottom: 30px; }
.page-text h2 { font-size: 24px; margin-bottom: 10px; }
.page-text p { line-height: 1.5em; }







/***********首頁***********/


.commontable * { font-family: "SimSun","Arial","Microsoft JhengHei","微軟正黑體"; font-size: 12px; }
html[lang="en-US"] .commontable * { font-family: "Arial"; }
.commontable { overflow-x: auto; }
.commontable table { /*border-top: 1px solid #e6e7f1;*/ /*border-left: 1px solid #e6e7f1;*/ width: 100%; max-width: 100%; }
.commontable th,
.commontable td { padding: 12px 16px; border-bottom: 1px solid #c1c2c9; /*border-right: 1px solid #e6e7f1;*/ font-size: 12px; line-height: 1.3em; }
.commontable td:first-child { padding-right: 30px; }
.commontable td sup { font-size: 12px; }
.commontable thead { border-bottom: 3px solid #161f38; }
.commontable thead th { line-height: 1em; background-color: #798299; color: #fff; font-weight: 100; cursor: pointer; white-space:nowrap; }
.commontable thead th:hover { background-color: #656d83; }
/*.commontable thead th:after { content: "↕"; opacity: 0; font-size: 12px; margin-left: 2px; margin-top: -1px; display: inline-block; vertical-align: top; }*/
.commontable tbody td:nth-child(even) { background-color: #f6f7fa; }
.commontable tbody td:first-child, .commontable tbody td:first-child > a { white-space:nowrap; font-weight: 100; }
/*.commontable tbody tr:last-child td { border-bottom: 0; }*/
.commontable thead th.sort-asc:after { content: "↑"; opacity: 1; }
.commontable thead th.sort-desc:after { content: "↓"; opacity: 1; }

.commontable tbody td a { white-space:nowrap; color: #218ada; }  
.commontable tbody td a:hover { text-decoration: underline; }

.commontable table#dataTable td:nth-child(3) { white-space:nowrap; }
.commontable table#dataTable td > p { max-width: 350px; }





.home-main { margin: 50px auto 100px; }


.home-fellows { margin-bottom: 80px; }


.home-banner + .home-main .home-fellows,
.home-main .home-search,
.home-main .home-search + .commontable { display: none; }


/* 2 */
.home-two { display: flex; }
.home-two .grid-2 { width: 100%; margin: 0 auto; }
.home-two .grid-2 > div { position: relative; overflow: hidden; }
.home-two .grid-2 > div > a { display: block; position: relative; height: 0; padding: 35% 0; overflow: hidden; }
.home-two .grid-2 img { position: absolute; top: 0; left: 0; width: 100%; height: 100%; object-fit:cover;object-position:center center; }
.home-two .grid-2 span { position:absolute;top:50%;left:50%;z-index:2;text-align:center; display: none; color: #fff;
	-webkit-transform:translate(-50%,-50%);
	-moz-transform:translate(-50%,-50%);
	-ms-transform:translate(-50%,-50%);
	transform:translate(-50%,-50%); }
.home-two .grid-2 span i { color: #fff; display: block; margin-top: 6px; }
.home-two .grid-2 > div > a:before { content: ""; width: 100%; height: 100%; position: absolute; top: 0; left: 0; z-index: 1; background-color: rgba(0 0 0 / 4%); display: block; }
.home-two .grid-2 > div:hover img { 
	-webkit-transform:scale(1.1);
	-moz-transform:scale(1.1);
	-ms-transform:scale(1.1);
	-o-transform:scale(1.1);
	transform:scale(1.1); }
.home-two .grid-2 > div:hover span { opacity: 0; }
.home-two .grid-2 > div:hover a:before { background-color: rgba(0 0 0 / 10%); }

/*.home-two-submenu { 
	position: absolute; top: 50%; left: 50%; z-index: 9; background-color: rgba(0 0 0 / 88%); padding: 30px; width: 100%; box-sizing: border-box; text-align: center; opacity: 0;
	-webkit-transform:translate(-50%,-50%);
	-moz-transform:translate(-50%,-50%);
	-ms-transform:translate(-50%,-50%);
	transform:translate(-50%,-50%); 
}
.home-two-submenu a { color: #fff; display: block; padding: 10px 0; }
.home-two-submenu a:hover { opacity: .6; }
.home-two .grid-2 > div:hover .home-two-submenu { opacity: 1; }*/


.home-two-submenu { position: absolute; top: 72px; left: 50px; z-index: 9; }
.home-two-submenu a { color: #fff; display: block; padding: 10px 16px; background-color: #3daafc; margin-bottom: 10px;
    -webkit-transform:translateX(-500px);
    -moz-transform:translateX(-500px);
	-ms-transform:translateX(-500px);
	-o-transform:translateX(-500px);
	transform:translateX(-500px); 
}
.home-two-submenu a:hover { background-color: #000 !important; }
.home-two-submenu h3 { font-size: 30px; margin-bottom: 20px; }

.home-two .grid-2 > div:hover .home-two-submenu a { 
    -webkit-transform:translateX(0);
    -moz-transform:translateX(0);
	-ms-transform:translateX(0);
	-o-transform:translateX(0);
	transform:translateX(0);  
}

.home-two-l .home-two-submenu h3 { text-align: right; }
.home-two-l .home-two-submenu { right: 50px; left: auto; }
.home-two-l .home-two-submenu a { background-color: #fb4b51;
    -webkit-transform:translateX(500px);
    -moz-transform:translateX(500px);
	-ms-transform:translateX(500px);
	-o-transform:translateX(500px);
	transform:translateX(500px);  }  




/*  */
.layui-table-sort { display: inline-flex; flex-direction: column; vertical-align: bottom; zoom: .6; margin-bottom: -7px; }
.layui-table-sort i.iconfont { font-size: 12px; color: #fff; padding: 2px 6px; opacity: .4; }
.layui-table-sort i.iconfont:hover,
.layui-table-sort.asc .if-arrow_up1,
.layui-table-sort.desc .if-arrow_down { opacity: 1; }





/*  */  
.all-search { background-color: #798299d6; padding: 20px 16px; }
.all-search input[type="text"] { background-color: #FAFAFA; width: 500px; border: 0; border-radius: 10px; }
.all-search .search-container { display: flex; }
.all-search .search-container select { background-color: #FAFAFA; border-radius: 10px; margin-right: 10px; padding-left: 16px; border: 0; }
.all-search .df { margin-left: auto; }
.all-search button { padding: 0 36px; font-size: 16px; font-weight: 100; border-radius: 10px; cursor: pointer; }
.all-search button#searchBtn { background-color: #0e0445; color: #fff; }
.all-search button#resetBtn { background-color: #ffffff52; margin-left: 10px; }

.all-search2 { background-color: #798299d6; padding: 20px 16px; }
.all-search2 input[type="text"] { background-color: #FAFAFA; height: 36px; font-size: 13px; padding: 0 10px; border: 0; }
.all-search2 .search-box label { line-height: 1em; display: block; color: #fff; margin-bottom: 5px; font-size: 12px; font-weight: 100; }
.all-search2 select { background-color: #FAFAFA; height: 36px; font-size: 13px; padding: 0 10px; border: 0; border-radius:5px; width:100%; background-position: top 13px right 13px; color: #757575; font-weight: normal; }

.all-search2 .search-container { display:grid;grid-template-columns:repeat(4, 1fr);grid-gap:10px 10px; margin-bottom: 16px; }
.all-search2 .btn-group button { padding: 0 16px; line-height: 36px; font-size: 14px; font-weight: 100; border-radius: 6px; cursor: pointer; }
.all-search2 .btn-group button#searchBtn { background-color: #0e0445; color: #fff; }
.all-search2 .btn-group button#resetBtn { background-color: #ffffff52; margin-left: 6px; }

.all-search2 .search-container .search-box span.select2,
.all-search2 .search-container .search-box span.select2 .select2-search__field { width: 100% !important; }

.all-search2 .search-container .search-box span.select2 .select2-selection--multiple { min-height: inherit; height: 36px; overflow-y: auto; }
.select2-container--default .select2-selection--multiple .select2-selection__choice { font-size: 12px; padding: 0; background-color: transparent; border: 0; line-height: 1em; } 
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove { 
    -webkit-transform:translateY(2px);
    -moz-transform:translateY(2px);
	-ms-transform:translateY(2px);
	-o-transform:translateY(2px);
	transform:translateY(2px);}

.table-download { padding-top: 30px; }
.table-download h2 { font-size: 20px; font-weight: 100; line-height: 1em; margin-bottom: 16px; }
.table-download button { border-radius: 10px; background-color: #0e0445; color: #fff; }
.table-download button i { color: #fff; }
















/*  */
.home-search { display: flex; justify-content: space-between; align-items: center; padding: 20px 16px; background-color: #798299d6; }
.home-search .header-search { height: 56px; border-radius: 100px; width: 450px; border: 0; /*background-color: #fafafa7a;*/ }
.home-search .header-search input { padding: 0 70px 0 30px; }
.home-search .header-search button { width: 56px; height: 56px; line-height: 56px; }
.home-search .btn-base { padding: 0 36px; height: 56px; line-height: 56px; }


.home-fellows-title { text-align: center; margin-bottom: 36px; }
.home-fellows-title h2 { font-size: 36px; font-weight: 100; display: inline-block; vertical-align: top; position: relative; z-index: 2; background-color: #fff; padding: 0 20px; }  
.home-fellows-title h2:after,
.home-fellows-title h2:before { content: ""; width: 150px; height: 2px; background-color: #0e0445; display: block; position: absolute; top: 50%; z-index: -1; margin-top: -1px; }
.home-fellows-title h2:after { left: 100%; } 
.home-fellows-title h2:before { right: 100%; } 

.home-fellows .fellows-list .swiper-wrapper { padding-bottom: 10px; }

.fellows-list ul li { box-shadow: 0 2px 6px rgba(0 0 0 / 12%); border-radius: 6px; overflow: hidden; width: 257px; margin-right: 20px;
	-webkit-transition:inherit;
	-moz-transition:inherit;
	-ms-transition:inherit;
	-o-transition:inherit;
	transition:inherit; }
.fellows-list-img a { display: block; position: relative; width: 100%; height: 0; padding: 62% 0; overflow: hidden; }
.fellows-list-img a img { position: absolute; top: 0; left: 0; width: 100%; height: 100%; object-fit:cover;object-position:center center; }
.fellows-list-text { text-align: center; padding: 14px 10px 18px; }
.fellows-list-text h3 a { font-size: 18px; font-weight: 100; display: block; margin-bottom: 6px; color: #b58700; }
.fellows-list-text p { font-size: 13px; line-height: 1.2em; color: #666; }
.fellows-list-img a:before, 
.fellows-list-img a:after {
    content: "";
    position: absolute;
    width: 500px;
    height: 500px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) scale(0, 0);
    clip-path: polygon(50% 0%, 61% 35%, 98% 35%, 68% 57%, 79% 91%, 50% 70%, 21% 91%, 32% 57%, 2% 35%, 39% 35%);
    /*border-radius: 50%;*/
    box-sizing: border-box;
    z-index: 1; }
.fellows-list-img a:before {
    transition: all .3s ease-out;
    background: rgba(0, 0, 0, .3);
}
.fellows-list-img a:after {
    transition: all .8s ease-out;
    background: rgba(0, 0, 0, .4);
}
.fellows-list ul li:hover { box-shadow: 0 2px 6px rgba(0 0 0 / 30%); }
.fellows-list ul li:hover .fellows-list-img a:before, 
.fellows-list ul li:hover .fellows-list-img a:after {
    transform: translate(-50%, -50%) scale(2.5, 2.5);
}
.fellows-list ul li:hover .fellows-list-img img { 
	-webkit-transform:scale(1.2);
	-moz-transform:scale(1.2);
	-ms-transform:scale(1.2);
	-o-transform:scale(1.2);
	transform:scale(1.2); 
}
.fellows-list ul li:hover .fellows-list-text h3 a { color: #0e0445; }    

/*  */
.home-note { margin-top: 30px; }
.home-note h2 { font-size: 16px; font-weight: 100; line-height: 1em; margin-bottom: 14px; }
.home-note ul li { display: flex; padding-bottom: 4px; margin-bottom: 4px; overflow: hidden; position: relative; border-bottom:1px dashed #ddd; }
.home-note ul li h3 { font-size: 11px; margin-right: 12px; white-space:nowrap; font-weight: 100; position: relative; display: none; }
.home-note ul li h3:after { content: ":"; display: inline-block; font-size: 11px; margin-left: 2px; }
.home-note ul li p { font-size: 13px; font-weight: lighter; display: flex; }
.home-note ul li p sup { font-size: 10px; font-weight: 100; display: inline-block; vertical-align: top; margin-right: 5px; }

/*.home-note ul li:before { content: ""; display: block; width:100%;display:block;border:0;border-bottom:1px dashed #c7c7c7; position: absolute; bottom: 0; left: 0; width: 100%; }*/

.home-text-one { padding-bottom: 20px; margin-bottom: 36px; border-bottom: 1px solid #cdcdcd; }
.home-text-one h3 { font-size: 24px; line-height: 1.2em; margin-bottom: 12px; font-weight: 100; }
.home-text-one p { font-size: 18px; line-height: 1.8em; margin-bottom: 36px; text-align: center; }
.home-text-one p strong { font-size: 18px; line-height: 1.7em; }

.home-text-two ul li { font-size: 14px; line-height: 1.7em; margin-top: 30px; }


/*  */
















/* bio */
.bio { margin: 80px auto 120px; }  

/*.bio .fellows-list-box { display: none; }*/
.bio .fellows-list-box .grid-5 { grid-gap: 36px; }
.bio .fellows-list-box .grid-5 li { margin: 0; width: auto; }

.bio .change-menu { text-align: center; margin-bottom: 50px; }
.bio .change-menu a { display: inline-block; vertical-align: top; margin: 0 6px; position: relative; font-size: 14px; font-weight: 100; line-height: 30px; padding: 0 14px; border-radius: 100px; border: 1px solid #c7c7c7; }
.bio .change-menu a:hover,
.bio .change-menu a.active { background-color: #0e0445; border-color: #0e0445; color: #fff; }

/*.bio .home-fellows-title { margin-bottom: 20px; }*/



/*.bio .change-menu a.active { content: ""; width: 100%; height: 1px; display: block; background-color: #000; position: absolute; left: 0; bottom: 0; }*/

.fellows-list-top { margin-bottom: 30px; }
.fellows-list-top h3 { font-size: 24px; line-height: 1.4em; font-weight: 100; }
.fellows-list-top p { font-size: 16px; line-height: 1.4em; margin-top: 10px; }


.bio-d-box { display: flex; }

.bio-d-l { width: 43%; 
	/*mask-image: url('../images/shape-20.svg');
      -webkit-mask-image: url('../images/shape-20.svg');*/
      mask-size: contain;
	}
.bio-d-l > div { width: 100%; height: 0; padding: 61% 0; position: relative; overflow: hidden;
	mask-image: url('../images/shape-20.svg');
      -webkit-mask-image: url('../images/shape-20.svg');
	background-image: url(../images/shape-20.svg) ;
    background-color: rgba(17, 23, 29, .5);
    background-blend-mode: multiply;
	-webkit-mask-position: top center;
    mask-position: top center;
    -webkit-mask-size: 100% 100%;
    mask-size: 100% 100%;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
}
/*.bio-d-l > div:after { content: ""; width: 16px; height: 500px; border-left: 18px solid #fff; border-right: 10px solid #fff; position: absolute; right: -30px; bottom: -100px;
	-webkit-transform:rotate(45deg);
	-moz-transform:rotate(45deg);
	-ms-transform:rotate(45deg);
	-o-transform:rotate(45deg);
	transform:rotate(45deg); 
}*/
/*.bio-d-l > div:before { content: ""; width: 50px; height: 200px; display: block; background: url(../images/资源\ 98-8.png) no-repeat; background-size: 100% 100%; position: absolute; top: 0; left: 0; z-index: 9; }*/
.bio-d-l > div img { width: 100%; height: 100%; display: block; position: absolute; top: 0; left: 0; object-fit:cover;object-position:center center; }



.bio-d-r { padding-left: 50px; width: 57%; }
.bio-d-r > div { margin-bottom: 30px; }

.bio-d-r .bio-name { /*padding-bottom: 10px; border-bottom: 1px solid #ddd;*/ margin-bottom: 30px; display: flex; align-items: center; }
.bio-d-r .bio-name h2 { font-size: 30px; font-weight: 100; line-height: 1em; /*margin-bottom: 10px;*/ color: #0e0445; padding-right: 15px; margin-right: 15px; position: relative; }
.bio-d-r .bio-name h2:after { content: ""; width: 1px; height: 80%; background-color: #666; position: absolute; top: 10%; right: 0; }
.bio-d-r .bio-name p { color: #666; line-height: 1em; }

.bio-info ul { background-color: #f4f4f4; padding: 20px; border-radius: 10px; }
.bio-info ul li { display: flex; padding-bottom: 10px; margin-bottom: 10px; border-bottom:1px dashed #c1c1c1; }
.bio-info ul li:last-child { margin-bottom: 0; padding-bottom: 0; border: 0; }
.bio-info ul li span { font-size: 13px; display: block; line-height: 1em; }
.bio-info ul li span:first-child { font-weight: 100; margin-right: 20px; }

.bio-d-list h3 { font-size: 17px; font-weight: 100; line-height: 1em; margin-bottom: 12px; }
.bio-d-list ul li { font-size: 13px; margin-bottom: 6px; color: #666; }
.bio-d-list ul li:last-child { margin-bottom: 0; }

.bio-bottom { padding-top: 20px; border-top: 1px solid #ddd; }
.bio-bottom ul li { display: flex; margin-bottom: 10px; }
.bio-bottom ul li a { font-size: 13px; display: block; line-height: 1em; color: #0e0445; }
.bio-bottom ul li span { font-size: 13px; display: block; line-height: 1em; }
.bio-bottom ul li a:first-child,
.bio-bottom ul li span:first-child { font-weight: 100; margin-right: 10px; }









/*  */
.fi-arrow-left:before,
.fi-arrow-right:before { font-family:"iconfont"!important; font-size: 10px; font-style: normal; font-weight: normal; }
.fi-arrow-left:before { content: "\e730"; }
.fi-arrow-right:before { content: "\e72f"; }





.select2-container .select2-selection--multiple {min-height: 36px;}
.select2-container--default .select2-selection--multiple{border-radius: 6px;}
.select2-container .select2-search--inline .select2-search__field{padding:0 5px;}
.select2-container input::-webkit-input-placeholder { /* Webkit browsers*/
    font-size:13px;
}

.select2-container input:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    font-size:13px;
}

.select2-container input:-moz-placeholder { /* Mozilla Firefox 19+ */
    font-size:13px;
}

.select2-container input:-ms-input-placeholder { /* Internet Explorer 10+ */ 
    font-size:13px;
}

.category-list{margin-bottom:20px;}
.category-list > h2{font-size:24px; margin: 66px 0 20px; }
.category-list > h2:after { content: ""; width: 45px; height: 2px; display: block; margin: 6px 1px 0; background-color: #131313; }

 
#resetBtn{text-transform: uppercase;}









/*  */
.glossary-box { font-family: Arial, sans-serif; line-height: 1.6; }
.glossary-box table { border-collapse: collapse; width: 100%; margin-bottom: 20px; }
.glossary-box h2 { font-size: 24px; font-weight: bold; margin: 20px 0; } 
.glossary-box  h3 { font-size: 18px; font-weight: bold; margin: 20px 0; }
.glossary-box p { margin: 20px 0; }
.glossary-box th, .glossary-box td { border: 1px solid #ddd; padding: 8px; text-align: left; }
.glossary-box th { background-color: #f2f2f2; white-space:nowrap; }
.glossary-box .underline { text-decoration: underline; }

.header-subnav > li > .header-subnav-sub{
	position: absolute;
    left: 100%;
    top: 0;
    background-color: rgb(102, 120, 157);
	display:none;
	min-width:200px; width:100%;
}
.header-subnav > li:hover > .header-subnav-sub{display:block;}
.header-subnav-sub > li > a{
    font-weight: 100;
    color: #fff;
    border-bottom: solid 1px rgba(223, 230, 237, 0.3);
}

.search{margin-top:20px;}
.search >ul >li{margin-bottom:20px;}
.search >ul >li .title{font-size:20px;margin-bottom:10px;}

/* 搜索区域 */
.archive-index{
	background: #f1f5f9;
    color: var(--text-dark);
    line-height: 1.6;
    min-height: 100vh;
}
.search-section {
	margin-bottom: 30px;
}

.search-container {
	margin: 0 auto;
}

.search-form {
	display: flex;
	align-items: center;
	background: var(--white);
	border: 2px solid var(--border-light);
	border-radius: 12px;
	padding: 8px 16px;
	transition: var(--transition);
	box-shadow: var(--shadow-sm);
}

.search-form:focus-within {
	border-color: var(--secondary-blue);
	box-shadow: 0 4px 20px rgba(26, 74, 139, 0.15);
}

.search-icon {
	color: var(--text-gray);
	margin-right: 12px;
	flex-shrink: 0;
}

.search-input {
	flex: 1;
	border: none;
	outline: none;
	font-size: 16px;
	padding: 12px 0;
	background: transparent;
	color: var(--text-dark);
	width: 100%;
}

.search-input::placeholder {
	color: #94a3b8;
}

.search-button {
	background: var(--secondary-blue);
	border: none;
	color: white;
	padding: 10px 20px;
	border-radius: 8px;
	cursor: pointer;
	font-weight: 600;
	transition: var(--transition);
	white-space: nowrap;
}

.search-button:hover {
	background: var(--primary-blue);
	transform: translateY(-1px);
}

.search-clear {
	background: none;
	border: none;
	color: var(--text-gray);
	cursor: pointer;
	padding: 8px;
	margin-right: 8px;
	border-radius: 50%;
	transition: var(--transition);
	display: none;
}

.search-clear.visible {
	display: block;
}

.search-clear:hover {
	background: #e2e8f0;
	color: var(--text-dark);
}

/* 重点文章 */
.featured-section {
	margin-bottom: 40px;
}

.featured-card {
	display: grid;
	grid-template-columns: 1fr 1fr;
	background: linear-gradient(135deg, var(--primary-blue) 0%, var(--secondary-blue) 100%);
	border-radius: 16px;
	overflow: hidden;
	box-shadow: var(--shadow-lg);
	min-height: 400px;
}

.featured-image-container {
	position: relative;
	height: 100%;
	min-height: 400px;
	overflow: hidden;
}

.featured-image {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform 0.5s ease;
}

.featured-card:hover .featured-image {
	transform: scale(1.05);
}

.featured-badge {
	position: absolute;
	top: 24px;
	left: 24px;
	background: var(--accent-gold);
	color: var(--primary-blue);
	padding: 8px 20px;
	border-radius: 25px;
	font-weight: 700;
	font-size: 14px;
	box-shadow: 0 4px 12px rgba(201, 164, 59, 0.4);
	z-index: 2;
}

.featured-content {
	padding: 48px 40px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	color: white;
}

.featured-meta {
	display: flex;
	align-items: center;
	gap: 16px;
	margin-bottom: 20px;
	flex-wrap: wrap;
}

.featured-category {
	background: rgba(255, 255, 255, 0.15);
	color: white;
	padding: 6px 16px;
	border-radius: 20px;
	font-weight: 600;
	font-size: 13px;
	border: 1px solid rgba(255, 255, 255, 0.2);
	backdrop-filter: blur(10px);
}

.featured-date {
	color: rgba(255, 255, 255, 0.8);
	font-size: 14px;
}

.featured-title {
	font-size: 32px;
	font-weight: 700;
	line-height: 1.3;
	margin-bottom: 20px;
	color: white;
}

.featured-description {
	color: rgba(255, 255, 255, 0.9);
	line-height: 1.7;
	margin-bottom: 30px;
	font-size: 16px;
}

.featured-link {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	background: white;
	color: var(--secondary-blue);
	padding: 14px 32px;
	border-radius: 30px;
	font-weight: 600;
	text-decoration: none;
	transition: var(--transition);
	width: fit-content;
}

.featured-link:hover {
	background: var(--accent-gold);
	color: var(--primary-blue);
	transform: translateY(-2px);
	box-shadow: 0 6px 20px rgba(201, 164, 59, 0.4);
}

/* 列表头部 */
.list-header {
	margin-bottom: 30px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
	gap: 16px;
}

.list-title {
	font-size: 28px;
	font-weight: 700;
	color: var(--text-dark);
	display: flex;
	align-items: center;
	gap: 16px;
}

.title-accent {
	width: 5px;
	height: 36px;
	background: var(--accent-gold);
	border-radius: 3px;
	display: inline-block;
}

.list-meta {
	display: flex;
	align-items: center;
	gap: 20px;
	color: var(--text-gray);
	font-size: 14px;
}

.article-count {
	background: var(--bg-light);
	padding: 6px 16px;
	border-radius: 20px;
	font-weight: 600;
}

/* 文章网格 */
.articles-grid {
	display: grid;
	grid-template-columns: repeat(auto-fill, minmax(400px, 1fr));
	gap: 24px;
	margin-bottom: 40px;
}

/* 文章卡片 */
.article-card {
	background: var(--white);
	border-radius: 16px;
	overflow: hidden;
	box-shadow: var(--shadow-sm);
	transition: var(--transition);
	border: 1px solid var(--border-light);
	display: flex;
	flex-direction: column;
}

.article-card:hover {
	transform: translateY(-4px);
	box-shadow: var(--shadow-md);
	border-color: #bfdbfe;
}

.card-image-container {
	position: relative;
	height: 220px;
	overflow: hidden;
}

.card-image {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform 0.5s ease;
}

.article-card:hover .card-image {
	transform: scale(1.05);
}

.card-category-badge {
	position: absolute;
	top: 16px;
	left: 16px;
	background: var(--secondary-blue);
	color: white;
	padding: 6px 14px;
	border-radius: 20px;
	font-weight: 600;
	font-size: 12px;
	box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
	z-index: 2;
}

.card-body {
	padding: 24px;
	flex: 1;
	display: flex;
	flex-direction: column;
}

.card-meta {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 16px;
}

.card-category {
	color: var(--secondary-blue);
	font-weight: 600;
	font-size: 13px;
	text-transform: uppercase;
	letter-spacing: 0.5px;
}

.card-date {
	color: #94a3b8;
	font-size: 13px;
	display: flex;
	align-items: center;
	gap: 4px;
}

.card-title {
	font-size: 20px;
	font-weight: 700;
	line-height: 1.4;
	margin-bottom: 16px;
	color: var(--text-dark);
	text-decoration: none;
	display: block;
	transition: var(--transition);
}

.card-title:hover {
	color: var(--secondary-blue);
}

.card-description {
	color: var(--text-gray);
	line-height: 1.6;
	font-size: 14px;
	margin-bottom: 20px;
	flex: 1;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	overflow: hidden;
}

.card-footer {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding-top: 20px;
	border-top: 1px solid var(--border-light);
}

.publish-time {
	display: flex;
	align-items: center;
	gap: 6px;
	color: #94a3b8;
	font-size: 13px;
}

.read-link {
	color: var(--secondary-blue);
	font-weight: 600;
	text-decoration: none;
	display: flex;
	align-items: center;
	gap: 4px;
	transition: var(--transition);
	font-size: 14px;
}

.read-link:hover {
	color: var(--accent-gold);
}

/* 无结果 */
.no-results {
	text-align: center;
	padding: 80px 20px;
	grid-column: 1 / -1;
}

.no-results-icon {
	font-size: 64px;
	margin-bottom: 20px;
}

.no-results h3 {
	font-size: 24px;
	color: var(--text-dark);
	margin-bottom: 12px;
}

.no-results p {
	color: var(--text-gray);
	margin-bottom: 24px;
}

.reset-button {
	display: inline-block;
	background: var(--secondary-blue);
	color: white;
	padding: 12px 28px;
	border-radius: 25px;
	text-decoration: none;
	font-weight: 600;
	transition: var(--transition);
}

.reset-button:hover {
	background: var(--primary-blue);
	transform: translateY(-1px);
}

/* 分页 */
.pagination {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 8px;
	margin-top: 40px;
	flex-wrap: wrap;
}

.page-btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 40px;
	height: 40px;
	padding: 0 16px;
	border-radius: 10px;
	background: var(--white);
	border: 1px solid var(--border-light);
	color: var(--text-dark);
	text-decoration: none;
	font-weight: 500;
	font-size: 14px;
	transition: var(--transition);
	cursor: pointer;
}

.page-btn:hover:not(.active):not(.disabled) {
	background: #f1f5f9;
	border-color: #bfdbfe;
}

.page-btn.active {
	background: var(--secondary-blue);
	color: white;
	border-color: var(--secondary-blue);
	font-weight: 700;
	box-shadow: 0 2px 8px rgba(26, 74, 139, 0.3);
}

.page-btn.disabled {
	color: #cbd5e1;
	pointer-events: none;
	background: #f8fafc;
	cursor: not-allowed;
}

.page-info {
	color: var(--text-gray);
	font-size: 14px;
	margin: 0 12px;
}

/* 搜索与分类区域容器（新增） */
.search-category-section {
    margin-bottom: 40px;
    text-align: center;
}

/* 搜索区域（优化） */
.search-section {
    margin-bottom: 24px;
}

.search-category-section .search-container {
    max-width: 650px;
    margin: 0 auto;
}

.search-form {
    display: flex;
    align-items: center;
    background: var(--white);
    border: 2px solid var(--border-light);
    border-radius: 50px;
    padding: 8px 16px;
    transition: var(--transition);
    box-shadow: var(--shadow-sm);
    position: relative;
    overflow: hidden;
}

.search-form:focus-within {
    border-color: var(--secondary-blue);
    box-shadow: 0 8px 30px rgba(26, 74, 139, 0.15);
    transform: translateY(-2px);
}

.search-icon {
    color: var(--text-gray);
    margin-right: 12px;
    flex-shrink: 0;
    transition: var(--transition);
}

.search-form:focus-within .search-icon {
    color: var(--secondary-blue);
    transform: scale(1.1);
}

.search-input {
    flex: 1;
    border: none;
    outline: none;
    font-size: 16px;
    padding: 12px 0;
    background: transparent;
    color: var(--text-dark);
    width: 100%;
    transition: var(--transition);
}

.search-input::placeholder {
    color: #94a3b8;
    transition: var(--transition);
}

.search-input:focus::placeholder {
    color: #cbd5e1;
}

.search-button {
    background: var(--secondary-blue);
    border: none;
    color: white;
    padding: 12px 28px;
    border-radius: 50px;
    cursor: pointer;
    font-weight: 600;
    transition: var(--transition);
    white-space: nowrap;
    position: relative;
    overflow: hidden;
}

.search-button:hover {
    background: var(--primary-blue);
    transform: translateY(-1px);
    box-shadow: 0 4px 15px rgba(26, 74, 139, 0.3);
}

.search-button:active {
    transform: translateY(0);
}

.search-button:disabled {
    background: #94a3b8;
    cursor: not-allowed;
    transform: none;
    box-shadow: none;
}

.search-clear {
    background: none;
    border: none;
    color: var(--text-gray);
    cursor: pointer;
    padding: 8px;
    margin-right: 8px;
    border-radius: 50%;
    transition: var(--transition);
    display: none;
    opacity: 0;
    transform: scale(0.8);
}

.search-clear.visible {
    display: block;
    opacity: 1;
    transform: scale(1);
}

.search-clear:hover {
    background: #e2e8f0;
    color: var(--text-dark);
    transform: scale(1.1);
}
#searchForm .search-input{border:unset;}

.category-list {
    text-align: center;
}

.category-tabs {
    display: inline-flex;
    gap: 16px;
    background: rgba(255, 255, 255, 0.7);
    backdrop-filter: blur(10px);
    padding: 8px;
    border-radius: 50px;
    box-shadow: var(--shadow-sm);
    border: 1px solid var(--border-light);
}

.category-tab {
    background: transparent;
    border: none;
    color: var(--text-gray);
    padding: 12px 28px;
    border-radius: 50px;
    cursor: pointer;
    font-weight: 500;
    font-size: 15px;
    transition: var(--transition);
    position: relative;
    overflow: hidden;
}

.category-tab:hover {
    background: rgba(26, 74, 139, 0.08);
    color: var(--secondary-blue);
    transform: translateY(-1px);
}

.category-tab.active {
    background: var(--secondary-blue);
    color: white;
    box-shadow: 0 4px 15px rgba(26, 74, 139, 0.3);
    transform: translateY(-2px);
    font-weight: 600;
}

.category-tab.active:hover {
    background: var(--primary-blue);
}

.archive-index .bio{padding-bottom:10px;}

.articles-list{display:block; margin-bottom:10px;}
.articles-list > .article-card{
	display: grid;
    grid-template-columns: 1fr 1.4fr;
    border-radius: 16px;
    overflow: hidden;
    box-shadow: var(--shadow-lg);
    min-height: 400px;
	margin-bottom:30px;
}
.articles-list > .article-card .card-image-container {
    height: 100%;
    min-height: 400px;
}
.articles-list > .article-card .card-body {
    padding: 48px 40px;
    justify-content: center;
}
.articles-list > .article-card .card-body .card-title{
    font-size: 32px;
    font-weight: 700;
    line-height: 1.3;
    margin-bottom: 20px;
}
.articles-list > .article-card .card-body .card-description{
    flex: unset;
}
/* 响应式设计 */
@media (max-width: 1024px) {
	.featured-card {
		grid-template-columns: 1fr;
	}

	.featured-image-container {
		min-height: 300px;
		max-height: 400px;
	}

	.featured-content {
		padding: 32px;
	}

	.featured-title {
		font-size: 26px;
	}

	.articles-grid {
		grid-template-columns: repeat(auto-fill, minmax(320px, 1fr));
	}
}

@media (max-width: 768px) {
	.main-container {
		padding: 20px 15px;
	}

	.nav-links {
		display: none;
	}

	.featured-image-container {
		min-height: 250px;
	}

	.featured-content {
		padding: 24px;
	}

	.featured-title {
		font-size: 22px;
	}

	.featured-description {
		font-size: 14px;
	}

	.articles-grid {
		grid-template-columns: 1fr;
		gap: 16px;
	}

	.list-header {
		flex-direction: column;
		align-items: flex-start;
	}

	.list-title {
		font-size: 24px;
	}

	.card-image-container {
		height: 200px;
	}

	.search-form {
		flex-direction: column;
		gap: 8px;
	}

	.search-input {
		width: 100%;
	}

	.search-button {
		width: 100%;
		text-align: center;
	}
	.articles-list > .article-card{
		display: flex;
	}
	.articles-list > .article-card .card-image-container{
		min-height:unset;
		height:auto;
	}
	.articles-list > .article-card .card-body{
		padding: 16px;
	}
	.articles-list > .article-card .card-body .card-title{
		font-size: 20px;
		font-weight: 700;
		line-height: 1.4;
		margin-bottom: 16px;
	}
}

@media (max-width: 480px) {
	.featured-image-container {
		min-height: 200px;
	}

	.featured-content {
		padding: 20px;
	}

	.featured-title {
		font-size: 20px;
	}

	.card-image-container {
		height: 180px;
	}

	.card-body {
		padding: 16px;
	}

	.pagination {
		gap: 4px;
	}

	.page-btn {
		min-width: 36px;
		height: 36px;
		padding: 0 12px;
		font-size: 13px;
	}
}

/* 打印样式 */
@media print {
	.top-nav,
	.search-section,
	.pagination,
	.read-link {
		display: none;
	}

	.article-card {
		break-inside: avoid;
		box-shadow: none;
		border: 1px solid #ccc;
	}
}
/* 头部搜索框容器 - 优化版 */
.header-search-box {
    position: relative;
    margin: 10px;
}

/* 搜索表单 - 主要优化区域 */
.header-search-form {
    position: absolute;
    right: 0;
    bottom: -48px;
    width: 320px;
    background: linear-gradient(135deg, #ffffff 0%, #f8fafc 100%);
    border-radius: 48px;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.15), 0 2px 8px rgba(0, 0, 0, 0.05);
    overflow: hidden;
    z-index: 1000;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    opacity: 0;
    visibility: hidden;
    transform: translateY(-10px) scale(0.95);
    backdrop-filter: blur(0px);
    border: 1px solid rgba(26, 74, 139, 0.2);
}

.header-search-form.active {
    opacity: 1;
    visibility: visible;
    transform: translateY(0) scale(1);
}

/* 搜索框内部容器 */
.header-search-form .y1 {
    width: 100%;
    height: 48px;
    line-height: 48px;
    border: none;
    background: transparent;
    float: left;
    color: #1e293b;
    font-size: 14px;
    padding: 0 48px 0 20px;
    box-sizing: border-box;
    outline: none;
    font-weight: 400;
}

.header-search-form .y1::placeholder {
    color: #94a3b8;
    font-size: 13px;
    font-weight: 300;
}

.header-search-form .y1:focus {
    background: rgba(26, 74, 139, 0.02);
}

/* 搜索按钮 - 优化版 */
.header-search-form .search-s {
    position: absolute;
    top: 0;
    right: 0;
    width: 48px;
    height: 48px;
    background: linear-gradient(135deg, #1a4a8b 0%, #0b2b5e 100%);
    border: none;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.25s ease;
    border-radius: 0 48px 48px 0;
}

.header-search-form .search-s:hover {
    background: linear-gradient(135deg, #0b2b5e 0%, #061a38 100%);
    transform: scale(1.02);
}

.header-search-form .search-s:active {
    transform: scale(0.98);
}

.header-search-form .search-s i,
.header-search-form .search-s .iconfont {
    color: white;
    font-size: 18px;
    transition: transform 0.2s ease;
}

.header-search-form .search-s:hover i,
.header-search-form .search-s:hover .iconfont {
    transform: scale(1.1);
}

/* 可选：添加加载动画效果 */
@keyframes searchPulse {
    0% {
        box-shadow: 0 0 0 0 rgba(26, 74, 139, 0.4);
    }
    70% {
        box-shadow: 0 0 0 8px rgba(26, 74, 139, 0);
    }
    100% {
        box-shadow: 0 0 0 0 rgba(26, 74, 139, 0);
    }
}

.header-search-form.active {
    animation: searchPulse 0.4s ease-out;
}

/* 响应式调整 */
@media (max-width: 768px) {
    .header-search-form {
        width: 280px;
        right: -10px;
        bottom: -52px;
    }
    
    .header-search-form .y1 {
        height: 44px;
        line-height: 44px;
        font-size: 13px;
    }
    
    .header-search-form .search-s {
        width: 44px;
        height: 44px;
    }
}

/* 深色模式支持（如果网站有暗色主题） */
@media (prefers-color-scheme: dark) {
    .header-search-form {
        background: linear-gradient(135deg, #1e293b 0%, #0f172a 100%);
        border-color: rgba(255, 255, 255, 0.1);
    }
    
    .header-search-form .y1 {
        color: #e2e8f0;
    }
    
    .header-search-form .y1::placeholder {
        color: #64748b;
    }
}
/* 响应式调整 */
@media (min-width: 750px) and (max-width: 1370px){
    .header-nav > ul > li > a{padding:0 10px !important; font-size:10px !important;max-width: 130px;}
}