/*@font-face {
    font-family: 'HelLT55Rom';
    src: url('../font/HelLT55Rom.eot');
    src:
    url('../font/HelLT55Rom.eot?#font-spider') format('embedded-opentype'),
    url('../font/HelLT55Rom.woff') format('woff'),
    url('../font/HelLT55Rom.ttf') format('truetype'),
    url('../font/HelLT55Rom.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}*/

@charset "utf-8";
/* 初始化CSS */
*{margin:0; padding:0;}
h1, h2, h3, h4, h5, h6{font-size:100%; font-weight:bold;}
fieldset, img{border:none; vertical-align:middle;}
address, caption, cite, code, dfn, th, var{font-style:normal; font-weight:normal;}
ul, ol{list-style:none;}
li{list-style-type:none;}
input{padding-top:0; padding-bottom:0; font-family: "Microsoft Yahei","SimSun",Arial,sans-serif;}
select, input{vertical-align:middle;}
select, input, textarea{ margin:0; font-size:12px;}
input[type="text"], input[type="password"], textarea{outline-style:none;}
textarea{font-family: "Microsoft Yahei","SimSun",Arial,sans-serif; resize:none;}
body{font:12px "Microsoft Yahei","SimSun",Arial,sans-serif; color:#333; background:#fff;}
a{text-decoration:none; color:inherit;}
i, em{ font-style:normal;}
.clearfix:after{ display:block; visibility:hidden; clear:both; height:0; content:"";}
.clearfix{zoom:1;}
.fl{ float:left;}
.fr{ float:right;}
.auto{ margin-left:auto; margin-right:auto;}

/*html5*/
article,aside,footer,header,section,footer,nav,figure,main{display:block}
a,*{-webkit-tap-highlight-color: transparent;tap-highlight-color: transparent;}

/*小号文字  scale以12号字体为基准 需写实际字号大小*/
.font_adjust{-webkit-text-size-adjust:none;}
.font_scale8{ -webkit-transform: scale(0.66);}
.font_scale10{ -webkit-transform: scale(0.83);}
.font_lc{-webkit-transform-origin:left center;}
.font_rc{-webkit-transform-origin:right center;}
.font_up{text-transform:uppercase;}

/*文字截断*/
.TXTovehid{display: block; white-space: nowrap; overflow: hidden; text-overflow: ellipsis;}


input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration {-webkit-appearance:none;}
a,label{text-decoration:none; color:inherit; background:transparent; -webkit-tap-highlight-color: transparent;}
input[type="submit"],button {-webkit-appearance:none; /*去除input默认样式*/}


/*transition*/
.tran200{-webkit-transition:all 0.2s linear; -moz-transition:all 0.2s linear; -ms-transition:all 0.2s linear; transition:all 0.2s linear;}
.tran300{-webkit-transition:all 0.3s linear; -moz-transition:all 0.3s linear; -ms-transition:all 0.3s linear; transition:all 0.3s linear;}
.tran400{-webkit-transition:all 0.4s linear; -moz-transition:all 0.4s linear; -ms-transition:all 0.4s linear; transition:all 0.4s linear;}
.tran500{-webkit-transition:all 0.5s linear; -moz-transition:all 0.5s linear; -ms-transition:all 0.5s linear; transition:all 0.5s linear;}
.tran1000{-webkit-transition:all 1s linear; -moz-transition:all 1s linear; -ms-transition:all 1s linear; transition:all 1s linear;}
.tran5000{-webkit-transition:all 5s linear; -moz-transition:all 5s linear; -ms-transition:all 5s linear; transition:all 5s linear;}

.scaleimg:hover img{ -webkit-transform: scale(1.05); -moz-transform: scale(1.05); -ms-transform: scale(1.05); transform: scale(1.05);}
.rotateY:hover{ -webkit-transform: rotateY(180deg); -moz-transform: rotateY(180deg); -ms-transform: rotateY(180deg); transform: rotateY(180deg); }
.translateX:hover{-webkit-transform:translateX(-6px); -moz-transform: translateX(6px); -ms-transform:translateX(-6px); transform:translateX(-6px);}

/*网页限定宽度*/
.con_1000{ position:relative; margin:0 auto; width:1000px;}
.con_1000:after{content:""; display:block; height:0; clear:both;}

body{color: #474747; margin: 0 auto; background: #ffffff; min-width: 320px; font-size: 12px; line-height: 24px; font-family: "Microsoft Yahei",Helvetica,Arial,sans-serif;}
.w1200{width: 1200px;margin: 0 auto;}


.cd-popup { position: fixed; left: 0; top: 0;right: 0;bottom: 0; height: 100%; width: 100%;background: url(../images/grayBg.png) repeat;visibility: hidden; -webkit-transition: opacity 0.3s 0s, visibility 0s 0.3s; transition: opacity 0.3s 0s, visibility 0s 0.3s; z-index: 9999;  opacity: 0;}
.cd-popup.is-visible { opacity: 1; visibility: visible; -webkit-transition: opacity 0.3s 0s, visibility 0s 0s; transition: opacity 0.3s 0s, visibility 0s 0s; }
.cd-popup-container { position: relative; height: 36px; padding: 40px; background: #fff; width: 60%; margin: 0 auto; top: 50%; margin-top: -58px; background: #FFF; border-radius: .4rem .4rem .4rem .4rem; text-align: center; box-shadow: 0 0 20px rgba(0, 0, 0, 0.2); -webkit-transform: scale(1.2); -ms-transform: scale(1.2); transform: scale(1.2); -webkit-backface-visibility: hidden; -webkit-transition-property: -webkit-transform; transition-property: transform; -webkit-transition-duration: 0.3s; transition-duration: 0.3s; }
.is-visible .cd-popup-container { -webkit-transform: scale(1); -ms-transform: scale(1); transform: scale(1); }

.hidden_search .text { width: 100%; height: 20px; padding: 8px 0; font-size: 14px; color: #444;background: none;border:none;font-family: "Microsoft Yahei";}
.hidden_search .btn { display: block; background: url(../images/search_icon.jpg) no-repeat center center; position: absolute; right: 0; top: 0; height: 36px; width: 36px; text-indent: -999em;border:none;cursor: pointer;}
.hidden_search .search_wrap { border: 1px solid #e4eaec; border-radius: 20px; position: relative; padding-right: 56px; padding-left: 20px; height: 36px; }
.hidden_search .close_btn { position: absolute; right: 0; top: 0; padding: 10px; width: 22px; height: 22px; -webkit-transition: 0.5s; transition: 0.5s; }
.hidden_search .close_btn:after, .hidden_search .close_btn:before { background: #cccccc; width: 20px; height: 3px; display: block; -webkit-transition: all 0.3s ease 0s; transition: all 0.3s ease 0s; content: ""; position: absolute; left: 10px; top: 11px; }
.hidden_search .close_btn:before { -webkit-transform-origin: left bottom; -ms-transform-origin: left bottom; transform-origin: left bottom; -webkit-transform: rotate(45deg); -ms-transform: rotate(45deg); transform: rotate(45deg); }
.hidden_search .close_btn:after { -webkit-transform-origin: left top; -ms-transform-origin: left top; transform-origin: left top; -webkit-transform: rotate(-45deg); -ms-transform: rotate(-45deg); transform: rotate(-45deg); top: 26px; }
.hidden_search .close_btn:hover:after, .hidden_search .close_btn:hover:before { background: #19408c;}

.hTop{width: 100%;background: #19408c;height: 40px;line-height: 40px;font-size: 14px;color: #ffffff;}
.hTop a:hover{text-decoration: underline;}
.hTop a.fr.marginRight{margin-right: 10px;}

.main{background: url(../images/mainBg.jpg) no-repeat top center;padding-bottom: 95px;min-height: 800px;}

.header .logo{height: 131px;line-height: 128px;font-size: 0;}
.header .form{background: url(../images/white70.png) repeat;border-radius: 21px;margin-top: 43px;-webkit-box-shadow: 0 0 10px rgba(0,0,0,0.1);
box-shadow: 0 0 10px rgba(0,0,0,0.1);}
.header .form .text{width: 270px;height: 42px;border:none;background: none;text-indent: 21px;font-size: 14px;color: #444;line-height: 42px;}
.header .form .subm{width: 60px;height: 42px;border:none;background: url(../images/searchBtn.png) no-repeat center;cursor: pointer;}

.header .menuIcon{width: 24px;cursor: pointer;margin: 48px 0 0 20px;display: none;}
.header .menuIcon span{display: block;height: 3px;background: #19408c;margin-top: 5px;position: relative;}

.header .searchBtn{width: 24px;height: 24px;background: url(../images/searchBtn.png) no-repeat center;cursor: pointer;margin-top: 50px;display: none;}


.main .wrap{box-sizing: border-box;padding-left: 220px;height: 936px;background: url(../images/white94.png) repeat;position: relative;-webkit-box-shadow: 0 0 10px rgba(0,0,0,0.1);
box-shadow: 0 0 10px rgba(0,0,0,0.1);}
.main .wrap .side{width: 220px;height: 100%;background: #21407d;position: absolute;left: 0;top:0;box-sizing: border-box;padding-top: 52px;overflow:auto}
.main .wrap .side .outerUl .nLi{margin-bottom: 10px;border-top:1px solid #1e3a70;}
.main .wrap .side .outerUl .nLi h3 a{display: block;height: 70px;background: #1d489e;border-top:1px solid #274c95;padding: 0 46px 0 62px;position: relative;font-size: 16px;color: #ffffff;line-height: 70px;font-weight: normal;}
.main .wrap .side .outerUl .nLi h3 a .icon{width: 20px;height: 20px;position: absolute;left: 29px;top:26px;background: url(../images/icon.png) no-repeat left top;}
.main .wrap .side .outerUl .nLi h3 a .arrow{width: 26px;height: 26px;position: absolute;right: 20px;top:22px;background: url(../images/arrow1.png) no-repeat center;
-webkit-transform: rotateZ(-90deg);transform: rotateZ(-90deg);filter: alpha(opacity=0);opacity: 0;}
.main .wrap .side .outerUl .nLi.nLi2 h3 a .icon{background-position-x: -20px;}
.main .wrap .side .outerUl .nLi.nLi3 h3 a .icon{background-position-x: -40px;}
.main .wrap .side .outerUl .nLi.nLi4 h3 a .icon{background-position-x: -60px;}
.main .wrap .side .outerUl .nLi.nLi5 h3 a .icon{background-position-x: -80px;}
.main .wrap .side .outerUl .nLi.nLi6 h3 a .icon{background-position-x: -100px;}
.main .wrap .side .outerUl .nLi.nLi7 h3 a .icon{background-position-x: -120px;}
.main .wrap .side .outerUl .nLi .navSub{display: none;}
.main .wrap .side .outerUl .nLi .navSub ul{padding: 14px 0 2px;}
.main .wrap .side .outerUl .nLi .navSub ul li a{display: block;padding: 0 0 0 78px;position: relative;font-size: 14px;line-height: 40px;color: #ffffff;filter: alpha(opacity=60);opacity: 0.6;}
.main .wrap .side .outerUl .nLi .navSub ul li a:before{content: "";width: 4px;height: 100%;background: #d0ac44;position: absolute;left: 0;top:0;
transform: scaleY(0);-webkit-transform: scaleY(0);opacity: 0;visibility: hidden;
-webkit-transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s;transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s;}
.main .wrap .side .outerUl .nLi .navSub ul li a:after{content: "";width: 6px;height: 8px;position: absolute;left: 62px;top:16px;background: url(../images/navIcon.png) no-repeat center;}
.main .wrap .side .outerUl .nLi .navSub ul li.on a:before,
.main .wrap .side .outerUl .nLi .navSub ul li:hover a:before{transform: scaleX(1);-webkit-transform: scaleX(1);opacity: 1;visibility: visible;}
.main .wrap .side .outerUl .nLi .navSub ul li.on a,
.main .wrap .side .outerUl .nLi .navSub ul li a:hover{background: #0c2960;}
.main .wrap .side .outerUl .nLi.on h3 a,.main .wrap .side .outerUl .nLi:hover h3 a{background: #0c2960;color: #ffc62d;}
.main .wrap .side .outerUl .nLi.on h3 a .icon,
.main .wrap .side .outerUl .nLi:hover h3 a .icon{background-position-y:bottom;}
.main .wrap .side .outerUl .nLi.show h3 a .arrow{-webkit-transform: rotateZ(0deg);transform: rotateZ(0deg);filter: alpha(opacity=100);opacity: 1;}
.main .wrap .side .outerUl .nLi.on .navSub{display: block;}

.main .wrap .content{width: 100%;box-sizing: border-box;padding: 52px 40px 0 20px;}
.main .wrap .content .bread{background: #ffffff;padding: 0 10px 0 12px;height: 70px;line-height: 70px;margin-bottom: 11px;
-webkit-box-shadow: 0px 4px 6px 0px rgba( 0, 0, 0, 0.1 );box-shadow: 0px 4px 6px 0px rgba( 0, 0, 0, 0.1 );}
.main .wrap .content .bread h3{font-size: 18px;color: #19408c;font-weight: bold;padding-left: 16px;background: url(../images/breadIcon.png) no-repeat left center;}
.main .wrap .content .bread .path{font-size: 14px;color: #808080;}
.main .wrap .content .bread .path span{font-family: "SimSun";margin: 0 14px;}
.main .wrap .content .bread .path a:hover{color: #19408c;}
.main .wrap .content .list{margin-bottom: 20px;padding-left: 10px;/*min-height: 170px;*/}
.main .wrap .content .list li{height: 33px;line-height: 33px;border-bottom: 1px dotted #a5a3a2;}
.main .wrap .content .list li a{display: block;padding: 0 118px 0 16px;position: relative;height: 33px;}
.main .wrap .content .list li a:before{content: "";width: 5px;height: 5px;background: #1a1a1a;border-radius: 50%;position: absolute;left: 0;top:50%;margin-top: -3px;
-webkit-transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s;transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s;}
.main .wrap .content .list li a h5{font-size: 16px;color: #1a1a1a;font-weight: normal;width: 100%;}
.main .wrap .content .list li a span{padding-right: 21px;position: absolute;right: 10px;top:0;font-size: 14px;color: #808080;background: url(../images/pdf.png) no-repeat right center;}
.main .wrap .content .list li a:hover:before{background: #19408c;width: 16px;height: 2px;border-radius: 0;height: 2px;margin-top: -1px;}
.main .wrap .content .list li a:hover h5{padding-left: 12px;color: #19408c;}

.main .wrap .content .list.nyList{margin-bottom: 50px;}
.main .wrap .content .list.nyList li{height: 43px;line-height: 43px;}
.main .wrap .content .list.nyList li a{height: 43px;}

.main .wrap .content .list.notice li a{padding-right: 168px;}
.main .wrap .content .list.notice li a em{position: absolute;right: 98px;top: 0;color: #999;font-family: "DIN";}

.footer{font-size: 14px;color: #ffffff;line-height: 28px;padding: 16px 0;background: #000000;}
.footer a:hover{text-decoration: underline;}



.page{font-size: 0;text-align: center;display: flex;align-items: center;justify-content: center;}
.page a{display: block;width: 32px;height: 32px;border:1px solid #dbdbdb;margin: 0 10px 0 0;font-size: 14px;color: #4c4c4c;line-height: 32px;text-align: center;}
.page a.prev,.page a.next{background: url(../images/arrow.png) no-repeat left top;}
.page a.next{background-position: right top;}
.page a:hover,.page a.on{background-color: #19408c;border-color: #19408c;color: #fff;}
.page a.prev:hover{background-position: left bottom;}
.page a.next:hover{background-position: right bottom;}

.passage{padding-top: 30px;}
.passage .psgTit{padding-bottom: 24px;border-bottom: 1px solid #d1d1d1;margin-bottom: 22px;text-align: center;}
.passage .psgTit h5{font-size: 20px;color: #1a1a1a;line-height: 28px;font-weight: normal;margin-bottom: 10px;}
.passage .psgTit .info{font-size: 14px;line-height: 22px;color: #808080;}
.passage .psgTit .info span{margin: 0 4px;}
.passage .psgCont{font-size: 16px;line-height: 32px;color: #333333;padding-bottom: 60px;border-bottom: 1px solid #d1d1d1;margin-bottom: 52px;
max-height: 420px;overflow: auto;padding-right: 20px;min-height: 420px;}

.passage .psgCont::-webkit-scrollbar{width:3px;height:3px}
.passage .psgCont::-webkit-scrollbar-button:vertical{display:none}
.passage .psgCont::-webkit-scrollbar-corner,
.passage .psgCont::-webkit-scrollbar-track{background-color:#ccc}
.passage .psgCont::-webkit-scrollbar-thumb{border-radius:0;background-color:#19408c; }
.passage .psgCont::-webkit-scrollbar-thumb:vertical:hover{ }
.passage .psgCont::-webkit-scrollbar-thumb:vertical:active{ }

.passage .psgCont *{max-width: 100% !important;}
.passage .psgBtm{position: relative;padding: 0 235px 0 0;}
.passage .psgBtm ul li{font-size: 16px;line-height: 34px;color: #3a502a;}
.passage .psgBtm ul li a{color: #333333;}
.passage .psgBtm ul li a:hover{color: #19408c;text-decoration: underline;}
.passage .psgBtm .psgShare{height: 56px;width: 165px;padding-left: 49px;border-left: 1px solid #d1d1d1;position: absolute;right: 0;top:5px;}
.passage .psgBtm .psgShare span{font-size: 16px;line-height: 34px;color: #000000;margin: 12px 3px 0 0;}
.passage .psgBtm .psgShare .shareItem{width: 34px;height: 34px;margin: 12px 20px 0 0;padding: 0;background: url(../images/shareIcon2.png) no-repeat left top;}
.passage .psgBtm .psgShare .shareItem.bds_tsina{margin-right: 0;background-position: -34px top;}


.picList{padding: 50px 0;}
.picList li{width: 16.6%;margin-bottom: 12px;}
.picList li a{display: block;text-align: center;}
.picList li a .pic{height: 54px;line-height: 54px;}
.picList li a h5{font-size: 16px;line-height: 48px;color: #333333;font-weight: normal;}
.picList li a:hover h5{color: #19408c;}

.picScrollWrap{width: 70%;margin: 50px auto 100px;overflow: hidden;position: relative;}
.picScrollWrap .gallery-top{margin-bottom: 30px;position: relative;}
.picScrollWrap .gallery-top .swiper-slide .pic em{display: block;width: 100%;height: 0;padding-bottom: 65%;background-repeat: no-repeat;background-position: center;background-size: cover;}
.picScrollWrap .gallery-top .swiper-button-next,.picScrollWrap .gallery-top .swiper-button-prev{width: 44px;height: 72px;background: url(../images/arrow2.png) no-repeat left top;}
.picScrollWrap .gallery-top .swiper-button-prev{left: 0;}
.picScrollWrap .gallery-top .swiper-button-next{right: 0;background-position: left bottom;}
.picScrollWrap .gallery-top .swiper-button-next.swiper-button-disabled,
.picScrollWrap .gallery-top .swiper-button-prev.swiper-button-disabled{pointer-events: auto;cursor: pointer;}
.picScrollWrap .gallery-thumbs .swiper-slide{width: 260px;}
.picScrollWrap .gallery-thumbs .swiper-slide .pic{border: 2px solid #d4d4d4;cursor: pointer;}
.picScrollWrap .gallery-thumbs .swiper-slide .pic em{display: block;height: 0;padding-bottom: 65%;background-position: center;background-repeat: no-repeat;background-size: cover;}
.picScrollWrap .gallery-thumbs .swiper-slide.swiper-slide-active .pic{border-color: #f00;}
.popTips{height: 56px;width: 230px;position: absolute;left: 50%;top:50%;margin: -28px 0 0 -115px;background: #fff;text-align: center;z-index: 999;line-height: 56px;border-radius: 3px;font-size:14px;color: #444;display: none;}
.popTips img{margin-right: 8px;}

/* 校内网登录loginWrap */
.loginWrap{position: fixed;left: 0;top: 0;width: 100%;height: 100%;z-index: 9;background: url(../images/mainBg.jpg) no-repeat center;background-size: cover;}
.loginWrap .bgLayer{position: absolute;left: 0;top: 0;width: 100%;height: 100%;background: rgba(0, 0, 0, 0.6);}
.loginWrap .content{width: 80%;max-width: 600px;position: absolute;left: 50%;top: 50%;transform: translate(-50%, -50%);max-height: 80vh;overflow: auto;box-sizing: border-box;padding: 1.5rem 1rem 2rem;background: #fff;border-radius: 10px;}
.loginWrap .content .title{color: #333;text-align: center;margin-bottom: 1rem;}
.loginWrap .content .formItem{margin-bottom: 0.6rem;background: #f9f9f9;border-radius: 8px;position: relative;}
.loginWrap .content .formItem .text{width: 100%;height: 1.8rem;background: none;border: none;color: #333;box-sizing: border-box;padding: 0 0.5rem;line-height: 1.8rem;}
.loginWrap .content .formItem .btn{position: absolute;right: 0;top: 0;line-height: 1.8rem;padding: 0 10px;color: #00685D;cursor: pointer;}
.loginWrap .content .formItem .btn:hover{text-decoration: underline;}
.loginWrap .content .subm{width: 100%;height: 1.8rem;border: none;background: #00685D;border-radius: 8px;color: #fff;cursor: pointer;font-weight: bold;margin-top: 1.6rem;}

@media screen and (max-width: 1220px){
.w1200{width: auto;padding: 0 5%;}
.main{background-size: cover;}
.main .wrap.w1200{padding: 0 0 0 220px;margin: 0 5%;}

.header .form .text{width: 240px;}
.header .logo img{height: 50px;}

.picList li a .pic{height: 40px;line-height: 40px;}
.picList li a .pic img{height: 40px;}
.picList li a h5{font-size: 14px;}
}

@media screen and (max-width: 1024px){

.header .form .text{width: 200px;}
.header .logo img{height: 45px;}

.picList li{width: 25%;}

.picScrollWrap{width: 100%;}
}
@media screen and (max-width: 768px){

.header .logo img{height: 36px;}

.header .menuIcon,.header .searchBtn{display: block;}
.header .form{display: none;}

.main .wrap.w1200{padding-left: 0;}
.main .wrap .side{display: none;}

.main .wrap .content .bread .path{display: none;}

.footer{text-align: center;}
.footer .fl,.footer .fr{float: none;}

.passage .psgCont{padding-bottom: 30px;margin-bottom: 30px;font-size: 15px;line-height: 30px;max-height: none;min-height: 300px;}
.passage .psgBtm{padding-right: 0;}
.passage .psgBtm .psgShare{display: none;}

.main{min-height: auto;padding-bottom: 50px;}
.main .wrap{height: auto;}
.main .wrap .content{padding: 30px 12px;}

.picScrollWrap .gallery-thumbs .swiper-slide{width: 160px;}
}

@media screen and (max-width: 500px){
}

@media screen and (max-width: 468px){

.cd-popup-container{padding: 40px 20px;width: 80%;}

.main .wrap .content .bread{height: 50px;line-height: 50px;}
.main .wrap .content .bread h3{font-size: 16px;}

.main .wrap .content .list li a{padding-right: 88px;}
.main .wrap .content .list li a span{font-size: 12px;}

.header .logo{height: 100px;line-height: 100px;}
.header .logo img{height: 28px;}

.header .searchBtn{margin-top: 38px;}
.header .menuIcon{margin: 36px 0 0 10px;}

.picList {padding: 30px 0;}
.picList li{width: 33.3%;}
.picList li a .pic{height: 32px;line-height: 32px;}
.picList li a .pic img{height: 28px;}
.picList li a h5{font-size: 13px;line-height: 36px;}

.picScrollWrap{margin-bottom: 60px;}
.picScrollWrap .gallery-top{margin-bottom: 12px;}
.picScrollWrap .gallery-top .swiper-button-next, .picScrollWrap .gallery-top .swiper-button-prev{display: none;}
}

@media screen and (max-width: 348px){
.header .logo img{height: 22px;}
}
