@charset "utf-8";
/*Technical Support SudyTech*/
@font-face {
  font-family: 'SourceHanSansCN-Bold';
  src: url('./fonts/SourceHanSansCN-Bold.ttf');
}

@font-face {
  font-family: 'SourceHanSansCN-Regular';
  src: url('./fonts/SourceHanSansCN-Regular.ttf');
}
@font-face {
  font-family: 'Poppins-SemiBoldItalic';
  src: url('./fonts/Poppins-SemiBoldItalic.ttf');
}
@font-face {
  font-family: 'Poppins-Bold';
  src: url('./fonts/Poppins-Bold.ttf');
}
@font-face {
  font-family: 'alimamashuheiti';
  src: url('./fonts/alimamashuheiti.ttf');
}
html,body,h1,h2,h3,h4,h5,h6,div,dl,dt,dd,ul,ol,li,p,blockquote,pre,hr,figure,table,caption,th,td,form,fieldset,legend,input,button,textarea,menu{margin:0;padding:0}
header,footer,section,article,aside,nav,hgroup,address,figure,figcaption,menu,details{display:block}
table{border-collapse:collapse;border-spacing:0}
caption,th{text-align:left;font-weight:normal}
html,body,fieldset,img,iframe,abbr{border:0}
img{vertical-align:top}
html{overflow-x:hidden;font-size:100px}
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:"PingFang","Microsoft YaHei","\u5b8b\u4f53",Tahoma,Geneva,sans-serif;color: #252525;background: #FFFCF8; font-family: 'SourceHanSansCN-Regular';}
:root{--mainColor: #ED6E21;--hoverColor: #F19413;--bigSize:0.2rem;--titleSize:0.18rem;--smailSize:0.16rem;--smailSizex: 0.14rem;--innerWidth: 14.8rem;}
p{line-height:1.75}
a{color: #252525;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:4;-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:4;-webkit-box-orient:vertical}
.line4{text-overflow:-o-ellipsis-lastline;overflow:hidden;display:-webkit-box;-webkit-line-clamp:4;-webkit-box-orient:vertical}
.wrapper{width:100%;margin:0 auto}
.wrapper .inner{width:var(--innerWidth);margin:0 auto}
/**兼容模式提示**/
.pageTips {
  position: fixed;
  z-index: 1000;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #000 url("../image/bg.png");
}
.pageTips .container {
  color: #fff;
  position: absolute;
  left: 50%;
  top: 50%;
  width: 630px;
  margin-left: -315px;
  margin-top: -160px;
}
.pageTips .container a.close {
  display: block;
  width: 50px;
  height: 50px;
  position: absolute;
  z-index: 1;
  left: auto;
  right: -15px;
  top: 40px;
  bottom: auto;
  background: url("../image/close.png") center no-repeat;
}
.pageTips .container .img {
  text-align: center;
}
.pageTips .container .msg {
  font-size: 18px;
  line-height: 36px;
  padding-top: 30px;
}
.pageTips .container a {
  color: #fff;
  text-decoration: underline;
}
.pageTips .container a.close{display:none !important}
.body_b{position:relative;}
/**头部**/
.header{
    background: #fff;
    position: absolute;
    z-index: 3;
   box-shadow: 0px 3px 12px 0px rgba(0, 0, 0, 0.25);    transition: 1s;    top: 0;
    left: 0;
    width: 100%;
}
.header.fix{  /* background: var(--mainColor);*/}
.header .inner{position:relative;width: 100%;}
.header .sitelogo{display:flex}
.header .sitelogo .logo img{width: 5.32rem;}
.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.1rem;align-items:center}
.header .head-top{display:flex;align-items:center;gap:0.15rem}
.header .head-left{
    margin-left: 1rem;
}
.header .head-right{display:flex;align-items: center;gap: 0.17rem;margin-right: 0.59rem;}
body.navopen .header {
    background: none;
}

.header .sitelogo .logo img.logo2 {
    display: none;
}

.navopen .header .sitelogo .logo img.logo2 {
    display: block;
}

.navopen .header .sitelogo .logo img.logo1 {
    display: none;
}
/* 搜索 */
.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.svg) 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.33rem;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.66rem;background:none;color:#FFFFFF;font-size:var(--titleSize);border:0;outline:0;font-family:'SourceHanSansCN-Regular'}
.wp-search .search-btn{width: 0.66rem;height: 0.66rem;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;cursor:pointer}
.header .searchbox:hover{width:3rem;border-radius:0.22rem}
.header .searchbox{transition:all 0.4s ease-in-out}

/**角色**/
.site-rale{}
.site-rale ul{}
.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{color:#fff;font-size:var(--titleSize);padding:0 0.14rem;line-height:1;display:inline-block;font-size:var(--smailSize)}
.site-lang ul li.links a:hover{color:#fff}
.header .site-lang ul li.links:first-child a{border-right:1px solid #fff}

/**导航**/
#nav{
    margin-right: 0.33rem;
}
#nav .inner{}
#nav .inner .wp-panel{}
#nav .inner .wp-panel .wp-window{}
#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;gap: 0.3rem;margin-bottom: -0.26rem;}
.nav .wp-menu .menu-item{position:relative;text-align:center;padding-bottom: 0.26rem;}
.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.56rem;font-size: var(--bigSize);display:block;position: relative;font-family: 'SourceHanSansCN-Bold';color: #333;}
.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.64rem;z-index:100;opacity: 0;transform: translateX(-50%) scale(0);transition: all 0.4s ease-in-out;transform-origin: top;border-top: 0.06rem solid #ED6E21;background: #fff;}
.nav .sub-menu .sub-item{position:relative;white-space:nowrap;vertical-align:top;_zoom:1}
.nav .sub-menu .sub-item a{display:block;line-height: 0.42rem;font-size: var(--titleSize);background:none;text-align:center;    padding: 0 0.1rem;}
.nav .sub-menu .sub-item.hover>a,.nav .sub-menu .sub-item a:hover{background-color: var(--mainColor);display:block;color: #fff;}
.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: 0.12rem;height: 1px;position: absolute;bottom: 0;background: #ED6E21;left: 50%;transform: scale(0);transition: all 0.4s ease-in-out;margin-left: -0.06rem;}
.nav .wp-menu .menu-item:hover a.menu-link:after {transform: scale(1);}
.nav .wp-menu li:hover>.sub-menu {transform: translateX(-50%);opacity: 1;}
.nav .wp-menu li>.sub-menu:before {
    content: "";
    width: 1px;
    height: 0.32rem;
    background: var(--mainColor);
    left: 50%;
    position: absolute;
    bottom: 100%;
    transform: scale(0);
    transition: all 0.4s ease-in-out;
    transform-origin: top;
}

.nav .wp-menu li:hover>.sub-menu:before {transform:none;}
/**大图**/
.mbanner{
    perspective: 1920px;
    transform-style: preserve-3d;
    background: var(--mainColor);
}body.list .header {
    position: fixed;
    width: 100%;
    left: 0;
    top: 0;}body.list div#container-1 {
    margin-top: 1.1rem;
}

#banner .inner{width:100%;text-align:center}
.mbanner .news_imgs a{display:block;height: calc(100vh);}
.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.89rem;left:50%;margin-left:-8.2rem;display:flex;align-items:flex-end}
.mbanner .slick-dots li{width:0.16rem;height:0.16rem;border-radius:0;background:var(--mainColor);background-size:100%;margin:0;opacity:0.3;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: calc(75vh - 1.1rem);}
.mbanner .news .news_video video{position:absolute;width:100%;height:100%;object-fit:cover;left:50%;top:50%;transform:translate(-50%,-50%)}
.mbanner .slick-dots li:after{content:"";display:block;width:0.67rem;height:0.69rem;background:url(images/dot.svg) no-repeat;background-size:100% 100%;position:absolute;top:0;transform:scale(0);transition:all 0.4s ease-in-out}
.mbanner .slick-dots li.slick-active:after{transform:none}
.mbanner .slick-dots li.slick-active{opacity:1;background:none}
.mbanner .swiper-pagination-bullets.swiper-pagination-horizontal {
    width: auto;
    right: 0.5rem;
    bottom: 0.5rem;
    left: auto;
}

.mbanner .swiper-pagination-bullet {
    --swiper-pagination-bullet-horizontal-gap: 0.087rem;
    width: 0.29rem;
    height: 0.28rem;
    border-radius: 0;
    background: url(images/dot.svg) no-repeat;
    background-size: 100% 100%;
}
.bb {
    position: absolute;
    bottom: 0;
    z-index: 1;
    left: 50%;
    transform: translateX(-50%);
    cursor: pointer;
display: none;
}

.bb img {
    /* width: 0.16rem; */
    animation: scroll 2s cubic-bezier(.15,.41,.69,.94) infinite;
}

.bb:after {
    content: "";
    width: 1px;
    height: 0.24rem;
    background: #fff;
    display: block;
    margin: 0 auto;
    margin-top: 0.14rem;
}
@keyframes scroll {
    0% {
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -o-transform: translateY(0);
        transform: translateY(0)
    }

    50% {
        -webkit-transform: translateY(.1rem);
        -moz-transform: translateY(.1rem);
        -o-transform: translateY(.1rem);
        transform: translateY(.1rem)
    }

    100% {
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -o-transform: translateY(0);
        transform: translateY(0)
    }
}

.bannerPage #banner .inner {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1;
}

.bannerPage #banner {
    height: 100vh;
    position: relative;
    transform-style: initial;
    perspective: none;
}
.bannerPage .body_m {
    z-index: 1;
}

.bannerPage .body_m .wrapper {
    position: relative;
    z-index: 1;
}
/**内容**/
#m-container{}
#m-container .inner{}
.body_m {overflow: hidden;}
.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;background:none !important
}

.news span.underLine:hover {
  background-size: 100% 1px;
  color:var(--mainColor);
}
.main .swiper-button-next,.main   .swiper-button-prev {
    font-size: 0;
    width: 0.35rem;
    height: 0.27rem;
    background-size: 100% 100%;
    background-position: center;
    top: 38%;
}

.main .swiper-button-next:after, .main 
 .swiper-button-prev:after {
    display: none;
}

.main .swiper-button-next {
    background-image: url(images/right_w.svg);
    right: 0.2rem;
}

.main .swiper-button-prev {
    background-image: url(images/left_w.svg);
    left: 0.2rem;
}

/**主体公共**/
.post1 .tt{display:flex;position:relative;justify-content: space-between;margin-bottom: 0.26rem;align-items: flex-end;}
.post1 .more_btn{margin-right: 0.4rem;}
.post1 .more_btn img{width:0.14rem;margin-left:0.05rem}
.post1 .more_btn .more_text{vertical-align:middle;font-size: var(--bigSize);color: #F19413;line-height:0.21rem;padding-right: 0.24rem;background: url(images/more_y.png) no-repeat right;background-size: 0.17rem;}
.post1 .tt .tit span{display:block;z-index:1;position: relative;}
.post1 .tt .tit{position:relative}
.post1 .tt .tit:after{content:"";display:block;width: 0.73rem;height: 0.72rem;position:absolute;background: url(images/tt_bg.png) no-repeat;background-size:100% auto;right: -0.37rem;bottom: 0;}
.post1 .tt .title{font-size: 0.4rem;font-weight:normal;font-family: 'alimamashuheiti';}
.post1 .tt .tt_en{font-size: var(--titleSize);font-weight:normal;font-family: 'Poppins-SemiBoldItalic';line-height: 0.29rem;color: var(--mainColor);opacity: 0.3;}
.post1 .tt.tt_w {
    writing-mode: vertical-lr;
    margin-bottom: 0;
    padding-left: 0.39rem;
}
.post1 .tt.tt_w .tt_en {
    color: #fff;
    opacity: 0.4;
}

.post1 .tt.tt_w .title,.post1 .tt.tt_w .title a {
    color: #fff;
}
.post1 .tt.tt_w .tit:after {
    background-image: url(images/tt_bg2.png);
    bottom: -0.37rem;
    right: 0;
}
.post1 .tt_w .more_btn .more_text {
    color: #fff;
    background-image: url(images/more_w.png);
    padding-bottom: 0.24rem;
    padding-right: 0;
    background-position: bottom;
}
.post1 .tt_w .more_btn{
    margin-right: 0.1rem;
}
.post1 .tt.tt_w .tit {
    /* display: flex; */
    text-shadow: 0 3px 6px rgb(131 49 0 / 50%);
}
.post1 .news .news_title{font-size:var(--titleSize);line-height: 1.75;font-family: 'SourceHanSansCN-Bold';}
.post1 .news .news_text{font-size:var(--smailSize);line-height: 2;color: #666666;}
.post1 .news .news_text a{color:#666666}
.post1 .news .news_date{font-size:var(--smailSize);line-height: 1.8;color: var(--mainColor);font-family: 'Poppins-Bold';}
.post1 .news .news_meta{color: #FFE6AC;font-family: 'Poppins-Bold';height: 0.58rem;display: flex;flex-direction: column;justify-content: space-between;}

.post1 .news .news_meta .days{font-size: 0.32rem;}
.post1 .news .news_meta .month{font-size: var(--smailSizex);}
.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%}
 .news .news_meta1 {
    height: 0.6rem;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    font-family: 'Poppins-Bold';
    color: var(--mainColor);
    padding-right: 0.1rem;
    border-right: 1px solid rgb(237 110 33 / 20%);
    flex: none;
}

.news .news_meta1 .month {
    font-size: var(--titleSize);
}

.news .news_meta1 .month:after {
    content: "";
    width: 0.02rem;
    height: 0.15rem;
    background: var(--mainColor);
    display: inline-block;
    transform: rotate(23deg);
    margin-left: 0.08rem;
    top: 0.02rem;
    position: relative;
}

.news .news_meta1 .days {
    font-size: 0.36rem;
}
.main1 {
    background: url(images/main1bg.png) no-repeat right/auto 100%;
}
.main1 .inner {
    padding: 0.598rem 0 1.12rem;
}
.main1 .mbottom {
    display: flex;
}

.post-12 {
    width: 8.54rem;
    flex: none;
    margin-right: 0.495rem;
}

.post-12 .news_imgs a {
    padding-top: 56.2%;
}
.post-12 .news_imgs {
    margin-bottom: 0.3rem;
}

.post-12 .news_wz {
    /*padding: 0 0.63rem;*/
}

.post-12 .news_wz .news_title {
    font-size: 0.24rem;
    margin-bottom: 0.15rem;
}
.post-12 .con {
    padding-bottom: 0.28rem;
}
.post-12 .swiper-pagination-bullets.swiper-pagination-horizontal {
    bottom: 0;
}
.post-12 .swiper-pagination-bullet {
    --swiper-pagination-bullet-horizontal-gap: 0.12rem;
    --swiper-pagination-color: #ED6E21;
    --swiper-pagination-bullet-inactive-color: #ED6E21;
    --swiper-pagination-bullet-width: 0.12rem;
    --swiper-pagination-bullet-height: 0.12rem;
}

.post-13>div {
    height: 100%;
}

.post-13 .news_list {/*margin-top: -0.3rem;*/}

.post-13 .news_list .news {
    border-bottom: 1px dashed rgb(237 110 33 / 20%);
}

.post-13 {
    flex: 1;
}

.post-13 .news_list .news a {
    display: flex;
    height: 100%;
    flex-direction: column;
    justify-content: center;
}

.post-13 .news_list .news:last-child {
    border: none;
}
.main2 {
    background: url(images/main2bg.jpg) no-repeat;
    background-size: cover;
}

.main2 .inner {
    padding: 0.66rem 0 0.88rem;
}
.post-21 {
    display: flex;
    /* align-items: flex-start; */
}

.post-21 .tt {
    margin-right: 1.19rem;
}
.post-21 .con {
    padding-top: 0.16rem;
    flex: 1;
}

.post-21 .news_list {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -0.5rem;
    row-gap: 0.49rem;
}

.post-21 .news_list .news {
    width: 50%;
}

.post-21 .news_list .news .news_box {
    margin: auto;
    display: flex;
    align-items: center;
    margin: 0 0.5rem;
}

.post-21 .news .news_meta {
    padding-right: 0.22rem;
    border-right: 1px solid rgb(255 230 172 / 40%);
    margin-right: 0.2rem;
}

.post-21 .news_list .news .news_title {
    color: #fff;
}

.post-21 .news_list .news .news_title a {
    color: #ffff;
}
.main3 .inner {
    padding-top: 0.66rem;
}
.post-31 .con {
    overflow: inherit;
    margin: 0 -0.15rem;
}

.post-31 {
    margin-bottom: 1rem;
}
.post-31 .news a {
    height: 5rem;
    margin: 0 0.15rem;
    display: block;
    box-shadow: 0px 3px 16px 0px rgba(106, 0, 5, 0.15);
    background: rgb(255, 255, 255);
    padding: 0.5rem 0.34rem 0.2rem;
    box-sizing: border-box;
}

.post-31 .news_list {
    margin: 0 -0.15rem;
}
.post-31 .news_list .swiper-slide-prev a *, .post-31 .news_list .swiper-slide-active + * + * + * + * a *{
    opacity: 0;
}
.post-31 .news_list .swiper-slide-prev a, .post-31 .news_list .swiper-slide-active + * + * + * + * a{box-shadow: 0px 3px 16px 0px rgba(106, 0, 5, 0.15);background: linear-gradient(90.00deg, rgb(255, 255, 255),rgba(255, 255, 255, 0) 54.486%);}
.post-31 .news .news_imgs span {
    padding-top: 100%;
    border-radius: 50%;
}

.post-31 .news .news_imgs {
    width: 1.58rem;
    border-radius: 50%;
    margin: 0 auto;
    margin-bottom: 0.32rem;
}

.post-31 .news .news_title {
    font-size: 0.24rem;
    line-height: inherit;
    margin-bottom: 0.28rem;
    text-align: center;
}

.post-31 .news .news_info {
    font-size: var(--smailSize);
    color: #666666;
}
.main .swiper-scrollbar.swiper-scrollbar-horizontal {
    width: 8.4rem;
    height: 1px;
    background: linear-gradient(134.43deg, rgba(237, 110, 33, 0) -1.109%,rgb(237, 110, 33) 51.153%,rgba(237, 110, 33, 0) 100.902%);
    left: 3.23rem;
    top: -0.44rem;
    z-index: 1;
}

.main .swiper-scrollbar-drag {
    /* width: 0.14rem ! important; */
    height: 0.14rem;
    background: none;
    top: -0.07rem;
}
.main .swiper-scrollbar-drag:after {
    content: "";
    display: block;
    width: 0.14rem ! important;
    height: 0.14rem;
    background: var(--mainColor);
    border-radius: 50%;
    margin: 0 auto;
}
.post-31 .swiper-button-next, .post-31 .swiper-button-prev {
    top: -0.35rem;
}

.post-31 .swiper-button-next {
    background-image: url(images/right_y.svg);
    right: 2.1rem;
}
.post-31 .swiper-button-prev {
    background-image: url(images/left_y.svg);
    right: 2.76rem;
    left:auto
}
.post-32 {
    background: url(images/post32bg.jpg) no-repeat left;
    background-size: cover;
    display: flex;
    margin-bottom: 0.66rem;
}

.post-32 .tt.tt_w {
    top: 0.59rem;
    justify-content: flex-start;
    gap: 1rem;
    height: max-content;
    margin-right: 0.73rem;
}
.post-32 .con {
    display: flex;
}

.post-32 .con .con_img {
    width: 8.25rem;
    height: 5.5rem;
    flex: none;
    background: #ccc;
}
.post-32 .con .con_img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.post-32 .news_list {
    padding-left: 0.44rem;
    position: relative;
    margin-right: 0.29rem;
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    /* transition: all 0.4s ease-in-out; */
}

.post-32 .news_list:before {
    content:"";
    width: 1px;
    height: 100%;
    position: absolute;
    left: 0;
    background: linear-gradient(134.43deg, rgba(237, 110, 33, 0) -1.109%, rgb(255, 255, 255) 51.153%, rgba(237, 110, 33, 0) 100.902%);
}

.post-32 .news_list .news {
    border-bottom: 1px dashed rgb(244 207 164 / 40%);
    padding: 0.2rem 0;
    color: #fff;
    position: relative;
}
.post-32 .news_list .news:last-child {
    border: none;
}
.post-32 .news_list .news .news_date {
    color: #FFE6AC;
}

.post-32 .news_list .news a {
    color: #fff;
}
.post-32 .news_list .news_text  a {
text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
}
.post-32 .news .news_text {
    color: #fff;
    display: none;
}
.post-32 .news:nth-child(1) .news_text {
    display: block;
}
.post-32 .con {
    flex: 1;
}
.post-32 .news_list .news:after {
    content: "";
    width: 0.49rem;
    height: 0.49rem;
    background: #ffffff00 url(images/more_w.png) no-repeat center;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    background-size: 0.17rem;
    top: 0.38rem;
    left: -0.66rem;
    transition: all 0.4s ease-in-out;
    backdrop-filter: blur(61px);
    transform: scale(0);
}
.post-32 .news_list .news.active:after {
    transform: none;
}
.main3 {
    background: url(images/main3bg.png) no-repeat bottom 1.63rem  right;
}
.post-33 {
    position: relative;
    z-index: 1;
}
.post-33 .news a {
    height: 3rem;
    display: block;
    box-shadow: 0px 3px 16px 0px rgba(106, 0, 5, 0.15);
    background: #fff;
    margin: 0 0.25rem;
    position: relative;
    box-sizing: border-box;
    padding: 0.78rem 0.53rem 0.2rem;
}

.post-33 .con {
    margin: 0 -0.25rem;
    padding: 0.25rem 0 0.5rem;
}

.post-33 .news  .news_tt {
    background: #ED6E21;
    padding: 0 0.2rem;
    color: #fff;
    position: absolute;
    font-size: var(--bigSize);
    font-family: 'Poppins-Bold';
    line-height: 0.5rem;
    top: -0.1rem;
    left: -0.1rem;
}

.post-33 .news .news_tt:after {
    content: "";
    display: block;
    position: absolute;
    border-top: 0.1rem solid #953800;
    border-left: 0.1rem solid transparent;
    left: 0;
}

.post-33 .news .news_top {
    display: flex;
    align-items: center;
    margin-bottom: 0.3rem;
}

.post-33 .news .news_meta1 {
    margin-right: 0.2rem;
}

.post-33 .news .news_title {
    font-size: 0.2rem;
    line-height: 1.33;-webkit-line-clamp: 4;
}

.post-33 .news .news_info p {
    font-size: var(--titleSize);
    color: var(--mainColor);
    padding: 0.05rem 0;
    padding-left: 0.27rem;
    background-size: auto 0.14rem;
    background-position: left;
    line-height: 1.3;
    background-repeat: no-repeat;
}

.post-33 .news .news_info p.date {
    background-image: url(images/date_y.svg);
}
.post-33 .news .news_info p.address {
    background-image: url(images/address_y.svg);
}
.post-31 .news a:hover,.post-33 .news a:hover {
    box-shadow: 0px 3px 32px 0px rgba(106, 0, 5, 0.3);
}
.post-33 .swiper-pagination-bullets.swiper-pagination-horizontal {
    bottom: 0;
}
.post-33 .swiper-pagination-bullet {
    --swiper-pagination-bullet-horizontal-gap: 0.08rem;
    --swiper-pagination-color: #fff;
    --swiper-pagination-bullet-inactive-color: #fff;
    --swiper-pagination-bullet-width: 0.16rem;
    --swiper-pagination-bullet-height: 0.16rem;
}


.main4 {
    margin-top: -1.63rem;
    position: relative;
    z-index: 0;
}

.main4:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    background: url(images/main4bg.jpg) no-repeat;
    background-size: cover;
    height: 4.35rem;
}

.main4 .inner {
    padding-top: 2.21rem;
}
.post-41{
  display: flex;
}
.post-41 .tt.tt_w {
    margin-right: 1.21rem;
    z-index: 1;
}
.post-41 .con{
  flex: 1;
  padding-top: 0.5rem;
  margin: 0 -0.15rem;
  padding-bottom: 0.68rem;
}
.post-41 .news .news_box {
    height: 2.24rem;
    display: block;
    border-radius: 0.06rem;
    overflow: hidden;
    margin: 0 0.15rem;
    color: #fff;
    position: relative;
    padding: 0.34rem;
}
.post-41 .news .news_box *{
    position: relative;
    z-index: 1;
    color: #fff;
}
.post-41 .news .news_box:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background: linear-gradient(90.00deg, rgba(0, 0, 0, 0.6),rgba(0, 0, 0, 0.15) 100%);
    top: 0;
    left: 0;
    z-index: 0;
}

.post-41 .news .news_title {
    font-size: var(--bigSize);
    padding-bottom: 0.15rem;
    margin-bottom: 0.15rem;
    border-bottom: 1px solid rgb(255 255 255 / 30%);
}

.post-41 .news .news_text {
    color: #fff;
    font-size: var(--smailSize);
    line-height: 1.5;
    width: 74%;
}
.post-41 .news .news_text a{
    color: #fff;
}
.post-41 .news .news_link {
    position: absolute;
    bottom: 0.34rem;
    display: none;
    gap: 0.34rem;
}
.post-41 .news.n2 .news_link {
    display: flex;
}
.post-41 .news .news_link a {
    color: #fff;
    font-size: var(--smailSize);
    display: flex;
    gap: 0.054rem;
}
.post-41 .news .news_link a img {
    width: 0.11rem;
}
.post-41 .swiper-button-next, .post-41 .swiper-button-prev {
    top: auto;
    bottom: 0;
}

.post-41 .swiper-button-next {
    background-image: url(images/right_y.svg);
    right: 1.351rem;
}
.post-41 .swiper-button-prev {
    background-image: url(images/left_y.svg);
    right: 2.15rem;
    left:auto
}

.post-41 .swiper-scrollbar.swiper-scrollbar-horizontal {
    top: auto;
    bottom: 0.12rem;
    width: 5.35rem;
    left: auto;
    right: 2.9rem;
}

.main5 .inner {
    padding: 0.43rem 0 1.4rem;
}

.main5 {
    background: url(images/main5bg.svg) no-repeat top right -0.59rem;
}

.post-51 .news_list {
    display: flex;
    gap: 0.3rem;
}

.post-51 .news_list .news {
    flex: 1;
    position: relative;
}

.post-51 .news_list .news .news_imgs span {
    padding-top: 56.13%;
}

.post-51 .news .news_imgs.bg:after {}

.post-51 .news_list .news .news_wz {
    position: absolute;
    width: 100%;
    bottom: 0.28rem;
    color: #fff;
    padding: 0 0.43rem;
    box-sizing: border-box;
}

.post-51 .news_list .news .news_date {
    color: #fff;
    margin-bottom: 0.1rem;
}

.post-51 .news_list .news .news_title {
    font-size: 0.24rem;
    line-height: 1.16;
}
/**列表页**/
.l-banner {
    height: 4.8rem;
    background-position: center center;
    background-repeat: no-repeat;
    text-align: center;
    background-color: #c5c4c4;
    position: relative;
    background-size: 100% 100%;
}

.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;
}

.mrlist #l-container {
    position: relative;
    /* background: url(images/list_bg.jpg) no-repeat bottom; */
    /* background-size: 100% auto; */
}

#l-container .inner {
    position: relative;
    padding: 1.3rem 0 1.2rem;
}

#d-container .inner {
    background: #fff;
}

/**栏目列表**/
.col_menu_head {
    position: absolute;
    width: 100%;
    display: flex;
    top: -0.57rem;
    left: 0;
    /* background: var(--mainColor); */
    /* clip-path: polygon(0 0, 96% 0, 100% 100%, 100% 100%, 0 100%); */
    align-items: flex-end;
}

.col_name span {
    font-size: 0.4rem;
    color: #fff;
    font-family: 'SourceHanSansCN-Bold';
    font-weight: normal;
}

.col_name {
    padding-right: 2.51rem;
    padding-left: calc((100vw - var(--innerWidth))/2);
    margin-left: calc((100vw - var(--innerWidth))/-2);
    margin-right: 0.18rem;
    height: 1rem;
    display: flex;
    align-items: center;
    background: linear-gradient(-45.51deg, rgb(247, 191, 57) -29.074%,rgb(244, 70, 78) 141.161%);
    clip-path: polygon(0 0, 96% 0, 100% 100%, 100% 100%, 0 100%);
}

.col_path a,.col_path span {
    color: #333;
    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: 0.05rem;
}

.possplit::after {
    content: "-";
    font-size: 0.15rem;
}

.col_path .possplit {
    margin: 0 .08rem;
    width: auto;
    background-image: none;
    color: #666;
    text-indent: inherit;
    font-size: 0;
}

.col_list {
    --boxHeight: 0.7rem;
    width: 100%;
    position: relative;
    height: var(--boxHeight);
    box-sizing: border-box;
    display: flex;
    align-items: center;
    /* margin:0 -0.23rem;*/
    display: none;
    }

.col_list::before {
    content: "";
    display: block;
    width: 100vw;
    height: 0;
    left: 0;
    position: absolute;
    top: 0;
    height: 100%;
    margin-left: calc((100vw - var(--innerWidth))/-2);
    box-shadow: 0 0.04rem 0.16rem rgb(0 0 0 / 16%);
    background: #fff;
}

.column-switch {
    display: none;
}

.col_list ul {
    position: relative;
    width: 100%;
    /* margin: 0 -0.23rem; */
}

.col_list ul li {
    float: left;
}

.col_list .col_column .col_item_link.selected {
    opacity: 1;
    color: #fff;
    background: var(--mainColor);
}

.col_list .col_column .col_item_link {
    padding: 0 .23rem;
    font-size: var(--bigSize);
    line-height: var(--boxHeight);
    display: block;
    text-align: center;
}

.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;
}

.col_news_list.listcon {
    min-height: 400px;
    /* padding: 1.40rem 0 0.8rem; */
}

/**默认新闻列表页**/
.mrlist .col_news_list .news_list .news{margin-bottom:.6rem}
.mrlist .col_news_list .news_list .news a {
    /* height: 3rem; */
    display: flex;
    box-shadow: 0px 3px 16px 0px rgba(106, 0, 5, 0.07);
    background: rgb(255, 255, 255);
    padding: 0.2rem;
}
.mrlist .col_news_list .news_list .news .news_imgs{width: 4.55rem;flex:none;margin-right:.4rem;background:0 0;display:flex;align-items:center}
.mrlist .col_news_list .news_list .news .news_imgs span{
    padding-top: 61.8%;
    display: block;
    position: relative;
    width: 100%;
}
.mrlist .col_news_list .news_list .news .news_wz{flex:1;padding: .14rem 0;}
.mrlist .col_news_list .news_list .news .news_date{font-size: var(--smailSize);font-family: 'SourceHanSansCN-Bold';color: var(--mainColor);margin-bottom: 0.18rem;}
.mrlist .col_news_list .news_list .news .news_title{font-size: 0.24rem;line-height: 1.65;font-weight:700;margin-bottom: .16rem;font-family: 'SourceHanSansCN-Bold';}
.mrlist .col_news_list .news_list .news .news_text{font-size: var(--titleSize);line-height:2;color: #666666;}
.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}
.article h1.arti_title{line-height:1.3;font-family: 'SourceHanSansCN-Bold';font-size: 0.34rem;text-align:center;margin-bottom:.2rem;font-weight: normal;width: 6.24rem;margin: 0 auto;}
.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{margin: 0 .25rem;font-size:var(--smailSize);color: #848484;}
.article .arti_info.clearfix{position:relative}
.article .entry{margin:0 auto;overflow:hidden;margin-top: .26rem;min-height:400px}
.article .entry .read,.article .entry .read p{line-height:1.75;font-size:var(--smailSize);color:#333}
.article .entry .read div{
    overflow: auto;
}
.wp_entry p{font-family: "Microsoft YaHei" !important;
    font-size: 0.18rem !important;}
.wp_entry p span{font-family: "Microsoft YaHei" !important;
    font-size: 0.18rem !important;}
.article .entry .read p{    margin-bottom: 0px !important;
    font-family: "Microsoft YaHei" !important;
    font-size: 0.18rem !important;
    background: none !important;}
.article .entry .read p span{margin-bottom:0px;    font-family: "Microsoft YaHei" !important;
    font-size: 0.18rem !important;}
.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}
.pagelist a.returnPage {
    position: absolute;
    width: 0.37rem;
    height: 0.37rem;
    border: 1px solid rgb(132 132 132 / 50%);
    border-radius: 50%;
    background: url(images/returnPage.svg)no-repeat center;
    background-size: 0.29rem;
}

.pagelist .col_news_list.listcon {
    display: flex;
    position: relative;
}

.article {
    width: 10.50rem;
    margin-right: 0.92rem;
    position: relative;
}

.col_post {
    flex: 1;
    margin-top: 0.93rem;
}
.col_post .tt {
    font-size: 0.22rem;
    font-family: 'SourceHanSansCN-Bold';
    padding-left: 0.48rem;
    background: url(images/col_post_tt.svg)no-repeat left top;
    background-size: 0.29rem;
    line-height: 0.34rem;
    padding-bottom: 0.2rem;
    border-bottom: 1px solid #ED6E21;
    margin-bottom: 0.26rem;
display:flex;
}
.col_post .tt .title{margin-right:0.2rem;}
.col_post .news_list:after{
    content: "";
    width: 1px;
    height: 96%;
    background: #F5AD01;
    position: absolute;
    left: -0.24rem;
    top: 0;
    opacity: 0.7;
}
.col_post .news_list {
    position: relative;
}

.col_post .news_list .news {
    margin-bottom: 0.25rem;
    position: relative;
}

.col_post .news_list .news .news_date {
    font-size: var(--smailSize);
    font-family: 'Poppins-Bold';
    color: var(--mainColor);
    margin-bottom: 0.16rem;
}

.col_post .news_list .news .news_title {
    font-size: var(--titleSize);
    line-height: 1.7;
}

.col_post .news_list .news:after {
    content: "";
    display: block;
    width: 0.16rem;
    height: 0.16rem;
    background: var(--mainColor);
    border-radius: 50%;
    position: absolute;
    left: -0.31rem;
    top: 0;
    z-index: 1;
}
/**底部**/
#footer{background-size:cover;position:relative;background: linear-gradient(-45.51deg, rgb(247, 191, 57) -29.119%,rgb(244, 70, 78) 141.102%);}
.footer .inner{box-sizing:border-box;position:relative;z-index:1}
.foot-top{display:flex;justify-content:space-between;padding: 0.51rem 0 0.41rem;}
#footer .inner.in1{padding:.57rem 0 .32rem;position:relative}
#footer .inner .mod{}
#footer .inner .foot-left{
    margin-right: 1.14rem;
}
#footer .foot-left p span span {
    display: block;
}

.foot-center .tt {
    color: #fff;
    font-size: var(--titleSize);
    padding-bottom: 0.12rem;
    border-bottom: 1px solid #fff;
    margin-bottom: 0.1rem;
    font-family: 'SourceHanSansCN-Bold';
}
.foot-center .links .news_list {
    display: flex;
    flex-wrap: wrap;
}

.foot-center .links .news_list .news_title {
    width: 50%;
    color: #fff;
    padding-right: 0.2rem;
    box-sizing: border-box;
    font-size: var(--smailSize);
    line-height: 0.4rem;
}
.foot-center .links .news_list .news_title a{color: #fff;}
.foot-center {
    flex: 1;
    margin-right: 0.49rem;
    padding-top: 0.3rem;
}
#footer .inner .foot-center img{max-width:100%}
#footer .inner .foot-right{}
#footer .foot-left p{font-size:var(--smailSize);line-height: 2;font-weight:400;color:#fff;opacity: 0.8;background-position: top 0.06rem left;background-repeat: no-repeat;padding-left: 0.26rem;background-size: auto 0.18rem;display: flex;}
#footer .inner p a{color:#fff}
#footer .inner p span{margin:0 3px}
.foot-left .title{color:#fff;font-size:var(--smailSize);line-height:.21rem;font-weight:700;margin-bottom:.14rem}
#footer .inner .foot-left  img {
    width: 5.31rem;
    margin-bottom: 0.286rem;
    max-width: 100%;
}

.footer .contant {
    padding-left: 0.84rem;
}

.footer .contant p:nth-child(1) {
    background-image: url(images/phone_w.svg);
}
.footer .contant p:nth-child(2) {
    background-image: url(images/address_w.svg);
}
.shares .imgs {
    width: 1.36rem;
    height: 1.36rem;
    background: #fff;
    margin: 8px auto;
}

.shares .imgs img {
    width: 100%;
    height: 100%;
}

.shares .title {
    color: #fff;
    text-align: center;
    font-size: var(--smailSize);
    margin-top: 0.16rem;
}

.returnTop {
    color: #fff;
    cursor: pointer;
    font-size: var(--smailSize);
    display: flex;
    gap: 0.1rem;    position: fixed;
    top: 50%;
    right: 10px;
    background: #F19413;
    padding: 10px;
    border-radius: 10px;    display: none;
}.returnTop img {
    margin-right: 10px;
    vertical-align: middle;
}

.returnTop img {
    width: 0.17rem;
}
/**底部链接**/
.foot-left .tt{margin-bottom:.18rem}
.foot-left .links{margin-right:1.02rem}

/**分享**/
.shares .news_list{display:flex;text-align:center;gap:.17rem}
.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:.5rem;height:.5rem;border-radius:50%;background-repeat:no-repeat;background-position:center;opacity:.7;background-size:53%}
.shares .news_list .news{position:relative}
.shares .news_list .n1 .news_icon{background-image:url(images/weixin.svg)}
.shares .news_list .n2 .news_icon{background-image:url(images/weibo.svg)}
.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: 0.15rem 0;border-top:1px solid rgb(255 255 255 / 50%);justify-content: space-between;align-items: center;}
.foot-bottom p{font-size:var(--smailSizex);line-height: 2;color:#fff;position:relative;    text-align: center;}


/**侧导航**/
nav.Quick-navigation{position:fixed;right:0;z-index:1;top:50%;transform:translateY(-50%);display:flex;flex-direction:column;font-size:19px;line-height:70px;background:var(--mainColor);color:#fff;padding:0 16px;border-radius:20px}
nav.Quick-navigation a{color:#fff;border-bottom:1px solid #fff}
nav.Quick-navigation a.current{color:#e1d4a4;border-bottom:1px solid var(--hoverColor)}
.Scroll-to-top{width:60px;height:60px;position:fixed;z-index:1;background:#fff;bottom:2%;border-radius:50%;right:1%;background:#1776be7a;font-size:20px;line-height:60px;text-align:center;color:#fff;cursor:pointer}

.wp_editor_art_paste_table td{background: transparent;}
.col_path,.col_path a, .col_path span{    color: #33333370;font-size:0.16rem;}
.foot-center .links .news_list .news_title:nth-child(2n){padding-right:0}
.social-share .social-share-icon{    margin-bottom: 0.07rem;    width: 0.4rem; height: 0.4rem;}
.xyjj .post-14 li.slick-current .news_title{    font-family: 'Poppins-Bold';}
.page_div button{border-radius:0}
#nextPage, #prePage{width:1rem;}
#prePage{margin:0}


.post-32 .con .con_img a {
    display: block;
    width: 100%;
    height: 100%;
}
.returnTop img{margin-right:0}
.returnTop{    border-radius: 50%;    padding: 0;    width: .6rem;
    height: 0.6rem;      text-align: center;
    padding-top: .2rem;
    box-sizing: border-box;}
.returnTop img{height:0.17rem}
.mbanner{padding-top: 1.1rem;}
.mbanner .news_imgs a{height: calc( 75vh - 1.1rem);}
.post-32{min-height:5.3rem}


p.yj {

}
