@charset "utf-8";
@font-face {
   font-family:"SourceHanSansCN-Medium";
   src: url(../fonts/SourceHanSansCN-Medium.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);
}
@font-face {
   font-family:"Poppins-Bold";
   src: url(../fonts/Poppins-Bold.ttf);
}
/*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;}
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:#ccc;}
:-moz-placeholder {color:#ccc;}
::-moz-placeholder {color:#ccc;}
:-ms-input-placeholder {color:#ccc;}
body {line-height:1;font-size:13px;font-family:"SourceHanSansCN-Medium","PingFang","Microsoft YaHei","\u5b8b\u4f53",Tahoma,Geneva,sans-serif;color:#232222;background:#F8FBFB;}
:root {--mainColor: #3CB098;--hoverColor: #3CB098;--bigSize:0.2rem;--titleSize:0.18rem;--smailSize:0.16rem;--smailSizex:0.14rem;--innerWidth: 16rem;}
p {line-height:1.75;}
a {color:#333;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;}
/**头部**/
.header {border-bottom:none;height:auto;line-height:inherit;background-size:cover;position:relative;z-index:3;background: linear-gradient(to bottom, rgb(0 0 0 / 60%), transparent);position:absolute;width:100%;top:0;transition:1s;}
.header.fix {background:var(--mainColor);}
.header .inner {/* position:relative; */transition:all 0.4s ease-in-out;width: 17.96rem;}
.header .sitelogo {display:flex;margin-top: 0.05rem;}
.header .sitelogo .logo img {width: 5.51rem;}
.header .sitelogo .logo {margin-right:0.29rem;display:inline-block;}
.header .sitelogo h1 {font-size:inherit;font-weight:normal;background:none;padding-left:0px;}
.header .sitelogo .sitetitle {display:inline-block;margin-left:0.19rem;color:#fff;min-height:0.52rem;vertical-align:middle;margin-top:-0.1rem;}
.header .sitelogo a {align-items:center;}
.header .sitelogo .tago img {width:3.82rem;}
.header .sitelogo .sitetitle span {display:block;}
.header .sitelogo img.logo {width:3.4rem;transition:all 0.6s ease-in-out;}
.header .head-main {float:left;margin-top:10px;}
.header .mod {display:flex;justify-content:space-between;height: 1.06rem;align-items:center;}
.header .head-top {display:flex;align-items:center;gap:0.15rem;}
.header .head-top .left{display:flex;align-items: center;}
.header .head-top .left .searchbtn{cursor:pointer}
.header .head-right {display:flex;align-items:flex-end;flex-direction:column;margin-right: 0.6rem;}
.fixedok a.menu-btn{background:#fff;}
.fixedok a.menu-btn .xian{background:#5AB498}
/* 搜索*/
.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:0.44rem;/* border-radius:0.22rem; */overflow:hidden;}
.wp-search {position:relative;}
.wp-search form {display:block;}
.wp-search .search-input {margin-left:0.2rem;margin-right:40px;/* border-bottom: 0.01rem solid #fff; */}
.wp-search .search-input input.search-title {width:100%;line-height:0.44rem;background:none;color:#FFFFFF;font-size: var(--titleSize);border:0;outline:0;font-family:'SourceHanSansCN-Regular';border-bottom: 0.01rem solid #fff;}
.wp-search .search-btn {width:0.44rem;height:0.44rem;position:absolute;right:0;top:0%;}
.wp-search .search-btn input.search-submit {width:100%;height:100%;border:0;outline:0;background: url(../images/search_btn.svg) no-repeat center;cursor:pointer;background-size: 0.2rem;}
.header .searchbox:hover {width:3rem;border-radius:0.22rem;}
.header .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;/* border-right: 1px solid rgb(255 255 255 / 30%); */}
.site-lang ul li.links a {color:#fff;font-size:var(--titleSize);padding: 0 0.14rem;line-height:1;display:inline-block;font-size: var(--smailSizex);}
.site-lang ul li.links a:hover {color:#fff;}
.header .site-lang ul li.links a {border-right: 1px solid rgb(255 255 255 / 30%);}
/**导航**/
#nav {/* width:9rem; */}
#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;column-gap: 0.42rem;}
.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;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 {position:absolute;left:50%;top:100%;min-width:1.5rem;z-index:100;background:var(--mainColor);opacity:0;transform:translateX(-50%) scale(0);transition:all 0.4s ease-in-out;border-radius:8px;overflow:hidden;}
.nav .sub-menu .sub-item {position:relative;white-space:nowrap;vertical-align:top;_zoom:1;}
.nav .sub-menu .sub-item a {display:block;color:#fff;line-height:0.5rem;padding:0 17px;font-size:var(--smailSize);background:none;text-align:center;}
.nav .sub-menu .sub-item.hover>a,.nav .sub-menu .sub-item a:hover {color:#333;background-color:#fff;display:block;}
.nav .sub-menu .sub-menu {left:100%;top:0px;z-index:200;background:#fff;}
.nav .site-lang {display:none;}
.nav .wp-menu .menu-item a.menu-link:after {content:"";width:100%;height:1px;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;}
a.menu-btn{position:absolute;right:0}
/**大图**/
.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;
}
.bb {
  position: absolute;
  left: 50%;
  bottom: 0.6rem;
  text-align: center;
  transform: translateX(-50%);
  color: #94070a;
  font-size: 36px;
  cursor: pointer;
  opacity: 0;
  font-family: icon;
  padding: 0 10px;
  animation: bb 1.5s linear 0s infinite;
  font-weight: bold;
}
.bb img{width:0.47rem}
@keyframes bb {
  0% {
    transform: translate(-50%, 0);
    opacity: 0;
  }
  50% {
    transform: translate(-50%, 5px);
    opacity: 1;
  }
  100% {
    transform: translate(-50%, 0px);
    opacity: 0;
  }
}
.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:1;top:auto;bottom:calc((100% - 2.2rem)/2 - 0.23rem);opacity:0.8;}
.mbanner .slick-prev {left:0.55rem;}
.mbanner .slick-next {right:0.55rem;}
.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 {width:auto;bottom: 0.71rem;right: 50%;margin-right: -8.4rem;display:flex;align-items: center;column-gap: 0.282rem;}
.mbanner .slick-dots li {width: 0.175rem;height: 0.175rem;border-radius:0;background: #fff;background-size:100%;margin:0;opacity: 0.5;/* margin-right:0.09rem; */transition:all 0.4s ease-in-out;display:flex;align-items:flex-end;justify-content:center;border-radius:50%;}
.mbanner .slick-dots li button {width:0.06rem;height:0.06rem;background:rgb(255 255 255 / 80%);padding:0;display:none;}
.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 / 25%));opacity: 0.42;height: 1.6rem;width: 100%;bottom: 0;}
.mbanner .slick-dots li.slick-active:after {transform:none;}
.mbanner .slick-dots li.slick-active {opacity:1;background: url(../images/dot.svg)no-repeat;width: 0.4rem;height: 0.3rem;background-size: cover;}
.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: flex-start;margin-bottom: 0.337rem;}
.post1 .more_btn {position:absolute;right:0;bottom: 50%;transform: translateY(50%);}
.post1 .more_btn a{display:block;padding-bottom:0.16rem;background:url(../images/more_b.svg)no-repeat bottom center;}
.post1 .more_btn img {width:0.14rem;margin-left:0.05rem;}
.post1 .more_btn .more_text {vertical-align:middle;font-size:var(--smailSize);color: #136D51;line-height:0.21rem;}
.post1 .tt .tit span {display:block;position:relative;z-index:1;}
.post1 .tt .tit {/* width:1.59rem; */text-align:center;position:relative;}
.post1 .tt .tit:after {content:"";display:block;width: 100%;height: 100%;position:absolute;background:url(../images/ttbg1.svg) no-repeat;background-size:100% auto;bottom:0.057rem;}
.post1 .tt .title {font-size: 0.36rem;font-weight:normal;line-height:1.4;font-family: "SourceHanSerifCN-Bold";padding: 0.107rem 0.45rem 0.113rem 0.05rem;}
.post1 .tt .tt_en {font-size:var(--smailSize);font-weight:normal;}
.post1 .news .news_title {font-size:var(--titleSize);line-height: 1.667;}
.post1 .news .news_text {font-size:var(--smailSize);line-height:1.75;color:#707070;}
.post1 .news .news_title a {}
.post1 .news .news_text a {color:#707070;}
.post1 .news .news_date {font-weight:bold;font-size:var(--smailSize);line-height:1.32;color:#707070;}
.news_meta {color: #136D51;font-size: var(--smailSize);}
.post1 .news .news_meta span {display:block;text-align:center;}
.post1 .news .news_meta .news_year {font-size: 0.12rem;}
.post1 .news .news_meta .news_days {font-size:0.23rem;font-weight:bold;margin:0.04rem 0;}
.post1 .news .news_meta .news_month {font-size:0.15rem;}
.post1 .news .news_l .news_meta {width:0.96rem;height:0.64rem;background:var(--mainColor);padding-left:0.14rem;box-sizing:border-box;position:absolute;bottom:0.26rem;left:-0.14rem;display:flex;flex-direction:column;justify-content:center;/* gap:0.05rem; */}
.post1 .news .news_l {position:relative;}
.post1 .news .news_l .news_meta:after {position:absolute;content:"";display:block;height:0;width:0;border-top:0.09rem solid #C9BA90;border-left:0.14rem solid transparent;border-right:0px solid transparent;left:0;top:100%;}
/**main1**/
.wrap1{background:url(../images/wrap1.jpg)no-repeat;position: relative;z-index: 1;background-size: cover;}
.main1 {/* background:#FFF; */position:relative;z-index:1;}
.main1 .inner {padding: 1.01rem 0 0;}
.main1 .mbottom {display:flex;}
.post-12 {flex:none;width: 9.51rem;margin-right: 0.44rem;}
.post-12 .con {/* display:flex; */}
.post-12 .slick-dots{
    display: flex;
    column-gap: 0.13rem;
    width: auto;
    right: 0.26rem;
    bottom: 0.256rem;
}
.post-12 .slick-dots li{width:0.08rem;height:0.08rem;background:#fff;margin: 0 auto;opacity: 0.4;}
.post-12 .slick-dots li.slick-active{
}
.post-12 .news{position:relative}
.post-12 .con .list1 {/* width:63.28%; *//* flex:none; */}
.post-12 .con .list1.list1-2 {display:none;}
.post-12 .con .list1 .news_imgs a {padding-top: 56.1%;}
.post-12 .news .news_wz {/* border-left:0.04rem solid var(--mainColor); */transition:all 0.4s ease-in-out;background: linear-gradient(0deg, rgb(0 0 0 / 60%), transparent);}
.post-12 .news .news_imgs {position:relative;}
.post-12 .list1 .news .news_wz {padding: 0.27rem 1.39rem 0.18rem 0.332rem;height: 1.28rem;box-sizing:border-box;position: absolute;bottom: 0;display: flex;align-items: flex-end;}
.post-12 .list1 .news .news_title {margin-bottom: 0.1rem;color:#fff;font-size: var(--bigSize);}
.post-12 .list1 .news .news_text {/* margin-bottom:0.05rem; */color:#fff;opacity: 0.8;}
.post-12 .con .list2 {flex:1;display:flex;flex-direction:column;justify-content:space-between;}
.post-12 .con .list2 .news_imgs a {padding-top:66.57%;}
.post-12 .con .list2 .news_wz {height:0.56rem;display:flex;align-items:center;padding:0 0.17rem;}
.post-12 .news:hover .news_wz {border-color:#E1D4A4;}
.post-13 {flex:1;width:0;}
.post-13>div {height:100%;}
.post-13 .news_list {height:100%;display:flex;flex-direction:column;gap: 0.225rem;}
.post-13 .news_list .news {}

.post-13 .news_list .news .news_box {transition:all 0.4s ease-in-out;flex:none;border-bottom: 0.01rem dashed rgb(180 180 180 / 50%);padding-bottom: 0.24rem;}
.post-13 .news .news_text {transition:all 0.4s ease-in-out;opacity:0;line-height:0;visibility:hidden;}
.post-13 .news_list .news_title{margin-bottom: 0.17rem;}
.post-13 .news_list .news:hover .news_title{color:var(--hoverColor);}
/**main2**/
.main2 {/* background:url(../images/main2bg.jpg); */background-size:cover;position:relative;}
.main2 .inner {padding: 0.664rem 0 0;}
.main2 .mod {display:flex;}
.post-22 {width: 6.03rem;flex:none;margin-left: 0.46rem;}
.post-21 .tt{
    margin-bottom: 0.26rem;
}
.post-21 {flex:1;width:0;}
.post-21 .news_list {height:100%;display:flex;column-gap: 0.39rem;flex-wrap: wrap;row-gap: 0.347rem;}
.post-21 .news_list .news {/* height: 1.25rem; */display:flex;justify-content:center;flex-direction:column;width: calc((100% - 0.39rem)/2);border-bottom: 0.01rem solid rgb(112 112 112 / 20%);padding-bottom: 0.3rem;}
.post-21 .news_list .news_wz{padding-left:0.18rem;position:relative;}
.post-21 .news_list .news_wz:before{content:'';width:0.04rem;height:0.2rem;background:#136D51;position:absolute;left:0;top:0.06rem}
.post-21 .news_list .news .news_box {background:#fff;height:100%;border-left:0.04rem solid #E1D4A4;padding:0 0.26rem;display:flex;justify-content:center;flex-direction:column;transition:all 0.4s ease-in-out;flex:none;box-shadow:0 0.03rem 0.1rem rgb(0 0 0 / 15%);}
.post-21 .news_list .news .news_box:hover {height:1.35rem;margin:0 -0.09rem;}
.post-22 .tt{
    margin-bottom: 0.31rem;
}
.post-22  .news_wz .news_title {margin-bottom:0.14rem;}
.post-22 .news_list{display:flex;flex-direction: column;row-gap: 0.272rem;}
.post-22  .news {position:relative;border-bottom: 0.01rem dashed rgb(180 180 180 / 50%);padding: 0 0 0.17rem;}
.post-22  .news .news_wz {border-color:#E1D4A4;flex: 1;width: 0;height: 0.74rem;}
.post-22 .news_box{display:flex;}
.post-22 .news_meta{width: 0.51rem;margin-right: 0.36rem;color: #3CB098;font-family: "Poppins-Bold";}
.post-22 .news_day{font-size:0.32rem;line-height: 1.34;margin-bottom: 0.02rem;}
.post-22 .news_year{line-height:1.333;font-size:0.12rem}
/**main3**/
.main3 {position:relative;}
.main3 .inner {padding: 0.91rem 0 1.5rem;}
.post-31 .tt{margin-bottom: 0.037rem;}
#certify {
	position: relative;
	/* width: 1200px; */
	margin: 0 auto;
	overflow: hidden;
	padding: 0.3rem 0;
}

#certify .swiper-container {
	padding-bottom: 0;
}

#certify  .swiper-slide {
	width: 10.39rem;
	/* height: 408px; */
	background: #fff;
	box-shadow: 0 8px 30px #ddd;
}
#certify  .swiper-slide img{
	display:block;
}
#certify  .swiper-slide p {
	line-height: 98px;
	padding-top: 0;
	text-align: center;
	color: #636363;
	font-size: 1.1em;
	margin: 0;
}
#certify  .news_title{display:none;}
#certify .news_imgs{overflow:initial;box-shadow: 0 0.03rem 0.2rem rgb(0 0 0 / 31%);}
#certify .news_imgs a{
    padding-top: 51.9%;
    position: relative;
} 
#certify .swiper-slide-active .news_title{display: -webkit-box;font-size: var(--bigSize);color: #fff;font-family: "SourceHanSansCN-Bold";}
#certify  .news_wz{position:absolute;bottom:0;background: linear-gradient(0deg, rgb(19 109 81 / 80%), transparent);left: 0;right: 0;height: 1.67rem;display: flex;padding: 0 0.2rem;align-items: flex-end;text-align: center;justify-content: center;}
#certify .news_con{padding-bottom:0.45rem}
#certify .swiper-pagination {
	width: 100%;
	bottom: 20px;
}

#certify .swiper-pagination-bullets .swiper-pagination-bullet {
	margin: 0 5px;
	border: 3px solid #fff;
	background-color: #d5d5d5;
	width: 10px;
	height: 10px;
	opacity: 1;
}

#certify .swiper-pagination-bullets .swiper-pagination-bullet-active {
	border: 3px solid #00aadc;
	background-color: #fff;
}

#certify .swiper-button-prev {
	left: -30px;
	width: 0.6rem;
	height: 0.6rem;
	background-position: 0 0;
	background-size: 100%;
	left: 1rem;
	background: url(../images/slickprev.svg)no-repeat;
	background-size:cover;
	top: 50%;
	margin-top: -0.3rem;
}
#certify .swiper-button-prev:after{display:none;}
#certify .swiper-button-next:after{display:none;}

#certify .swiper-button-next {
	right: -30px;
	width: 0.6rem;
	height: .6rem;
	background: url(../images/wm_button_icon.png) no-repeat;
	background-position: 0 -93px;
	background-size: 100%;
	right: 1rem;
	background: url(../images/slicknext.svg)no-repeat;
	background-size:cover;
	top: 50%;
	margin-top: -0.3rem;
}

/**main4**/
.main4 .tab-menu {display:flex;justify-content:center;gap:0.2rem;margin-bottom:0.43rem;}
.main4 {background: url(../images/main4_bg.jpg)no-repeat top center;background-size:cover;overflow:hidden;background-attachment: fixed;}
.main4 .inner {padding: 0.715rem 0 2rem;}
.main4 .sudy-tab {position:relative;}
.main4 .tab-menu li span {display:block;text-align:center;color:#fff;position:relative;z-index:1;}
.main4 .tab-menu li .tt_cn {font-size:0.3rem;font-weight:normal;font-weight:bold;line-height:1.4;}
.main4 .tab-menu li {width:1.59rem;text-align:center;position:relative;opacity:0.5;transition:all 0.4s ease-in-out;cursor:pointer;}
.main4 .tab-menu li .tt_en {text-align:center;position:relative;}
.main4 .tab-menu li:after {content:"";display:block;width:100%;height:0.72rem;position:absolute;background:url(../images/ttbg1.svg) no-repeat;background-size:100% auto;bottom:0.057rem;opacity:0;transition:all 0.4s ease-in-out;}
.main4 .tab-menu li.selected:after {opacity:1;}
.main4 .tab-menu li.selected {opacity:1;}
.post-41 ul.news_list {display:flex;flex-wrap:wrap;column-gap: 0.243rem;row-gap:0.26rem;width:100%;}
.post1.post-41 .more_btn {top:0.35rem;}
.post-41 ul.news_list .news {width: calc((100% - 2.43rem)/10);}
.post-41 ul.news_list .news:nth-child(even){margin-top:0.75rem;}
.post-41 ul.news_list .news_box {flex:1;height:100%;background:#fff;display:flex;align-items:center;padding:0 0.35rem;border-left:0.04rem solid #E1D4A4;}
.post-41 ul.news_list .news_imgs a{
    padding-top: 338.2%;
}
.post-41 ul.news_list .news_wz{position:absolute;top: 0.6rem;left: 50%;transform: translateX(-50%);letter-spacing: 0.08rem;}
.post-41 ul.news_list .news_title{color:#fff;writing-mode: vertical-rl;     /* 从右向左竖排 */
  /* 或 writing-mode: vertical-lr; */ /* 从左向右竖排 */text-orientation: mixed;}
.post-41 ul.news_list .news_title:before{content:'';background:url(../images/p4ttbg.svg);width: 0.61rem;position: absolute;height: .45rem;background-size: cover;top: -0.33rem;left: 50%;transform: translateX(-50%);}
.wrap2{position:relative;}
.wrap2:before{position:absolute;content:'';top: -1.72rem;bottom:0;background: url(../images/wrap2.png)no-repeat;left: 0;right: 0;background-size: cover;}
.flower{width:8.80rem;height:8.78rem;position: absolute;right: 0;top: -1.7rem;z-index: 0;max-width: 100%;}
.flower img{width:100%}
.main5 .inner{padding-top:0.3rem}
.post-51 .news_list .news_imgs{box-shadow:0 0.03rem 0.3rem rgb(60 176 152 / 30%);overflow:initial}
.post-51 .news_list .news_imgs span{padding-top:66.7%;position:relative;}
.post-51 .news_list .news_imgs span:before{content:'';background: url(../images/picbg.png)no-repeat;position: absolute;left: 0;right: 0;bottom: 0;top: 0;width: 100%;height: 100%;z-index: 1;background-size: cover;}
.post-51 .con{display:flex;column-gap:0.24rem;}
.post-51 .list-l{width: 23.6875%;}
.post-51 .list-l .news_list{display: flex;flex-direction: column;row-gap: 0.23rem;}
.post-51 .list-c{width: 49.625%;display: flex;flex-direction: column;}
.post-51 .list-r .news_list{display: flex;flex-direction: column;row-gap: 0.23rem;}
.post-51 .list-r{width:0;flex:1}
/**main6**/
.tago1{position:absolute;top: 0.21rem;left: 50%;margin-left: -2.775rem;}
.tago1 img{
    width: 5.55rem;
    max-width: 95%;
}
body.main .post-61 .news:hover .news_title{color:var(--hoverColor)}
body.main .post-61 .tt{margin-bottom:0.249rem}
body.main .post-61 .news_list{display:flex;column-gap: 0.81rem;}
body.main .post-61 .news_list .news{width: calc((100% - 2.43rem)/4);}
body.main .post-61 .news_list .news_box{padding: 0 0 0 0.4rem;position: relative;}
body.main .post-61 .news_list .news_box:before{content:'';width: 0.01rem;position: absolute;left: 0.1rem;top: 0.13rem;background: #136D51;bottom: 0.2rem;}
body.main .post-61 .news_list .news_box:after{content:'';width: 0.06rem;height: 0.06rem;border: 0.01rem solid #136D51;position: absolute;border-radius: 50%;background: #fff;top: 0.12rem;left: 0.06rem;}
body.main .post-61 .news_short{
    font-size: var(--smailSize);
    line-height: 2;
    color: #fff;
    display: inline-block;
    background: linear-gradient(
90deg, #1A9871, #00BC81);
    padding: 0 0.2rem;
    border-radius: 0.15rem;
    margin-bottom: 0.32rem;
    position: relative;
}
body.main .post-61 .news_short:before{content:'';left:-0.1rem;width:0.347rem;height:0.01rem;background:#136D51;position:absolute;top: 50%;transform: translateY(-50%);left: -0.3rem;z-index: -1;}
body.main .post-61 .news_day{font-size:0.28rem}
body.main .post-61 .news_title{margin-bottom: 0.37rem;transition: 0.7s;}
body.main .post-61 .news_text{color:#44857C;font-size: var(--smailSizex);}
body.main .post-61 .n2{margin-top:0.4rem}
body.main .post-61 .n3{margin-top:0.4rem}
body.main .post-61 .news_meta{position:relative}
body.main .post-61 .news_meta:before{content:'';background:url(../images/news_bg.svg)no-repeat;width: 0.26rem;height: 0.26rem;position: absolute;left: -0.43rem;top: 50%;transform: translateY(-50%);background-size: cover;}
.main6 {position:relative;z-index:1;}
.main6 .inner {padding: 1.16rem 0 0;}
.main7 .inner{padding:0.562rem 0 0}
.post-71 .news_list{display:flex;column-gap:0.3rem}
.post-71 .news_list .news{width:2.84rem;transition: 0.7s;}
.post-71 .news_list .news.selected{width:6.6rem}
.post-71 .news_imgs a{padding-top:3.71rem;}
.post-71 .news_box{position:relative;}
.post-71 .news_wz{
    position: absolute;
    bottom: 0;
    background: linear-gradient(
0deg, rgb(0 0 0 / 40%), transparent);
    left: 0;
    right: 0;
    
}
.post-71 .news_con{
    padding: 0 0.13rem 0 0.18rem;
    height: 1.23rem;
    display: flex;
    align-items: flex-end;
    }
.post-71 .news_title{color:#fff;width: 0;flex: 1;margin-bottom: 0.11rem;}
.post-71 .news_ico{
    width: 0.39rem;
    margin-right: 0.23rem;
    border-bottom: 0.04rem solid #57BE6A;
    height: 0.45rem;
}
.post-71 .news_ico[media="微信"]{background: url(../images/weixin.svg)no-repeat center top;background-size: 0.28rem auto;}
.post-71 .news_ico[media="视频号"]{background: url(../images/sph.svg)no-repeat center top;background-size: 0.28rem auto;border-bottom-color: #FFAF43;}
.post-71 .news_ico[media="抖音"]{background: url(../images/douyin.svg)no-repeat center top;background-size: 0.28rem auto;border-bottom-color: #000000;}
.post-71 .news_ico[media="快手"]{background: url(../images/kuaishou.svg)no-repeat center top;background-size: 0.28rem auto;border-bottom-color: #EA4425;}
/**main8**/
.main8 {position:relative;z-index:1;}
.main8 .inner {padding: 1.23rem 0 3.12rem;}
.post-81 .news_list .news {padding:0 0.155rem;box-sizing:border-box;}
.post-81 .slick-dots {bottom:-0.4rem;}
.post-81 .slick-dots li.slick-active {background:var(--mainColor);}
.post-81 .tt{
    display: flex;
    justify-content: center;
    margin-bottom: 0.22rem;
}
.post-81 .slick-arrow{width: 0.6rem;height:0.6rem;font-size: 0;opacity: 1;}
.post-81 .news_list {margin:0 -0.155rem;}
.post-81 .slick-prev {left: -0.145rem;background: url(../images/slickprev.svg)no-repeat;background-size:cover}
.post-81 .slick-next {right: -0.145rem;background: url(../images/slicknext.svg)no-repeat;background-size:cover}
.post-81 .slick-track{
    padding: 0.2rem 0;
}
.post-81 .news_list .news .news_imgs{overflow:initial}
.post-81 .news_list .news .news_imgs a {padding-top:49.33%;box-shadow: 0 0.06rem 0.16rem rgb(0 0 0 / 25%);overflow: hidden;position: relative;}
/**列表页**/
.l-banner {height: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:60%;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;background: #FFFFFF url(../images/list_bg.png)no-repeat bottom;background-size: cover;border-top: 0.08rem solid #00BC81;}
#l-container:before{content:'';background: url(../images/list_flower.png);position: absolute;right: 0;top: 0;width: 3.362rem;height: 4.77rem;background-size: cover;}
#l-container .inner {padding: .8rem 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:.44rem;color:#fff;font-family: "SourceHanSerifCN-Bold";}
.col_name {margin-bottom: .44rem;}
.col_path a,.col_path span {color:#fff;font-size: var(--bigSize);line-height:1.3;}
.col_path {display:inline-block;padding-left:.26rem;background:url(../images/home.svg) no-repeat left;margin-bottom: .45rem;}
.possplit::after {content: "-";font-size: .2rem;color: #fff;}
.col_path .possplit {margin:0 .08rem;width:auto;background-image:none;color:#666;text-indent:inherit;font-size:0;}
.col_list {/* width:100%; */position:relative;/* height:.9rem; */box-sizing:border-box;align-items:center;position: absolute;left: 4.15rem;top: 0.82rem;right: 0;margin-left: 1.4rem;}
.column-switch {display:none;}
.col_list ul {position:relative;width:100%;display: flex;column-gap: 0.57rem;flex-wrap: wrap;}
.col_list ul li {/* float:left; */}
.col_list .col_column .col_item_link.selected {opacity:1;}
.col_list .col_column .col_item_link {color:#fff;font-size: var(--bigSize);display:inline-block;display:block;text-align:center;font-family: "SourceHanSansCN-Bold";opacity: 0.8;line-height: 1.7;}
.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;}
/**默认新闻列表页**/
.colwrap{display:flex}
.coleft{
    width: 11.21rem;
    margin-right: 0.705rem;
}
.colright{flex:1;width:0}
.linknews{background: linear-gradient(180deg, #F4F8F8, #fff);padding: 0.265rem 0.239rem 0.37rem 0.39rem;margin-bottom: 0.18rem;}
.linknews .tt{color:#333333;font-family: "SourceHanSerifCN-Bold";font-size: 0.26rem;/: 0.005remsolid #980337;line-height: 1.4;margin-bottom: 0.291rem;}
.linknews .con{position:relative;}
.linknews .con:before{content:'';position:absolute;background: rgb(213 226 225 / 60%);width: 0.01rem;top: 0.08rem;bottom: 0.85rem;left: 0.055rem;}
.linknews .news{margin-bottom: 0.32rem;height: 0.94rem;padding-left: 0.29rem;}
.linknews .news_box{position:relative;}
.linknews .news_box:before{content:'';background: #5A9E9D;width: 0.11rem;height: 0.11rem;position: absolute;left: -0.29rem;top: 0.06rem;background-size: contain;border-radius: 50%;}
.linknews .news_meta{font-size:var(--smailSize);color: #5A9F9E;font-family: "Merriweather-Bold";line-height: 1.25;margin-bottom: 0.1rem;}
.linknews .news_title{font-size:var(--titleSize);line-height: 1.667;}
.mrlist .col_news_list .news_list .news {display:flex;margin-bottom:.6rem;border-bottom: 0.01rem solid rgb(112 112 112 / 13%);padding-bottom: 0.415rem;}
.mrlist .col_news_list .news_list .news .news_imgs {width: 3.48rem;flex:none;margin-right: .43rem;background:0 0;display:flex;align-items:center;}
.mrlist .col_news_list .news_list .news .news_imgs a {padding-top: 66.6%;width:100%;}
.mrlist .col_news_list .news_list .news .news_wz {flex:1;padding:.18rem 0;}
.mrlist .col_news_list .news_list .news .news_meta {margin-bottom:.33rem;}
.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(--bigSize);line-height:1.7;font-weight:700;margin-bottom: .18rem;}
.mrlist .col_news_list .news_list .news .news_text {font-size:var(--smailSizex);line-height: 1.71;color: #B0B0B0;margin-bottom: 0.33rem;}
.mrlist .col_news_list .news_list .news .news_text a {color:#666;}
.mrlist .col_news_list .news_list .news.noimg .news_imgs {display:none;}
/**文章页**/
.info .col_metas.clearfix {height:.63rem;}
.infobox {padding:.56rem 0;margin:0 auto;width:auto;}
.pagelist #l-container .inner{padding: 0.89rem 0 1.75rem;}
.article h1.arti_title {line-height:1.3;font-family:SourceHanSerifCN-Bold;font-size: .28rem;text-align: left;margin-bottom: .32rem;}
.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: left;line-height:1.3;margin:0;border-bottom: 0.01rem solid rgb(112 112 112 / 13%);padding-bottom: 0.305rem;}
.article .arti_metas>span {margin: 0 0.32rem 0 0;font-size:var(--smailSize);color: #666666;padding-left: 0.27rem;line-height: 0.2rem;display: inline-block;}
.article .arti_metas .arti_update{
    background: url(../images/clock.svg)no-repeat;
    background-size: 0.2rem auto;
}
.article .arti_metas .arti_views{
    background: url(../images/book.svg)no-repeat;
    background-size: 0.2rem auto;
}
.article .arti_metas .arti_from{ background: url(../images/write.svg)no-repeat;
    background-size: 0.2rem auto;}
.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(--titleSize);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-size:cover;position:relative;}
#footer:before{content:'';background: url(../images/footer.png)no-repeat center top;top: -0.29rem;bottom: 0;position: absolute;left: 0;right: 0;background-size: cover;}
.footer .inner {padding: .76rem 0 0.18rem;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 .mod-top {display:flex;flex:1 1 auto;align-items:flex-start;margin-bottom: 0.42rem;}
#footer .inner .mod-top .news_list{display:flex;justify-content: flex-end;}
#footer .inner .mod-top .news_ico{margin-bottom: 0.18rem;}
#footer .inner .mod-top .links{flex:1;width:0;margin-top: 0.14rem;}
#footer .inner .mod-top .news_list .news{wid;width: 14.2%;text-align: center;}
#footer .inner .mod-top .news_list .news svg{width:0.38rem;}
.bottom-left{display:flex;column-gap: 0.6rem;}
.bottom-left .contant1{width: 3.8rem;}
#footer .inner .foot-left {flex:1;display:flex;}
#footer .inner .foot-center {flex:1;text-align:center;}
#footer .inner .mod-top img {max-width:4.48rem;}
#footer .inner .mod-top .foot-logo{margin-right:2.65rem}
#footer .inner .mod-top .links p{opacity:0.9}
#footer .inner .foot-right {flex:1;display:flex;justify-content:flex-end;}
#footer .inner p {font-size:var(--smailSize);line-height: 1.875;font-weight:400;color:#fff;opacity: 1;}
#footer .inner p a {color:#fff;}
#footer .inner p span {margin:0 3px;}
.mod-bottom{display:flex;justify-content: space-between;}
.foot-left .title {color:#fff;font-size:var(--smailSize);line-height:.21rem;font-weight:700;margin-bottom:.14rem;}
/**底部链接**/
.foot-left .tt {margin-bottom:.18rem;}
.foot-left .links {margin-right:1.02rem;}
/**友情链接**/
.links-wrap {position: relative;float: left;display: inline-block;width: 3.41rem;line-height: 0.32rem;background: rgb(255 255 255 / 8%);border: 0.01rem solid rgb(112 112 112 / 8%);border-radius: 0.05rem;}
.links-wrap a.links-arrow {display: block;height: 0.44rem;line-height: 0.44rem;padding: 0 0.2rem 0 0.2rem;color: #fff;font-size: var(--smailSize);position: relative;}
.links-wrap a.links-arrow:before{content:'';background:url(../images/angle.svg)no-repeat;width: 0.12rem;height: 0.07rem;position: absolute;right: 0.256rem;top: 50%;background-size: cover;margin-top: -0.035rem;transition: 0.7s;}
.links-wrap.wrap-open a.links-arrow:before{transform: rotate(
180deg);}
.links-wrap .link-items {display: none;position: absolute;left: 0;bottom: 0.46rem;width: auto;min-width: 100%;height:auto;max-height: 3rem;overflow: auto;overflow-x:hidden;background: #fff;}
.links-wrap .link-items a {display: block;line-height: 3;padding: 5px 0;color: #444;font-size: var(--smailSizex);}
.links-wrap .link-items a span {display:block;margin:0 6px;white-space:nowrap;line-height: 1.5;}
.links-wrap .link-items a:hover { color: #fff; background:rgb(70 202 175); cursor: pointer;}/**链接样式**/
/**分享**/
.main6 .mod{position:relative;}
.shares{position: absolute;right: 0.6rem;z-index: 1;top: 0.2rem;}
.shares .news_list {display:flex;text-align:center;gap: .274rem;}
.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;background-color:#ffffff2e;width: .3rem;height: .3rem;background-repeat:no-repeat;background-position:center;background-size: 0.3rem auto;}
.shares .news_list .news {position:relative;}
.shares .news_list  .news_icon[media="微信"] {background-image: url(../images/weixinshare.svg);background-size:contain}
.shares .news_list  .news_icon[media="抖音"] {background-image: url(../images/douyinshare.svg);background-size:contain}
.shares .news_list  .news_icon[media="视频号"] {background-image: url(../images/shipinhaoshare.svg);background-size:contain}
.shares .news_list  .news_icon[media="快手"] {background-image: url(../images/kuaishoushare.svg);background-size:contain}
.shares .news_list  .news_icon[media="微博"] {background-image:url(../images/weibo.svg);background-size:contain}
.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 {text-align: left;position:relative;z-index:1;border-top: 1px solid rgb(255 255 255 / 22%);}
.foot-bottom p {font-size:var(--smailSizex);line-height: initial;color:#fff;position:relative;opacity: 0.7;}
.foot-bottom .con{width:var(--innerWidth);margin: auto;display: flex;justify-content: space-between;align-items: center;}
.foot-bottom p img{width:0.2rem;margin:0 0.11rem}
/**侧导航**/
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;display: none;}
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: 0.78rem;height: 0.82rem;z-index:1;background:#fff;bottom:2%;right:1%;background: rgb(68 189 166 / 70%);font-size: var(--titleSize);line-height: 0.18rem;text-align:center;color:#fff;cursor:pointer;display: flex;align-items: center;flex-direction: column;justify-content: center;row-gap: 0.13rem;}
/** 加载 **/
.pre-loader {position:fixed;width:100vw;height:100vh;top:0;left:0;background-color: var(--hoverColor);z-index:999;}
.spinner2 {width:40px;height:40px;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);}
.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);}
;}
body.list_pic .col_news_list .news_list{display:flex;flex-wrap: wrap;column-gap: 0.51rem;}
body.list_pic .col_news_list .news_list .news{width:calc((100% - 1.02rem)/3);margin-bottom:0.5rem}
body.list_pic .col_news_list .news_imgs a{padding-top:66.7%}
body.list_pic .col_news_list .news_title{font-size:var(--bigSize);margin-top:0.3rem}
body.list_tzgg .col_news_list .news_list{display:flex;flex-wrap: wrap;gap: 0.6rem;}
body.list_tzgg .col_news_list .news_list .news{width:calc((100% - 0.6rem)/2);background: #F5F9F9 url(../images/tzggbg.png)no-repeat right top;background-size: cover;}
body.list_tzgg .col_news_list .news_list .news_wz{display:flex;padding: 0.3rem 0.765rem 0.4rem 0.4rem;border: 0.01rem solid rgb(60 176 152 / 44%);}
body.list_tzgg .col_news_list .news_list .news_con{
    border-bottom: 0.01rem dashed rgb(83 83 83 / 20%);
    flex: 1;
    width: 0;
}
body.list_tzgg .col_news_list .meta_top{display:flex;justify-content: space-between;column-gap: 0.25rem;}
body.list_tzgg .col_news_list .meta_bottom{display:flex;font-family: "SourceHanSerifCN-Bold";font-size:0.28rem;column-gap: 0.21rem;position: relative;}
body.list_tzgg .col_news_list .meta_bottom:before{content:'';height:0.24rem;background:#fff;opacity:0.3;position:absolute;width:0.01rem;top: 57%;left:50%;transform: translate(-50%, -50%);}
body.list_tzgg .col_news_list .news_title{font-size:var(--bigSize);font-family: "SourceHanSansCN-Bold";line-height: 1.6;}
body.list_tzgg .col_news_list .news_more{position:absolute;right: 0.4rem;bottom: 0.368rem;}
body.list_tzgg .col_news_list .news_more img{
    width: 0.13rem;
}
body.list_tzgg .col_news_list .news_year{font-size:var(--smailSize)}
body.list_tzgg .col_news_list .news_week{font-size:var(--smailSizex)}
body.list_tzgg .col_news_list .news_list .news_meta{width:1.43rem;height:0.9rem;display: flex;background: var(--hoverColor);flex-direction: column;align-items: center;justify-content: center;color: #fff;font-family: "SourceHanSerifCN-Bold";row-gap: 0.06rem;margin-right: 0.4rem;}
body.list_xrld .col_news_list .news_list{display:flex;flex-wrap: wrap;gap: 0.6rem;}
body.list_xrld .col_news_list .news_list .news{width: calc((100% - 0.66rem)/2);background: #F5F9F9 url(../images/tzggbg.png)no-repeat right top;background-size: cover;display: flex;background-size: 7.7rem auto;border: 0.01rem solid rgb(60 176 152 / 44%);}
body.list_xrld .col_news_list .news_list .news_wz{flex:1;width:0;padding: 1.03rem 0 0;}
body.list_xrld .col_news_list .news_list .news_imgs{width:3.03rem;margin-right:0.5rem;}
body.list_xrld .col_news_list .news_list .news_imgs a{
    padding-top: 132%;
}
body.list_xrld .col_news_list .news_list .news_title{font-size:0.32rem;font-family: "SourceHanSansCN-Bold";margin-bottom: 0.345rem;}
body.list_xrld .col_news_list .news_list .news_filed{font-size:0.2rem;line-height:2}
body.list_xrld #l-container:before{display:none;}
body.list_jgsz .wp_subcolumn_list{
    background: #F5F9F9;
    padding: 0.5rem 0.7rem 0.14rem;
    margin-bottom: 0.6rem;
    width: auto;
}
body.list_jgsz .wp_subcolumn_list .wp_sublist .sublist_title a{font-size:0.28rem}
body.list_jgsz .wp_subcolumn_list .wp_sublist .sublist_title a.morelink{display:none;}
body.list_jgsz .wp_subcolumn_list .wp_sublist .sublist_title{height:auto;border-bottom: 0.01rem solid #3CB098;margin-bottom: 0;line-height: 1;padding-bottom: 0.43rem;margin-bottom: 0.01rem;}
body.list_jgsz .wp_subcolumn_list .news_list{
    display: flex;
    flex-wrap: wrap;
    column-gap: 0.68rem;
}
body.list_jgsz .wp_subcolumn_list .news_list .news{width: calc((100% - 1.36rem)/3);}
body.list_jgsz .wp_subcolumn_list .news_list .news_con{display: flex;border-bottom:0.01rem dashed #C7C7C7;justify-content: space-between;height: 0.885rem;align-items: center;}
body.list_jgsz .wp_subcolumn_list .news_list .news_title{font-size:var(--bigSize)}
body.list_jgsz .wp_subcolumn_list .news_list .news_more img{width:0.17rem}
body.list_jgsz .wp_subcolumn_list .wp_sublist{margin-bottom:0}
/* 移除最后一行的 border-bottom */
.wp_subcolumn_list .news_list li:nth-last-child(-n + 3):nth-child(3n + 1) .news_con,
.wp_subcolumn_list .news_list li:nth-last-child(-n + 2):nth-child(3n + 2) .news_con,
.wp_subcolumn_list .news_list li:nth-last-child(-n + 1):nth-child(3n) .news_con{
  border-bottom: none;
}
body.list_jgsz #l-container .inner{padding-bottom:1.14rem}

.pc a img{width:100%;height:100%;}