@font-face {
    font-family: 'DINProReg';
    src: url('../font/DINProReg.eot');
    src:
    url('../font/DINProReg.eot?#font-spider') format('embedded-opentype'),
    url('../font/DINProReg.woff') format('woff'),
    url('../font/DINProReg.ttf') format('truetype'),
    url('../font/DINProReg.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'DINProMed';
    src: url('../font/DINProMed.eot');
    src:
    url('../font/DINProMed.eot?#font-spider') format('embedded-opentype'),
    url('../font/DINProMed.woff') format('woff'),
    url('../font/DINProMed.ttf') format('truetype'),
    url('../font/DINProMed.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;-webkit-font-smoothing: antialiased;-webkit-font-smoothing: antialiased;}
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}

/*小号文字  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;}
.TXTovehid-two{overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical;}
.TXTovehid-three{overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 3; -webkit-box-orient: vertical;}

/*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;}

.scaleimg:hover .pic em,
.scaleimg:hover .pic img{ -webkit-transform: scale(1.1); -moz-transform: scale(1.1); -ms-transform: scale(1.1); transform: scale(1.1);}
.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);}

/*网页限定宽度*/
.w1200{width: 1200px;margin: 0 auto;}
.w1340{width: 90%;max-width: 1340px;margin: 0 auto;}

input[type="submit"],input[type="reset"],select,button{-webkit-appearance:none;appearance:none; }

*:before,*:after{-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;}

*:focus{-webkit-tap-highlight-color:rgba(0,0,0,0); }

/*解决chrome浏览器 input,textarea 获得焦点时会有一个边框的问题*/
input,textarea{outline: none;}
/*清除ios端 input,textarea 默认内阴影 默认圆角,radio和checkbox需要还原值为normal*/
input,textarea{appearance: none;-webkit-appearance: none;border-radius: 0;}


.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;}

.header .menuIcon{width: 30px;cursor: pointer;display: none;position: absolute;right: 0;top:50%;
-webkit-transform:translateY(-50%); -moz-transform: translateY(-50%); -ms-transform:translateY(-50%); transform:translateY(-50%);}
.header .menuIcon img{width: 100%;}
.header .logo img{height: 50px;}

.navForm{background: #fff;border-radius: 3px;}
.navForm .text{width: 80%;height: 32px;border:none;background: none;font-size: 14px;color: #555;line-height: 32px;text-indent: 8px;}
.navForm .subm{width: 20%;height: 32px;border:none;background: url(../images/search_icon.jpg) no-repeat center;cursor: pointer;}
.mm-listview > li.nBorder:not(.mm-divider):after{display:none;}


.fz40{font-size: 40px;}
.fz28{font-size: 28px;}
.fz24{font-size: 24px;}
.fz20{font-size: 20px;}
.fz18{font-size: 18px;}
.fz16{font-size: 16px;}
.fz15{font-size: 15px;}
.fz14{font-size: 14px;}

.rArrow,.lArrow,.tArrow,.bArrow{position: relative;}
.rArrow:before,
.lArrow:before,
.tArrow:before,
.bArrow:before{content: "";width: 9px;height: 9px;border-left: 1px solid #646464;border-bottom: 1px solid #646464;position: absolute;left: 50%;top:50%;margin: -5px 0 0 -5px;}
.rArrow:hover,
.lArrow:hover,
.tArrow:hover,
.bArrow:hover:before{border-color: #133886;}

.rArrow:before{-webkit-transform: rotateZ(-135deg); -moz-transform: rotateZ(-135deg); -ms-transform: rotateZ(-135deg); transform: rotateZ(-135deg);}
.lArrow:before{-webkit-transform: rotateZ(45deg); -moz-transform: rotateZ(45deg); -ms-transform: rotateZ(45deg); transform: rotateZ(45deg);}

.tArrow:before{-webkit-transform: rotateZ(135deg); -moz-transform: rotateZ(135deg); -ms-transform: rotateZ(135deg); transform: rotateZ(135deg);}
.bArrow:before{-webkit-transform: rotateZ(-45deg); -moz-transform: rotateZ(-45deg); -ms-transform: rotateZ(-45deg); transform: rotateZ(-45deg);}


.header{line-height: 120px;position: relative;z-index: 2;}
.header .searchBtn{margin-left: 20px;width: 24px;height: 120px;background: url(../images/searchBtn.svg) no-repeat center;cursor: pointer;}
.header .nav .nLi{position: relative;}
.header .nav .nLi h3 a{display: block;padding: 0 10px;color: #333333;font-weight: normal;}
.header .nav .nLi .navSub{width: 150px;background: #fff;position: absolute;left: 50%;top:120px;margin-left: -75px;background: #fff;text-align: center;display: none;}
.header .nav .nLi .navSub li{padding: 6px 0;}
.header .nav .nLi .navSub a{display: block;font-size: 15px;color: #333333;line-height: 28px;position: relative;text-align: center;}
.header .nav .nLi .navSub a:before{content: "";width: 2px;height: 100%;background: #3B6ED9;position: absolute;left: 0;top:0;-webkit-transform: scale(1,0);transform: scale(1,0);}
.header .nav .nLi .navSub a:hover:before{-webkit-transform: scale(1);transform: scale(1);}
.header .nav .nLi.on h3 a,.header .nav .nLi:hover h3 a,.header .nav .nLi .navSub a:hover{color: #3B6ED9;}

.banner{width: 100%;position: relative;overflow: hidden;}
.banner em{display: block;width: 100%;height: 0;padding-bottom: 620px;background-repeat: no-repeat;background-position: center;background-size: cover;/* opacity: 0; */}
.banner .swiper-slide-active em{opacity: 1;}
.banner .swiper-pagination{width: 100%;bottom: 30px;height: 12px;line-height: 12px;}
.banner .swiper-pagination .swiper-pagination-bullet{width: 12px;height: 12px;margin: 0 5px;position: relative;background: #fff;opacity: 1;}
.banner .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active{background: #3B6ED9;}
.banner .swiper-button-prev,.banner .swiper-button-next{width: 58px;height: 58px;position: absolute;top:50%;margin-top: -29px;background: rgba(0,0,0,0.2);border-radius: 50%;cursor: pointer;}
.banner .swiper-button-prev:hover,.banner .swiper-button-next:hover{background: #024CA1;}
.banner .swiper-button-prev:hover:before,.banner .swiper-button-next:hover:before{border-color: #fff;}
.banner .swiper-button-prev{left: -60px;}
.banner .swiper-button-next{right: -60px;}
.banner:hover .swiper-button-prev{left: 5%;}
.banner:hover .swiper-button-next{right: 5%;}

.iTitle{padding: 5px 0 9px;margin-bottom: 2.985%;text-align: center;background: url(../images/titleBg1.svg) no-repeat center top;background-size: auto 100%;font-family: SimSun, "Songti SC";color: #333333;}
.iTitle .ch{line-height: 57px;margin-bottom: 5px;}
.iTitle .en{color: #666666;text-transform: uppercase;}

.date{color: #999999;padding-left: 22px;background: url(../images/dateIcon.svg) no-repeat left center;}
.moreStyle{color: #3B6ED9;padding-right: 30px;background: url(../images/moreBtn.svg) no-repeat right center;}

.listStyle li a{display: block;position: relative;line-height: 32px;padding: 0 102px 0 12px;}
.listStyle li a:before{content: "";position: absolute;left: 0;top:50%;margin-top: -4px;border: 4px solid transparent;border-left-color: #3B6ED9;}
.listStyle li a h5{color: #666666;font-weight: normal;}
.listStyle li a span{position: absolute;right: 0;top:0;color: #999999;}
.listStyle li a:hover h5{color: #3B6ED9;-webkit-transform:translateX(16px);transform:translateX(16px);}


.isect1{padding: 4.1667% 0;background: url(../images/isect1Bg.jpg) no-repeat center;background-size: cover;}
.isect1 .ul{border: 1px solid rgba(59,110,217,0.63);display: flex;flex-wrap: nowrap;}
.isect1 .nLi{width: 14%;box-sizing: border-box;border-left: 1px solid rgba(59,110,217,0.63);}
.isect1 .nLi:first-child{border: none;}
.isect1 .nLi dl{display: flex;width: 100%;flex-wrap: nowrap;}
.isect1 .nLi dl dt{width: 100%;height: 386px;position: relative;background: rgba(255,255,255,0.82);}
.isect1 .nLi dl dt a{position: absolute;left: 0;top:50%;-webkit-transform:translateY(-50%); -moz-transform: translateY(-50%); -ms-transform:translateY(-50%); transform:translateY(-50%);width: 100%;text-align: center;}
.isect1 .nLi dl dt .icon{width: 108px;height: 108px;border:1px solid #3B6ED9;border-radius: 50%;line-height: 108px;margin: 0 auto 60px;}
.isect1 .nLi dl dt h4{line-height: 1;color: #333333;}
.isect1 .nLi dl dd{width: 0;overflow: hidden;position: relative;background: rgba(255,255,255,0.5);}
.isect1 .nLi dl dd:before{content: "";position: absolute;left: 0;top:50%;-webkit-transform:translateY(-50%); -moz-transform: translateY(-50%); -ms-transform:translateY(-50%); transform:translateY(-50%);background: url(../images/arrow1.svg) no-repeat left center;}
.isect1 .nLi dl dd .wrap{padding: 38px 20px 0 30px;width: 100%;height: 100%;box-sizing: border-box;border-left: 1px solid rgba(59,110,217,0.53);display: none;position: absolute;left: 0;top:0;}
.isect1 .nLi dl dd .wrap:before{content: "";width: 14px;height: 22px;position: absolute;left: -2px;top:50%;margin-top: -11px;background: url(../images/arrow2.svg) no-repeat left center;}
.isect1 .nLi dl dd .recomNew{margin-bottom: 12px;border-bottom: 1px solid #E0E0E0;}
.isect1 .nLi dl dd .recomNew a{display: block;padding-bottom: 16px;position: relative;}
.isect1 .nLi dl dd .recomNew a:before{content: "";width: 42px;height: 1px;background: #3B6ED9;position: absolute;left: 0;bottom: -1px;-webkit-transition:all 0.8s linear;transition:all 0.8s linear; }
.isect1 .nLi dl dd .recomNew h5{margin-bottom: 6px;line-height: 22px;color: #333333;font-weight: normal;}
.isect1 .nLi dl dd .recomNew p{color: #666666;line-height: 30px;height: 60px;margin-bottom: 14px;}
.isect1 .nLi dl dd .recomNew .btm{line-height: 24px;}
.isect1 .nLi dl dd .recomNew:hover h5{color: #3B6ED9;}
.isect1 .nLi dl dd .recomNew:hover a:before{left: calc(100% - 40px);}

.isect1 .nLi.active{width: 44%;}
.isect1 .nLi.active dl dt{width: 32%;}
.isect1 .nLi.active dl dd{width: 68%;}
.isect1 .nLi.active dl dd .wrap{display: block;}

.isect2{padding: 3.125% 0 7.66%;background: url(../images/isect2Bg.jpg) no-repeat center top;background-size: cover;}
.isect2 .iTitle{background-image: url(../images/titleBg2.svg);color: #FFFFFF;}
.isect2 .iTitle .en{color: #FFFFFF;opacity: 0.71;}
.isect2 ul{display: flex;justify-content:space-between;text-align: center;padding-top: 5.97%;}
.isect2 ul li{min-width: 300px;}
.isect2 ul a{display: block;color: #fff;line-height: 1;}
.isect2 ul .icon{width: 70px;height: 70px;margin: 0 auto 80px;}
.isect2 ul .icon img{width: 100%;height: 100%;}
.isect2 ul a:hover .icon img{-webkit-transform: rotateY(180deg) scale(0.9);transform: rotateY(180deg) scale(0.9); }

.isect3{padding: 4.166% 0;background: url(../images/isect3Bg.jpg) no-repeat center;background-size: cover;}
.isect3 .left{width: 45.5%;}
.isect3 .left a{display: block;background: #F4F4F4;}
.isect3 .left .pic{width: 100%;height: 0;padding-bottom: 355px;position: relative;overflow: hidden;}
.isect3 .left .pic em{position: absolute;left: 0;top:0;width: 100%;height: 100%;background-repeat: no-repeat;background-position: center;background-size: cover;}
.isect3 .left .pic .date1{position: absolute;right: 0;bottom: 0;z-index: 2;background: #3B6ED9;width: 103px;height: 43px;text-align: center;line-height: 43px;color: #FFFFFF;}
.isect3 .left .text{padding: 16px 28px 26px;}
.isect3 .left .text h5{line-height: 24px;font-weight: normal;margin-bottom: 14px;color: #333333;}
.isect3 .left .text p{line-height: 24px;color: #666666;height: 48px;overflow: hidden;}
.isect3 .left a:hover .text h5{color: #3B6ED9;}
.isect3 .right{width: 50.3%;}
.isect3 .right li{margin-top: 40px;}
.isect3 .right li:first-child{margin-top: 0;}
.isect3 .right li a{display: flex;position: relative;align-items:center;}
.isect3 .right li .dateStyle{padding-right: 35px;position: relative;flex-shrink: 0;font-family: "DINProReg";text-align: center;}
.isect3 .right li .dateStyle:before{content: "";width: 1px;height: 85px;background: #EDEDED;position: absolute;right: 16px;top:50%;-webkit-transform:translateY(-50%); -moz-transform: translateY(-50%); -ms-transform:translateY(-50%); transform:translateY(-50%);}
.isect3 .right li .dateStyle em{display: block;color: #999999;line-height: 36px;font-size: 33px;}
.isect3 .right li .dateStyle span{display: block;color: #999999;line-height: 16px;}
.isect3 .right li .text{flex: 1;overflow: hidden;}
.isect3 .right li .tit{padding-bottom: 10px;position: relative;border-bottom: 1px solid #EDEDED;color: #333333;line-height: 20px;}
.isect3 .right li .tit:before{content: "";width: 32px;height: 1px;position: absolute;left: 0;bottom: -1px;background: #3B6ED9;opacity: 0;-webkit-transform: scale(0,1);transform: scale(0,1);-webkit-transform-origin:left center;transform-origin:left center;}
.isect3 .right li .tit h5{font-weight: normal;}
.isect3 .right li p{color: #666666;line-height: 26px;height: 52px;overflow: hidden;margin-top: 8px;}
.isect3 .right li:hover .dateStyle em,.isect3 .right li:hover .dateStyle span,
.isect3 .right li:hover .tit h5{color: #3B6ED9;}
.isect3 .right li:hover .tit:before{opacity: 1;-webkit-transform: scale(1,1);transform: scale(1,1);}

.isect4{padding: 3.125% 0 0;background: url(../images/isect4Bg.jpg) no-repeat center top;background-size: cover;box-sizing: border-box;height: 523px;position: relative;z-index: 2;}
.isect4 .content{padding: 40px 125px 60px;background: #FFFFFF;}
.isect4 .content .desc{text-align: center;color: #666666;line-height: 36px;height: 72px;overflow: hidden;}
.moreBtn{display: block;width: 137px;height: 40px;border: 1px solid #3B6ED9;margin: 30px auto 60px;text-align: center;color: #3B6ED9;line-height: 40px;display: flex;align-items: center;justify-content:center;}
.moreBtn img{margin-left: 7px;}
.moreBtn:hover{background: #3B6ED9;color: #fff;}
.moreBtn:hover img{filter: brightness(0) invert(1);}
.isect4 .content .ul{display: flex;justify-content:space-between;}
.isect4 .content .ul h5{color: #3157A8;line-height: 40px;}
.isect4 .content .ul h5 span{font-family: "DINProMed";font-size: 32px;margin-right: 4px;font-weight: normal;}
.isect4 .content .ul p{line-height: 1;color: #666666;margin-top: 16px;}

.footer{background: url(../images/footerBg.jpg) no-repeat center top;background-size: cover;color: #FFFFFF;}
.footer .top{padding: 5.72% 0 0;border-bottom: 1px solid #FCFCFD;}
.footer .top .w1340{display: flex;justify-content:space-between;}
.footer .top .tit{line-height: 1;margin-bottom: 19px;}
.footer .top .fNav{width: 186px;flex-shrink: 0;}
.footer .top .fNav li{min-width: 60px;line-height: 46px;margin-right: 66px;}
.footer .top .fNav li:nth-child(2n){float: right;margin-right: 0;}
.footer .top .fNav li a:hover{opacity: 0.8;}
.footer .top .text{border-left: 1px solid #FFFFFF;border-right: 1px solid #FFFFFF;padding: 0 180px 35px 197px;width: 240px;}
.footer .top .text .txt{line-height: 34px;padding: 4px 0;margin-bottom: 29px;}
.footer .top .text .select{width: 236px;position: relative;}
.footer .top .text .select dt{position: relative;padding: 0 15px;line-height: 34px;color: #133886;cursor: pointer;background: #FFFFFF;}
.footer .top .text .select dt:before{left: auto;right: 15px;margin-top: -7px;border-color: #133886;}
.footer .top .text .select dd{width: 100%;position: absolute;left: 0;bottom: 34px;background: #fff;display: none;}
.footer .top .text .select dd ul{max-height: 208px;overflow: auto;}
.footer .top .text .select dd ul a{display: block;line-height: 24px;padding: 5px 15px;color: #333;}
.footer .top .text .select dd ul a:hover{background: #efefef;}
.footer .top .qrcode{padding-top: 36px;width: 150px;text-align: center;line-height: 1;}
.footer .top .qrcode img{width: 100%;margin-bottom: 10px;}
.footer .btm{line-height: 24px;padding: 23px 0;}
.footer .btm span{margin-right: 5px;}
.footer .btm span:last-child{margin-right: 0;}
.footer .btm a:hover{opacity: 0.8;text-decoration: underline;}
.footer .btm .gaba{margin-left: 6px;}

.nyBanner{width: 100%;height: 0;padding-bottom: 350px;background-repeat: no-repeat;background-position: center;background-size: cover;}

.bread{line-height: 58px;border-bottom: 1px solid #E0E0E0;}
.bread h3{color: #666666;padding-left: 34px;background: url(../images/home.svg) no-repeat left center;}
.bread li{margin-left: 60px;}
.bread li:first-child{margin-left: 0;}
.bread li a{display: block;position: relative;color: #333333;}
.bread li a:before{content: "";width: 100%;height: 1px;background: #3157A8;position: absolute;left: 0;bottom: -1px;-webkit-transform: scale(0,1);transform: scale(0,1);}
.bread li.on a,.bread li a:hover{color: #3157A8;}
.bread li.on a:before,.bread li a:hover:before{-webkit-transform: scale(1,1);transform: scale(1,1);}

.nyWrap{padding: 80px 0;min-height: 350px;}

.pageStyle{color: #666666;line-height: 2;color: #333333;}
.pageStyle *{max-width: 100% !important;}
.pageStyle img{height: auto !important;}

.nyTitle{font-family: SimSun, "Songti SC";margin-bottom: 40px;}
.nyTitle .ch{line-height: 44px;color: #333333;margin-bottom: 15px;}
.nyTitle .en{color: #E0E0E0;line-height: 28px;text-transform: uppercase;}
.nyTitle.center{text-align: center;}

.aboutWrap{padding-bottom: 0;}
.aboutWrap .item1{margin-bottom: 102px;}
.aboutWrap .item1 .picWrap{width: 46.2%;margin: 0 0 0 4.48%;position: relative;}
.aboutWrap .item1 .picWrap:before{content: "";width: 100%;height: 100%;position: absolute;right: 9.67%;top:9.67%;background: #F3F7FF;}
.aboutWrap .item1 .picWrap:after{content: "";width: 60px;height: 1px;background: #3157A8;position: absolute;top: 52px;right: -30px;z-index: 3;}
.aboutWrap .item1 .picWrap .pic{height: 0;padding-bottom: 432px;position: relative;overflow: hidden;z-index: 2;}
.aboutWrap .item1 .picWrap .pic em{position: absolute;left: 0;top: 0;width: 100%;height: 100%;background-repeat: no-repeat;background-position: center;background-size: cover;}
.aboutWrap .item1 .picWrap .em{width: 9.67%;position: absolute;left: -9.67%;top: 0;text-align: center;padding-top: 82px;z-index: 3;}
.aboutWrap .item1 .text{width: 45.67%;}
.aboutWrap .item1 .text .nyTitle{margin-bottom: 15px;}
.aboutWrap .item1 .text .cont{height: 280px;overflow: auto;margin-bottom: 20px;color: #666;}
.aboutWrap .item1 .text .cont .mrgBtm{margin-bottom: 15px;}

.aboutWrap .item1 .text .cont::-webkit-scrollbar{width:3px;height:3px}
.aboutWrap .item1 .text .cont::-webkit-scrollbar-button:vertical{display:none}
.aboutWrap .item1 .text .cont::-webkit-scrollbar-corner,
.aboutWrap .item1 .text .cont::-webkit-scrollbar-track{background-color:#ccc}
.aboutWrap .item1 .text .cont::-webkit-scrollbar-thumb{border-radius:0;background-color:#3157A8; }
.aboutWrap .item1 .text .cont::-webkit-scrollbar-thumb:vertical:hover{ }
.aboutWrap .item1 .text .cont::-webkit-scrollbar-thumb:vertical:active{ }

.aboutWrap .item1 .text .ul{display: flex;justify-content: space-between;}
.aboutWrap .item1 .text .ul h5{height: 40px;line-height: 40px;color: #3157A8;font-weight: normal;margin-bottom: 12px;}
.aboutWrap .item1 .text .ul h5 span{font-size: 32px;font-family: "DINProMed";margin-right: 5px;}
.aboutWrap .item1 .text .ul p{color: #666666;line-height: 1;}

.aboutWrap .item2{padding: 100px 0;background: url(../images/aboutBg1.png) no-repeat center;background-size: cover;}
.aboutWrap .item2 .w1340{display: flex;align-items: center;}
.aboutWrap .item2 .nyTitle{margin-bottom: 0;padding-right: 60px;border-right: 1px solid #FFFFFF;margin-right: 60px;flex-shrink: 0;}
.aboutWrap .item2 .nyTitle .ch{color: #FFFFFF;}
.aboutWrap .item2 .nyTitle .en{color: #fff;opacity: 0.5;}
.aboutWrap .item2 .text{color: #FFFFFF;line-height: 1.7;max-width: 540px;}

.aboutWrap .item3{padding: 75px 0 80px;background: url(../images/aboutBg2.jpg) no-repeat center top;}
.aboutWrap .item3 .scroll{position: relative;padding-bottom: 66px;}
.aboutWrap .item3 .scroll .container{width: 100%;position: relative;overflow: hidden;}
.aboutWrap .item3 .scroll a{display: block;}
.aboutWrap .item3 .scroll .pic{width: 100%;height: 233px;text-align: center;line-height: 233px;background: #E0E0E0;margin-bottom: 9px;overflow: hidden;position: relative;}
.aboutWrap .item3 .scroll .pic img{max-width: 100%;max-height: 100%;}
.aboutWrap .item3 .scroll .pic .hover{position: absolute;left: 0;top: 100%;width: 100%;height: 100%;background: rgba(59,110,217,0.65);pointer-events: none;}
.aboutWrap .item3 .scroll .pic .hover .text{position: absolute;left: 0;top:50%;-webkit-transform:translateY(-50%); -moz-transform: translateY(-50%); -ms-transform:translateY(-50%); transform:translateY(-50%);width: 100%;text-align: center;}
.aboutWrap .item3 .scroll .pic .hover .text i{display: block;width: 36px;height: 36px;margin: 0 auto 15px;background: url(../images/fdj.svg) no-repeat center;background-size: 100%;}
.aboutWrap .item3 .scroll .pic .hover p{color: #fff;line-height: 1;}
.aboutWrap .item3 .scroll h5{line-height: 38px;color: #333333;font-weight: normal;text-align: center;}
.aboutWrap .item3 .scroll a:hover h5{color: #3B6ED9;}
.aboutWrap .item3 .scroll a:hover .pic .hover{top:0;}
.aboutWrap .item3 .scroll .swiper-pagination{position: absolute;left: 0;bottom: 0;width: 100%;height: 6px;line-height: 6px;font-size: 0;}
.aboutWrap .item3 .scroll .swiper-pagination .swiper-pagination-bullet{width: 6px;height: 6px;background: #D8D8D8;border-radius: 50%;margin: 0 10px;opacity: 1;-webkit-transition:all 0.3s linear;transition:all 0.3s linear;border-radius: 3px;}
.aboutWrap .item3 .scroll .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active{width: 39px;background: #3B6ED9;}

.zjzx .ul{padding-top: 8px;}
.zjzx .ul li{line-height: 34px;padding-left: 40px;position: relative;}
.zjzx .ul li:before{content: "";border: 7px solid transparent;border-left-color: #809FE0;position: absolute;left: 0;top:11px;}

.contactUs{padding-left: 386px;position: relative;}
.contactUs .mapWrap{height: 532px;}
.contactUs .text{width: 453px;min-height: 358px;position: absolute;left: 0;top: 50%;-webkit-transform:translateY(-50%); -moz-transform: translateY(-50%); -ms-transform:translateY(-50%); transform:translateY(-50%);background: #FFFFFF;box-shadow: 0 2px 15px rgba(177,177,177,0.5);box-sizing: border-box;padding: 60px 60px 30px;z-index: 2;}
.contactUs .text .nyTitle{margin-bottom: 25px;}
.contactUs .text .cont{color: #666666;line-height: 40px;}
.contactUs .text .cont dl{margin-top: 18px;display: flex;}
.contactUs .text .cont dl:first-child{margin-top: 0;}
.contactUs .text .cont dl dt{flex-shrink: 0;margin-right: 15px;}

.staffStyle ul{padding-bottom: 20px;}
.staffStyle li{width: 32%;margin: 0 2% 2% 0;}
.staffStyle li:nth-child(3n){margin-right: 0;}
.staffStyle li a{display: block;width: 100%;height: 0;padding-bottom: 73%;position: relative;overflow: hidden;}
.staffStyle li em{position: absolute;left: 0;top:0;width: 100%;height: 100%;background-repeat: no-repeat;background-position: center;background-size: cover;}
.staffStyle li .text{position: absolute;left: 0;bottom: 0;width: 100%;z-index: 2;box-sizing: border-box;padding: 0 20px 10px;color: #fff;background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000000 100%);}
.staffStyle li .text h5{line-height: 50px;font-weight: normal;}
.staffStyle li .text span{display: block;line-height: 24px;width: 88px;background: url(../images/moreBtn1.svg) no-repeat right center;margin-bottom: -24px;opacity: 0;visibility: hidden;}
.staffStyle li a:hover .text{padding: 28px 20px 20px;}
.staffStyle li a:hover .text span{margin-bottom: 0;opacity: 1;visibility: visible;}

.page{text-align: center;font-size: 0;}
.page a{display: inline-block;margin: 0 4px;padding: 0 11px;font-size: 14px;color: #333333;line-height: 30px;border: 1px solid rgba(0,0,0,0.15);border-radius: 2px;text-align: center;line-height: 30px;}
.page a.more{padding: 0;border: none;}
.page a.on,.page a:hover{border-color: #3B6ED9;color: #3B6ED9;}

.jobList{line-height: 96px;padding-bottom: 60px;}
.jobList .item{box-sizing: border-box;width: 17.875%;}
.jobList .item1{width: 28.5%;padding-left: 4.47%;}
.jobList .hd{background: #ECECEC;color: #333333;font-weight: bold;}
.jobList .nLi{border: 1px solid #E9E9E9;margin-top: -1px;}
.jobList .dt{color: #333333;cursor: pointer;}
.jobList .nLi:nth-child(2n) .dt{background: #FAFCFF;}
.jobList .dt i{display: inline-block;width: 38px;height: 38px;border: 1px solid #333333;border-radius: 50%;position: relative;vertical-align: middle;}
.jobList .dt i:before{border-color: #333333;width: 9px;height: 9px;margin: -7px 0 0 -5px;}
.jobList .dd{padding: 0 4.47%;display: none;}
.jobList .dd .wrap{padding: 35px 0 39px;border-top: 1px solid #E0E0E0;}
.jobList .dd .wap{display: none;}
.jobList .dd .tit{line-height: 1;color: #333333;margin: 40px 0 18px;}
.jobList .dd .tit.noMrg{margin-top: 0;}
.jobList .dd .moreBtn{margin: 40px 0 0;}
.jobList .nLi.on .dt i{-webkit-transform: rotateZ(180deg);transform: rotateZ(180deg);border-color: #3B6ED9;background: #3B6ED9;}
.jobList .nLi.on .dt i:before{border-color: #fff;}

.noticeList{padding-bottom: 10px;}
.noticeList li{width: 48%;margin-bottom: 50px;position: relative;}
.noticeList li:nth-child(2n){float: right;}
.noticeList li:before{content: "";width: 100%;height: 2px;background: #3B6ED9;position: absolute;left: 0;bottom: -2px;-webkit-transform-origin:left center;transform-origin:left center;-webkit-transform: scale(0,1);transform: scale(0,1);-webkit-transition:all 0.9s linear;transition:all 0.9s linear;}
.noticeList li:nth-child(2n){float: right;}
.noticeList a{display: flex;border: 1px solid #CACACA;}
.noticeList .time{flex-shrink: 0;width: 180px;border-right: 1px solid #CACACA;text-align: center;display: flex;align-items: center;color: #3B6ED9;font-family: "DINProMed";}
.noticeList .time .wrap{width: 100%;}
.noticeList .time .wrap span{display: block;line-height: 37px;font-size: 33px;}
.noticeList .time .wrap em{display: block;line-height: 16px;font-size: 16px;margin-top: 2px;}
.noticeList .text{flex: 1;padding: 20px 40px 24px;overflow: hidden;}
.noticeList .text h5{line-height: 34px;color: #333333;font-weight: normal;}
.noticeList .text p{margin: 3px auto 16px;color: #666666;line-height: 25px;height: 50px;overflow: hidden;}
.noticeList .text .state{color: #c9151e;padding-left: 22px;background: url(../images/stateIcon.png) no-repeat left center;}
.noticeList li:hover:before{-webkit-transform: scale(1,1);transform: scale(1,1);}
.noticeList li:hover a{box-shadow: 0 6px 14px rgba(203,203,203,0.45);}
.noticeList li:hover .text h5{color: #3B6ED9;}
.noticeList1 li{width: 100%;}

.recomNews{margin-bottom: 50px;}
.recomNews a{display: flex;}
.recomNews .pic{flex-shrink: 0;width: 630px;height: 394px;position: relative;overflow: hidden;}
.recomNews .pic em{position: absolute;left: 0;top: 0;width: 100%;height: 100%;background-repeat: no-repeat;background-position: center;background-size: cover;}
.recomNews .text{flex: 1;overflow: hidden;padding: 40px 50px 50px;background: #F9F9F9;}
.recomNews .text h5{line-height: 44px;color: #333333;font-weight: normal;}
.recomNews .text .time{display: block;color: #3B6ED9;font-family: "DINProMed";line-height: 1;margin: 20px auto 17px;}
.recomNews .text p{line-height: 32px;color: #666666;height: 96px;overflow: hidden;}
.recomNews .text .moreBtn{margin: 64px 0 0;}
.recomNews a:hover .text h5{color: #3B6ED9;}

.passage .psgTitle{padding-bottom: 22px;border-bottom: 1px solid #E9E9E9;margin-bottom: 30px;}
.passage .psgTitle h5{line-height: 1.2;color: #333333;margin-bottom: 22px;}
.passage .psgTitle .info{color: #999999;line-height: 36px;}
.passage .psgTitle .info em{margin: 0 30px;}
.passage .psgCont{min-height: 300px;padding-bottom: 40px;color: #666666;}
.passage .psgCont .pic{text-align: center;margin-bottom: 30px;}
.passage .psgCont .mrgBtm{margin-bottom: 16px;}
.passage .share{color: #999999;line-height: 36px;margin-bottom: 40px;}
.passage .share .item{margin-right: 20px;}
.passage .share .item:last-child{margin-right: 0;}
.passage .psgLink{padding-top: 50px;border-top: 1px solid #E9E9E9;line-height: 24px;color: #666666;display: flex;justify-content:space-between;}
.passage .psgLink .link{max-width: 40%;position: relative;}
.passage .psgLink .link:before{width: 12px;height: 12px;margin: -6px 0 0 -4px;border-color: #999999;}
.passage .psgLink .prev{padding-left: 44px;}
.passage .psgLink .prev:before{left: 3px;margin-left: 0;}
.passage .psgLink .next{padding-right: 44px;}
.passage .psgLink .next:before{right: 3px;margin-left: 0;left: auto;}
.passage .psgLink .toList{display: inline-block;padding-left: 30px;background: url(../images/toList.svg) no-repeat left center;}
.passage .psgLink .toList:hover,.passage .psgLink .link:hover{color: #3B6ED9;}

@media screen and (max-width: 1480px){
.header{line-height: 102px;}
.header .logo img{height: 46px;}
.header .nav .nLi .navSub{top:102px;}
.header .searchBtn{height: 102px;}

.fz40{font-size: 34px;}
.fz24{font-size: 20px;}
.fz20{font-size: 18px;}
.fz18{font-size: 16px;}
.fz16{font-size: 15px;}
.fz15{font-size: 14px;}

.isect1 .nLi dl dt .icon{width: 92px;height: 92px;line-height: 92px;margin-bottom: 40px;}
.isect1 .nLi dl dt .icon img{height: 40px;}
.isect2 ul .icon{margin-bottom: 60px;width: 66px;height: 66px;}

.aboutWrap .item1 .text .cont{padding-right: 5%;}

.recomNews .pic{width: 514px;height: 344px;}
.recomNews .text{padding: 30px;}
.recomNews .text h5{line-height: 1.2;}
}

@media screen and (max-width: 1300px){
.banner em{padding-bottom: 46.26%;}
.header .logo img{height: 38px;}
.header .nav .nLi h3 a{padding: 0 8px;}
.header .searchBtn{margin-left: 10px;}

}

@media screen and (max-width: 1200px){
.header{line-height: 88px;}
.header .nav,.header .searchBtn{display: none;}
.header .menuIcon{display: block;}

.isect1 .nLi,.isect1 .nLi.active{width: 20%;}
.isect1 .nLi dl dd{display: none;}
.isect1 .nLi dl{display: block;}
.isect1 .nLi dl dt{width: 100%;height: auto;padding: 40px 0 50px;}
.isect1 .nLi.active dl dt{width: 100%;}
.isect1 .nLi dl dt a{display: block;position: relative;top:0;-webkit-transform: translateY(0);-moz-transform: translateY(0);-ms-transform: translateY(0);transform: translateY(0);}

.isect3 .left,.isect3 .right{width: 100%;}
.isect3 .right li,.isect3 .right li:first-child{margin-top: 30px;}

.isect4{height: 460px;}
.isect4 .content{padding: 30px 60px 50px;}
.moreBtn{margin: 20px auto 50px;}

.footer .top .w1340{display: block;text-align: center;padding-bottom: 20px;}
.footer .top .fNav{width: 100%;}
.footer .top .fNav li,
.footer .top .fNav li:nth-child(2n){float: none;display: inline-block;min-width: auto;margin: 0 10px;}
.footer .top .text{width: 100%;padding: 20px 0;border: none;}
.footer .top .text .txt{margin-bottom: 15px;}
.footer .top .text .select{margin: 0 auto;}
.footer .top .qrcode{margin: 0 auto;padding-top: 20px;}
.footer .btm .left,.footer .btm .right{width: 100%;text-align: center;}

.noticeList li{margin-bottom: 30px;}
.noticeList li:before{height: 3px;bottom: -3px;}
.noticeList .time{width: 120px;}
.noticeList .text{padding: 12px 20px 18px;}

}
@media screen and (max-width: 1024px){
.isect2 ul li{width: 33.33%;min-width: auto;}
.isect4{height: auto;padding: 4.16% 0 5%;}
.isect4 .content{padding: 30px;}
.isect4 .content .desc{line-height: 1.8;height: auto;}
.moreBtn{margin: 20px auto 30px;}
.isect4 .content .ul p{margin-top: 10px;}

.nyWrap{padding: 40px 0;}

.nyBanner{padding-bottom: 40%;}
.bread{display: none;}


.aboutWrap .item1{margin-bottom: 40px;}
.aboutWrap .item1 .picWrap,.aboutWrap .item1 .text{width: 100%;}
.aboutWrap .item1 .picWrap:after,.aboutWrap .item1 .picWrap:before,.aboutWrap .item1 .picWrap .em{display: none;}
.aboutWrap .item1 .picWrap{margin-left: 0;margin-bottom: 20px;}
.aboutWrap .item1 .text .cont{height: auto;}
.aboutWrap .item2{padding: 40px 0;}
.aboutWrap .item2 .nyTitle{padding-right: 30px;margin-right: 30px;}
.aboutWrap .item3{padding: 40px 0 0;}
.aboutWrap .item3 .scroll{padding-bottom: 30px;}

.contactUs{padding-left: 320px;}
.contactUs .mapWrap{height: 440px;}
.contactUs .text{padding: 30px;min-height: auto;width: 400px;}
.contactUs .text .nyTitle{margin-bottom: 15px;}
.contactUs .text .cont dl{margin-top: 10px;}

.staffStyle li .text{padding: 0 12px;}
.staffStyle li .text h5{line-height: 48px;}
.staffStyle li a:hover .text{padding: 16px 12px 10px;}

.jobList{line-height: 66px;padding-bottom: 40px;}
.jobList .dt i{width: 30px;height: 30px;}

.recomNews .pic{width: 380px;height: 272px;}
.recomNews .text p{line-height: 24px;height: 48px;-webkit-line-clamp:2;}
.recomNews .text .moreBtn{margin-top: 40px;}

.passage .psgTitle{padding-bottom: 12px;margin-bottom: 24px;}
.passage .psgTitle .info em{margin: 0 12px;}
.passage .psgTitle h5{margin-bottom: 12px;}
.passage .psgCont{padding-bottom: 24px;}
.passage .psgCont .pic{margin-bottom: 16px;}
.passage .psgCont .mrgBtm{margin-bottom: 10px;}
.passage .share{margin-bottom: 24px;}
.passage .psgLink{padding-top: 30px;}
.passage .psgLink .toList{display: none;}
}

@media screen and (max-width: 760px){
.header{line-height: 66px;}
.header .logo img{height: 32px;}
.header .menuIcon{width: 24px;}
.banner .swiper-pagination{height: 8px;line-height: 8px;bottom: 5%;}
.banner .swiper-pagination .swiper-pagination-bullet{width: 8px;height: 8px;margin: 0 3px;}

.banner .swiper-button-prev, .banner .swiper-button-next{width: 30px;height: 30px;margin-top: -15px;}

.arrStyle:before{width: 7px;height: 7px;margin: -4px 0 0 -4px;}

.fz40{font-size: 28px;}
.fz24{font-size: 18px;}
.fz20{font-size: 16px;}
.fz18{font-size: 16px;}
.fz16{font-size: 14px;}
.fz15{font-size: 13px;}

.iTitle .ch{line-height: 48px;margin-bottom: 0;}

.isect1 .ul{flex-wrap: wrap;border: none;}
.isect1 .nLi, .isect1 .nLi.active{width: 33.33%;border: none;}
.isect1 .nLi dl dt{padding: 15px 0 20px;}
.isect1 .nLi dl dt .icon{width: 54px;height: 54px;line-height: 54px;margin-bottom: 24px;display: flex;align-items: center;justify-content: center;margin-bottom: 14px;}
.isect1 .nLi dl dt .icon img{height: 30px;}

.isect2{padding: 5% 0 7%;}
.isect2 .w1340{width: 100%;}
.isect2 ul .icon{width: 38px;height: 38px;margin-bottom: 20px;}

.isect3 .left .pic{padding-bottom: 43.82%;}
.isect3 .left .pic .date1{width: 88px;height: 36px;line-height: 36px;}
.isect3 .left .text{padding: 16px 18px;}
.isect3 .right li .dateStyle{padding-right: 28px;}
.isect3 .right li .dateStyle:before{height: 60px;}
.isect3 .right li .tit{padding-bottom: 6px;}
.isect3 .right li p{line-height: 22px;height: 44px;margin-top: 4px;}

.isect4 .content .ul{flex-wrap: wrap;}
.isect4 .content .ul li{width: 100%;text-align: center;margin-bottom: 20px;}
.isect4 .content .ul li:last-child{margin-bottom: 0;}

.footer .top{padding-top: 3.125%;}
.footer .top .fNav{display: none;}
.footer .top .tit{margin-bottom: 12px;}
.footer .top .text{padding: 10px 0 0;}
.footer .top .text .txt{line-height: 28px;}
.footer .top .qrcode{width: 124px;}
.footer .top .qrcode img{height: 124px;}
.footer .btm span{display: block;margin: 0;}
.footer .btm .gaba{text-align: center;width: 100%;margin-left: 0;}

.nyTitle{margin-bottom: 24px;}
.nyTitle .ch{line-height: 1;margin-bottom: 7px;}


.aboutWrap .item1 .picWrap .pic{padding-bottom: 70%;}
.aboutWrap .item1 .text .ul{display: block;text-align: center;}
.aboutWrap .item1 .text .ul li{margin-bottom: 20px;}
.aboutWrap .item1 .text .ul li:last-child{margin-bottom: 0;}
.aboutWrap .item2 .w1340{display: block;}
.aboutWrap .item2 .nyTitle{text-align: center;margin-bottom: 24px;border: none;}
.aboutWrap .item2 .text{max-width: 100%;}
.aboutWrap .item3 .scroll .pic .hover .text i{width: 30px;height: 30px;margin: 0 auto 7px;}

.zjzx .ul li{padding-left: 24px;line-height: 28px;}
.zjzx .ul li:before{top: 8px;}

.contactUs{padding-left: 0;}
.contactUs .text{position: relative;top: 0;-webkit-transform: translateY(0);-moz-transform: translateY(0);-ms-transform: translateY(0);transform: translateY(0);width: 100%;}
.contactUs .text .nyTitle{margin-bottom: 6px;}
.contactUs .text .cont dl{margin-top: 0;}
.contactUs .mapWrap{height: 280px;}

.staffStyle li{width: 49%;margin-right: 0;}
.staffStyle li:last-child{margin-bottom: 0;}
.staffStyle li:nth-child(2n){float: right;}
.page a.num{display: none;}
.page a.num.on{display: inline-block;}

.jobList{padding-bottom: 30px;}
.jobList{line-height: 54px;}
.jobList .item2,.jobList .item3,.jobList .item4{display: none;}
.jobList .item1{width: 80%;}
.jobList .item5{width: 20%;text-align: center;}
.jobList .dd .wrap{padding: 20px 0;}
.jobList .dd .tit{margin: 24px 0 10px;}
.jobList .dd .wap{display: block;margin-bottom: 24px;}
.jobList .dd .wap .tit:first-child{margin-top: 0;}
.jobList .dd .moreBtn{margin-top: 20px;}

.noticeList li{width: 100%;margin-bottom: 18px;}
.noticeList .time{width: 110px;}
.noticeList .text{padding: 12px 12px 20px;}
.noticeList .text p{margin: 0 0 10px;}

.recomNews{margin-bottom: 30px;}
.recomNews a{display: block;}
.recomNews .pic{width: 100%;height: 0;padding-bottom: 71.58%;}
.recomNews .text{padding: 20px;}
.recomNews .text p{height: auto;max-height: 72px;}
.recomNews .text .moreBtn{margin-top: 30px;}

.passage .psgTitle h5{line-height: 1.6;}
.passage .psgTitle .info{font-size: 12px;line-height: 20px;}
.passage .psgTitle .info em{margin: 0 3px;}
.passage .psgLink{display: block;padding-top: 20px;}
.passage .psgLink .link{max-width: 100%;width: 100%;padding-left: 24px;}
.passage .psgLink .link:before{width: 8px;height: 8px;margin-top: -4px;}
.passage .psgLink .next{padding-right: 0;padding-left: 24px;margin-top: 10px;}
.passage .psgLink .next:before{right: auto;left: 4px;-webkit-transform: rotateZ(45deg); -moz-transform: rotateZ(45deg); -ms-transform: rotateZ(45deg); transform: rotateZ(45deg);}
}

@media screen and (max-width: 468px){
.fz40{font-size: 24px;}
.fz28{font-size: 20px;}
.fz24{font-size: 16px;}
.fz20{font-size: 15px;}
.fz18{font-size: 15px;}
.fz16{font-size: 14px;}
.fz15{font-size: 13px;}

.staffStyle li{width: 100%;margin-bottom: 4%;}
}