body{font-size: 16px;} 
.inner{ width:1580px;   margin: 0 auto;  }
.pl-inner{ padding-left: calc((100vw - 1580px)/2);}
.pr-inner{ padding-right: calc((100vw - 1580px)/2);}
.ml-inner{ margin-left: calc((100vw - 1580px)/2);}
.mr-inner{ margin-right: calc((100vw - 1580px)/2);}

header{   width: 100%; color: #fff; z-index: 100; top:0; left: 0; right: 0; position: fixed; }
header .con{ max-width: 1820px; width: 96%; margin: 0 auto; }
/*.smallInner{max-width: 1820px; width: 96%; margin: 0 auto; }*/
header::before{ display: block;  content: ''; width: 100%; height: 1px; position: absolute; right: 0; bottom: 0; background:rgba(255, 255, 255, 0.1) ; transition:all .5s ; -webkit-transition:all .5s ; -moz-transition:all .5s ; -ms-transition:all .5s ; -o-transition:all .5s ; }
header.scroll::before,header.abc::before,header:hover::before{ height: 100%; background: #fff;}
header.scroll,header.abc{ box-shadow: 0 0 15px rgba(0, 0, 0, .15);}
header.scroll ,header.abc ,header:hover {color: #333 !important;}
header.scroll .oneNav  span::after,header.abc .oneNav  span::after,header:hover .oneNav  span::after{ background: #004394;}
header.scroll li.on .oneNav  ,header.abc li.on .oneNav  ,header:hover li.on .oneNav { color: #004394;}
header .logoimg,footer .logoimg{ max-height: 60px;filter: invert(100%) grayscale(100%) brightness(500%); }
header:hover .logoimg,header.scroll .logoimg{ filter: grayscale(0%) brightness(100%); -webkit-filter: grayscale(0%) brightness(100%); }
.oneNav{ line-height:100px; white-space: nowrap; display: block; padding: 0 1.3vw; font-size: 16px; font-weight: bold;}
.oneNav span { position: relative;}
.oneNav span::after{ width: 100%; height: 2px; display: block; content: ''; background:#fff; transition: all .36s; transform:scale(0,1) ; position: absolute; left: 0; bottom: -10px; -webkit-transition: all .36s; -moz-transition: all .36s; -ms-transition: all .36s; -o-transition: all .36s; -webkit-transform:scale(0,1) ; -moz-transform:scale(0,1) ; -ms-transform:scale(0,1) ; -o-transform:scale(0,1) ; }
nav li{ position: relative;}
nav li:last-child .oneNav{ padding-right: 0;}
nav li.on .oneNav span::after,nav li:hover .oneNav span::after{ transform: scale(1,1); -webkit-transform: scale(1,1); -moz-transform: scale(1,1); -ms-transform: scale(1,1); -o-transform: scale(1,1); }
/* nav:hover > li:not(:hover) .oneNav{ color: #333; } */
nav:hover > li:not(:hover) .oneNav  span::after{ transform:scale(0,1) ;  }
nav  li dl{position:absolute;text-align: center;min-width:150px; width: auto;top:100%;left: 50%; background:#fff;   -webkit-box-shadow:0 13px 42px 11px rgba(0,0,0,.15);box-shadow:0 13px 42px 11px rgba(0,0,0,.15); border-bottom-left-radius:5px;border-bottom-right-radius:5px;}
nav  li dl dd{white-space: nowrap;height:50px;line-height:50px;border-bottom:1px solid #eee;transition:all .36s ease;-ms-transition:all .36s ease;-o-transition:all .36s ease;-webkit-transition:all .36s ease;-moz-transition:all .36s ease}
nav  li dl dd:last-child{border-bottom:0}
nav  li dl dd a{ padding: 0 20px;  font-size:14px; color:#333!important; font-weight: normal!important; transition:all .36s ease;-ms-transition:all .36s ease;-o-transition:all .36s ease;-webkit-transition:all .36s ease;-moz-transition:all .36s ease;display:block }
nav  li dl dd:hover{background:#004394}
nav  li dl dd:hover a{color:#fff!important;}
nav  li dl{pointer-events: none;  visibility:hidden; opacity:0; filter:alpha(opacity=0); transform:translateX(-50%) translateY(20px); -ms-transform:translateX(-50%) translateY(20px); -o-transform:translateX(-50%) translateY(20px); -webkit-transform:translateX(-50%) translateY(20px); -moz-transform:translateX(-50%) translateY(20px); transition:all .5s ease; -ms-transition:all .5s ease; -o-transition:all .5s ease; -webkit-transition:all .5s ease; -moz-transition:all .5s ease; }
nav  li:hover dl{ pointer-events: auto;visibility:visible; opacity:1; filter:alpha(opacity=100); transform:translateX(-50%); -ms-transform:translateX(-50%); -o-transform:translateX(-50%); -webkit-transform:translateX(-50%); -moz-transform:translateX(-50%); }
.h_nav{ height: 60px; width: 60px; background-color:#004394; padding: 18px 8px ;    align-items: flex-end; display: flex;}
.h_nav .burger{ width: 100%;  height: 1px ; background: #fff;  transition: .8s; display:inline-block;       }
.h_nav .burger:first-child{ animation: long 2s linear infinite; -webkit-animation: long 2s linear infinite; }
.h_nav .burger:nth-of-type(2){  width: 50%;}
.h_nav .burger:nth-of-type(3){ animation: long 3s linear infinite; -webkit-animation: long 3s linear infinite; }
.h_nav.close .burger:first-child{ display: none;}
.h_nav.close .burger:nth-of-type(3){ display: none;}
.h_nav.close .burger:nth-of-type(2) {    position: relative;    z-index: 1; width: 80%;}
.h_nav.close .burger:nth-of-type(2):before, .h_nav.close .burger:nth-of-type(2):after {      content: '';   position: absolute;      top: 0;      left: 0;      width: 100%;      height: 100%;      background: #fff;      opacity: 0;      z-index: 1;}
.h_nav.close .burger:nth-of-type(2) {    background: transparent;    transform: rotate(-180deg); }
.h_nav.close .burger:nth-of-type(2):before, .h_nav.close .burger:nth-of-type(2):after {      opacity: 1;      transition: all .3s; }
.h_nav.close .burger:nth-of-type(2):before {     transform: rotate(45deg); }   .h_nav .burger:nth-of-type(2):after {     transform: rotate(-45deg); }
.nav{ color: #fff !important; padding-bottom: 60px; width: 100%; height:  130vh ; transition:all .6s ; transform: translateX(100%); background-color: #004394; position: fixed; top: 60px; right: 0; flex-direction: column; -webkit-transform: translateX(100%); -moz-transform: translateX(100%); -ms-transform: translateX(100%); -o-transform: translateX(100%); -webkit-transition:all .6s ; -moz-transition:all .6s ; -ms-transition:all .6s ; -o-transition:all .6s ; }
.nav.show{ transform:translateX(0) ;  -webkit-transform:translateX(0) ; -moz-transform:translateX(0) ; -ms-transform:translateX(0) ; -o-transform:translateX(0) ; }
.nav li.go-child{ border-top: 1px solid rgba(255, 255, 255, 0.25); position: relative;}
.nav li.go-child>a{ line-height: 60px; padding: 0 20px; font-size: 16px;}
.h_nav.close{align-items: center; justify-content: center;}
.erji{ width: 60px; height: 60px; position: absolute; right: 0 ; top: 0; display: flex; align-items: center; justify-content: center; font-size: 30px; z-index: 10;
       background: url(../images/jia.png) no-repeat center center; background-size: 40% auto;}
.nav li.go-child.on .erji{ background: url(../images/jian.png) no-repeat center center; background-size: 40% auto;}
.nav-down li a{ line-height: 50px; border-top: 1px solid rgba(255, 255, 255, 0.25); display: block; padding-left: 25px; font-size: 14px; opacity: 0.8; }
.nav{   overflow-y: scroll;   }
.nav::-webkit-scrollbar {/*滚动条整体样式*/    /*高宽分别对应横竖滚动条的尺寸*/  width: 1px;}
.nav::-webkit-scrollbar-thumb {/*滚动条里面小方块*/border-radius: 3px; background: #77d5ae; width: 1px; }
.nav::-webkit-scrollbar-track {/*滚动条里面轨道*/border-radius: 3px; background: #0b4f33; width: 1px; }
.zw{ margin-top: -100px; padding-top: 100px;}
.zwHeader{ height: 100px;}
@font-face {
    font-family: 'NUM';
    font-style: normal;

    font-weight: 400;

    src: url(../fonts/englishfont-regular.woff) format('woff'),
        url(../fonts/englishfont-regular.otf) format("opentype");

}



.Shu{ font-family: 'NUM';}

.index-banner .swiper-slide::after {display: block;content: '';width: 100%;height: 100%;position: absolute;left: 0;top: 0;z-index: 2;background-image: linear-gradient(to bottom,rgba(0,0,0,.5),transparent);}
.index-banner .banner-img {animation: swiper_img_move 8s linear 0s infinite normal both;width: 100vw;height: 100vh;object-fit: cover;min-height: 360px;}
.index-banner .text {width: 100%;padding: 20px;position: absolute;left: 50%;top: 50%;transform: translate(-50%,-50%);z-index: 10;-webkit-transform: translate(-50%,-50%);-moz-transform: translate(-50%,-50%);-ms-transform: translate(-50%,-50%);-o-transform: translate(-50%,-50%);}
.index-banner .swiper-pagination {bottom: 5%;}
.index-banner .swiper-pagination .swiper-pagination-bullet {width: 40px;transition: all .36s;height: 4px;background: #fff;opacity: 1;border-radius: 0;-webkit-border-radius: 0;-moz-border-radius: 0;-ms-border-radius: 0;-o-border-radius: 0;-webkit-transition: all .36s;-moz-transition: all .36s;-ms-transition: all .36s;-o-transition: all .36s;}
.index-banner .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {width: 60px;background: #004394;}
.index-banner .button {position: absolute;z-index: 10;right: 0;bottom: 5%;}
.index-banner .banner-swiper {width: 66px;height: 66px;}
.index-banner .banner-swiper:hover {color: #fff;background: #004394;border-color: #004394;}
.index-banner .banner-mouse {position: absolute;left: 50%;width: 100px;height: 100px;z-index: 10;transform: translateX(-50%);bottom: 5%;background: rgba(13, 49, 145, .4);-webkit-transform: translateX(-50%);-moz-transform: translateX(-50%);-ms-transform: translateX(-50%);-o-transform: translateX(-50%);}
.index-banner .banner-mouse span {width: 30%;animation: ani-svg 1s linear 0s alternate infinite;-webkit-animation: ani-svg 1s linear 0s alternate infinite;}


.index-about::after{ display: block; content: ''; width: 100%; height: 100%; background:  url(../images/idxaboutbg.jpg?v=1) no-repeat center center / cover; position: absolute; left: 0; top: 0; }
.index-about .infoImg{ height: 15em;}
.aboutmore{ width: 220px; height: 50px; border-radius: 30px; -webkit-border-radius: 30px; -moz-border-radius: 30px; -ms-border-radius: 30px; -o-border-radius: 30px; }
.aboutmore span{ border: 1px dashed #fff; width: 24px; height: 24px; border-radius: 50%; display: inline-block; -webkit-border-radius: 50%; -moz-border-radius: 50%; -ms-border-radius: 50%; -o-border-radius: 50%; }
.aboutmore span::after{ transition:all .36s ; content: "\ea66"; display: block; font-family: "iconfont" !important; font-size: 16px; position: absolute; left: 15px; -webkit-transition:all .36s ; -moz-transition:all .36s ; -ms-transition:all .36s ; -o-transition:all .36s ; }
.aboutmore:hover span::after{ left: -10px;}
.aboutmore:hover{ box-shadow: 0 0 10px rgba(255, 255, 255, 0.5);}
.numUl li:first-child{ padding-top: 0;}
.biaoti span{ display: block; width: 30px; height: 5px; background: #004394; }

/*.index-pro {background: #f2f2f2;}*/
.index-pro .protit li{ height: 50px;} 
.index-pro .protit li.on{  background: #004394;color:#fff;}
.proitem .img {width: 100%;padding-bottom: 66%;height: 0;}
.proitem:hover .more {letter-spacing: 3px;color: #004394;}
.proitem a {background: url(../images/idxProSwiperBg.png) no-repeat center top #fff ;background-size: cover;}

.index-pro .proitem .img{ width: 100%; height: 0; padding-bottom: 68%;}

.index-app .appbox .apptab {display: flex;display: -webkit-box;display: -moz-box;display: -webkit-flex;display: -moz-flex;display: -ms-flexbox;flex-flow: wrap;position: absolute;left: 0;bottom: 0;z-index: 10;width: 100%;}
.index-app .appbox .apptab a {position: relative;width: 25%;text-align: center;display: flex;display: -webkit-box;display: -moz-box;display: -webkit-flex;display: -moz-flex;display: -ms-flexbox;justify-content: center;align-items: center;box-shadow: 0px 0px 46px 0px rgba(0, 0, 0, 0.05);border-right: 1px solid rgba(255, 255, 255, 0.4);border-top: 1px solid rgba(255, 255, 255, 0.4);background-color: rgba(0, 0, 0, 0.4);}
.index-app .appbox .apptab a.on:before {opacity: 1;visibility: visible;}
.index-app .appbox .apptab a:hover .icon {animation: shake 0.4s ease;}
.index-app .appbox .apptab a:before {content: "";position: absolute;left: 0;top: 0;z-index: -1;background-image: linear-gradient(-90deg, #0b59c3 0%, #082c7e 100%);background-blend-mode: normal, normal;width: 100%;height: 100%; opacity: 0;visibility: hidden;transition: all 0.4s ease;-webkit-transition: all 0.4s ease;-moz-transition: all 0.4s ease;-ms-transition: all 0.4s ease;-o-transition: all 0.4s ease;}
.index-app .appbox .apptab .icon img{max-width: 40px;filter: invert(100%) grayscale(100%) brightness(500%); }
.index-app .appbox .apptab .name {color: #fff;display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 2;overflow: hidden;}
.index-app .appbox .swiper-slide.swiper-slide-active .name,
.index-app .appbox .swiper-slide.swiper-slide-active .ename,
.index-app .appbox .swiper-slide.swiper-slide-active .desc,
.index-app .appbox .swiper-slide.swiper-slide-active .index-more {opacity: 1;visibility: visible;transform: translateY(0);-webkit-transform: translateY(0);-moz-transform: translateY(0);-ms-transform: translateY(0);-o-transform: translateY(0);}
.index-app .appbox .swiper-slide .pic {position: relative;}
.index-app .appbox .swiper-slide .pic:before {content: "";width: 100%;height: 100%;background: url(../images/shadow.png) no-repeat center left;background-size: cover;position: absolute;left: 0;top: 0;z-index: 1;}
.index-app .appbox .swiper-slide .info {position: absolute;left: 0;top: 0;z-index: 10;width: 100%;}
.index-app .appbox .swiper-slide .name,
.index-app .appbox .swiper-slide .ename,
.index-app .appbox .swiper-slide .desc {width: 42.57%;color: #fff;}
.index-app .appbox .swiper-slide .pic img{width:100%;}
.promore{ display: inline-flex; padding: 10px 0;  }
.promore span{ border: 1px dashed #fff; width: 24px; height: 24px; border-radius: 50%; display: inline-block; -webkit-border-radius: 50%; -moz-border-radius: 50%; -ms-border-radius: 50%; -o-border-radius: 50%; }
.promore span::after{ transition:all .36s ; content: "\ea66"; display: block; font-family: "iconfont" !important; font-size: 16px; position: absolute; left: 15px; -webkit-transition:all .36s ; -moz-transition:all .36s ; -ms-transition:all .36s ; -o-transition:all .36s ; }
.promore:hover { padding: 10px  35px;}
.promore:hover span::after{ left: -10px;}
.promore:hover{ box-shadow: 0 0 10px rgba(255, 255, 255, 0.5);}

.index-map {background: url(../images/globalbg.jpg) no-repeat center center;background-size: cover;}
.index-map .w26 {width: 26%;}
.index-map .mapleft {border-left: 2px solid #e8e9f3;}
.index-map .mapleft .tit::after {display: block;content: '';width: 2px;height: 100%;position: absolute;left: -2px;top: 0;background: #004394;}
.index-map .dot {position: absolute;z-index: 10;}
.index-map .dot .dot_circle {width: .6vw;height: .6vw;background: #004394;border: 1px solid #fff;position: relative;z-index: 3;border-radius: 50%;}
.index-map .mapul .dot:after,.idxMap .dot:before {content: "";position: absolute;border-radius: 50%;top: 0;left: 0;z-index: 1;}
.index-map .mapul .dot:before {width: 150%;height: 150%;background: transparent;background: rgba(25,44,137,0.3);top: -25%;left: -25%;-webkit-animation: warn 2s linear 0.4s infinite;-moz-animation: warn 2s linear 0.4s infinite;animation: warn 2s linear 0.4s infinite;opacity: 0;}
.index-map .mapul .dot:after {width: 200%;height: 200%;background: transparent;background: rgba(25,44,137,0.2);left: -50%;top: -50%;-webkit-animation: warn 2s linear 0s infinite;-moz-animation: warn 2s linear 0s infinite;animation: warn 2s linear 0s infinite;opacity: 0;}

.index-news .button .prev,.index-news .button .next{ width: 100px; height: 55px;}
.index-news .button .icon { filter: grayscale(100%); transition:all 0s ; -webkit-transition:all 0s ; -moz-transition:all 0s ; -ms-transition:all 0s ; -o-transition:all 0s ; }
.index-news .button .prev:hover,.index-news .button .next:hover{ background: #004394;}
.index-news .button .prev:hover .icon,.index-news .button .next:hover .icon{filter: grayscale(100%) brightness(500%); }
.index-news .pagination{ width: 30vw; height: 5px; background: #e1e1e1; position: relative; left: auto; right: auto; top: auto; bottom: auto;}
.newsitem .img{ width: 100%; height: 0; padding-bottom: 65%;}
.newsitem:hover .more{ color: #004394; letter-spacing: 2px;}

.side_bar {background-color: rgb(255 255 255/ 0.95);border-radius: 5px;box-shadow: 0 0  10px 0 rgba(0, 0, 0, .15);position: fixed;right: 10px;top: 80%;width: 70px;z-index: 100}
.side_bar>ul>li {height: 70px;}
.side_bar>ul>li a span {font-size: 12px;line-height: 2}
.side_bar>ul>li.side_bar_backtotop {display: none;}

footer{ background: url(../images/footbg.jpg) no-repeat center center / cover;  border-top-left-radius: 3vw; border-top-right-radius: 3vw; position: relative; z-index: 30;}
.footNav a.on,.footNav a:hover{color: #fff; text-decoration: underline;}
footer .bottom a:hover{ color: #ef7f0f;}
.footEwm{ width: 140px;}

.neiye-banner::after{ display: block; content: ''; width: 100%; height: 100%; position: absolute; left: 0; top: 0; background:rgba(0,0,0,.2) }
.neiye-banner .banner-img{ max-height: 100vh; min-height: 260px; object-fit: cover; width: 100%;}
.w68{ width: 68%;}
.bireRight{ margin-top: -7vw;}
.birefNum li .text{ width: 12.5em;}
.culture{ background: url(../images/culturebg.jpg) no-repeat center center / cover; background-attachment: fixed;}
.w52{ width: 52%;}
.historySwiper .swiper-slide { padding-left: 1px;}
.historySwiper .swiper-slide .img{ width: 100%; height: 0; padding-bottom: 65%;}
.historySwiper .swiper-slide .years{ position: absolute; right: 0; top: 0;}
.historyBtn{ position: absolute; right: 0; bottom: 0; z-index: 10;}

.contactStyle {background: #f4f5f6;}
.contactStyle li {width: calc(100% / 3);}
.contactStyle li:last-child {border-right: none;}
.contactEwm {width: 135px;}
.mapBox {width: 100%;height: 60vh;}

.breadcrumb .on{ font-weight: bold; color: #004394;}
.breadcrumb a{ white-space: nowrap;}
.prolist li{ margin-right:2% ; box-shadow: 5px 0 20px rgba(0, 0, 0, .1);}
.prolist li:nth-child(3n){ margin-right: 0;}
.prolist li .img{ width: 100%; height: 0; padding-bottom: 80%;}
.prolist li .img::after{display: block;content: '';width: 50%;transform: translateX(100%) ;height: 100%;position: absolute;right: 0;top: 0;background:#004394 ;-webkit-clip-path: polygon(0 100%, 100% 0, 100% 100%);transition:all .36s ;-webkit-transition:all .36s ;-moz-transition:all .36s ;-ms-transition:all .36s ;-o-transition:all .36s ;-webkit-transform: translateX(100%) ;-moz-transform: translateX(100%) ;-ms-transform: translateX(100%) ;-o-transform: translateX(100%) ;}
.prolist li:hover .img::after{ transform: translateX(0); -webkit-transform: translateX(0); -moz-transform: translateX(0); -ms-transform: translateX(0); -o-transform: translateX(0); }
.prolist li:hover{ transform: translateY(-8px); -webkit-transform: translateY(-8px); -moz-transform: translateY(-8px); -ms-transform: translateY(-8px); -o-transform: translateY(-8px); }
.prolist li .more{ transform: rotate(-45deg); -webkit-transform: rotate(-45deg); -moz-transform: rotate(-45deg); -ms-transform: rotate(-45deg); -o-transform: rotate(-45deg); }
.prolist li:hover .more{ transform: rotate(0); -webkit-transform: rotate(0); -moz-transform: rotate(0); -ms-transform: rotate(0); -o-transform: rotate(0); }
.wh-50{ width: 50px; height: 50px;}
.wh-40{ width: 40px; height: 40px;}

.prodetialtop{ background: url(../images/probg.jpg) no-repeat center center / cover;}
.prodetail .text{color: #ffffff;}
.proline{ height: 1px; background: #e5ecf4;}
.prorightnav a{ height: 3.3em; padding-left:2vw;}
.prorightnav a::after{ display: block; content: ''; width:0; transition: all .36s; height: 100%; position: absolute;left: 0; top: 0; background:#f4f5f7 ; -webkit-transition: all .36s; -moz-transition: all .36s; -ms-transition: all .36s; -o-transition: all .36s; }
.prorightnav a::before{ display: block; content: ''; width:3px; transition: all .36s; height: 0; z-index: 10; position: absolute; left: 0; top: 0; background:#0059a7; -webkit-transition: all .36s; -moz-transition: all .36s; -ms-transition: all .36s; -o-transition: all .36s; }
.prorightnav a.on::after,.prorightnav a:hover::after{  width: 100%;}
.prorightnav a.on::before,.prorightnav a:hover::before{  height: 100%;}
.prorightnav a.on ,.prorightnav a:hover{font-weight: bold; color: #0059a7;}
.h20{height: 20px;}
.proright{ position: sticky; right: 0; top: 2vw; }


.applist li .img{ width: 100%; height: 0; padding-bottom: 68%;}
.applist li .text .applistIcon{width:60px;}
.applist li .round{ transform: rotate(-45deg); -webkit-transform: rotate(-45deg); -moz-transform: rotate(-45deg); -ms-transform: rotate(-45deg); -o-transform: rotate(-45deg); }
.applist li .round:hover{ transform: rotate(0); -webkit-transform: rotate(0); -moz-transform: rotate(0); -ms-transform: rotate(0); -o-transform: rotate(0); }
.applist li:nth-child(2n){ flex-direction: row-reverse; }
.applist li:nth-child(2n-1) .text{ padding-left: 0;}
.applist li:nth-child(2n) .text{ padding-right: 0;}
.appDetail{ margin-top: -5vw;}
.caselist li {width: calc((100% - 80px)/5);margin-right: 20px;}
.caselist li:nth-child(5n) {margin-right: 0;}

.changfang li{ width: calc((100% - 80px)/3);margin-right: 40px;margin-bottom:3%;}
.changfang li:nth-child(3n){ margin-right: 0;}
.changfang li:hover img{ transform: scale(1.1); -webkit-transform: scale(1.1); -moz-transform: scale(1.1); -ms-transform: scale(1.1); -o-transform: scale(1.1); }
.changfang li:hover h3{ color: #0059a7; font-weight: bold;}

.honor li{ width: calc((100% - 6vw)/4); margin-right: 2vw; margin-bottom: 2vw;}
.honor li:nth-child(4n){ margin-right: 0;} 
.honor li .img{ width: 100%; height: 0; padding-bottom:115%;}


.newslist li {width: calc((100% - 70px) / 3);margin-right: 35px;}
.newslist li:nth-child(3n) {margin-right: 0;}
.newslist li .img {width: 100%;height: 0;padding-bottom: 62.7%;}
.newslist li .text .desc {height: 3em;line-height: 1.5;}
.newslist li .text .more {height: 2.75em;background: #f2f7fc;}
.newslist li .text::after {display: block;content: '';width: 100%;height: 0;position: absolute;left: 0;top: 0;background: #004394 ;transition: all .36s;-webkit-transition: all .36s;-moz-transition: all .36s;-ms-transition: all .36s;-o-transition: all .36s;}
.newslist li:hover .text::after {height: 100%;}
.newslist li:hover .text .border-top {border-color: rgba(255, 255, 255, .15);}
.newslist li:hover .text,.newslist li:hover .text .color-888 {color: #fff;}
.newslist li:hover .text .more {background: #fff;}
.newslist li.scaleImg:hover {box-shadow: 0 0 15px rgba(0,0,0,.15);}

.newsleft {width: 65%;}
.newsright {width: 31%;}
.newsright .tit::after {height: 1em;width: 6px;background: #004394;display: block;content: '';position: absolute;left: 0;top: 50%;transform: translateY(-50%);-webkit-transform: translateY(-50%);-moz-transform: translateY(-50%);-ms-transform: translateY(-50%);-o-transform: translateY(-50%);}
.newsrightul {position: sticky;right: 0;top: 110px;}
.newsrightul a .img {width: 185px;height: 115px;}
.newsrightul a .img img {width: 100%;height: 100%;object-fit: cover;}
.newsrightul a .text {width: calc(100% - 204px);}
.newsrightul a:hover .img img {transform: scale(1.1);-webkit-transform: scale(1.1);-moz-transform: scale(1.1);-ms-transform: scale(1.1);-o-transform: scale(1.1);}

.border_active{border:1px solid #004394;color:#004394;}
