@charset "utf-8";
@font-face {
  font-family:'SourceHanSansCN-Regular' ;
  src: url(fonts/SourceHanSansCN-Regular.ttf);
}
@font-face {
  font-family:'SourceHanSansCN-Bold' ;
  src: url(fonts/SourceHanSansCN-Bold.ttf);
}
@font-face {
  font-family:'SourceHanSerifCN-Bold' ;
  src: url(fonts/SourceHanSerifCN-Bold.ttf);
}
html,body,h1,h2,h3,h4,h5,h6,div,dl,dt,dd,ul,ol,li,p,blockquote,pre,hr,figure,table,caption,th,td,form,fieldset,legend,input,button,textarea,menu{margin:0;padding:0}
header,footer,section,article,aside,nav,hgroup,address,figure,figcaption,menu,details{display:block}
table{border-collapse:collapse;border-spacing:0}
caption,th{text-align:left;font-weight:normal}
html,body,fieldset,img,iframe,abbr{border:0}
img{vertical-align:top}
html{overflow-x:hidden;font-size:100px;--size: calc(100vw / 19.20);font-size: var(--size);}
i,cite,em,var,address,dfn{font-style:normal}
[hidefocus],summary{outline:0}
li{list-style:none}
h1,h2,h3,h4,h5,h6,small{font-size:100%}
sup,sub{font-size:83%}
pre,code,kbd,samp{font-family:inherit}
q:before,q:after{content:none}
textarea{overflow:auto;resize:none}
label,summary{cursor:default}
a,button{cursor:pointer}
h1,h2,h3,h4,h5,h6,em,strong,b{font-weight:bold}
del,ins,u,s,a,a:hover{text-decoration:none}
body,textarea,input,button,select,keygen,legend{font:13px/1 arial,\5b8b\4f53;color:#333;outline:0}
:focus{outline:0}
.none{display:none}
.wcb{width:100%;height:30px;border:2px dashed #97CBE0}
.hidden{visibility:hidden}
.clear{width:100%;height:0;line-height:0;font-size:0;overflow:hidden;clear:both;display:block;_display:inline}
.clearfix:after{clear:both;content:".";display:block;height:0;visibility:hidden}
.clearfix{display:block;zoom:1}
::-webkit-input-placeholder{color:#fff}
:-moz-placeholder{color:#fff}
::-moz-placeholder{color:#fff}
:-ms-input-placeholder{color:#fff}
body{line-height:1;font-size:13px;font-family: "Microsoft YaHei","\u5b8b\u4f53",Tahoma,Geneva,sans-serif;color: #000;}
:root{--mainColor: #143160;--hoverColor: #143160;--bigSize:0.2rem;--titleSize:0.18rem;--smailSize:0.16rem;--smailSizex: 0.14rem;--innerWidth: 16rem;--transition: all 0.4s ease-in-out;--cilpX: 0.3rem;--cilpY: 0.2rem;--clip-path: polygon(var(--cilpX) 0%, calc(100% - var(--cilpX)) 0%, 100% var(--cilpY), 100% 100%, 0% 100%, 0% var(--cilpY));0%);%);););)););)););}
p{line-height:1.75}
a{color: #000;text-decoration:auto;transition: var(--transition);}
a:hover{color:var(--hoverColor)}
.line1{text-overflow:-o-ellipsis-lastline;overflow:hidden;display:-webkit-box;-webkit-line-clamp:1;-webkit-box-orient:vertical}
.line2{text-overflow:-o-ellipsis-lastline;overflow:hidden;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical}
.line3{text-overflow:-o-ellipsis-lastline;overflow:hidden;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical}
.line4{text-overflow:-o-ellipsis-lastline;overflow:hidden;display:-webkit-box;-webkit-line-clamp:4;-webkit-box-orient:vertical}
.wrapper{width:100%;margin:0 auto}
.wrapper .inner{width:var(--innerWidth);margin:0 auto}
/**兼容模式提示**/
.pageTips {
  position: fixed;
  z-index: 1000;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #000 url("../image/bg.png");
}
.pageTips .container {
  color: #fff;
  position: absolute;
  left: 50%;
  top: 50%;
  width: 630px;
  margin-left: -315px;
  margin-top: -160px;
}
.pageTips .container a.close {
  display: block;
  width: 50px;
  height: 50px;
  position: absolute;
  z-index: 1;
  left: auto;
  right: -15px;
  top: 40px;
  bottom: auto;
  background: url("../image/close.png") center no-repeat;
}
.pageTips .container .img {
  text-align: center;
}
.pageTips .container .msg {
  font-size: 18px;
  line-height: 36px;
  padding-top: 30px;
}
.pageTips .container a {
  color: #fff;
  text-decoration: underline;
}
.pageTips .container a.close{display:none !important}
/**头部**/
.header {
    position: fixed;
    z-index: 1;
    width: 100%;
    z-index: 99;
    transition: 1s;
    background: border-box;
}
.header .mod{
    height: 1.3rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.header.fix{
    background: var(--mainColor);
}
.header.fix .mod{height:1rem}
.header.fix .nav {
    padding: 0;
}

.header.fix .nav .wp-menu .menu-item a.menu-link {
    font-size: var(--bigSize);
}

.header.fix .sitelogo, .sitelogo>span {
    width: 4rem;
}

.header.fix .head-top {
    height: 0.7rem;
}
.header.opennav:after ,.header.fix:after {
    opacity: 0;
}
.header:after {
    content: "";
    width: 100%;
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    height: 108%;
    background: #143160;
    background: linear-gradient(180.00deg, rgba(16, 61, 126, 1), rgba(22, 79, 159, 0.78) 33%, rgba(25, 94, 191, 0.41) 62%, rgba(84, 148, 233, 0) 100%);
}
.fixedok .header:after{
    background: #143160;
}
.header .head-top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 0.955rem;
}
.sitelogo,.sitelogo>span {
    display: flex;
    width: 4.13rem;
    justify-content: space-between;
    /* height: 100%; */
    position: relative;
    align-items: center;
}
.sitelogo img {
    width: 100%;
}

.sitelogo a.slogo {
    width: 54.48%;
}

.sitelogo a.logo {
    width: 37.72%;
}

.sitelogo .x {
    width: 1px;
    background: #fff;
    height: 0.48rem;
}

.head-right {display: flex;align-items: center;gap: 0.23rem;}
.head-right .xian {
    width: 1px;
    height: 0.2rem;
    background: #fff;
}
/* 搜索 */
.wp_search{display:inline-block;position:relative;padding-left:4px;border:1px solid #d0d0d0}
.wp_search #keyword{width:160px !important;padding:4px 0;border:none;height:20px;line-height:20px;background:transparent;color:#fff}
.wp_search .search{width:32px;height:30px;border:0px;background:#FFFFFF url(images/sous.png) no-repeat center;cursor:pointer;vertical-align:top}
.searchbox .tt{color:#fff;text-align:center;font-size:0.3rem;font-weight:bold;margin-bottom:0.47rem}
.searchbox{width: 0.3rem;height: 0.4rem;position: relative;z-index: 1;}
.wp-search:hover {
    width: 2.6rem;
    background: rgb(255 255 255 / 48%);
    backdrop-filter: blur(45px);
    /* background: #fff; */
}
.wp-search{position: absolute;right: 0;width: 100%;transition: var(--transition);}
.wp-search form{display:block}
.wp-search .search-input{margin-left: 0.15rem;margin-right: 0.36rem;}
.wp-search .search-input input.search-title{width:100%;line-height: 0.4rem;background:none;color:#FFFFFF;font-size: var(--smailSize);border:0;outline:0;font-family:'SourceHanSansCN-Regular';}
.wp-search .search-btn{width: 0.4rem;height: 0.4rem;position:absolute;right:0;top:0%}
.wp-search .search-btn input.search-submit{width:100%;height:100%;border:0;outline:0;background: url(images/sous.svg) no-repeat center/0.17rem;cursor:pointer}
/**角色**/
.site-lang{}
.site-lang a{
    color: #fff;
    font-size: var(--smailSize);
}
.site-lang a span{display:none}
.site-lang.home a img {
    width: 0.17rem;
}
/**导航**/
.nav {
}

.nav:after {
    content: "";
    width: 4.12rem;
    height: 0.21rem;
    position: absolute;
    background: url(images/navbg1.svg) no-repeat center/100% 100%;
    opacity: 0.47;
    bottom: 100%;
    right: -0.45rem;
    display: none;
}
.nav.wp-navi2:after{
    background-image: url(images/navbg2.svg);
    left: -0.45rem;
}
.nav .wp-menu{margin:0 auto;display:flex;justify-content:space-between;gap: 0.27rem;}
.nav .wp-menu .menu-item{position:relative;text-align:center}
.nav .wp-menu .menu-item.i1{background:none}
.nav .wp-menu .menu-item a>.menu-switch-arrow{display:none;width:20px;height:20px;background:url(images/nav_j.png) no-repeat center center;vertical-align:middle}
.nav .wp-menu .sub-menu li .sub-menu {display: none;}
.nav .wp-menu .menu-item a.menu-link{line-height: 0.5rem;font-size: var(--bigSize);display:block;position: relative;color: #fff;font-family: 'SourceHanSansCN-Bold';}
.nav .wp-menu .menu-item.hover a.menu-link,.nav .wp-menu .menu-item a.hover{font-weight:bold;text-decoration:none;color:var(--mainColor)}
.nav .sub-menu{--cilpX: 0.08rem;--cilpY: 0.08rem;position:absolute;left: 50%;top:100%;min-width: 1.5rem;z-index:100;background: #fff;opacity: 0;transform: translateX(-50%) scale(0);transition: all 0.4s ease-in-out;overflow: hidden;clip-path: polygon(var(--cilpX) 0%, calc(100% - var(--cilpX)) 0%, 100% var(--cilpY), 100% 100%, 0% 100%, 0% var(--cilpY));filter: drop-shadow(0 8px 14px rgb(108 109 130 / 30%));padding: 0.1rem 0;}
.nav .sub-menu .sub-item{position:relative;white-space:nowrap;vertical-align:top;_zoom:1}
.nav .sub-menu .sub-item a{display:block;line-height: 2.6;padding: 0 0.1rem;font-size: var(--smailSize);text-align:center;}
.nav .sub-menu .sub-item.hover>a,.nav .sub-menu .sub-item a:hover{color: var(--mainColor);display:block;font-weight: bold;}
.nav .sub-menu .sub-menu{left:100%;top:0px;z-index:200;background:#fff}
.nav .wp-menu .menu-item a.menu-link:after {content: "";width: 100%;height: 0.02rem;position: absolute;bottom: 0;background: #fff;left: 0;transform: scale(0);transition: all 0.4s ease-in-out;}
.nav .wp-menu .menu-item a.menu-link:hover:after {transform: scale(1);}
.nav .wp-menu li:hover>.sub-menu {transform: translateX(-50%);opacity: 1;}

/**大图**/
.mbanner{
    position: relative;
}
#banner .inner{
    background: #ccc;
    width: 100%;
}
.mbanner .news{overflow: hidden;}
.mbanner .news_img a{display:block;padding-top: 100vh;}
.mbanner .aa .slick-active .news_img a img{
    
    -webkit-transform: scale(1.01);
    -ms-transform: scale(1.01);
    -o-transform: scale(1.01);
    transform: scale(1.01);
}
.mbanner .news_img a img{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
    -webkit-transition: all 5s ease-in-out;
    -o-transition: all 5s ease-in-out;
    transition: all 5s ease-in-out;
}
.mbanner .slick-prev,.mbanner .slick-next{z-index:1;width: 0.7rem;height: 0.7rem;margin-top: -0.6rem;opacity: 0.6;}
.mbanner .slick-prev{left: 0.81rem;}
.mbanner .slick-next{right:0.81rem}
.mbanner:hover .slick-prev, .mbanner:hover .slick-next{visibility:inherit;opacity: 1;}
.mbanner .news .news_wz{position:absolute;top:3.05rem;left:50%;margin-left:-7.95rem;text-align:left;width:10.6rem}
.mbanner .news .news_wz a{color:#17607A}
.mbanner .news .news_title{
    position: absolute;
    color: #fff;
    z-index: 1;
    bottom: 0.43rem;
    font-weight: bold;
    line-height: 1.5;
    font-size: 0.26rem;
    text-align: center;
    left: 1.6rem;
    width: var(--innerWidth);
    text-align: left;
}
.mbanner .news .news_title a {
    color: #fff;
}
.mbanner .news .news_title a{color:#fff;display:block;white-space:nowrap;width:80%;overflow:hidden;text-overflow:ellipsis;}
.mbanner .slick-dots{width: auto;bottom: 0.42rem;right: 1.6rem;display:flex;align-items: center;gap: 0.18rem;/* opacity: 0; */justify-content: c;/* left: 0; */enter;}
.mbanner .slick-dots li{border-radius:0;margin:0;opacity: 1;display:flex;width: auto;height: auto;background: none;align-items: center;gap: 0;}
.mbanner .slick-dots li button{width: 0.11rem;height: 0.11rem;background: #fff;padding:0;border-radius: 50%;/* transition: width,height 0.4s ease-in-out; */}
.mbanner .news_list .news:after {content:"";display: block;position: absolute;pointer-events: none;height: 1.51rem;width: 100%;bottom: 0;background: linear-gradient(0deg, rgba(0, 0, 0, 0.91) 6% ,rgba(38, 38, 38, 0.8) 42%,rgba(61, 61, 61, 00.1) 96%);opacity: 0.5;}
.mbanner .news .news_video{padding-top: calc(100vh - 1rem);}
.mbanner .news .news_video video{position:absolute;width:100%;height:100%;object-fit:cover;left:50%;top:50%;transform:translate(-50%,-50%)}
.mbanner .slick-dots li.slick-active{
    gap: 0.15rem;
}
.mbanner .slick-dots li.slick-active button{
    width: 0.34rem;
    height: 0.38rem;
    border-radius: 0;
    background: url(images/dot.svg) no-repeat center/100% 100%;
}
.mbanner .slick-dots li:before,.mbanner .slick-dots li:after {
    content: "";
    width: 0;
    height: 1px;
    background: #fff;
    transition: all 0.4s ease-in-out;
}
.mbanner .slick-dots li.slick-active:before, .mbanner .slick-dots li.slick-active:after{width:0.23rem}
.mbanner .bb {
    position: absolute;
    animation: 2s linear 0s infinite normal none running cc;
    left: 50%;
    margin-left: -0.07rem;
    bottom: 0.52rem;
    cursor: pointer;
}

.mbanner .bb img {
    width: 0.47rem;
}
@keyframes cc{0%{opacity:0;transform:translate(-50%)}
20%{opacity:1;transform:translate(-50%,3px)}
80%{opacity:1;transform:translate(-50%,10px)}
90%{opacity:0;transform:translate(-50%,10px)}
100%{opacity:0;transform:translate(-50%,10px)}
}
.mbanner.fixBanner {position: fixed;left: 0;top: 0;right: 0;bottom: 0;background: #ccc;}
.fixedok .mbanner {/*opacity: 0;*/}
.fix-top{padding-top:100vh;position:relative;transition:all .7s cubic-bezier(.5,0,.2,1) 0s;-webkit-transition:all .7s cubic-bezier(.5,0,.2,1) 0s;-moz-transition:all .7s cubic-bezier(.5,0,.2,1) 0s;-ms-transition:all .7s cubic-bezier(.5,0,.2,1) 0s;-o-transition:all .7s cubic-bezier(.5,0,.2,1) 0s;z-index:-1}
.fix-top.fixed{padding-top:0}
/**内容**/
#m-container{}
#m-container .inner{}
.body_m {overflow: hidden;background: #fff;    z-index: 1;
    position: relative;}
.news_imgs a,.news_imgs span {display:block;overflow:hidden;}
.news:hover .news_imgs a img,.news:hover .news_imgs span img  {transform:scale(1.1);}
.news_imgs a img,.news_imgs span img {position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover;transition:all 0.6s ease-in-out;}
.news_imgs {overflow:hidden;background:#ccc;position:relative;}
.news_imgs.bg:after {content:"";width:100%;position:absolute;height:1.4rem;background:linear-gradient(0.00deg,rgb(21,21,21) 3.433%,rgba(57,57,57,0) 96.567%);bottom:0;opacity:0.7;pointer-events:none;}
span.underLine {background-image:linear-gradient(var(--mainColor),var(--mainColor));background-position:0 100%;background-repeat:no-repeat;background-size:0 1px;transition:background-size .4s;}
.news:hover span.underLine {background-size:100% 1px;color:var(--mainColor);}
/**主体公共**/
.cilpPath {
    clip-path: polygon(var(--cilpX) 0%, calc(100% - var(--cilpX)) 0%, 100% var(--cilpY), 100% 100%, 0% 100%, 0% var(--cilpY));
}
.main1 .inner {
    padding-top: 1.5rem;
}

.post .tt {
    display: flex;
    position: relative;
    margin-bottom: 0.75rem;
    justify-content: space-between;
    align-items: flex-end;
}
.post .tt .tit{
    position: relative;
}
.post-11 .tt {
    margin-bottom: 0.55rem;
}
.post-21 .tt {
    margin-bottom: 0.45rem;
    justify-content: flex-start;
    gap: 0.3rem;
    align-items: stretch;
}
.post-31 .tt {
    margin-bottom: 0.92rem;
}
.post-41 .tt {
    margin-bottom: 0.21rem;
}
.post-81 .tt{/* margin-bottom: 2.75rem; */}
.post .tt .tt_en {
    color: #143160;
    opacity: 0.1;
    text-transform: uppercase;
    display: block;
    /* text-align: center; */
    font-family: 'SourceHanSerifCN-Bold';
    position: absolute;
    left: 0.27rem;
    bottom: 0;
    font-weight: normal;
    font-size: 0.8rem;
    pointer-events: none;
    transition: var(--transition);
}

.post .tt .title {
    font-size: 0.32rem;
    position: relative;
    display: flex;
    font-weight: normal;
    font-family: 'SourceHanSansCN-Bold';
    color: #143160;
}

.post .more_text {
    font-size: var(--titleSize);
    display: flex;
    gap: 0.07rem;
    font-weight: bold;
    position: relative;
    z-index: 1;
}

.post .more_text img {
    width: 0.57rem;
    height: auto;
    transition: var(--transition);
}

.post .more_text:hover img{
   transform:scale(1.1)
}

.post .news .news_meta {
    width: 0.8rem;
    height: 0.8rem;
    color: #fff;
    display: flex;
    flex-direction: column;
    flex: none;
    position: relative;
    transform-origin: left top;
    background: var(--mainColor);
    justify-content: center;
    padding: 0 0.09rem;
    box-sizing: border-box;
    gap: 0.06rem;
    clip-path: polygon(0% 0%, 75% 0%, 100% 25%, 100% 100%, 0% 100%);
    font-family: Arial;
    transition: var(--transition);
}
.post .news .news_meta .b {
    display: flex;
    flex-direction: column;
    font-size: 0.18rem;
    font-weight: bold;
    padding: 0 0.05rem;
    /* gap: 0.03rem; */
}

.post .news .news_meta .b .days {
    text-align: right;
}

.post .news .news_meta .b i {
    width: 100%;
    height: 1px;
    background: #fff;
    transform: rotate(-49deg);
}
.post .news .news_meta .year{
    font-size: 0.14rem;
}
.post .news .news_meta1{
    width: 0.8rem;
    height: 0.8rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    color: #707070;
    line-height: 1.3;
    flex: none;
    transition: var(--transition);
}
.post .news .news_meta1 .days{font-size: 0.28rem;font-weight: bold;}
.post .news .news_meta1 .month{
    font-size: 0.16rem;
}
.post .news_list .news_title{
    font-size: var(--bigSize);
    line-height: 1.6;
    font-weight: bold;
    transition: var(--transition);
    position: relative;
}
.post .news_list .news .news_text{
    font-size: var(--smailSize);
    line-height: 1.75;
    transition: var(--transition);
    color: #999999;
    position: relative;
}
.post .news_list .news .news_text a{
    color: #999999;
}
.post .news_list  .news_date{
    font-size: var(--titleSize);
    color: #000;
    transition: var(--transition);
    flex: none;
}
.post .news_list .news .news_date svg{
    width: 0.15rem;
    height: auto;
    margin-right: 0.053rem;
}
.post .news_list .news .news_date svg path{
    transition:var(--transition)
}
.post .newsbg {
    position: relative;
    z-index: 1;
}
.post .newsbg:hover:after{
    width:100%
}
.post .newsbg:after {
    content: "";
    width: 0;
    height: 100%;
    position: absolute;
    z-index: -1;
    left: 0;
    top: 0;
    background: linear-gradient(90.00deg, rgba(0, 77, 206, 1),rgba(20, 105, 242, 1) 35%,rgba(36, 152, 251, 1) 68%,rgba(75, 200, 252, 1) 100%), url('images/news_bg.svg') no-repeat right 0.1rem bottom 0.1rem /0.7rem;
    background-blend-mode: overlay;
    z-index: -1;
    transition: var(--transition);
}
 .linebox {
            position: relative;
            overflow: hidden;
            position: absolute;
            width: 100%;
            height: 100%;
            top: 0;
            z-index: 1;
            --color: #EDC056;
            --width: 0.05rem;
            pointer-events: none;
            left: 0;
        }
        
         .linebox::before {
            content: '';
            position: absolute;
            width: 0;
            height: var(--width);
            background:  var(--color);
            top: 0;
            left: 0;
            height: var(--width);
            transition: all 0.15s linear;
        }
        
         .news:hover .linebox::before {
            width: 100%;
        }
        
         .linebox::after {
            content: '';
            position: absolute;
            top: 0;
            right: 0;
            width: var(--width);
            background: var(--color);
            height: 0;
        }
          .news:hover .linebox::after {
            height: 100%;
            transition: height 0.1s ease-out 0.15s;
        }
        .linebox .bottom-line{ 
            position: absolute;
            bottom: 0;
            right: 0;
            width: 100%;
            height: var(--width);
            transform: scaleX(0);
            background: var(--color);
            transform-origin: right;
        }
        .linebox .left-line{ 
             /* 左侧从下到上 */
             position: absolute;
             bottom: 0;
             left: 0;
             width: var(--width);
             height: 100%;
             background: var(--color);
             transform: scaleY(0);
             transform-origin: bottom;
        }
          .news:hover .linebox .bottom-line {
            /* 底部从右到左 */
            transform: scaleX(1);
            transition: transform 0.08s linear 0.25s;
        }
        
          .news:hover .linebox .left-line {
            transform: scaleY(1);
            transition:transform 0.07s ease-in-out 0.33s;
        }
               
.main1 {
    position: relative;
    background: url(images/main1bg2.jpg) no-repeat right bottom/auto 4.77rem;
}
.post-11 .con {
    display: flex;
}
.post-11 .list1 {
    width: 8.52rem;
    flex: none;
    margin-right: 0.94rem;
}

.post-11 .list1 .news_imgs a {
    padding-top: 62.32%;
}

.post-11 .list1 .news_imgs {
    clip-path: polygon(0% 0%, 94.4% 0%, 100% 7.5%, 100% 100%, 0% 100%);
}

.post-11 .list1 .news_wz {
    display: flex;
    height: 0.8rem;
    justify-content: space-between;
    align-items: center;
    padding-right: 1.4rem;
    gap: 0.3rem;
}

.main1:before {
    content:"";
    width: 8.97rem;
    height: 5.62rem;
    position: absolute;
    bottom: 0;
    left: 0;
    background: url(images/main1bg1.jpg) no-repeat right bottom / 100% 100%;
}

.inner {}

.post-11 .list1 .news_title {
    color: #fff;
}

.post-11 .list1 .news_title a {
    color: #fff;
}

.post-11 .list1 .news_date {
    color: #fff;
}

.post-11 .list1 .slick-prev, .post-11 .list1 .slick-next {
    margin-top: -0.8rem;
}
.post-11 .list2 {
    flex: 1;
    display: flex;
    flex-direction: column;
}

.post-11 .list2 .news_box1 {
    height: 100%;
    display: flex;
    align-items: center;
    transition: 0.5s;
}

.post-11 .list2 .news {
    position: relative;
    flex: 1;
    /* transition: var(--transition); */
}
.post-11 .list2 .news:after {
    content: "";
    width: calc(100% - 1.15rem);
    border-bottom: 1px dashed #BABABA;
    position: absolute;
    bottom: inherit;
    right: 0;
}
.post-11 .list2 .news .dot{
    display: flex;
    height: 0.9rem;
    flex-direction: column;
    position: absolute;
    top: 0.9rem;
    width: 0.77rem;
    align-items: center;
    gap: 0.08rem;
}
.post-11 .list2 .news:last-child .dot{display:none}
.post-11 .list2 .news .dot:before {
    content: "";
    width: 0.2rem;
    height: 0.2rem;
    background: url(images/dot2.svg) no-repeat center/100% 100%;
    transition: 0.5s;
    opacity: 0;
    transform: scale(0);
}
.post-11 .list2 .news .dot:after{content: "";flex: 1;background: #143160;width: 0.02rem;transition: 0.5s;}
.post-11 .list2 .news.active {
    /* flex: 0.97; */
}
.post-11 .list2 .news.active .dot{
    height: 0.7rem;
    top: 1.2rem;
}
.post-11 .list2 .news.active .dot:after{
    background: var(--mainColor);
}
.post-11 .list2 .news:first-child.active .dot{
    height: 0.9rem;
    top: 0.9rem;
}
.post-11 .list2 .news.active:after{
    opacity: 0;
}
.post-11 .list2 .news.active .dot:before{
    opacity: 1;
    transform: none;
}
.post-11 .list2 .news_title {
    font-weight: normal;
    font-size: var(--titleSize);
    line-height: 1.5;
}

.post-11 .list2 .news .news_meta1,.post-11 .list2 .news .news_meta {
    margin-right: 0.35rem;
    width: 0.77rem;
}
.post-11 .list2 .news .news_meta {
    background: var(--mainColor);
    clip-path: polygon(20% 0%, 80% 0%, 100% 20%, 100% 100%, 0% 100%, 0% 20%);
}
.post-11 .list2 .news_box2 {
    height: 100%;
    display: flex;
    opacity: 0;
    visibility: inherit;
    position: absolute;
    left: 0;
    top: 0;
    /* transition: 0.5s; */
    width: 100%;
    align-items: center;
    transform: scaleY(0.9);
}

.post-11 .list2 .news:first-child .news_box2 {align-items: flex-start;}
.post-11 .list2 .news .news_wz {
    flex: 1;
    height: 100%;
    display: flex;
}

.post-11 .list2 .news_box2 .news_wz {
    background:var(--hoverColor);
    color: #fff;
    --cilpX: 0.19rem;
    --cilpY: 0.19rem;
}

.post-11 .list2 .news_box2 .news_imgs {
    width: 2.05rem;
    flex: none;
}


.post-11 .list2 .news_box2 .news_con {
    flex: 1;
    padding: 0.23rem;
}

.post-11 .list2 .news_box2 .news_text {
    margin-top: 0.1rem;
    font-size: 0.12rem;
    color: #DCD7D7;
}

.post-11 .list2 .news_box1 .news_wz {
    height: 0.8rem;
    align-items: center;
}
.post-11 .list2 .news.active .news_box1 {
    visibility: hidden;
    opacity: 0;
}

.post-11 .list2 .news.active .news_box2 {
    opacity: 1;
    visibility: inherit;
    transition: 0.5s;
    transform: none;
}
.post-11 .list2 .news.active .news_box2:hover .news_wz{
    filter: 0 8px 24px rgb(108 109 130 / 60%);
}
.main2 {
    position: relative;
    background: url(images/main2bg.jpg) no-repeat center/cover;
}
.main2 .inner{
    padding: 1.37rem 0 0.9rem;
}
.post-21 {
    position: relative;
}
.post-21 .tt .x {
    /* height: 100%; */
    width: 0.02rem;
    background: var(--mainColor);
}
.post-21 .tt .title {
    opacity: 0.4;
    transition: var(--transition);
    cursor: pointer;
}

.post-21 .tt .tit.selected .title {
    opacity: 1;
}

/* .post-21 .tt .tit .tt_en {
    opacity: 0;
}

.post-21 .tt .tit.selected .tt_en {
    opacity: 0.1;
} */
.post-21 .con .more_btn{
    position: absolute;
    top: -0.2rem;
    right: 0;
}
.post-21 .news_list {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -0.31rem;
    row-gap: 0.46rem;
}

.post-21 .news_list .news {
    width: 33.33%;
}

.post-21 .news_list .news a {
    display: flex;
    padding: 0.3rem 0.23rem 0.23rem 0;
    box-sizing: border-box;
    margin: 0 0.31rem;
    box-shadow: 0 8px 14px rgb(108 109 130 / 16%);
    height: 2.35rem;
    position: relative;
    z-index: 1;
}
.post-21 .news_list .news a:after {
    content: "";
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    position: absolute;
    background: #edc056;
    z-index: -1;
    transition: var(--transition);
}
.post-21 .news_list .news a:before {
    content: "";
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    position: absolute;
    background: #fff;
    z-index: 0;
}
.post-21 .news_list .news a:hover:after {
    top: -0.1rem;
    left: 0.1rem;
    box-shadow: 0 8px 24px rgb(108 109 130 / 60%);
}

.post-21 .news .news_meta {
    margin-left: -0.1rem;
    margin-right: 0.33rem;
}
.post-21 .news_list .news a:hover {
    box-shadow: 0 8px 24px rgb(108 109 130 / 60%);
}

.post-21 .news_list .news a:hover .news_meta {
    background: var(--mainColor);
}
.post-21 .news .news_title {
    height: 3.2em;
    position: relative;
}

.post-21 .news .news_wz i {
    width: 1.5rem;
    height: 1px;
    background: var(--mainColor);
    display: block;
    margin-top: 0.13rem;
    margin-bottom: 0.3rem;
    position: relative;
}
.main3 {
    position: relative;
    background: url(images/main3bg.jpg) no-repeat center/cover;
}
.main3 .inner{
    padding: 1.03rem 0;
}
.post-31 .news_list {
    display: flex;
    gap: 0.65rem;
    flex-wrap: wrap;
}

.post-31 .tt .title,.post-31 .tt .tt_en {
    color: #fff;
}
.post-31 .news_list .news {
    flex: 1;
    position: relative;
}

.post-31 .news_list .news a {
    background: #fff;
    display: block;
    --cilpX: 0.46rem;
    --cilpY:0.38rem;
    height: 3.3rem;
    padding: 0.45rem 0.31rem 0 0.42rem;
    box-sizing: border-box;
    position: relative;
    top: 0;
    z-index: 1;
}

.post-31 .news_list .news i {
    width: 1rem;
    height: 1px;
    background: var(--mainColor);
    display: block;
    margin: 0.3rem 0;
    position: relative;
}

.post-31 .news_list .news .news_text {
    margin-bottom: 0.2rem;
    min-height: calc(1.75 * 3em);
}

.post-31 .news_list .news a:hover {
    top: -0.08rem;
    box-shadow: 0 8px 27px rgb(0 0 0);
    --cilpX: 0.2rem;
    --cilpY: 0.2rem;
}

.post-31 .news_list .news:after {
    content: "";
    width: 100%;
    height: 51%;
    position: absolute;
    left: 0;
    bottom: -0.04rem;
    background: #EDC056;
    z-index: 0;
}
.main4 {
    background: url(images/main4bg.jpg) no-repeat center / cover;
}
.main4 .inner{
    padding-top: 1.43rem;
    position: relative;
}
.main4 .inner:before {
    content: "";
    width: 5rem;
    height: 0.75rem;
    background: url(images/tago1.svg) no-repeat center / 100%;
    position: absolute;
    z-index: 1;
    top: 0.65rem;
    right: 0;
    max-width: 80%;
}

.post-41 .con {
    position: relative;
    z-index: 2;
    display: flex;
    height: 5.82rem;
}
.post-41 .con:after {
    content: "";
    width: calc(var(--innerWidth)/2 + 50vw);
    height: 100%;
    left: 0;
    position: absolute;
    background: url(images/main4bg.png) no-repeat left /100% auto;
    top: 0;
    z-index: -1;
}
.post-41 .conl {
    width: 6.35rem;
    color: #fff;
    padding: 0 0.52rem;
    box-sizing: border-box;
    position: relative;
    padding-top: 1rem;
}
.post-41 .conl .list1{
    position: relative;
}
.post-41 .conl .news{
    position: absolute;
    left: 0;
    width: 100%;
    top: 0;
    opacity: 0;
    visibility: hidden;
    transition: var(--transition);
}
.post-41 .conl .news.active {
    opacity: 1;
    visibility: inherit;
}
.post-41 .conr {width: 0;flex: 1;height: 5.03rem;background: url(images/main4bg2.jpg) no-repeat left /cover;padding: 0.57rem 0.65rem;box-sizing: border-box;position: relative;}

.post-41 .conl .con_tt {
    font-size: 0.24rem;
}
.post-41 .conl .con_tt a{    color: #fff;}
.post-41 .conl i {
    display: block;
    height: 1px;
    width: 1.27rem;
    background: #FEC456;
    margin: 0.24rem 0 0.35rem;
}

.post-41 .conl .news_con {
    font-size: var(--titleSize);
    text-align: justify;
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 9;
    -webkit-box-orient: vertical;
    line-height: 1.75;
}
.post-41 .conl .news_con a{
color:#fff
}
.post-41 .conr .news_imgs a{
    padding-top: 100%;
}
.post-41 .conr .news_box {
    margin: 0 0.44rem;
}

.post-41 .conr .news_list {
    margin: 0 -0.44rem;
    height: 100%;
    position: static;
}

.post-41 .conr .news_imgs {
    border-radius: 50%;
    border: 0.03rem solid #EDC056;
    margin-bottom: 0.36rem;
    background: #0091fc;
    transition: var(--transition);
}
.post-41 .conr .news_imgs  a img{
    object-fit: contain;
    object-position: center;
}
.post-41 .conr .active .news_imgs {
    border-width: 0.07rem;
    /* border-color: var(--hoverColor); */
}
.post-41 .conr .news_title {
    display: flex;
    font-size: 0.22rem;
    align-items: flex-end;
    gap: 0.08rem;
    justify-content: center;
    line-height: 1;
}

.post-41 .conr .sub_title {
    font-size: var(--smailSizex);
    font-weight: normal;
}

.post-41 .conr .x {
    display: block;
    width: 2.05rem;
    background: #133E85;
    height: 1px;
    margin: 0.25rem auto;
    position: relative;
}

.post-41 .conr .x:after {
    content: "";
    border-top: 0.08rem solid #133E85;
    border-left: 0.17rem solid transparent;
    border-right: 0.17rem solid transparent;
    position: absolute;
    left: 50%;
    margin-left: -0.17rem;
}

.post-41 .conr .news_info {
    font-size: var(--smailSizex);
    text-align: center;
line-height: 1.5;
}

.post-41 .slick-dots {
    bottom: -0.3rem;
    justify-content: center;
    left: 0;
}

.post-41 .slick-dots li {
    width: 0.58rem;
    background: #CDCBCB;
    border-radius: 0;
    height: 0.06rem;
}

.post-41 .slick-dots li.slick-active {
    background: #EDC056;
}
.main5 {
    background: url(images/main5bg.jpg) no-repeat bottom/cover;
    margin-top: -0.58rem;
    position: relative;
    z-index: 1;
}
.main5 .inner{
    padding-top: 1.96rem;
    padding-bottom: 0.8rem;
}


.main5:after {
    content: "";
    width: 13.45rem;
    height: 5.22rem;
    position: absolute;
    left: 0;
    background: url(images/main5bg2.png) no-repeat left bottom / cover;
    bottom: 0;
    z-index: -1;
}
.post-51 {}

.post-51 .tt {position: absolute;width: 5.9rem;}

.post-51 .con {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
}

.post-51 .con .list2 {
    flex: none;
    width: 9.6rem;
}

.post-51 .con .list2 .news_imgs a {
    padding-top: 57.232%;
}

.post-51 .con .list1 {
    /* flex: 1; */
    padding-bottom: 0.31rem;
    width: 5.9rem;
}
.post-51 .con .list1 .news {
    height: 1.17rem;
    position: relative;
    display: flex;
    align-items: center;
    box-sizing: border-box;
}

.post-51 .con .list1 .news:after {content: "";width: 100%;height: 1px;position: absolute;bottom: 0;background: linear-gradient(63.43deg, rgba(255, 255, 255, 1),rgba(50, 52, 130, 0.1) 100%);transition: var(--transition);}

.post-51 .con .list1 .news_title,.post-51 .con .list1 .news_title a {
    color: #fff;
    font-size: 0.22rem;
}

.post-51 .con .list1 .news.selected:after,.post-51 .con .list1 .news.slick-current:after {
    background: #fff;
    height:0.02rem
}
.main6 {
    background: linear-gradient(180.00deg, rgba(216, 230, 238, 1),rgba(255, 255, 255, 1) 38%,rgba(255, 255, 255, 1) 79%,rgba(216, 230, 238, 1) 100%);
}

.main6 .inner {
    padding: 1rem 0;
}
.post-61 .links .icon {
    width: 1.92rem;
    height: 1.92rem;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(180.00deg, rgba(221, 231, 255, 1),rgba(251, 253, 255, 0) 100%);
    border-radius: 50%;
    position: relative;
    transition: var(--transition);
    left: 0;
    top: 0;
}

.post-61 .links {
    text-align: center;
    /* padding: 0 0.2rem; */
    box-sizing: border-box;
}
.post-61 .links a{
    transition: 0s;
}
.post-61 .links_list {
    margin: 0 - 0.2rem;
}

.post-61 .links .icon img {
    height: 46%;
}

.post-61 .links .con {
    font-size: 0.22rem;
    font-family: 'SourceHanSerifCN-Bold';
}

.post-61 .links a:hover .icon {
    top: -0.1rem;
    box-shadow: 0 8px 14px rgb(108 109 130 / 16%);
}

.post-61 .slick-list {
    padding: 0.1rem 0;
}

.post-61 .slick-next {
    right: -0.27rem;
    background-image: url(images/right_a.svg);
}

.post-61 .slick-prev {
    left: -0.27rem;
    background-image: url(images/left_a.svg);
}
.main7 {
    background: url(images/main7bg.jpg) no-repeat bottom/100% 100%;
}
.main7 .inner{
    padding: 0.75rem 0 0.85rem;
}
.post-71 .tt .title,.post-71 .tt .tt_en {
    /* color: #fff; */
}
.post-71 .news_box {
    margin: 0 0.325rem;
    text-align: center;
}

.post-71 .news_list {
    margin: 0 -0.325rem;
}

.post-71 .news_imgs a {
    padding-top: 75.51%;
}

.post-71 .news_imgs {box-shadow: 0px 8px 18px 0px rgba(190, 190, 190, 0.23);}
.post-71 .news_imgs:after {
    content: "";
    width: 100%;
    height: 0.05rem;
    position: absolute;
    background: #EDC056;
    bottom: 0;
    left: 0;
}

.post-71 .news_box .news_title {
    color: #fff;
    font-size: 0.22rem;
    padding-top: 0.2rem;
}

.post-71 .news_box .news_title a {
    color: #fff;
}
.post-71 .slick-prev,.post-71 .slick-next{
    margin-top: -0.5rem;
}
.post-71 .slick-prev {
    left: -0.4rem;
}

.post-71 .slick-next {
    right: -0.4rem;
}
.main8 {
    background: url(images/main8bg.jpg) no-repeat center/cover;
    display: none;
}
.main8 .inner{
    padding: 1.7rem 0 1rem;
}
.post-81 .news_list {
    position: relative;
    /* width: 12.9rem; */
    /* height: 3.72rem; */
    margin: 0 auto;
    /* background: url(images/databg2.svg) no-repeat center / 100% 100%; */
    max-width: 100%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.post-81 .news_list:before {
    content: "";
    width: 8.83rem;
    height: 4.87rem;
    position: absolute;
    background: url(images/databg.png) no-repeat center / auto 100%;
    left: 50%;
    transform: translateX(-50%);
    bottom: 1.95rem;
    opacity: 0;
    visibility: hidden;
}
.post-81 .news_list .news a {
    width: 2.23rem;
    height: 2.23rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border: 1px solid #143159;
    border-radius: 50%;
    box-sizing: border-box;
    position: relative;
    overflow: hidden;
    background: #C1D8FF;
    color: #19365A;
    cursor: auto;
    margin: 0 auto;
}
@keyframes spin-3d {
  from {
    transform: scale(0.9) rotate( 0deg);
  }
  to {
    transform: scale(0.9) rotate(360deg);
  }
}
.post-81 .news_list .news {
    /* position: absolute; */
    /* z-index: -1; */
    transition: var(--transition);
    /* opacity: 0; */
    left: 50%;
    bottom: calc(100% - 0.91rem);
}
.post-81 .news_list .news a:hover {
    box-shadow: 0 8px 14px rgb(108 109 130 / 36%);
    background: #f5f9ff;
}
.post-81 .news_list .news a:after{content:"";width: 100%;height: 100%;background: url(images/xx.svg) no-repeat center/100% 100%;top: 0;left: 0;position: absolute;transform: scale(0.9);animation: spin-3d 30s linear infinite;}
.post-81 .news_list .news a:before{content:"";width: 100%;height: 100%;background: linear-gradient(-10.30deg, rgba(221, 231, 255, 0.12),rgba(221, 231, 255, 0.75) 33%,rgba(255, 255, 255, 1) 100%);top: 0;left: 0;position: absolute;transition: var(--transition);}
.post-81 .news_list .news a:hover:before{
    opacity: 0;
}
.post-81 .news_list .news.rotate-active1 {
    left: -8.76%;
    bottom: 36.82%;
    opacity:1;
    z-index: 1;
}
.post-81 .news_list .news.rotate-active2 {
    left: 24.186%;
    bottom: -24.46%;
    opacity:1;
    z-index: 1;
}
.post-81 .news_list .news.rotate-active3 {
    left: calc(100% - 24.186% - 2.23rem);
    bottom: -24.46%;
    opacity:1;
    z-index: 1;
}
.post-81 .news_list .news.rotate-active4 {
    left: calc(100% - 2.23rem + 8.76%);
    bottom: 36.82%;
    opacity:1;
    z-index: 1;
}
.post-81 .news_list .news_icon {
    height: 0.71rem;
    margin-bottom: 0.15rem;
    position: relative;
}

.post-81 .news_list .news_icon img {
    height: 100%;
}

.post-81 .news_list .news_title {
    position: relative;
    font-weight: normal;
    font-family: 'SourceHanSerifCN-Bold';
}
.footer {
    position: relative;
    background: url(images/footbg.jpg) no-repeat center/cover;
}


.footer .inner {
    position: relative;
    z-index: 1;
}

.foot-top {
    display: flex;
    justify-content: space-between;
    padding: 0.5rem 0 0.34rem;
    /* align-items: center; */
    gap: 0.77rem;
}

.foot-left img {
    max-width: 100%;
    display: block;
    text-align: center;
    margin: 0 auto;
    width: 3.6rem;
}
.foot-left img.footlogo {
    width: 4.18rem;
    margin-bottom: 0.15rem;
}
.foot-left .tago{
    margin-top: 0.3rem;
}
.foot-left .tago img{
    width: 2.95rem;
}
.foot-left {
    position: relative;
    flex: none;
    margin-top: 0.38rem;
}

.foot-left:after {
    width: 1px;
    right: 0;
    height: 1.53rem;
    background: #fff;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    opacity: 0.4;
}

.footer .tt {
    color: #fff;
    font-size: var(--titleSize);
    font-weight: bold;
    margin-bottom: 0.2rem;
    font-family: 'SourceHanSansCN-Regular';
}

.foot-center {
    display: flex;
    gap: 0.8rem;
    flex: 1;
}
.foot-center .links {/* flex: 1; *//* flex: none; */}

.foot-center .links p {
    color: #fff;
    font-size: var(--smailSize);
    line-height: 2;
    display: flex;
}
.foot-center .links p a{  color: #fff;}
.foot-center .links p a:hover {
    text-decoration: underline;
}
.foot-center .links p .t {
    background-size: 0.2rem;
    display: flex;
    flex: none;
    /* align-items: flex-start; */
}

.foot-center .links p .t.phone {}
.foot-center .links p .t img {
    width: 0.145rem;
    margin-right: 0.08rem;
}

.foot-right {
}
.shares .imgs img {
    width: 1rem;
    height: 1rem;
    margin: 0 auto;
    background: #fff;
    /* padding: 5px; */
}

.shares .title {
    color: #fff;
    text-align: center;
    font-size: var(--smailSize);
    margin-top: 0.13rem;
}

.foot-bottom {
    border-top: 1px solid rgb(255 255 255 /60%);
    text-align: center;
    padding: 0.25rem 0;
}

.foot-bottom p {
    font-size: var(--smailSize);
    color: #fff;
    opacity: 0.7;
}
.foot-center .contant .con {
    /* display: flex; */
}

.foot-center .contant {
    /* width: 5.57rem; */
    /* flex: none; */
    /* margin-right: 0.4rem; */
}
.foot-center .contant  p{
    width: 100%;
}


.footer .tago2 img {
    width: 2.71rem;
}
/**列表页**/
div#l-container {
    position: relative;
    z-index: 1;
       background: #f1f1f1 url(images/footbg.png) no-repeat center bottom  -5rem/ 100% auto;
}

.list div#container-1 {
    position: relative;
    z-index: 1;
}
.list .mainhead {background: linear-gradient(90.00deg, rgba(0, 77, 206, 1),rgba(20, 105, 242, 1) 35%,rgba(36, 152, 251, 1) 68%,rgba(75, 200, 252, 1) 100%);}
.l-banner {height: 4.3rem;background-position:center center;background-repeat:no-repeat;text-align:center;background-size:cover;background-color:#ccc;}
.l-banner img {display:none;height:100%;vertical-align:top;}
/**主体列表页开始**/
.pageinfo #l-container .inner {
    padding: 0.6rem 0;
}
.pageinfo #l-container .mod {
    justify-content: center;
}
#l-container .mod {display:flex;align-items:flex-start;position: relative;}
/**主体文章页开始**/
#d-container .inner {background:#fff;}
.col_menu {--padding: calc(50vw - var(--innerWidth)/2);width: 25.48%;flex:none;position:relative;margin-right: 0.86rem;box-shadow:0 0.03rem 0.15rem rgb(0 0 0 / 15%);margin-left: calc(var(--padding) / -1);margin-top: -0.6rem;/* position: sticky; *//* top: 1.5rem; */}
.col_menu_box {box-shadow:0 0.03rem 0.15rem rgb(0 0 0 / 15%);background:#fff;margin-bottom:0.22rem;}
.col_menu .l-qh {margin-bottom:10px;}
.col_menu .col_menu_head {padding-left: var(--padding);height: 1.2rem;display: flex;color: #fff;flex-direction: column;justify-content: center;padding-right: 0.1rem;background: var(--mainColor);}
/**位置栏目字体**/
.col_menu_head .col_name {
}
.col_menu_head .col_name .col_name_text {padding:0;display: block;font-size: 0.43rem;margin-bottom: 0.12rem;}
.col_menu .col_menu_head h3.col_name .col_name_en{
    font-size: 0.2rem;
    line-height: 1.2;
}
.col_path {/* white-space:nowrap; */color: #fff;font-size:var(--smailSizex);padding-left: 0.25rem;background: url(images/home.svg) no-repeat left top 0.04rem/0.11rem;display: none;}
.col_path a {color:#fff;line-height: 1.5;}
/**栏目名称图标**/
.col_menu .col_menu_con {
    background: #fff;
    box-shadow: 0 0.08rem 0.14rem rgb(108 109 130 / 15%);
}
/*栏目列表*/
.col_metas.clearfix {display:flex;justify-content:space-between;align-items:center;}
.col_metas.clearfix:after {display:none;}
.possplit:after {content:"-";font-size:0.16rem;}
.possplit {text-indent:inherit;font-size:0;color: #fff;background-image:none;width:auto;margin: 0 0.05rem;}
.wp_listcolumn .wp_column {display:block;position: relative;z-index: 1;/* padding-left: var(--padding); *//* padding-right: 0.59rem; */border-bottom: 1px solid rgb(114 38 235 / 20%);}
.wp_listcolumn .wp_column:last-child {border-bottom: 0px solid #E1D4A5;}
.wp_listcolumn .wp_column:first-child {
    /* padding-top: 0.4rem; */
}
.wp_listcolumn .wp_column:after {
    content: "";
    width: 100%;
    position: absolute;
    height: 100%;
    background: #FCFAFF;
    box-shadow: 0 0.08rem 0.14rem rgb(108 109 130 / 15%);
    left: 0;
    top: 0;
    z-index: -1;
    opacity: 0;
    visibility: hidden;
}
.wp_listcolumn .wp_column.selected:after,.wp_listcolumn .wp_column.parent:after{opacity:1;}
.col_list .wp_listcolumn {border-top:0px solid #18438A;border-bottom:0px solid #fff;}
.col_list .wp_listcolumn .wp_column a {color:#333;font-size: 0.2rem;font-weight: bold;background:none;border-top:0px solid #fff;border-bottom:none;text-align:left;padding-left:0;box-sizing:border-box;padding-right:0;display: flex;line-height: 0.8rem;padding-left: 0.19rem;position: relative;align-items: center;padding-left: var(--padding);padding-right: 0.59rem;}
.col_list .wp_listcolumn .wp_column a.selected{border: none;background: rgb(20 49 96 / 10%);}
.col_list .wp_listcolumn .wp_subcolumn .wp_column a {color:#454545;background:none;border-top:1px solid #fff;border-bottom:1px solid #bbb;}
.wp_listcolumn .wp_column a .column-name{
    line-height: inherit;
    padding: 0;
}
.col_list .wp_listcolumn .wp_column a:hover{}
/*二级子栏目**/
.col_list .wp_listcolumn .wp_column .sub_list{
    padding-bottom: 0.2rem;
}
.col_list .wp_listcolumn .wp_column .sub_list a {
    font-weight: normal;
    line-height: 0.5rem;
    display: flex;
    align-items: center;
    border: none;
    font-size: 0.18rem;
}
.col_list .wp_listcolumn .wp_column .sub_list a.selected {
    background: #FFAC10;
    color: #fff;
}


.col_list .wp_listcolumn .wp_column .sub_list a:before {
    content: "";
    width: 0.07rem;
    height: 0.07rem;
    background: var(--mainColor);
    border-radius: 50%;
    margin-right: 0.18rem;
    display: none;
}
.col_list .wp_listcolumn .wp_column a:after {
    content: "";
    width: 0.12rem;
    height: 0.13rem;
    position: absolute;
    background: url(images/col_menu_arrow.svg) no-repeat center/100% 100%;
    right: 10%;
    opacity: 0;
    display: none;
}
.col_list .wp_listcolumn .wp_column .sub_list  a:after{
    display: none;
}
.col_list .wp_listcolumn .wp_column a.selected:after,.col_list .wp_listcolumn .wp_column a.parent:after{opacity:1}
/*三级子栏目**/
.col_list .wp_listcolumn .sub_list .sub_list a .column-name {padding:5px 10px 5px 60px;cursor:pointer;}
.col_list .wp_listcolumn .sub_list .sub_list a:hover,.col_list .wp_listcolumn .sub_list .sub_list a.selected {font-weight:bold;color:#18438A;}
/**栏目新闻**/
.mrlist .col_news_list .news_list .news {margin-bottom: 0.16rem;display: flex;justify-content: space-between;align-items: center;}
.mrlist .col_news_list .news_list .news_title {
    font-size: var(--titleSize);
    line-height: 1.5;
    margin-right: 0.2rem;
}
.mrlist .col_news_list .news_list .news_date{
    font-size: var(--smailSize);
    color: #999;
    flex: none;
}
/**栏目新闻列表**/
.col_news {padding: 0.42rem 0;flex:1;width:0}
.col_title{
    line-height: 0.72rem;
    font-size: 0.22rem;
    border-bottom: 1px solid var(--mainColor);
    margin-bottom: 0.5rem;
}
/**栏目新闻图标序号**/
.col_news_list .wp_entry table {margin-bottom:4px;}
.col_news_list .wp_entry img {max-width:680px;_width:expression(this.width > 680 ? "680px":this.width);}
/**文章页**/
.info .col_metas.clearfix {height:0.63rem;}
.infobox {padding:0.56rem 0;margin:0 auto;width:auto;}
.article {padding: 0.5rem;background: #ffff;/* margin-top: 0.6rem; */width: 13rem;/* margin: 0 auto; */max-width: 100%;box-sizing: border-box;}
.article h1.arti_title {line-height:2;font-size: 0.22rem;text-align:center;/* color:#18438A;*/}
/**文章标题**/
.article h2.arti_title {line-height:34px;font-family:"Microsoft YaHei";font-size:17px;text-align:center;color:#1b1b1b;}
/**文章副标题**/
.article .arti_metas {padding:0.15rem;text-align:center;line-height:1.5;}
.article .arti_metas span {margin:0 0.05rem;font-size:var(--smailSizex);color:#707070;}
/**文章其他属性**/
.article .entry {margin:0 auto;overflow:hidden;margin-top:0.4rem;min-height:400px;}
/**文章内容**/
.article .entry .read, .article .entry .read p, .article .entry .read p *,.col_news_list .wp_entry, .col_news_list .wp_entry p, .col_news_list .wp_entry p * {line-height: 1.77778 ! important;font-size: 18px ! important;color:#333;font-family:'宋体'! important;}
/**阅读字体**/
.article .entry .read p {margin-bottom:10px;}
.article .entry .read img {margin:0 auto;max-width:940px;_width:expression(this.width > 940 ? "940px":this.width);}
.wp_editor_art_paste_table td{background: none;}
/**文章阅读部分图片大小限制**/
.article .entry .read table {margin:0 auto;border:none !important;}
.qrid_zz{position: fixed;width: 100%;height: 100%;background: rgba(0,0,0,0.9);display: none;top: 0;left: 0;z-index: 1000;display: none;justify-content: center;align-items: center;}
.qrid_zz #qrid{padding: 8px;background: #fff;border-radius: 5px;}

.subchannel{position: sticky;top: 1.6rem;width: 0;transform': -0.6rem';transform: translateX(-90px);}
.ushare {
    width: 80px;
    position: sticky;
    /* top: 30%; */
  }

 .ushare li {
    display: block;
    line-height: 1.5;
    color: var(--hoverColor);
    text-align: center;
    font-size: var(--smailSizex);
    padding-bottom: 10px;
}
.ushare li b {
  display: inline-block;
  background: var(--mainColor) url(images/nry_fx_img.png) no-repeat center center/50% !important;
  width: 0.4rem;
  height: 0.4rem;
  line-height: 0.4rem;
  border-radius: 50%;
  position: relative;
}


.ushare span {
  display: block;
  position: relative;
  z-index: -1;
}
.ushare li i {
  font-size: var(--titleSize);
  line-height: 0.4rem;
  color: #fff;
}

 .ushare li.share{
  cursor: pointer;
}

.ushare li.share a {
  color: var(--hoverColor);
  display: block;
}

    html {
   overflow-x: hidden;
}

.ushare li:hover b{background: var(--hoverColor) url(images/nry_fx_img.png) no-repeat center center / 50% !important;}
/*分享*/
.nry_con_out .ushare li.share{height: 90px;}
.my-share-d{
  width: 80px;
  /* position: fixed; */
  /* margin-left: -120px; */
  /* margin-top: 96px; */
  display: none;
  }
  .my-share-d>div{
  display: block;
  width: 0.44rem;
  height: 0.44rem;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  background: rgb(141 141 141 / 7%);
  cursor: pointer;
  transition: .4s;
  margin: 0.1rem auto;
  display: flex;
  align-items: center;
  }
  .my-share-d>div:hover{background: rgba(141, 141, 141, 0.3);}
.my-share-d>div img{
    width: 63%;
    margin: 0 auto;
}

/**侧导航**/
nav.Quick-navigation{position:fixed;right:0;z-index:1;top:50%;transform:translateY(-50%);display:flex;flex-direction:column;font-size:19px;line-height:70px;background:var(--mainColor);color:#fff;padding:0 16px;border-radius:20px}
nav.Quick-navigation a{color:#fff;border-bottom:1px solid #fff}
nav.Quick-navigation a.current{color:#e1d4a4;border-bottom:1px solid var(--hoverColor)}
.Scroll-to-top{width:60px;height:60px;position:fixed;z-index:1;background:#fff;bottom:2%;border-radius:50%;right:1%;background:#1776be7a;font-size:20px;line-height:60px;text-align:center;color:#fff;cursor:pointer}

/**现任领导**/
.xrldlist .col_news_list .news_list {
    display: flex;
    row-gap: 0.6rem;
    flex-direction: column;
    width: 80%;
}
.xrldlist .col_news_list .news_list .news{
    display: flex;
    position: relative;
    align-items: flex-start;
}
.xrldlist .col_news_list .news_list .news_left {
    width: 2rem;
    margin-right: 0.3rem;
    flex: none;
}
.xrldlist .col_news_list .news_list .news_imgs a {
    position: relative;
    padding-top: 130.7%;
}

.xrldlist .col_news_list .news_list .news_imgs {
    flex: none;
    box-shadow: 0 0.03rem 0.12rem rgb(0 0 0 / 16%);
    min-width: 142px;
    background: url(images/people_mr.png) no-repeat center /cover;
    margin-bottom: 0.2rem;
    overflow: inherit;
}
.xrldlist .col_news_list .news_list .news_wz{
    padding-top: 0.1rem;
}
.xrldlist .col_news_list .news_list .news_title {
    font-size: var(--titleSize);
    text-align: center;
}

.xrldlist .col_news_list .news_list .news_title .tt2 {
    font-weight: normal;
    color: var(--mainColor);
    font-size: var(--smailSize);
    margin-left: 0.2rem;
}

.xrldlist .col_news_list .news_list .news_info p {
    font-size: var(--titleSize);
    color: #666;
    padding: 0.08rem 0;
    line-height: 1.7;
}
.xrldlist .col_news_list .news_list .news_info p span{
    font-weight: bold;
    color: #333;
}
.xrldlist .col_news_list .news_list .news_imgs:after {
    content: "";
    width: 1.9rem;
    height: 2.5rem;
    position: absolute;
    background: var(--mainColor);
    top: -0.1rem;
    left: -0.1rem;
    z-index: -1;
    transition: var(--transition);
}
.xrldlist .col_news_list .news_list .news:hover .news_imgs:after{background: #EDC056;}
.xrldlist .col_news_list .m_list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    row-gap: 0.4rem;
}
.xrldlist .col_news_list .news_list .news_info p[data-type=""] {
    display: none;
}
/* 学术机构 */
.xslist .wp_subcolumn_list .wp_sublist .sublist_title a {
    pointer-events: none;
    font-size: var(--bigSize);
    color: var(--mainColor);
}

.xslist .wp_subcolumn_list .wp_sublist .sublist_title {
    border: none;
    height: auto;
    line-height: inherit;
    margin-bottom: 0.4rem;
}

.xslist .wp_subcolumn_list .wp_sublist .sublist_title a.morelink {
    display: none;
}

.xslist .col_news_list .news_list .news {
    display: flex;
    font-size: var(--smailSize);
    position: relative;
    align-items: flex-start;
    margin-bottom: 0.3rem;
}

.xslist .col_news_list .news_list .news_title {
   width: 0.8rem;
   background: var(--mainColor);
   color: #fff;
   line-height: 0.54rem;
   padding: 0  0.4rem;
   position: relative;
   font-weight: bold;
}

.xslist .col_news_list .news_list .news_title:after {
    content: '';
    display: block;
    border-left: 7px solid var(--mainColor);
    border-top: 7px solid transparent;
    border-bottom: 7px solid transparent;
    left: 100%;
    top: 50%;
    transform: translateY(-50%);
    position: absolute;
}

.xslist .col_news_list .news_list .news_con {
    flex: 1;
    display: flex;
    padding-left: 0.25rem;
    flex-wrap: wrap;
    line-height: 0.54rem;
}
.xslist .col_news_list .news_list .news_con p{
    width: 20%;
    line-height: 0.54rem;
}
.xslist .col_news_list .news_list .news:after{
        content: '';
        display: block;
        position: absolute;
        left: 0.8rem;
        right: 0;
        top: 0;
        bottom: 0;
        background: #fff;
        z-index: -1;
        box-shadow: 0px 8px 11px 0px rgb(108 109 130 / 5%);
}

.xslist .wp_subcolumn_list {
    margin-bottom: 0.8rem;
}
@media screen and (max-width: 999px){
    .xrldlist .col_news_list .news_list .news_wz{
    /* padding-top: 0; */
}
.xrldlist .col_news_list .news_list .news_title .tt2{
    font-size: 14px;
}
.xrldlist .col_news_list .news_list{
    width: 100%;
}
.xrldlist .col_news_list .news_list .news_title{
    margin-bottom: 17px;
}
    .xrldlist .col_news_list .news_list .news:after{
    height: 81%;
    /* width: 50%; */
}
.xslist .col_news_list .news_list .news_title{
    line-height: 50px;
}
    .xslist .col_news_list .news_list .news_con{
    line-height: 50px;
}
    .xslist .col_news_list .news_list .news_con p{
    line-height: 50px;
    width: 25%;
}
.xrldlist .col_news_list .news_list .news:nth-child(1) {
    order: 0;
}
.xrldlist .col_news_list .news_list .news:nth-child(2) {
    order: 1;
}
.xrldlist .col_news_list .news_list .news:nth-child(3) {
    order:2;
}
}
@media screen and (max-width: 479px){
    .xrldlist .col_news_list .news_list .news_wz{
    padding-top: 0;
}
        .xrldlist .col_news_list .news_list .news:after{
    height: 41vw;
}
    .xslist .col_news_list .news_list .news{
    display: block;
}
    .xslist .col_news_list .news_list .news:after{
    left: 0;
}
.xslist .col_news_list .news_list .news_title:after{
    display: none;
}
}

.fdbox .box {
    position: fixed;
    z-index: 99;
    top: 50%;
    margin-top: -2.57rem;
    opacity: 0;
    visibility: hidden;
    transition: var(--transition);
     /* animation: 3s linear 0s infinite normal none running cc2; */
}
.fdbox .box .close{
    width: 0.18rem;
    position: absolute;
    height: 0.18rem;
    top: 0;
    right: 0;
    cursor: pointer;
}
.fdbox .box:nth-child(2)  .close{
    left: 0;
right:auto
}
.fdbox .box .close img{    width: 100%;height:100%}
.fdbox .box a {
    display: flex;
    width: 0.8rem;
    height: 5.2rem;
    background: linear-gradient(180.00deg, rgba(0, 77, 206, 1),rgba(21, 109, 243, 1) 54%,rgba(62, 184, 252, 1) 100%);
    color: rgba(255, 255, 255, 1);
    font-family: Microsoft YaHei;
    font-size: var(--titleSize);
    font-weight: 700;
    line-height: 1.44;
    letter-spacing: 0px;
    writing-mode: tb;
    align-items: center;
    justify-content: center;
    letter-spacing: 0.07rem;
   
}
@keyframes cc2{
0%{transform:translateY(3px)}
70%{transform:translateY(20px)}
100%{transform:translateY(3px)}
}
.fdbox .box:nth-child(1) {
    left: -0.84rem;
}
.fdbox .box:nth-child(2) {
    right: -0.84rem;
}
.fixedok .fdbox .box:nth-child(1) {
    left: 0;
    opacity:1;
   visibility:inherit 
}
.fixedok .fdbox .box:nth-child(2) {
    right: 0;
       opacity:1;
   visibility:inherit 
}