@charset "utf-8";
/*Technical Support SudyTech*/
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;}
head,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:#ccc;}
:-moz-placeholder {color:#ccc;}
::-moz-placeholder {color:#ccc;}
:-ms-input-placeholder {color:#ccc;}
  @font-face {
    font-family: "SourceHanSansCN-Regular";
    src: url(fonts/SourceHanSansCN-Regular.eot) format('embedded-opentype'),
    url(../fonts/SourceHanSansCN-Regular.ttf) format('truetype');
  }
   @font-face {
    font-family: "SourceHanSerifCN-Heavy";
    src: url(fonts/SourceHanSerifCN-Heavy.eot) format('embedded-opentype'),
    url(../fonts/SourceHanSerifCN-Heavy.ttf) format('truetype');
  }
body {line-height:1;font-size:13px;font-family: "SourceHanSansCN-Regular","PingFang","Microsoft YaHei","\u5b8b\u4f53",Tahoma,Geneva,sans-serif;color:#000000;background:#FFFFFF;}
:root {--mainColor:#FD780E;--hoverColor:#FD780E;--bigSizt:0.2rem;--bigSize:0.19rem;--titleSize:0.18rem;--smailSize:0.16rem;--smailSizet:0.17rem;--smailSizex:0.14rem;--innerWidth:15.5rem;}
p {line-height:1.75;}
a {color:#000000;text-decoration:auto;transition:all 0.4s ease-in-out;}
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;}
.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}
/**兼容模式提示**/
#browser-modal{width:100%;height:100%;top:0;left:0;text-align:center;color:#303233;position:fixed;z-index:9999;display: flex;align-items: center;}
#browser-modal .browser-modal-cover{position:fixed;left:0;top:0;height:100%;width:100%;background-color:#111;opacity:.9;z-index:-1;}
#browser-modal .browser-content{width:700px;margin-left:auto;margin-right:auto;padding-bottom:80px;padding-top:30px;background-color:#fff;border-radius:5px;}
#browser-modal .browser-content .browser-dpc-logo{height:62px;margin:45px auto 30px;background: url(../images/logo.png)no-repeat center/100% 100%;}
#browser-modal .browser-content .browser-text-title{text-transform:uppercase;font-size:24px;}
#browser-modal .browser-content .browser-text-desc{margin-top:30px;margin-bottom:40px;font-size:14px;}
#browser-modal .browser-content .browser-list{width:600px;margin:40px auto;height:130px;}
#browser-modal .browser-content .browser-item{float:left;width:150px;padding-top:20px;padding-bottom:20px;margin-left:auto;margin-right:auto;}
#browser-modal .browser-content .browser-item .iconfont{width:80px;height:80px;margin:0 auto;font-size:80px;line-height:80px;margin-bottom:30px;background-size: 100%;}
#browser-modal .browser-content .browser-item .iconfont.iconchrome{background-image: url(../images/Chrome.svg);}
#browser-modal .browser-content .browser-item .iconfont.iconfirefox{background-image: url(../images/Firefox.svg);}
#browser-modal .browser-content .browser-item .iconfont.iconsafari{background-image: url(../images/Safari.svg);}
#browser-modal .browser-content .browser-item .iconfont.iconEdge{background-image: url(../images/Edge.svg);}
#browser-modal .browser-content .browser-item a{color:#921041;cursor:pointer;display:block;}
#browser-modal .browser-content .browser-item a img{display:block;margin:0 auto;max-width:100px;width:100px;height:100px;}
#browser-modal .browser-content .browser-item a h4{text-align:center;margin-top:20px;font-size:18px;font-weight:700;}
/**头部**/
.head.opennav {
    z-index: 6;
}
.head {border-bottom:none;height:auto;line-height:inherit;background-size:cover;position:relative;z-index:2;position:absolute;width:100%;top:0;transition:1s;}
.head:before {
    content: "";
    background: url(../images/head.png) no-repeat left top;
    width: 100%;
    height: 3.75rem;
    position: absolute;
    top: 0;
    left: 0;
    background-size: 100% 100%;
}
.head.fix {}
.head.fix:before {
    height: 100%;
}

.head .inner {position:relative;transition:all 0.4s ease-in-out;}
.head .sitelogo {display:flex;}
.head .sitelogo .logo img {width:4.99rem;}
.head .sitelogo .logo {margin-right:0.29rem;display:inline-block;}
.head .sitelogo h1 {font-size:inherit;font-weight:normal;background:none;padding-left:0px;}
.head .sitelogo .sitetitle {display:inline-block;margin-left:0.19rem;color:#fff;min-height:0.52rem;vertical-align:middle;margin-top:-0.1rem;}
.head .sitelogo a {align-items:center;}
.head .sitelogo .tago img {width:3.82rem;}
.head .sitelogo .sitetitle span {display:block;}
.head .sitelogo img.logo {width:3.4rem;transition:all 0.6s ease-in-out;}
.head .head-main {float:left;margin-top:10px;}
.head .mod {display:flex;justify-content:space-between;height:1.4rem;align-items:center;}
.head .head-top {display:flex;align-items:center;gap:0.15rem;}
.head .head-right {display:flex;align-items:flex-end;gap:0.1rem;flex-direction:column;}
/* 搜索*/
.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 {    text-align: right;
    width: 1.26rem;
    border-radius: 0.4rem;
    overflow: hidden;}
.wp-search {position:relative;background:rgb(255 255 255 / 20%);}
.wp-search form {display:block;}
.wp-search .search-input {margin-left:0.2rem;margin-right:40px;}
.wp-search .search-input input.search-title {width:100%;line-height:0.3rem;background:none;color:#FFFFFF;font-size:var(--smailSize);border:0;outline:0;font-family:'SourceHanSansCN-Regular';}
.wp-search .search-btn {width:0.3rem;height:0.3rem;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 left;cursor:pointer;    background-size: 0.15rem;}
.head .searchbox:hover {}
.head .searchbox {transition:all 0.4s ease-in-out;}
/**角色**/
.site-rale ul li.links {float:left;}
.site-rale ul li.links a {line-height:35px;padding:0 12px 0 12px;padding-left:19px;font-size:13px;color:#cad3d4;background:url(../images/icon_role.png) no-repeat;}
.site-rale ul li.links a:hover {color:#fff;}
.site-lang ul {display:flex;}
.site-lang ul li.links a,.leftbox button {
    color: #fff;
    padding: 0 0.2rem;
    line-height: 0.28rem;
    display: inline-block;
    font-size: var(--smailSize);
    background: rgba(255, 255, 255, 0.2);
    border: 0.01rem solid #ffffff52;
    border-radius: 0.4rem;
    margin: 0 0.03rem;
    font-family: "SourceHanSansCN-Regular","PingFang","Microsoft YaHei","\u5b8b\u4f53",Tahoma,Geneva,sans-serif;
    }
.site-lang ul li.links a:hover {color:#fff;}
.head .site-lang ul li.links:first-child a {}
.site-langt a {
    width: 0.24rem;
    height: 0.22rem;
    border: 0.01rem solid #fff;
    display: block;
    text-align: center;
    line-height: 0.22rem;
    border-radius: 0.04rem;
    color: #fff;
    font-size: var(--smailSizex);
}
/**导航**/
#nav {    width: 9.36rem;}
#nav .inner .wp-panel .navbg {position:absolute;z-index:-1;left:0;right:0;top:0;bottom:0;width:auto;height:100%;background:#fff;opacity:.7;filter:alpha(opacity=70);}
.nav .wp-menu {margin:0 auto;display:flex;justify-content:space-between;}
.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.4rem;font-size:var(--titleSize);display:block;color:#fff;position:relative;padding-bottom: 0.15rem;    font-weight: 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 {    position: absolute;
    left: 50%;
    top: 100%;
    min-width: 1.46rem;
    z-index: 100;
    background: rgba(255, 255, 255, 0.89);
    opacity: 0;
    transform: translateX(-50%) scale(0);
    transition: all 0.4s ease-in-out;
    overflow: hidden;}
.nav .sub-menu .sub-item {position:relative;white-space:nowrap;vertical-align:top;_zoom:1;    border-bottom: 0.01rem solid #7070706b;}
.nav .sub-menu .sub-item a {    display: block;
    color: #000;
    line-height: 0.44rem;
    padding: 0 0.1rem;
    font-size: var(--smailSizet);
    background: none;
    text-align: center;
    opacity: 0.8;}
    .nav .sub-menu .sub-item:last-child {
    border: 0;
}
.nav .sub-menu .sub-item.hover>a,.nav .sub-menu .sub-item a:hover {    color: #fff;
    background-color: #FD780E;
    display: block;}
.nav .sub-menu .sub-menu {left:100%;top:0px;z-index:200;background:#fff;}
.nav .site-lang {}
.nav .wp-menu .menu-item a.menu-link:after {    content: "";
    width: 1.46rem;
    height: 0.04rem;
    position: absolute;
    bottom: 0;
    background: #FD780E;
    left: 50%;
    margin-left: -0.73rem;
    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;}
.head.opennav:before {
    height: 0rem;
}.fixbox .head-top {
        display: flex;
    gap: 0.15rem;
    width: 100%;
    align-items: center;
    justify-content: flex-end;
}

/**大图**/
.mbanner {perspective:1920px;transform-style:preserve-3d;}
#banner .inner {width:100%;text-align:center;}
.mbanner .news_imgs a {display:block;height:100vh;}
.mbanner .news_list .news:not(:first-child){
  display: none;
}
.mbanner .news_list.slick-initialized .news:not(:first-child) ,.mbanner .news_list.swiper-wrapper .news:not(:first-child){
display: block;
}
.mbanner .news_imgs a img {position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover;}
.mbanner .slick-prev,.mbanner .slick-next {    z-index: 2;
    top: auto;
    bottom: 0.4rem;
    opacity: 1;
    border-radius: 0;
    font-size: 0;
    box-shadow: none;
    background: none !important;
    margin-top: 0;    width: auto;}
    .mbanner .slick-prev:after {
  content: "PREV";
    font-size: 0.2rem;
    line-height: 0.46rem;
    display: inline-block;
    background: url(../images/ll.png) no-repeat left;
    background-size: 0.17rem;
    padding-left: 0.25rem;
    opacity: 1;
    color: #fff;
}
  .mbanner .slick-next:after {
  content: "NEXT";
    font-size: 0.2rem;
    line-height: 0.46rem;
    display: inline-block;
    background: url(../images/rr.png) no-repeat right;
    background-size: 0.17rem;
    padding-right: 0.25rem;
    opacity: 1;
    color: #fff;
}
.mbanner .slick-prev {    left: 50%;
    margin-left: -1.8rem;}
.mbanner .slick-next {    right: 50%;
    margin-right: -1.8rem;}
.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 {display:flex;font-size:0.33rem;line-height:1.4;position:absolute;bottom:0;width:15rem;left:50%;transform:translateX(-7.5rem);background:rgb(0 0 0 / 57%);height:1.09rem;color:#fff;text-align:left;padding:0 0.46rem;box-sizing:border-box;align-items:center;font-weight:bold;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;}
.mbanner .news .news_title a {color:#fff;display:block;white-space:nowrap;width:80%;overflow:hidden;text-overflow:ellipsis;}
.mbanner .slick-dots {
    bottom: 0.47rem;
    z-index: 1;    display: flex;
    justify-content: center;
    align-items: center;
}
.mbanner .slick-dots li {    width: 0.14rem;
    height: 0.14rem;
    background: #FFFFFF;
    opacity: 0.8;
    margin: 0 0.08rem; transition: all 0.4s ease-in-out;}
    .mbanner .slick-dots li.slick-active {
    width: 0.32rem;
    height: 0.32rem;
    opacity: 1;
}

.mbanner .slick-dots li button {    text-align: center;
    line-height: 0.32rem;
    font-size: 0;
    width: auto;
    height: auto;
    margin: 0;
    padding: 0;
    margin: 0 auto; transition: all 0.4s ease-in-out;}
    .mbanner .slick-dots li.slick-active button {
    font-size: 0.2rem;
    color: #DA5114;
}
.mbanner .slick-dots:before {
    content: "";
    width: 0.1rem;
    height: 0.1rem;
    background: #fff;
    opacity: 0.2;
    border-radius: 50%;
    margin-right: 0.2rem;
}
.mbanner .slick-dots:after {
    content: "";
    width: 0.1rem;
    height: 0.1rem;
    background: #fff;
    opacity: 0.2;
    border-radius: 50%;
    margin-left: 0.2rem;
}
.mbanner .news .news_video {height:100vh;}
.mbanner .news .news_video video {position:absolute;width:100%;height:100%;object-fit:cover;left:50%;top:50%;transform:translate(-50%,-50%);}
.mbanner .news_list .news:after {content:"";display: block;position: absolute;pointer-events: none;background: linear-gradient(180.00deg, rgba(0, 0, 0, 0),rgb(0, 0, 0) 100%);opacity: 0.42;height: 1.2rem;width: 100%;bottom: 0;}
.mbanner .slick-dots li:after {}
.mbanner .slick-dots li.slick-active:after {}
.mbanner .slick-dots li.slick-active {}
.mbanner.fixBanner {position: fixed;left: 0;top: 0;right: 0;bottom: 0;background: #ccc;}
.fixedok .mbanner {opacity: 0;}
/**内容**/
.news_imgs a,.news_imgs span {display:block;overflow:hidden;}
.post .news:hover .news_imgs a img,.post .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);}
/**主体公共**/
.post1 .tt {    display: flex;
    position: relative;
    justify-content: space-between;
    margin-bottom: 0.4rem;
        align-items: flex-end;}
.post1 .more_btn {}
.post1 .more_btn .more_text {    vertical-align: middle;
    font-size: var(--smailSize);
    color: #2E2E2E;
    line-height: 0.3rem;}
.post1 .tt .tit span {position:relative;z-index:1;}
.post1 .tt .tit {text-align:center;position:relative;}
.post1 .tt .title {
    font-size: 0.34rem;
    font-weight: normal;
    line-height: 0.5rem;
    font-family: "SourceHanSerifCN-Heavy";
    opacity: 0.8;
    }
.post1 .more_btn img {
    width: 0.32rem;
    vertical-align: middle;
    padding-right: 0.06rem;
}
.post1 .tt .tit span.tt_en {
    font-size: 0.24rem;
    color: #084E97;
    font-weight: bold;
    text-transform: uppercase;
    font-family: Alibaba PuHuiTi;
    opacity: 0.6;
    margin-left: 0.1rem;
}
/**main1**/
.main1 .inner {
    padding: 0.55rem 0rem 0.8rem 0;    position: relative;
}.qb2 {
    position: relative;z-index: 1;
}
.post .news_list li.news .news_imgs {
    padding-top: 75%;
    background-color: #efefef;
    position: relative;
    overflow: hidden;
}
.post .news_list li.news .news_imgs  img{
    width:100%;height:100%;position:absolute;left:0;top:0;right:0;bottom:0;margin:auto;max-width:100%; transition: all 0.4s ease-in-out;
}
.post .news_list li.news:hover .news_imgs img {
    transform: scale(1.1);
}
.main1 .ml {
    float: left;
    width: 47.2%;
}
.main1 .mr {
    float: right;
    width: 50%;
}
.main2 .inner {
    padding-bottom: 0.97rem;position: relative;
    z-index: 1;
}
.main2:after {
    content: "";
    background: #084E97;
    position: absolute;
    right: 0;
    bottom: 0;
    width: 78.5%;
    height: 81%;
}
.main3 .inner {
    padding: 0.95rem 0rem 0.7rem 0;
}.main3 {
    position: relative;
}
.main2 {
    position: relative;
}
.qb2:before {
    background: #E9F3FF;
    content: "";
    width: 100%;
    height: 68%;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
}
.main3:before {
    content: "";
    background: url(../images/m3.png) no-repeat top center;
    position: absolute;
    width: 100%;
    height: 100%;
    top: -1.2rem;
    left: 0;
    background-size: 100% auto;
}
.main5 .inner {
    padding: 1.1rem 0rem 1rem 0;
}
.post.post1.post-12.mbox .news_imgs {
    padding-top: 66%;
}
.post.post1.post-12.mbox .news_box.clearfix {
    position: relative;
}
.post.post1.post-12.mbox .news_box.clearfix .news_wz {
margin-top: -0.9rem;
    position: relative;
}
.post.post1.post-12.mbox .news_box.clearfix .news_wz .news_con {
    background: #fff;
    padding: 0rem 0.35rem 0.45rem 0.35rem;
    width: 83%;
    margin: 0 auto;    box-shadow: 0rem 0.03rem 0.22rem #084e971a;
}.post.post1.post-12.mbox .news_box.clearfix .news_conin {
    display: flex;    align-items: flex-start;
}.post.post1.post-12.mbox .news_box.clearfix .news_conin .news_date {
    width: 0.97rem;
    background: #FD780E;
    margin-top: -0.35rem;
    border-radius: 0.1rem;
    text-align: center;
    min-width: 0.97rem;
    max-width: 0.97rem;
    padding: 0.15rem 0;    margin-right: 0.3rem;
}.post.post1.post-12.mbox .news_box.clearfix .news_conin .news_date .news_year {
    font-size: 0.42rem;
    color: #fff;
    font-weight: bold;
    font-family: Barlow;
    line-height: 0.45rem;
}
.post.post1.post-12.mbox .news_box.clearfix .news_conin .news_date .news_days {
    font-size: 0.16rem;
    color: #fff;
    font-weight: bold;
    font-family: Barlow;
    line-height: 0.22rem;
}
.post.post1.post-12.mbox .news_box.clearfix .news_title {
    line-height: 0.33rem;
    font-size: var(--bigSize);
    font-weight: bold;
    margin-top: 0.2rem;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    height: 0.66rem;    opacity: 0.8;
}.post.post1.post-12.mbox .news_box.clearfix .news_text {
    color: #747474;
    line-height: 0.33rem;
    font-size: var(--smailSizet);
    margin-top: 0.18rem;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    height: 0.66rem;
}
.post.post1.post-13.mbox li.news {
    margin-bottom: 0.18rem;
}
.post.post1.post-13.mbox .wm {
    float: right;
    width: 2.8rem;
    margin-left: -3rem;
}
.post.post1.post-13.mbox li.news .news_imgs {
    padding-top: 68%;
}
.post.post1.post-13.mbox li.news .news_wz {
    float: left;
    width: 100%;
}
.post.post1.post-13.mbox li.news .news_wz .news_con {
    margin-right: 2.8rem;
    background: #fff;
    min-height: 1.3rem;
    box-shadow: 0rem 0.03rem 0.22rem #084e971a;
    padding: 0.3rem 0.36rem;
}
.post.post1.post-13.mbox li.news .news_meta {
    color: #0C56A2;
    font-weight: bold;
    font-size: var(--smailSizet);
    font-family: Barlow;
    line-height: 0.22rem;
    margin-bottom: 0.2rem;
}
.post.post1.post-13.mbox li.news .news_title {
    line-height: 0.33rem;
    font-size: var(--bigSize);
    font-weight: bold;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    height: 0.66rem;
    opacity: 0.8;
}
.post.post1.post-20.mbox ul#ul3 {
    display: none;
}
.main2 .ml {
    float: left;
    width: 70%;
}

.main2 .mr {
    float: right;
    width: 28%;
}

.post.post1.post-20.mbox #ul1 {
    float: left;
    width: 71.5%;
}
.post.post1.post-20.mbox #ul2 {
    float: right;
    width: 28.5%;
}
.post.post1.post-20.mbox #ul1 .news_imgs {
    padding-top: 74.8%;
}

.post.post1.post-20.mbox #ul2 li.news {
    position: relative;
    background: #fff;
 padding: 0.206rem 0.25rem;
}
.post.post1.post-20.mbox #ul2 li.news .news_title {
    line-height: 0.31rem;
    font-size: var(--titleSize);
    font-weight: bold;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    height: 0.62rem;
    opacity: 0.8;
    margin-top: 0.199rem;
}
.post.post1.post-20.mbox #ul2 li.news .news_titled {
    color: #033F7D;
    font-size: var(--smailSize);
    font-weight: bold;
    line-height: 0.22rem;
}

.post.post1.post-20.mbox #ul2 li.news:before {
    content: "";
    width: 0;
    height: 100%;
    background: #FD780E;
    position: absolute;
    right: 0;
    top: 0;
    transition: all 0.4s ease-in-out;
}
.post.post1.post-20.mbox #ul2 li.news.selected:before {
    width: 106%;
}

.post.post1.post-20.mbox #ul2 li.news.selected .news_titled {
    color: #fff;
    position: relative;
    font-size: var(--bigSize);
}
.post.post1.post-20.mbox #ul2 li.news.selected .news_title {
    color: #fff;
    opacity: 1;
    position: relative;
}
.post.post1.post-20.mbox #ul2 li.news.selected .news_title a {
    color: #fff;
}
.post.post1.post-21.mbox .con {
    background: #fff;
    padding: 0.1rem 0.3rem;
}
.post.post1.post-21.mbox li.news {
    border-bottom: 0.01rem solid #CFDFF1;
        padding: 0.207rem 0;
}.post.post1.post-21.mbox li.news .news_date {
    width: 0.7rem;
    float: left;
        margin-right: -0.9rem;    text-align: center;
}
.post.post1.post-21.mbox li.news .news_wz {
    float: right;
    width: 100%;
}
.post.post1.post-21.mbox li.news .news_wz .news_con {
    margin-left: 0.9rem;    min-height: 0.7rem;
    display: flex;
    align-items: center;
}
.post.post1.post-21.mbox li.news .news_date .news_year {
    font-family: Alibaba PuHuiTi;
    font-size: 0.39rem;
    color: #979797;
    font-weight: bold;
    line-height: 0.4rem;transition: all 0.4s ease-in-out;
}
.post.post1.post-21.mbox li.news .news_date .news_days {
    font-family: Alibaba PuHuiTi;
    font-size: 0.16rem;
    color: #979797;
    font-weight: bold;
    line-height: 0.3rem;
    transition: all 0.4s ease-in-out;
}
.post.post1.post-21.mbox li.news:hover .news_date .news_year {
    color: #FD780E;
}
.post.post1.post-21.mbox li.news:hover .news_date .news_days {
    color: #FD780E;
}

.post.post1.post-21.mbox .news_title {
    line-height: 0.31rem;
    font-size: var(--titleSize);
    font-weight: bold;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    max-height: 0.62rem;
    opacity: 0.8;
}
.post.post1.post-21.mbox li.news:last-child {
    border: 0;
}

.main3 .ml {
    float: left;
    width: 67%;
}
.main3 .mr {
    float: right;
    width: 31.1%;
}
.post.post1.post-31.mbox .news_imgs {
    padding-top: 65.7%;
}
.post.post1.post-31.mbox .news_box.clearfix {
    position: relative;
}
.post.post1.post-31.mbox .news_wz {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 74.7%;
    backdrop-filter: blur(3px);
    background: rgba(8, 78, 151, 0.9);
}
.post.post1.post-31.mbox .news_wz .news_con {
    padding: 0.3rem 0.55rem 0.5rem 0.3rem;
}
.post.post1.post-31.mbox .news_wz .news_meta {
    background: #FD780E;
    border-radius: 0.4rem;
    display: inline-block;
    line-height: 0.34rem;
    padding: 0 0.12rem;
    font-family: Barlow;
    font-size: var(--smailSize);
    color: #fff;
    font-weight: bold;
}
.post.post1.post-31.mbox .news_title {
    font-size: var(--bigSizt);
    color: #fff;
    font-weight: bold;
    line-height: 0.34rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin: 0.2rem 0rem 0.25rem 0;
}

.post.post1.post-31.mbox .news_title a{
   color: #fff;
}

.post.post1.post-31.mbox .news_text {
    font-size: var(--smailSizet);
    color: #fff;
    line-height: 0.33rem;
    opacity: 0.65;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    height: 0.66rem;
}
.post.post1.post-32.mbox li.news {
    margin-bottom: 0.28rem;
}
.post.post1.post-32.mbox li.news .news_imgs {
    padding-top: 68%;
}
.post.post1.post-32.mbox .news_box.clearfix {
    position: relative;
}
.post.post1.post-32.mbox .news_wz {
    position: absolute;
    left: 0;
    width: 100%;
    bottom: 0;
    background: linear-gradient(0deg, #0000006b, transparent);
}
.post.post1.post-32.mbox .news_wz .news_con {
    padding: 0.2rem 0.3rem;
}
.post.post1.post-32.mbox li.news .news_title {
    font-size: var(--titleSize);
    font-weight: bold;
    line-height: 0.31rem;
    color: #fff;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    max-height: 0.62rem;
}
.post.post1.post-32.mbox li.news .news_title a {
    color: #fff;
}
.post.post1.post-40.mbox li {
    float: left;
    width: 25%;
}

.post.post1.post-40.mbox li .news_box.clearfix {
    margin: 0 0.17rem;
}
.post.post1.post-40.mbox ul {
    margin: 0 -0.17rem;
}
.post.post1.post-40.mbox .news_imgs {
    padding-top: 70%;
}
.post.post1.post-40.mbox .news_title {
    line-height: 0.33rem;
    font-size: var(--bigSize);
    font-weight: bold;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    height: 0.66rem;
    opacity: 0.8;
    margin: 0.3rem 0 0.25rem 0;
}
.post.post1.post-40.mbox li .news_meta {
    display: inline-block;
    line-height: 0.22rem;
    font-family: Barlow;
    font-size: var(--smailSizet);
    color: #0C56A2;
    font-weight: bold;
}
.post.post1.post-50.mbox h3.tit {
    display: none;
}
.post.post1.post-50.mbox .tt {
    display: flex;
    justify-content: flex-end;
    
}

.post.post1.post-51.mbox {
    float: left;
    width: 35.3%;    position: relative;    background: #084E97;
}
.post.post1.post-52.mbox {
    float: right;
    width: 64.7%;       margin-top: 0.2rem;
}
.post.post1.post-51.mbox .tt {
    margin: 0;
}
.post.post1.post-51.mbox span.title {
    color: #fff;
    opacity: 1;
}
.post.post1.post-51.mbox span.tt_en {
    color: #fff;
    opacity: 0.6;
}
.post.post1.post-51.mbox .news_text {
    margin: 0.35rem 0.6rem 0.35rem 0;
    line-height: 0.35rem;
    color: #fff;
    opacity: 0.77;
    font-size: var(--smailSize);
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 5;
    overflow: hidden;
    height: 1.75rem;
}
.post.post1.post-51.mbox .news_gd {
    background: #FD780E;
    border-radius: 0.4rem;
    display: inline-block;
    line-height: 0.34rem;
    padding: 0 0.26rem;
    font-size: var(--smailSize);
    color: #fff;
}
.post.post1.post-51.mbox .news_gd a {
    color: #fff;
}.post.post1.post-51.mbox .con {
    position: relative;
}
.post.post1.post-51.mbox:before {
    content: "";
    position: absolute;
    right: 0;
    top: -0.6rem;
    width: 113%;
    height: 149%;
    background: #084E97;
}
.post.post1.post-52.mbox li.news.n1 {
    float: left;
    width: 40.2%;
}
.post.post1.post-52.mbox li.news.n2 {
    float: right;
    width: 59.8%;
}
.post.post1.post-52.mbox li.news.n1 .news_imgs {
    padding-top: 101.5%;
}

.post.post1.post-52.mbox li.news.n2 .news_imgs {
    padding-top: 68.23%;
}
.post.post1.post-52.mbox .news_box.clearfix {
    position: relative;    overflow: hidden;
}
.post.post1.post-52.mbox .news_wz {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    background: linear-gradient(0deg, #0000006b, transparent);transition: all 0.4s ease-in-out;
}

.post.post1.post-52.mbox .news_wz .news_con {
    padding: 0.2rem 0.38rem;
}
.post.post1.post-52.mbox .news_wz .news_title {
    font-size: var(--titleSize);
    line-height: 0.26rem;
    color: #fff;
    font-weight: bold;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    max-height: 0.52rem;
}
.post.post1.post-52.mbox .news_wz .news_title  a{
    color: #fff;
}
.post.post1.post-52.mbox .news_wz .news_meta {
    line-height: 0.21rem;
    font-family: Barlow;
    font-size: var(--smailSize);
    color: #fff;
    font-weight: bold;
    margin-top: 0.15rem;
}
.post.post1.post-52.mbox .news_box.clearfix:hover .news_wz {
    opacity: 0;
}
.post.post1.post-52.mbox .news_wzt {
    position: absolute;
    top: -100%;
    width: 100%;
    height: 100%;
    background: rgba(253, 120, 14, 0.8);
    transition: all 0.4s ease-in-out;
}
.post.post1.post-52.mbox .news_wzt .news_con {
    padding: 0.5rem 0.35rem 0.5rem 0.35rem;
}.post.post1.post-52.mbox .news_wzt .news_title {
    font-size: var(--titleSize);
    line-height: 0.31rem;
    color: #fff;
    font-weight: bold;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    max-height: 0.62rem;
}
.post.post1.post-52.mbox .news_wzt .news_title  a{color: #fff;}

.post.post1.post-52.mbox .news_wzt .news_text {
    line-height: 0.31rem;
    color: #fff;
    opacity: 0.9;
    font-size: var(--smailSize);
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    overflow: hidden;
    max-height: 1.24rem;
    margin: 0.25rem 0 0.55rem 0;
}

.post.post1.post-52.mbox .news_wzt .news_gd {
    text-align: right;
}
.post.post1.post-52.mbox .news_wzt .news_gd img {
    width: 0.28rem;
}
.post.post1.post-52.mbox .news_box.clearfix:hover .news_wzt {
    top: 0;
}
.post.post1.post-53.mbox {
    margin-right: -1.03rem;
}
.post.post1.post-53.mbox li.news.n1 {
    float: left;
    width: 33.1%;    margin-top: -0.42rem;
}
.post.post1.post-53.mbox li.news.n2 {
    float: left;
    width: 39.5%;
}
.post.post1.post-53.mbox li.news.n3 {
    float: right;
    width: 27.4%;
}

.post.post1.post-53.mbox li.news.n1 .news_imgs {
    padding-top: 75%;
}

.post.post1.post-53.mbox li.news.n2 .news_imgs {
    padding-top: 56.41%;
}
.post.post1.post-53.mbox li.news.n3 .news_imgs {
    padding-top: 81.4%;
}
.main6:before {
    content: "";
    background: url(../images/m6.png) no-repeat;
    position: absolute;
    width: 100%;
    height: 8.66rem;
    left: 0;
    top: -3.2rem;
}.main5 {
    position: relative;
    z-index: 1;
}
.post.post1.post-53.mbox .news_box.clearfix {
    position: relative;    overflow: hidden;
}
.post.post1.post-53.mbox .news_wz {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    background: linear-gradient(0deg, #0000006b, transparent);transition: all 0.4s ease-in-out;
}

.post.post1.post-53.mbox .news_wz .news_con {
    padding: 0.2rem 0.38rem;
}
.post.post1.post-53.mbox .news_wz .news_title {
    font-size: var(--titleSize);
    line-height: 0.26rem;
    color: #fff;
    font-weight: bold;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    max-height: 0.52rem;
}
.post.post1.post-53.mbox .news_wz .news_title  a{
    color: #fff;
}
.post.post1.post-53.mbox .news_wz .news_meta {
    line-height: 0.21rem;
    font-family: Barlow;
    font-size: var(--smailSize);
    color: #fff;
    font-weight: bold;
    margin-top: 0.15rem;
}
.post.post1.post-53.mbox .news_box.clearfix:hover .news_wz {
    opacity: 0;
}
.post.post1.post-53.mbox .news_wzt {
    position: absolute;
    top: -100%;
    width: 100%;
    height: 100%;
    background: rgba(253, 120, 14, 0.8);
    transition: all 0.4s ease-in-out;
}
.post.post1.post-53.mbox .news_wzt .news_con {
    padding: 0.5rem 0.35rem 0.5rem 0.35rem;
}.post.post1.post-53.mbox .news_wzt .news_title {
    font-size: var(--titleSize);
    line-height: 0.31rem;
    color: #fff;
    font-weight: bold;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    max-height: 0.62rem;
}
.post.post1.post-53.mbox .news_wzt .news_title  a{color: #fff;}

.post.post1.post-53.mbox .news_wzt .news_text {
    line-height: 0.31rem;
    color: #fff;
    opacity: 0.9;
    font-size: var(--smailSize);
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    overflow: hidden;
    max-height: 1.24rem;
    margin: 0.25rem 0 0.55rem 0;
}

.post.post1.post-53.mbox .news_wzt .news_gd {
    text-align: right;
}
.post.post1.post-53.mbox .news_wzt .news_gd img {
    width: 0.28rem;
}
.post.post1.post-53.mbox .news_box.clearfix:hover .news_wzt {
    top: 0;
}
.post.post1.post-60.mbox .news_imgs {
    padding-top: 38.7%;
}
.post.post1.post-61.mbox {
    float: right;
    width: 57.5%;
    margin-top: -0.85rem;    padding-right: 0.9rem;
}
.post.post1.post-61.mbox .news_box.clearfix {
    margin: 0 0.12rem;
}.post.post1.post-61.mbox ul.news_list {
    margin: 0 -0.12rem;
}
.post.post1.post-61.mbox .news_imgs {
    padding-top: 60%;
    border: 0;
    background: none;
}.post.post1.post-61.mbox .slick-arrow {
    width: 0.51rem;
    height: 0.51rem;
    background: #B8CFE7;
    opacity: 1;
    box-shadow: none;
    font-size: 0;    top: 50%;
    margin-top: -0.25rem;
}
.post.post1.post-61.mbox .slick-prev {
    background: #B8CFE7 url(../images/ll2.svg) no-repeat center;    background-size: 0.13rem;    left: -0.64rem;

}
.main6 {
    position: relative;
}
.main6:before {
    content: "";
    background: url(../images/m6.png) no-repeat;
}
.post.post1.post-61.mbox .slick-next {
    background: #B8CFE7 url(../images/rr2.svg) no-repeat center;background-size: 0.13rem;    right: -0.64rem;
}.post.post1.post-61.mbox .slick-arrow:hover {
    background-color: #1063B9 !important;
}

.post.post1.post-61.mbox li.news.selected .news_imgs {
    border: 0.06rem solid #FD780E;
    padding-top: 56%;
}
.post.post1.post-70.mbox li.news {
    float: left;
    width: 25%;
}
.post.post1.post-70.mbox li.news .news_box.clearfix {
    margin: 0 0.17rem;
}.post.post1.post-70.mbox ul.news_list {
    margin: 0 -0.17rem;
}.post.post1.post-70.mbox .news_imgs {
    padding-top: 41.5%;
}.main7 .inner {
        padding: 0.8rem 0rem 1.2rem 0;
}
.post.post1.post-70.mbox ul.slick-dots {
    bottom: -0.5rem;
}.post.post1.post-70.mbox ul.slick-dots li {
    width: 0.14rem;
    height: 0.14rem;
    background: #AAC8DE;
    opacity: 0.59;
    margin: 0 0.08rem;
}.post.post1.post-70.mbox ul.slick-dots li.slick-active {
    background: #4294D2;
    opacity: 1;
}
.post.post1.post-70.mbox ul.news_list.clearfix.n2 {
    display: none;
}div#ph {
    display: none;
}.footer .inner:before {
    content: "";
    background: url(../images/food.svg) no-repeat top center;
        width: 100%;
    height: 100%;
    position: absolute;
    top: -1.2rem;
    background-size: 4.97rem;
}
.footer .inner .mod {
    position: relative;
}
#footer .links {
    display: flex;
    align-items: center;
    padding: 0.4rem 0 0.3rem 0;
    gap: 0.35rem;    border-bottom: 1px solid rgb(255 255 255 / 30%);
}#footer .links span.title {
    color: #fff;
    font-weight: bold;
    font-size: var(--bigSizt);
    min-width: 0.8rem;    line-height: 0.34rem;
}#footer .inner .links p.news_title {
    display: inline-block;
    margin-right: 0.25rem;
    line-height: 0.34rem;    font-size: var(--smailSize);
}
.linkst .tt {
    margin-bottom: .3rem;
}
.foot-right span.title {
    color: #fff;
    font-size: var(--bigSizt);
    line-height: .34rem;
    font-weight: 700;
}.linkst p.news_title {
    float: left;
    width: 50%;
}.linkst {
    max-width: 3.6rem;
}body.list .head:before {
    height: 3rem;
}
/**列表页**/
.l-banner {height:4.6rem;background-position:center center;background-repeat:no-repeat;text-align:center;background-color:#c5c4c4;position:relative;background-size: cover;}
.l-banner:after {content:"";display:block;width:100%;position:absolute;height:0%;background:url(../images/bannerbg.png) no-repeat;background-size:100% 100%;bottom:0;}
.l-banner img {display:none;height:100%;vertical-align:top;}
#l-container {position:relative;}
#l-container .inner {padding:.91rem 0 1.4rem;position:relative;}
#d-container .inner {background:#fff;}
/**栏目列表**/
.col_menu_head {position:absolute;bottom:100%;z-index:1;width:100%;left:0;}
.col_name span {font-size:.4rem;color:#fff;}
.col_name {margin-bottom:.43rem;}
.col_path a,.col_path span {color:#fff;font-size:var(--smailSize);line-height:1.3;}
.col_path {display:inline-block;padding-left:.26rem;background:url(../images/home.svg) no-repeat left;margin-bottom:.63rem;}
.possplit::after {content:">";font-size:.18rem;    color: #7B7B7B;}
.possplit {margin:0 .08rem;width:auto;background-image:none;color:#666;text-indent:inherit;font-size:0;}
.col_list {    width: 100%;
    position: relative;
    height: .99rem;
    padding-left: 1.19rem;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    background-image: url(../images/list.png);
    background-repeat: no-repeat;
    background-position: left bottom;
       background-size: 1.19rem 0.99rem;}
.col_list::before {    content: "";
    display: block;
    width: calc(50vw + 8.2rem);
    height: 0;
    left: 0;
    position: absolute;
    top: 0;
    border-bottom: .99rem solid #fff;     margin-left: 1.1rem;}
.column-switch {display:none;}
.col_list ul {position:relative;width:100%;}
.col_list ul li {float:left;}
.col_list .col_column .col_item_link.selected {opacity:1; color: #FC8425;}
.col_list .col_column .col_item_link {    color: #000000;
    font-size: var(--titleSize);
    border-right: 1px solid rgb(255 255 255 / 20%);
    display: inline-block;
    display: block;
    text-align: center;
    opacity: .8;
    margin: .05rem 0;
    font-weight: bold;
    padding-right: 0.55rem;}
    .col_news_list.listcon {
    padding: 0 0.45rem;
}.col_news_list.listcon .col_news_head {
    border-bottom: 0.01rem solid #D6D6D6;
    margin-bottom: 0.15rem;
}

.col_news_list.listcon .col_news_head li.col_title {
    float: left;
    font-size: 0.25rem;
    color: #212121;
    line-height: 0.43rem;
    border-bottom: 0.05rem solid #033F7D;
    padding-bottom: 0.1rem;
}
.col_news_list.listcon .col_news_head li.col_title h2 {
    font-weight: normal;
}



.col_news_list.listcon .col_news_head li.col_path {
    float: right;
    padding: 0;
    background: none;
    margin: 0;    line-height: 0.43rem;
}

.col_news_list.listcon .col_news_head li.col_path span.path_name {
    color: #7B7B7B;
}
.col_news_list.listcon .col_news_head li.col_path a{
    color: #7B7B7B;
}

.col_list .slick-next,.col_list .slick-prev {width:auto;height:auto;background:0 0;border-radius:0;}
.col_list .slick-prev {left:-.4rem;display:none!important;}
.col_list .slick-next {right:-.5rem;width:.3rem;text-align:center;}
.col_list .slick-next:hover,.col_list .slick-prev:hover {opacity:1;color:#fff;background:0 0;}
/**默认新闻列表页**/
.mrlist .col_news_list .news_list .news {    display: flex;
    border-bottom: 0.01rem dashed #b82c294d;
    padding: 0.35rem 0;}
.mrlist .col_news_list .news_list .news .news_imgs {width:3.25rem;flex:none;margin-right:0rem;background:0 0;display:flex;align-items:center;}
.mrlist .col_news_list .news_list .news .news_imgs a {padding-top:66.5%;width:100%;}
.mrlist .col_news_list .news_list .news .news_wz {    flex: 1;
    padding: 0.3rem 0.35rem;
    background: #F6F6F6;}
.mrlist .col_news_list .news_list .news .news_meta {margin-bottom: .15rem;
    color: #FD780E;
    line-height: 0.32rem;
    font-size: var(--smailSize);}
.mrlist .col_news_list .news_list .news .news_meta span {display:block;color:#666;}
.mrlist .col_news_list .news_list .news .news_year {font-size:.14rem;}
.mrlist .col_news_list .news_list .news .news_day {font-size:.36rem;line-height:1.4;}
.mrlist .col_news_list .news_list .news .news_title {    font-size: var(--bigSizt);
    line-height: 1.7;
    font-weight: 700;
    margin-bottom: .15rem;}
.mrlist .col_news_list .news_list .news .news_text {    font-size: var(--smailSize);
    line-height: 0.24rem;
    color: #999999;}
.mrlist .col_news_list .news_list .news .news_text a {color:#999999;}
.mrlist .col_news_list .news_list .news.noimg .news_imgs {display:none;}
body.list.pagelist .col_news_list.listcon {
    display: flex;    justify-content: space-between;
}body.list.pagelist .col_news_list.listcon .article {
    width: 69.5%;
    min-width: 69.5%;
    max-width: 69.5%;
}body.list.pagelist .col_news_list.listcon .post.hot.mbox {
    width: 23.5%;
    min-width: 23.5%;
    max-width: 23.5%;
    border-left: 0.01rem solid #6666662e;
    padding-left: 0.4rem;
}
.post.hot.mbox span.title {
    font-size: 0.32rem;
    font-weight: bold;
    line-height: 0.36rem;
    opacity: 0.8;
}.post.hot.mbox .tt {
    padding-bottom: 0.3rem;
}
.post.hot.mbox li.news {
    border-top: 0.01rem solid #E0E0E0;
    padding: 0.22rem 0;
}
.post.hot.mbox li.news .news_date {
    width: 0.67rem;
    background: #084E97;
    float: left;
    margin-right: -0.8rem;
    text-align: center;    padding: 0.07rem 0;
}
.post.hot.mbox li.news .news_date .news_year {
    font-size: 0.27rem;
    color: #FFFFFF;
    font-weight: bold;
    line-height: 0.3rem;
}.post.post1.post-30.mbox span.tt_en.n2 {
    display: none;
}
.post.hot.mbox li.news .news_date .news_days {
    font-size: 0.13rem;
    line-height: 0.23rem;
    color: #fff;
}
.post.hot.mbox li.news .news_wz {
    float: right;
    width: 100%;
}
.post.hot.mbox li.news .news_wz .news_con {
    margin-left: 0.88rem;    min-height: 0.67rem;
    display: flex;
    align-items: center;
}.post.hot.mbox li.news .news_title {
    line-height: 0.26rem;
    font-size: 0.18rem;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    max-height: 0.52rem;
}
/**文章页**/
.info .col_metas.clearfix {height:.63rem;}
.infobox {padding:.56rem 0;margin:0 auto;width:auto;}
.article h1.arti_title {    line-height: 1.3;
    font-size: .32rem;
    text-align: left;
    margin-bottom: .2rem;}
.article h2.arti_title {line-height:2;font-family:"Microsoft YaHei";font-size:.2rem;text-align:center;color:#1b1b1bc7;margin-bottom:.2rem;}
.article .arti_metas {text-align:center;line-height:1.3;margin:0;}
.article .arti_metas>span {    font-size: var(--smailSize);
    color: #333333;
    opacity: 0.5;
    padding-right: 0.35rem;}
.article .arti_info {    position: relative;
    display: flex;
    justify-content: flex-start;
    align-items: center;}
.article .entry {margin:0 auto;overflow:hidden;margin-top:.4rem;min-height:400px;}
.article .entry .read,.article .entry .read p {line-height:1.75;font-size:var(--bigSize);color:#333;}
.article .entry .read p {margin-bottom:10px;}
.article .entry .read img {margin:0 auto;max-width:940px;}
.article .entry .read table {margin:0 auto;border:none!important;}
.sibi_art {margin-top:1.3rem;}
.wp_artfuns .wp_art_adjoin {display:flex;line-height:.48rem;font-size:var(--titleSize);flex-wrap:wrap;}
span.next-title,span.prev-title {width:calc(100% - .8rem);}
.wp_artfuns .wp_art_adjoin .next {padding:0;}
.wp_artfuns .wp_art_adjoin .next,.wp_artfuns .wp_art_adjoin .prev {pointer-events:none;width:auto;}
/**底部**/
#footer {background:#033F7D;background-size:cover;position:relative;    margin-top: 1rem;}
.footer .inner {padding:0;box-sizing:border-box;position:relative;z-index:1;}
.foot-top {display:flex;justify-content:space-between;margin-bottom:.857rem;}
#footer .inner.in1 {padding:.57rem 0 .32rem;position:relative;}
#footer .inner .dmo {display:flex;flex:1 1 auto;align-items:flex-start;    padding: 0.45rem 0;}
#footer .inner .foot-left {flex:1;    margin-top: 0.1rem;}
#footer .inner .foot-center {flex:1;text-align:center;}
#footer .inner .foot-center img {max-width:100%;    width: 4.97rem;}
#footer .inner .foot-right {flex:1;display:flex;justify-content:flex-end;}
#footer .inner p {    font-size: var(--smailSizet);
    line-height: 2;
    font-weight: 400;
    color: #fff;
    opacity: .68;}
#footer .inner p a {color:#fff;}
#footer .inner p span {margin:0 3px;}
.foot-left .title {    color: #fff;
    font-size: var(--bigSizt);
    line-height: .34rem;
    font-weight: 700;}
/**底部链接**/
.foot-left .tt {margin-bottom:.3rem;}
.foot-left .links {margin-right:1.02rem;}
/**分享**/
.shares .news_list {    display: flex;
    text-align: center;
    gap: .17rem;
    justify-content: center;
    margin-top: 0.4rem;}
.shares .news_list .imgs {width:1rem;height:1rem;position:absolute;bottom:127%;left:50%;margin-left:-.5rem;transform:translateY(-.4rem);opacity:0;transition:all .4s ease-in-out;}
.shares .news_list .imgs img {width:100%;height:100%unset;}
.shares .news_list .news_icon {    display: block;
    width: .4rem;
    height: .4rem;
    border-radius: 50%; background: url(../images/share.png) no-repeat left;    background-size: 2.24rem;}
.shares .news_list .news {position:relative;}
.shares .news_list .n1 .news_icon {}
.shares .news_list .n2 .news_icon {    background-position-x: -0.62rem;}
.shares .news_list .n3 .news_icon {
    background-position-x: -1.27rem;
}
.shares .news_list .n4 .news_icon {
    background-position-x: -1.9rem;
}

.shares .news_list .news_icon:hover {opacity:1;}
.shares .news_list .news:hover .imgs {opacity:1;transform:none;}
.shares .news_list .news_title {color:#fff;font-size:var(--smailSizex);line-height:1.4;margin-top:.13rem;}
.footlogo img {width:4.62rem;}
.foot-bottom {    padding: .22rem 0 .22rem;
    text-align: center;
    position: relative;
    z-index: 1;
    background: #023265;}
.foot-bottom p {    font-size: var(--smailSizet);
    line-height: 0.36rem;
    color: #fff;
    position: relative;
    opacity: 0.77;}
    .foot-bottom p a {
    color: #fff;
    padding: 0 0.1rem;
}
/**侧导航**/
nav.Quick-navigation {    position: fixed;
    right: 0;
    z-index: 1;
    top: 50%;
    transform: translateY(-50%);
    width: 1.4rem;}
    .post.post1.post-95.mbox li.news.n1 {
        background: url(../images/bg1.png) no-repeat center;
}
 .post.post1.post-95.mbox li.news.n2 {
        background: url(../images/bg2.png) no-repeat center;
}
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: 1.2rem;
    height: 1.2rem;
    position: fixed;
    z-index: 1;
    bottom: 2%;
    right: 1%;
    background: #1063B9;
    font-size: 0.18rem;
    line-height: 0.32rem;
    text-align: center;
    color: #fff;
    cursor: pointer;
    border-top-left-radius: 0.12rem;
    border-top-right-radius: 0.12rem;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    font-weight: bold;
    text-transform: uppercase;}
    .Scroll-to-top img {
    width: 0.17rem;
    padding-bottom: 0.2rem;
}
.post.post1.post-95.mbox li.news {
    text-align: center;
    padding: 0 0.1rem;
    height: 1.22rem;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 0.1rem;
}.post.post1.post-95.mbox li.news .news_title {
    font-size: 0.18rem;
    color: #fff;
    line-height: 0.25rem;
    font-weight: bold;
}
/** 加载 **/
.pre-loader {position:fixed;width:100vw;height:100vh;top:0;left:0;background-color: #fff;z-index:999;}
.spinner2 {width:40px;height:40px;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);display: none;}
.show .prelogo{transform: translate(-50%,-50%)scale(1);top: 50%;opacity: 1;}
.prelogo{position:absolute;top: 80%;left:50%;transform:translate(-50%,-50%)scale(0.8);transition:0.7s;opacity: 0;}
.prelogo img{width: 5rem;}
.container1 > div,.container2 > div,.container3 > div {width:6px;height:6px;background-color:#fff;border-radius:100%;position:absolute;-webkit-animation:bouncedelay 1.2s infinite ease-in-out;animation:bouncedelay 1.2s infinite ease-in-out;/* Prevent first frame from flickering when animation starts*/
  -webkit-animation-fill-mode:both;animation-fill-mode:both;}
.spinner2 .spinner-container {position:absolute;width:100%;height:100%;}
.container2 {-webkit-transform:rotateZ(45deg);transform:rotateZ(45deg);}
.container3 {-webkit-transform:rotateZ(90deg);transform:rotateZ(90deg);}
.circle1 {top:0;left:0;}
.circle2 {top:0;right:0;}
.circle3 {right:0;bottom:0;}
.circle4 {left:0;bottom:0;}
.container2 .circle1 {-webkit-animation-delay:-1.1s;animation-delay:-1.1s;}
.container3 .circle1 {-webkit-animation-delay:-1.0s;animation-delay:-1.0s;}
.container1 .circle2 {-webkit-animation-delay:-0.9s;animation-delay:-0.9s;}
.container2 .circle2 {-webkit-animation-delay:-0.8s;animation-delay:-0.8s;}
.container3 .circle2 {-webkit-animation-delay:-0.7s;animation-delay:-0.7s;}
.container1 .circle3 {-webkit-animation-delay:-0.6s;animation-delay:-0.6s;}
.container2 .circle3 {-webkit-animation-delay:-0.5s;animation-delay:-0.5s;}
.container3 .circle3 {-webkit-animation-delay:-0.4s;animation-delay:-0.4s;}
.container1 .circle4 {-webkit-animation-delay:-0.3s;animation-delay:-0.3s;}
.container2 .circle4 {-webkit-animation-delay:-0.2s;animation-delay:-0.2s;}
.container3 .circle4 {-webkit-animation-delay:-0.1s;animation-delay:-0.1s;}
@-webkit-keyframes bouncedelay {0%,80%,100% {-webkit-transform:scale(0.0);}
40% {-webkit-transform:scale(1.0);}
;}
@keyframes bouncedelay {0%,80%,100% {transform:scale(0.0);-webkit-transform:scale(0.0);}
40% {transform:scale(1.0);-webkit-transform:scale(1.0);}
;}
#fm1{display:flex;align-items: center;justify-content: center;align-content: center;}
#fm1 button{background:#1C62D7;border-radius:0.05rem;font-size:var(--smailSize);color:#fff;width:100%;border: 0;line-height: 0.48rem;height: 0.48rem;margin-top: 0.23rem;}
.inputbox{padding:0 0.05rem}
.inputbox input{height:0.29rem;border: 1px solid rgb(255 255 255 / 20%);border-radius: 1rem;padding: 0 0.1rem;background: rgb(255 255 255 / 20%);color: #ffffff;}
    .loginbutton {
        cursor: pointer;
        float: left;
        BORDER-BOTTOM: 0px;
        BORDER-LEFT: 0px;
        WIDTH: 0.5rem;
        FONT-FAMILY: Arial, Microsoft YaHei, sans-serif;
        BACKGROUND: url(../images/button2.jpg);
        background-size: 100%;
        background-position: center center;
        border-radius: 1rem;
        HEIGHT: 0.29rem;
        COLOR: #fff;
        FONT-SIZE: 0.11rem;
        BORDER-TOP: 0px;
        BORDER-RIGHT: 0px;
        box-shadow: #a6a1a0 1px 1px 2px 1px;
    }
.userbox{display:flex;font-size: var(--smailSize);color: #fff;align-items: center;column-gap: 0.2rem;}
.userbox .site-lang{display:flex;}
.userbox .site-lang .leftbox{display:flex;}
.site-lang{}
.formbox.jp_formbox{    height: 0.3rem;    width: 3.5rem;
    }
.formbox.jp_formbox .wp_login_x .login_info{
    line-height: 0.3rem;
    margin-right: 0.1rem;
    font-size: 0.16rem;
    color: #fff;
    background: rgb(255 255 255 / 20%);
    padding: 0 0.15rem;
    border-radius: 1rem;
    }
.formbox.jp_formbox .wp_login_x .login_info .info_item{}
.formbox.jp_formbox .wp_login_x .login_info .info_value{}
.formbox.jp_formbox .wp_login_x .login_info.login_tool{margin-right:0;background: transparent;padding: 0;}
.formbox.jp_formbox .wp_login_x .login_tool a{
    padding: 0 0.1rem;
    margin-left: 0.05rem;
    background-color: #11476d;
    height: 0.3rem;
    line-height: 0.3rem;
    border: unset;
    border-radius: 1rem;
    color: #fff;
}
.formbox.jp_formbox .wp_login_x .login_input{    line-height: 0.3rem;    height: 0.3rem;    margin-right: 0.1rem;    background: rgb(255 255 255 / 20%);    padding: 0 0.15rem;    border-radius: 1rem;}
.formbox.jp_formbox .wp_login_x .login_input label{    line-height: 0.3rem;    height: 0.3rem;    font-size: 0.16rem;    color: #fff;}
.formbox.jp_formbox .wp_login_x .login_input .input{    width: 0.9rem;    border: unset;    background: transparent;}
.formbox.jp_formbox .wp_login_x .login_input .input input{    padding: 0 2%;    height: 0.3rem;    line-height: 0.3rem;    background: transparent;    color: rgb(255 255 255 / 50%);    font-family: "微软雅黑"; font-size:0.14rem;}
.formbox.jp_formbox .wp_login_x .login_code .input{width:0.75rem;}
.formbox.jp_formbox .wp_login_x .login_code .input input{font-size:0.12rem}
.formbox.jp_formbox .wp_login_x .login_code .verifycodeImg{    width: 0.6rem;    height: 0.2rem;    margin: 0;    padding: 0.05rem 0;    margin-left: 0.1rem;}
.formbox.jp_formbox .wp_login_x .login_code .verifycodeImg img{width:100%;}
.formbox.jp_formbox .wp_login_x .login_btn{    padding: 0;    background: #11476d;}
.formbox.jp_formbox .wp_login_x .login_btn .button{    width: 0.6rem;    height: 0.3rem;    background: transparent;    border: unset;}
.formbox.jp_formbox .wp_login_x .login_btn .button input{    width: 100%;    height: 0.3rem;    color: #fff;    font-size: 0.16rem;    font-family: "微软雅黑";}
.formbox.jp_formbox .wp_login_x .login_btn .button input:hover{    background-color: #11476d;    border-color: #11476d;    color: #fff;    border-radius: 1rem;}


.topdiv{display: none;}


.login {
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 5;
    background: rgba(0, 0, 0, 0.5);
}.login .inner iframe {
    width: 100%;
    height: 100%;
    overflow: hidden;
}.login .inner {
    position: absolute;
    width: 6rem;
    height: 6rem;
    top: 50%;
    left: 50%;
    margin-top: -3rem;
    margin-left: -3rem;
}

/**登录窗口**/
.layer{
        position: fixed;
        width: 100%;
        height: 100%;
        z-index: 998;
        top: 0;
        left: 0;
        background: rgb(0 0 0 / 69%);
        backdrop-filter: blur(2px);
        display: none;
}
.layer .close{position:absolute;right: 18%;top: 0.8rem;cursor: pointer;}
.layer .con{
    position: absolute;
    width: 5.9rem;
    top: 50%;
    height: 3.77rem;
    margin: 0 auto;
    display: block;
    z-index: 100;
    left: 50%;
    transform: translate(-50%,-50%);
    background: url(
    
../images/loginbg.png)no-repeat;
    background-size: cover;
    border-radius: 0.2rem;
}
.layer .con .tt{
    font-size: 0.23rem;
    font-weight: bold;
    line-height: 1.3;
    margin-bottom: 0.31rem;
}
.layer .con form{display:flex;flex-direction: column;width: 69.1%;margin: 0.4rem auto;}
#fm1 input{height:0.48rem;line-height:0.48rem;border: 0;margin-bottom: 0.2rem;width: calc(100% - 0.24rem);padding-left: .24rem;border: 0.01rem solid #D7E7F8;border-radius: 0.05rem;}
#fm1 input::-webkit-input-placeholder {color:#ccc;font-size:var(--smailSize)}
#fm1 input:-moz-placeholder {color:#ccc;font-size:var(--smailSize)}
#fm1 input::-moz-placeholder {color:#ccc;font-size:var(--smailSize)}
#fm1 input:-ms-input-placeholder {color:#ccc;font-size:var(--smailSize)}
.list .site-lang{
    display: none;
}

.logshow{display:none;}
body.loged .logshow{display:block}
body.loged.stulog .logshow{display:none}
body.loged .logunshow{/* display:none; */}
body.loged .logshow .tt{white-space:nowrap;margin-bottom: 0.15rem;}
body.loged .logshow .tit{display:flex;flex-direction: column;}
body.loged .logshow .tt .tit span.tt_en{text-align:left;}
body.loged .post-21 .tt{margin-bottom:0.16rem;display: flex;flex-direction: column;align-items: flex-start;}
body.loged .post-21 .tit{
    display: flex;
    flex-direction: column;
    align-content: flex-start;
    align-items: flex-start;
}
body.loged .post-21{position:relative;}
body.loged .post-21 .tit .titlewrap{display:flex;column-gap: 0.3rem;}
body.loged .post-21 .tit .titlewrap .title{font-size: 0.3rem;}
body.loged .post-21 .more_btn{position:absolute;bottom: -0.05rem;right: 0;}
body.stulog .formpost2{display:none;}
body.stulog .post-21 .tit{display:block;}
body.stulog .post-21 .tit .titlewrap{display:inline-block}
body.stulog .post-21 .tt{margin-bottom:0.4rem}
body.stulog .post-21 .tit .titlewrap .title{font-size:0.34rem}
.nav .i8 .sub-menu{display:none;}