@charset "utf-8";
/*Technical Support SudyTech*/
@font-face {
  font-family:"SourceHanSerifCN-Regular";
  src: url(../fonts/SourceHanSerifCN-Regular.ttf);
  font-display: swap; 
}
@font-face {
  font-family:"SourceHanSerifCN-Medium";
  src: url(../fonts/SourceHanSerifCN-Medium.ttf);
  font-display: swap; 
}
@font-face {
  font-family:"SourceHanSerifCN-Bold";
  src: url(../fonts/SourceHanSerifCN-Bold.ttf);
  font-display: swap; 
}
@font-face {
  font-family:"Merriweather";
  src: url(../fonts/Merriweather-Regular.ttf);
  font-display: swap; 
}
@font-face {
  font-family:"Merriweather-Bold";
  src: url(../fonts/Merriweather-Bold.ttf);
  font-display: swap; 
}
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: "SourceHanSerifCN-Regular","PingFang","Microsoft YaHei","\u5b8b\u4f53",Tahoma,Geneva,sans-serif;color:#232222;background: #FBFBFB;}
:root {--mainColor: #980337;--hoverColor: #980337;--bigSize:0.2rem;--titleSize:0.18rem;--smailSize:0.16rem;--smailSizex:0.14rem;--innerWidth: 15.2rem;}
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;}
.line6 {text-overflow:-o-ellipsis-lastline;overflow:hidden;display:-webkit-box;-webkit-line-clamp:6;-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 / 65%), transparent);position:absolute;width:100%;top:0;transition:1s;}
.header.fix .inner {padding-bottom: 0.2rem;}
.header .inner {position:relative;transition:all 0.4s ease-in-out;padding-bottom: 0.5rem;width: 18rem;}
.header .sitelogo {display:flex;position: absolute;left: 50%;transform: translateX(-50%);top: 0.1rem;}
.header .sitelogo .logo img {width: 4.53rem;}
.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 .topbox {display:flex;justify-content:space-between;height: 0.7rem;align-items:center;position: relative;padding: 0.1rem 0 0.13rem;}
.header .head-top {display:flex;align-items:center;gap:0.15rem;}
.header .head-right {display:flex;align-items:flex-end;gap:0.1rem;flex-direction:column;}
.header a.menu-btn{display:none;}
.welcometip{font-size:var(--smailSizex);color:#fff;line-height: 1.5;}
.site-lang .links svg{max-height:0.13rem}
/* 搜索*/
.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;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.44rem;background:none;color:#FFFFFF;font-size:var(--titleSize);border:0;outline:0;font-family:'SourceHanSansCN-Regular';}
.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/sous2.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 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.205rem;line-height:1;display:inline-block;font-size:var(--smailSize);display: flex;column-gap: 0.1rem;border-right: 1px solid rgb(255 255 255 / 56%);}
.site-lang ul li.links a:hover {color:#fff;}
.header .site-lang ul li.links:last-child a {
    border-right: 0;
    padding-right: 0;
}
/**导航**/
#nav {background: rgb(255 255 255 / 20%);backdrop-filter: blur(2px);border: 0.01rem solid rgb(255 255 255 / 60%);}
#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;padding: 0.125rem 0.4rem;}
.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(--bigSize);display:block;color:#fff;position:relative;font-family: "SourceHanSerifCN-Medium";}
.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;}
/**大图**/
.mbanner .tt{position:absolute;}
.mbanner {perspective:1920px;transform-style:preserve-3d;}
#banner .inner {width:100%;text-align:center;}
.mbanner .news_imgs a {display:block;height:100vh;}
.mbanner .news_list .news:not(:first-child){
  display: none;
}
.mbanner .news_list.slick-initialized .news:not(:first-child) ,.mbanner .news_list.swiper-wrapper .news:not(:first-child){
display: block;
}
.mbanner .news_imgs a img {position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover;}
.mbanner .slick-prev,.mbanner .slick-next {z-index: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 .viewbox .news .news_wz {position:absolute;bottom: 0;left:50%;margin-left: -9rem;text-align:left;width: var(--innerWidth);padding-bottom: 0.63rem; display:none;}
.mbanner .viewbox .news_text{
    font-size: var(--smailSizex);
    line-height: 1.71;
    color: #fff;
    margin-bottom: 0.16rem;
}
.mbanner .viewbox .news .news_wz .news_con{width:47.7%;display: block;}
.mbanner .news .news_wz a {color:#17607A;}
.mbanner .viewbox .news .news_title {/* display:flex; */font-size: 0.24rem;line-height: 1.5;/* position:absolute; *//* height:1.09rem; */color:#fff;text-align:left;padding: 0 0;box-sizing:border-box;align-items:center;font-weight:bold;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;font-family: "SourceHanSerifCN-Bold";margin-bottom: 0.12rem;}
.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:100vh;}
.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.fixBanner {position: fixed;left: 0;top: 0;right: 0;bottom: 0;background: #ccc;}
.fixedok .mbanner {opacity: 0;}
.mbanner{position:relative;}
.mbanner .previewbox{position:absolute;width: 12.09rem;left: 55.1%;bottom: 0.62rem;transform: translateX(-0.25rem);display:none;}
.mbanner .previewbox .news_list{column-gap:0.12rem}
.mbanner .news_bottom{display:flex;align-items: center;column-gap: 0.38rem;}
.mbanner .news_meta{font-family: "SourceHanSerifCN-Bold";}
.news_meta{font-family: "SourceHanSerifCN-Bold";color: #fff;font-size: var(--smailSizex);}
.mbanner .previewbox .news_box{display:flex;background: rgb(0 0 0 / 20%);backdrop-filter: blur(2px);padding: 0.2rem;border: 0.01rem solid rgb(255 255 255 / 60%);cursor: pointer;}
.mbanner .previewbox .news_imgs{width:1.2rem;margin-right: 0.2rem;}
.mbanner .previewbox .news_wz{flex:1;width:0}
.mbanner .previewbox .news_con{display:flex;flex-direction: column;justify-content: space-between;height: 100%;}
.mbanner .previewbox .news_imgs span{
    padding-top: 67%;
    display: block;
}
.mbanner .previewbox .news_title{
    font-size: var(--smailSize);
    line-height: 1.625;
    color: #fff;
}
.mbanner .swiper-button{width:0.82rem;height:0.82rem;border: 0.01rem solid rgb(255 255 255 / 60%);border-radius: 50%;background: rgb(255 255 255 / 20%);backdrop-filter: blur(4px);top: auto;margin-top: 0;bottom: 0.5rem;}
.mbanner .swiper-button-prev{/* background:url(../images/banleft.svg)no-repeat; */right: 50%;transform: translateX(7.88rem);left: auto;}
.mbanner .swiper-button-next{/* background:url(../images/banright.svg)no-repeat; */right: 50%;transform: translateX(9rem);}
.mbanner .swiper-button-prev:after{color:#fff}
.mbanner .swiper-button-next:after{color:#fff}
.mbanner .swiper-button:after{font-size: 0.4rem;font-weight:normal}
.mbanner .swiper-scrollbar{
    width: 3.95rem;
    top: auto;
    bottom: 3.08rem;
    left: 50%;
    transform: translateX(0.8rem);
    background: rgb(255 255 255 / 34%);
    display: none;
}
.mbanner .swiper-scrollbar-drag{background:#fff}
.mbanner .swiper-pagination{bottom: 0.8rem;display: flex;color: #fff;width: 1rem;left: auto;right: 21%;align-items: center;column-gap: 0.38rem;transform: translateX(0.6rem);font-family: "SourceHanSerifCN-Bold";}
.mbanner .swiper-pagination:before{content:'';background:url(../images/line.svg)no-repeat;width: 0.12rem;height: 0.12rem;background-size: cover;left: 50%;position: absolute;top: 50%;transform: translate(-36%, -47%);}
.mbanner .swiper-pagination-current{
    font-size: 0.32rem;
}
.mbanner .swiper-pagination-total{
    font-size: var(--smailSizex);
}
/**内容**/
.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.119rem;font-family: "SourceHanSerifCN-Bold";}
.post1 .more_btn {position:absolute;right:0;top: 50%;}
.post1 .more_btn img {width: 0.047rem;margin-left:0.05rem;vertical-align: initial;}
.post1 .more_btn .more_text {vertical-align:middle;font-size: var(--smailSizex);color: #44857C;line-height:0.21rem;font-family: "SourceHanSerifCN-Medium";}
.post1 .tt .tit span {display:block;position:relative;z-index:1;}
.post1 .tt .tit span img{height:0.87rem}
.post1 .tt .tit {/* width:1.59rem; */text-align:center;position:relative;}
.post1 .tt .title {font-size:0.3rem;font-weight:normal;line-height:1.4;}
.post1 .tt .tt_en {font-size:var(--smailSize);font-weight:normal;}
.post1 .news .news_title,.news_title{
    font-family: "SourceHanSerifCN-Bold";
    font-size: var(--smailSize);
    color:#252525;
    line-height: 2;
}
.post1 .news:hover .news_title a{color:var(--hoverColor)}
.post1 .news .news_text {font-size:var(--smailSize);line-height: 1.714;color:#707070;}
.post1 .news .news_title a {color:#4b4b4b;}
.post1 .news .news_text a {color:#707070;}
.post1 .news .news_date {font-weight:bold;font-size:var(--smailSize);line-height:1.32;color:#707070;}
.post1 .news .news_meta {color:#fff;display:inline-block;font-size: var(--smailSize);line-height: 1.625;}
.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**/
.main1 {background: url(../images/bgm1.png)no-repeat bottom center;position:relative;z-index: 0;background-size: contain;position: relative;top: 0;}
.main1 .mod{display:flex;column-gap: 0.34rem;}
.main1 .mod >div{width:calc((100% - 0.68rem)/3)}
.main1 .mod .ml,.main1 .mod .mr{margin-top:0.42rem}
.main1 .inner {padding: 0.92rem 0 1.2rem;}
.main1 .mbottom {display:flex;}
body.main .main1 .post .tt{margin-bottom:0;height: 0.84rem;display: flex;align-items: center;transition:0.7s;column-gap: 0.1rem;justify-content: center;}
body.main .main1 .post .more_btn{
    position: static;
    display: none;
}
body.main .main1 .post .more_btn img{width:0.1rem;vertical-align: bottom;}
body.main .main1 .post .con{border:0.01rem solid #DBDBDB;background:#fff;padding: 0.045rem 0.22rem;}
body.main .main1 .post .con .news_wz{height:0.64rem;display:flex;align-items: center;border-bottom: 0.01rem solid #DBDBDB;}
body.main .main1 .post .con .news:last-child .news_wz{border-bottom:0}
body.main .main1 .post{position:relative;}
body.main .main1 .post:before{content:'';background:url(../images/towel.svg)no-repeat;width: 0.65rem;height: 0.82rem;position: absolute;right: 0.646rem;opacity: 0;top:0.5rem;transition:0.7s;background-size: cover;}
body.main .main1 .post:hover:before{opacity:1;top: 0;z-index: 1;}
body.main .main1 .post:hover .more_btn{display:block;}
body.main .main1 .post:hover .tt{background:#980337}
body.main .main1 .post:hover .con{border-color:#980337}
body.main .main1 .post:hover .tt .title{color:#fff}
/**main2**/
.main2 {background-size:cover;position:relative;z-index: 1;}
.main2 .bg{position:absolute;background: url(../images/main2_bg.png)no-repeat;left: 0;right: 0;bottom: 0;top: -0.49rem;background-size: 100% auto;z-index: -1;}
.main2:after{content:'';position:absolute;left: 0;right: 0;bottom: 0;top: 50%;background-size: 100% auto;z-index: -2;background: #FBFBFB;}
.main2 .inner {padding: 1.52rem 0 1.32rem;}
.main2 .mod{display:flex;}
.main2 .mod .ml{width: 35.57%;margin-right:0.392rem;}
.main2 .mod .mr{flex:1;width:0}
body.main .post-21 .news_list{border-top: 0.01rem dashed rgb(68 133 124 / 50%);}
body.main .post-21 .news_wz{border-bottom: 0.01rem dashed rgb(68 133 124 / 50%);height: 0.86rem;display: flex;flex-direction: column;justify-content: center;}
body.main .post-21 .news_top{display:flex;justify-content: space-between;margin-bottom: 0.1rem;align-items: center;}
body.main .post-21 .news_top .media{color:#980337;font-size:var(--smailSize);font-family: "SourceHanSerifCN-Medium";}
body.main .post-21 .news_meta{color: #980337;font-size: var(--smailSize);}
body.main .post-22 .news_list{
    display: flex;
    column-gap: 0.16rem;
}
body.main .post-22 .news_list .news{width:calc((100% - 0.16rem)/2)}
body.main .post-22 .n2{margin-top:-0.4rem}
body.main .post-22 .news_imgs a{padding-top: 67%;}
body.main .post-22 .news_wz{background:#44857C;display:block;height: 2.15rem;position:relative;}
body.main .post-22 .news_wz:before{content:'';background:url(../images/towel.svg)no-repeat;width: 0.65rem;height: 0.82rem;position: absolute;right: 0;opacity: 0;bottom: 0;transition:0.7s;background-size: cover;}
body.main .post-22 .news:hover .news_wz{background:var(--hoverColor)}
body.main .post-22 .news:hover .news_wz:before{opacity:1;right:0.2rem;bottom:0.2rem}
body.main .post-22 .news_wz .news_con{padding: 0.215rem 0.356rem 0;}
body.main .post-22 .n2 .news_wz{background:#AC965E}
body.main .post-22 .news_meta{
    margin-bottom: 0.075rem;
}
body.main .post-22 .news_title{font-size:var(--titleSize);color:#fff;margin-bottom: 0.07rem;}
body.main .post-22 .news_text{color:#fff}
body.main .post-22 .tt{position:static;}
body.main .post-22 .more_btn{
    bottom: 0;
    top: auto;
    right: 22%;
    transform: translateX(50%);
}
body.main .post-22{position:relative}
.wrap1{background: #FBFBFB url(../images/main4_bg.jpg) no-repeat 0 4rem;background-size: 100% auto;position: relative;z-index: 1;}
/**main3**/
.main3 .post1 .more_btn .more_text{color:#fff
								  }
.main3 {position:relative;background: url(../images/main3_bg.png)no-repeat left top;background-size: 16.5rem auto;}
.main3 .inner {padding: 0.696rem 0 0.77rem;}
.main3 .mod{display:flex;}
.main3 .ml{margin-right: 1.18rem;width:61.6%}
.main3 .mr{
    flex: 1;
    width: 0;
}
body.main .post-31 .tt{margin-bottom:0.079rem}
body.main .post-31 .news_imgs{border-radius:50%}
body.main .p31viewbox .news_imgs{width:2.12rem;margin-right:0.37rem;padding: 0.13rem;background: none;}
body.main .p31viewbox .news_imgs:before{content:'';background:url(../images/peoplebg.png)no-repeat;position: absolute;top: 0;right: 0;bottom: 0;left: 0;background-size: contain;}
body.main .p31viewbox .swiper-slide-active .news_imgs:before{animation: 50s linear infinite ani_turn2}


@keyframes ani_turn2 {
    0% {
        transform:  rotate(0)
    }

    100% {
        transform: rotate(360deg)
    }
}
body.main .p31viewbox .news_wz{flex:1;width:0;padding: 0.18rem 0 0 0;}
body.main .p31viewbox .news_imgs a{padding-top:100%;position: relative;border-radius: 50%;}
body.main .p31viewbox{margin-bottom:0.625rem}
body.main .p31viewbox .news_box{
    display: flex;
}
body.main .p31previewbox .news_imgs span{padding-top:100%;}
body.main .p31previewbox .news_imgs{border:0.02rem solid #E5CA87}
body.main .p31previewbox{margin:0 0.18rem;}
body.main .p31previewbox .news_box{margin:0 0.27rem}
body.main .p31viewbox .news_title{font-size:0.24rem;color:#fff;margin-bottom: 0.08rem;}

body.main .p31viewbox .news_text{font-size:var(--smailSize);opacity:0.8;color:#fff;margin-bottom: 0.23rem;}
body.main .p31viewbox .news_more{color:#E5CA87}
body.main .p31viewbox .news_more img{vertical-align:middle;margin-left:0.08rem;}
body.main .post-32{margin:0 -0.12rem;}
body.main .post-32 .tt{margin-bottom:0.179rem}
body.main .post-32 .news_list{}
body.main .post-32 .more_btn{right:1.11rem}
body.main .post-32 .con{margin:0 -0.0635rem;padding: 0 0.12rem;}
body.main .post-32 .news_box{margin:0 0.0635rem;}
body.main .post-32 .news{padding: 0.12rem 0}
body.main .post-32 .news_imgs{box-shadow: 0 0.03rem 0.12rem rgb(152 3 55 / 30%);overflow:visible;padding: 0 0;background:none;}
body.main .post-32 .news_imgs a{padding-top: 143.89%;position: relative;}
body.main .post-32 .news_title{font-size:var(--titleSize);color:#232323;background: #E5CA87;width: 1.11rem;text-align: center;line-height: 2.5;margin-bottom: 0.179rem;}
body.main .post-32 .slick-arrow{height: 0.36rem;width: 0.27rem;font-size: 0;left: auto;right: 0.18rem;border-radius: 0;box-shadow: initial;margin-top: 0;}
body.main .post-32 .slick-prev{background:url(../images/newspleft.svg)no-repeat;top: -0.57rem;margin-top: 0;background-size: cover;}
body.main .post-32 .slick-next{background:url(../images/newspright.svg)no-repeat;top: 0.1rem;background-size: cover;}
body.main .post-32 .slick-prev:before{content:'';width: 0.27rem;position: absolute;left: 50%;height: 0.01rem;background: #D9E5DF;bottom: -0.143rem;left: 50%;transform: translateX(-50%);}
body.main .post-32 .slick-prev:hover{background:url(../images/newsplefth.svg)no-repeat;background-size: cover;}
body.main .post-32 .slick-next:hover{background:url(../images/newsprighth.svg)no-repeat;background-size: cover;}
/**main4**/ 
.main4 .tab-menu {display:flex;justify-content:center;gap:0.2rem;margin-bottom:0.43rem;}
.main4 {background-size:cover;overflow:hidden;}
.main4 .inner {padding: 0.73rem 0 0;}
.main4 .mod{display:flex;}
.main4 .ml{
    width: 57.2%;margin-right:0.52rem
}
.main4 .mr{width:0;flex:1}
body.main .post-41 .news_top{display:flex;align-items: center;justify-content: space-between;height: 0.63rem;border-bottom: 0.01rem solid #DBDBDB;}
body.main .post-41 .news_meta{color:#980337;font-size:var(--smailSizex);margin-left:0.41rem;}
body.main .post-41 .news_title{width:0;flex:1}
body.main .post-41 .news .news_text{color:#fff;line-height:1.5;opacity: 0.8;}
body.main .post-41 .news.selected .news_top,body.main .post-41 .news:last-child .news_top{border-bottom:0}
body.main .post-41 .news.selected .news_title,body.main .post-41 .news.selected .news_meta{color:#fff;}
body.main .post-41 .news{padding:0 0.335rem 0 0.435rem;transition:0.7s;height: 0.64rem;overflow:hidden;}
body.main .post-41 .news .news_box{transition:0.7s}
body.main .post-41 .news.selected .news_box{padding-top:0.05rem}
body.main .post-41 .news .news_bottom{opacity:0}
body.main .post-41 .news.selected{background:#44857C;height:2.15rem;}
body.main .post-41 .news.selected .news_bottom{opacity:1}
body.main .post-41 .con{background:#fff;border: 0.01rem solid #DBDBDB;}
body.main .post-41 .news_more{font-size:var(--smailSizex);font-family: "SourceHanSerifCN-Bold";color: #fff;margin-top: 0.2rem;}
body.main .post-42 .news_box{display:flex;padding-bottom: 0.116rem;border-bottom: 0.01rem solid #C4C4C4;}
body.main .post-42 .news{margin-bottom:0.12rem}
body.main .post-42 .news_box .news_imgs{
    width: 1.8rem;margin-right:0.36rem
}
body.main .post-42 .news_box .news_meta{color:var(--hoverColor)}
body.main .post-42 .news_box .news_wz{flex:1;width:0}
body.main .post-42 .news:hover .news_title{color:var(--hoverColor)}
body.main .post-42 .news:hover .news_text{color:var(--hoverColor)}
/**main5**/
.wrap2{background: url(../images/main5_bg.png)no-repeat;background-size: 100% auto;}
.main5 {position:relative;z-index:1;}
.main5 .inner {padding: 0.71rem 0 0.66rem;}
body.main .post-51 .news:hover .news_title{color:var(--hoverColor)}
body.main .post-51 .tt{margin-bottom:0.249rem}
body.main .post-51 .news_list{display:flex;padding: 0 1.76rem 0 0.72rem;}
body.main .post-51 .news_list .news{width:25%}
body.main .post-51 .news_list .news_box{padding:0 0.915rem 0 0.33rem;position: relative;}
body.main .post-51 .news_list .news_box:before{content:'';width:0.08rem;height:3.3rem;background:url(../images/news_before.svg)no-repeat;position: absolute;left: -0.04rem;top: 0.34rem;background-size: 100% auto;}
body.main .post-51 .news_meta{color:#980337;font-size: var(--smailSizex);font-family: ""SourceHanSerifCN-Bold"";margin-bottom: 0.2rem;}
body.main .post-51 .news_day{font-size:0.28rem}
body.main .post-51 .news_title{font-size:var(--titleSize);margin-bottom: 0.16rem;transition: 0.7s;}
body.main .post-51 .news_text{color:#44857C;font-size: var(--smailSizex);}
body.main .post-51 .n2{margin-top:-0.6rem}
body.main .post-51 .n4{margin-top:-0.854rem}
/**main6**/
.main6 {position:relative;z-index:1;}
.main6:before{content:'';top: 2.48rem;bottom:0;left:0;right:0;position:absolute;z-index:-1;background: #44857C;}
.main6 .inner {padding-bottom:0.562rem;}
.main6 .mod{display:flex}
.main6 .ml{width:27.5%;position: relative;z-index: 1;}
body.main .post-61 .news{margin-bottom:0.195rem}
body.main .post-61 .news_box{position:relative;}
body.main .post-61 .news_imgs a{
    padding-top: 56.2%;
}
body.main .post-61 .news_wz{position:absolute;left:0;right:0;bottom:0;background: url(../images/p61wz.png)no-repeat top;height: 1rem;background-size: cover;display: flex;align-items: flex-end;}
body.main .post-61 .news_title{color:#fff}
body.main .post-61 .news_con{padding:0 0.24rem 0.2rem}
body.main .post-62 .news_title{font-size:0.24rem;color:#252525;margin-left: 0.85rem;border-left: 0.08rem solid #980337;line-height: 0.38rem;padding-left: 0.11rem;margin-bottom: 0.23rem;}
body.main .post-62 .news_video{
    position: relative;
    overflow: hidden;
    padding-top: 56.27%;
}
body.main .post-62 .news_video img{
								  position:absolute;
								  left: 50%;
								  top:50%;
								  transform: translate(-50%, -50%);
								  cursor: pointer;
								  width: 1.74rem;
								  }
body.main .post-62 .news_video video{position:absolute;left:0;right:0;bottom:0;top:0;width:100%;height:100%}
.main6 .mr{margin-left: -0.35rem;position: relative;z-index: 0;position: absolute;right: 0;width: 69.6875%;}
.main6 .post1 .tt .tit span img{height:0.64rem}
body.main .post-62 .tt{
    display: flex;
    justify-content: center;
}
body.main .post-62 .more_btn{
    right: 2rem;
    bottom: -0.43rem;
    top: auto;
    z-index: 3;
}
body.main .post-62 .slick-dots{
    width: auto;
    top: 0.08rem;
    bottom: auto;
    right: 2.99rem;
}
body.main .post-62 .slick-dots li.slick-active{opacity:1}
body.main .post-62 .slick-dots li{background:#980337;opacity:0.2;width:0.14rem;height:0.14rem;margin: 0 0.05rem;}
/**列表页**/
.l-banner {height: 4.8rem;background-position:center center;background-repeat:no-repeat;text-align:center;background-color:#c5c4c4;position:relative;background-size: cover;}
.l-banner img {display:none;height:100%;vertical-align:top;}
#l-container {position:relative;margin-top: -2.23rem;}
#l-container .inner {padding: 0 0 1rem;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:.3rem;line-height: 1.4375;}
.col_path a,.col_path span {color:#fff;font-size:var(--smailSize);line-height:1.3;}
.col_path {display:inline-block;padding-left:.26rem;background:url(../images/home.svg) no-repeat left;margin-bottom:.63rem;}
.possplit::after {content:"/";font-size:.15rem;}
.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;padding-right:.9rem;box-sizing:border-box;display:flex;align-items:center;}
.col_list::before {content:"";display:block;width:calc(50vw + 8.2rem);height:0;right:0;position:absolute;top:0;border-bottom:.9rem solid var(--mainColor);border-right:.35rem solid transparent;}
.column-switch {display:none;}
.col_list ul {position:relative;width:100%;}
.col_list ul li {float:left;}
.col_list .col_column .col_item_link.selected {opacity:1;}
.col_list .col_column .col_item_link {color:#fff;padding:0 .36rem;font-size:var(--smailSize);border-right:1px solid rgb(255 255 255 / 20%);display:inline-block;display:block;text-align:center;opacity:.7;margin:.05rem 0;}
.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: 75.1%;
    margin-right: 0.2rem;
}
.colright{flex:1;width:0}
.linknews{background:#fff;padding: 0.34rem 0.239rem 0.37rem 0.634rem;}
.linknews .tt{color:#891D25;font-family: "SourceHanSerifCN-Bold";font-size: 0.22rem;border-bottom: 0.005rem solid #980337;padding-bottom: 0.299rem;line-height: 1.4;margin-bottom: 0.291rem;}
.linknews .con{position:relative;}
.linknews .con:before{content:'';position:absolute;background: url(../images/dashline.svg)repeat-y;width: 0.01rem;top: 0.08rem;bottom: 0.96rem;left: -0.24rem;}
.linknews .news{margin-bottom:0.17rem;height: 0.94rem;}
.linknews .news_box{position:relative;}
.linknews .news_box:before{content:'';background: url(../images/diamond.svg)no-repeat;width: 0.11rem;height: 0.11rem;position: absolute;left: -0.29rem;top: 0.06rem;background-size: contain;}
.linknews .news_meta{font-size:var(--smailSize);color:#980337;font-family: "SourceHanSerifCN-Bold";line-height: 1.25;margin-bottom: 0.1rem;}
.mrlist .col_news_list .news_list .news {display:flex;margin-bottom: .2rem;}
.mrlist .col_news_list .news_list .news .news_imgs {width:4.7rem;flex:none;margin-right:.4rem;background:0 0;display:flex;align-items:center;}
.mrlist .col_news_list .news_list .news .news_imgs a {padding-top:61.27%;width:100%;}
.mrlist .col_news_list .news_list .news .news_wz {flex:1;padding: 0.3rem 0.3rem 0.35rem;background: #fff;display: flex;}
.mrlist .col_news_list .news_list .news .news_meta {margin-bottom:.33rem;background: #980337;color: #fff;width: 0.72rem;height: 0.72rem;margin-right: 0.3rem;}
.mrlist .col_news_list .news_list .news .news_con{flex:1;width:0}
.mrlist .col_news_list .news_list .news .news_meta span {display:block;color: #fff;text-align: center;}
.mrlist .col_news_list .news_list .news .news_year {font-size: var(--smailSizex);}
.mrlist .col_news_list .news_list .news .news_day {font-size: .32rem;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: .34rem;}
.mrlist .col_news_list .news_list .news .news_text {font-size:var(--smailSizex);line-height: 1.71;margin-bottom: 0.17rem;}
.mrlist .col_news_list .news_list .news .news_text a {color: #414141;}
.mrlist .col_news_list .news_list .news.noimg .news_imgs {display:none;}
.mrlist .col_news_list .news_list .news .news_more a{
    color: #980337;
    font-size: var(--smailSizex);
    font-family: "SourceHanSerifCN-Bold";
}
.mrlist .col_news_list .news_list .news .news_more a img{width:var(--smailSizex);vertical-align: middle;}
.list_sdbd .col_news_list .news_list .news .news_con{flex:1;width:0}
.list_sdbd .col_news_list .news_list .news:first-child .news_imgs{width:6.3rem}
.list_sdbd .col_news_list .news_list .news {display:flex;margin-bottom: .2rem;background: #fff;}
.list_sdbd .col_news_list .news_list .news .news_imgs {width: 3.15rem;flex:none;background:0 0;display:flex;align-items:center;margin-right: 0;}
.list_sdbd .col_news_list .news_list .news .news_imgs a {padding-top: 66.6%;width:100%;}
.list_sdbd .col_news_list .news_list .news .news_wz {margin-left: -0.36rem;position: relative;background: none;z-index: 1;flex: 1;padding: 0.2rem 0.4rem 0.35rem 0;display: flex;}
.list_sdbd .col_news_list .news_list .news:first-child .news_wz{padding-top:0.4rem}
.list_sdbd .col_news_list .news_list .news .news_meta {margin-bottom:.33rem;background: #980337;color: #fff;width: 0.72rem;height: 0.72rem;margin-right: 0.3rem;}
.list_sdbd .col_news_list .news_list .news .news_meta span {display:block;color: #fff;text-align: center;}
.list_sdbd .col_news_list .news_list .news .news_year {font-size: var(--smailSizex);}
.list_sdbd .col_news_list .news_list .news .news_day {font-size: .32rem;line-height:1.4;}
.list_sdbd .col_news_list .news_list .news .news_title {font-size: var(--bigSize);line-height:1.7;font-weight:700;margin-bottom: .34rem;}
.list_sdbd .col_news_list .news_list .news .news_more a{
    color: #980337;
    font-size: var(--smailSizex);
    font-family: "SourceHanSerifCN-Bold";
}
.list_sdbd .col_news_list .news_list .news .news_more a img{width:var(--smailSizex);vertical-align: middle;}
.list_sdbd .col_news_list .news_list .news:first-child .news_text{
    -webkit-line-clamp: 7;
}
.list_sdbd .col_news_list .news_list .news .news_text {font-size:var(--smailSizex);line-height: 1.71;margin-bottom: 0.17rem;}
.list_sdbd .col_news_list .news_list .news .news_text a {color: #414141;}
.list_sdbd .col_news_list .news_list .news.noimg .news_imgs {display:none;}
/**图说中南**/
.list_tszn #l-container{
    margin-top: -2.43rem;
}
.list_tszn .pageNews .con .swiper2 .newsList {
    min-height: 1.5rem;
}
.list_tszn .pageNews .con .swiper2 .news span a {
    color: #fff;
    position: absolute;
    z-index: 1;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    opacity: 0;
    font-size: 0.2rem;
    font-family:SourceHanSansCN-Medium;
}

.list_tszn .pageNews .con .swiper2 .news.swiper-slide-thumb-active span a,.list_tszn .pageNews .con .swiper2 .news.swiper-slide-active span a {
    opacity: 1;
}
.list_tszn .pageNews .con {
    padding: 0;
    position: relative;
    transition: 0.4s;
}
.list_tszn .pageNews .con .swiper2 {
    margin: 0 -0.08rem;
    /* min-height: 1.5rem; */
}
.list_tszn .pageNews .con .swiper1 .news img, .list_tszn .pageNews .con .swiper2 .news img {
    position: absolute;
    min-width: auto;
    min-height: 100%;
    width: auto;
    height: 100%;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}
.list_tszn .pageNews .con .swiper2 .news img {
    min-width: 100%;
}
.list_tszn .pageNews .con .swiper1 .news_imgs span {
    display: block;
    padding-top: 66.32%;
    width: 100%;
    position: relative;
    overflow: hidden;
}

.swiper.swiper1.swiper-initialized.swiper-horizontal {}
.list_tszn .pageNews{
     --inset: 0.52rem;
--swiper-navigation-size: 0.15rem;
}
.list_tszn .pageNews .con .swiper1 {
    width: 8.91rem;
    margin-bottom: 0.2rem;
}
.list_tszn .pageNews .con .swiper1 .news_wz{
    margin-bottom: 0.35rem;
    padding-left: 0.21rem;
    border-left: 0.02rem solid #fff;
}
.list_tszn .pageNews .con .swiper1 .news_title{
    font-size: 0.34rem;
    line-height: 1.441;
    color: #fff;
    margin-bottom: 0.11rem;
}
.list_tszn .pageNews .con .swiper1 .news_info{font-family: "SourceHanSerifCN-Bold";line-height: 1.4375;}
.list_tszn .pageNews .con .swiper1 .news_info span{color:#fff}
.list_tszn .pageNews .con .swiper1 .news_info .news_source{margin-right:0.4rem}
.list_tszn .pageNews .con .swiper1 .news_info .metaboxx{margin-right:0.62rem}
.list_tszn .pageNews .con .swiper1 .news {
    box-sizing: border-box;
}
.list_tszn .pageNews .con .swiper1 .news_con{
    height: 1.02rem;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgb(13 13 13 / 50%);
    padding: 0 0.45rem;
    display: flex;
    align-items: center;
}
.list_tszn .pageNews .con .swiper1 .news_text{
											 color:#fff;
											 font-size: var(--smailSize);
											 line-height: 1.75;
											 }
.list_tszn .pageNews .con .swiper2 .news span {
    position: relative;
    padding-top: 67%;
    width: auto;
    overflow: hidden;
    /* display: flex; */
    /* align-items: center; */
    /* justify-content: center; */
    display: block;
    margin: 0 0.08rem;
    border: 0.04rem solid transparent;
}

.list_tszn .pageNews .con .swiper2 .news {
    /* padding: 0 0.18rem; */
    box-sizing: border-box;
    /* transform: scale(0.81); */
    transition: 0.4s;
    transform-origin: bottom;
    padding: 0;
}

.list_tszn .pageNews .con .swiper2 .news.swiper-slide-thumb-active, .list_tszn .pageNews .con .swiper2 .news.swiper-slide-active span {
    /* transform: scale(1); */
    border-color: #980337;
}
.list_tszn .pageNews .con .newsList {
    display: flex;
}


.list_tszn .pageNews .con .swiper2 .news.swiper-slide-thumb-active span:after,.list_tszn .pageNews .con .swiper2 .news.swiper-slide-active span:after  {
    /* transform: none; */
    opacity: 0.5;
}
.list_tszn .pageNews .con .swiper2 .news span:after {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background: #0168b7ad;
    top: 0;
    position: absolute;
    opacity: 0.5;
    transition: 0.4s;
    /* transform: scale(0); */
    opacity: 0;
}
.list_tszn .pageNews .swiper-button-prev,
.list_tszn .pageNews .swiper-button-next {
  left: auto;
  right: 1.68rem;
  top: 35%;
  margin: 0;
  width: var(--inset);
  height: var(--inset);
  background-color: #AC965E;
  border-radius: 50%;
  color: #fff;
  font-weight: bold;
  /* transform: translateY(-150%); */
  z-index: 1;
}
.list_tszn .pageNews .swiper-button-prev {
    left: 1.68rem;
}


.list_tszn .pageNews .con .swiper2 .newsList {
    min-height: 1.5rem;
}
.list_tszn .pageNews .con .swiper2 .news span a {
    color: #fff;
    position: absolute;
    z-index: 1;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    opacity: 0;
    font-size: var(--bigSize);
    font-family:SourceHanSansCN-Medium;
    line-height: 1.5;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    padding: 0 10px;
    width: 100%;
    box-sizing: border-box;
}

.list_tszn .pageNews .con .swiper2 .news.swiper-slide-thumb-active span a,.list_tszn .pageNews .con .swiper2 .news.swiper-slide-active span a {
    opacity: 1;
}
/**文章页**/
.pagelist .coleft{background:#fff}
.pagelist .coleft .col_news_list{
    padding: 0.31rem 0.66rem 0.185rem;
}
.info .col_metas.clearfix {height:.63rem;}
.infobox {padding:.56rem 0;margin:0 auto;width:auto;}
.article .back{font-size:var(--smailSizex);color:#803027;display: inline-block;line-height: 1.71;margin-bottom: 0.22rem;cursor: pointer;}
.article .back a{color:#803027;}
.article .back img{width:0.14rem;margin-right: 0.031rem;vertical-align: baseline;}
.article h1.arti_title {line-height: 1.44;font-family:SourceHanSerifCN-Bold;font-size: .34rem;text-align:center;margin-bottom: 0;border-bottom: 0.01rem solid #980337;padding-bottom: 0.2rem;}
.article h2.arti_title {line-height:2;font-family:"Microsoft YaHei";font-size:.2rem;text-align:center;color:#1b1b1bc7;margin-bottom:.2rem;display: none;}
.article .arti_metas {text-align:center;line-height:1.3;margin:0;display: flex;column-gap: 0.42rem;}
.article .arti_metas>span {font-size:var(--smailSize);color: #848484;}
.article .arti_info {position:relative;display:flex;align-items:center;justify-content: space-between;margin-top: 0.165rem;}
.article .arti_info .right{display:flex;}
.article .sharebox{display:flex;align-items: center;font-size: var(--smailSize);color: #848484;position: relative;}
.article .sharebox .shareico{
    width: 0.17rem;
    cursor: pointer;
}
.article .sharebox .con{padding-right:0.32rem}
.article .sharebox .con:hover #share-2{display: flex;}
.article .sharebox .con #share-2{position: absolute;display: none;flex-direction: column;transform: translate(50%, -50%);top: 50%;}
.article .arti_info .right .font{display:flex;align-items: center;font-size: var(--smailSize);color: #848484;}
.article .arti_info .right .fontbuton{background:#F4F4F4;border-radius:0.04rem;padding: 0.04rem;}
.article .arti_info .right .fontbuton span{display:inline-block;color: #44857C;width: 0.37rem;line-height: 0.3rem;height: 0.3rem;text-align: center;position: relative;cursor: pointer;transition: 0.7s;}
.article .arti_info .right .fontbuton span.selected{
    border-radius: 0.04rem;
    background: #44857C;
    color: #fff;
}
.article .arti_info .right .fontbuton span.selected:before{display:none;}
.article .arti_info .right .fontbuton span:before{content:"";background:#C7C7C7;height: 0.16rem;width: 0.01rem;position: absolute;right: 0;top: 50%;transform: translateY(-50%);}
.article .arti_info .right .fontbuton span:last-child:before{display:none;}
.article .entry {margin:0 auto;overflow:hidden;margin-top:.4rem;min-height:400px;}
.article .entry .read, .article .entry .read p,.article .entry .read p span {    line-height: 2 !important;
    font-size: var(--smailSize) !important;
    text-indent: 2em !important;
    color: #232323;
    font-family: 宋体, simsun !important;}
.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: 1.667;font-size:var(--titleSize);flex-wrap:wrap;position: relative;flex-direction: column;}
.wp_artfuns .wp_art_adjoin div{
    padding: 0.185rem 0;
}
.wp_artfuns .wp_art_adjoin .prevbox{
    border-bottom: 0.01rem solid #980337;
}
.list div#wp_column_article {
    background: #fff;
    box-sizing: border-box;
    padding: 4%;
}
.wp_artfuns .wp_art_adjoin span:first-child{color:#980337}
.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: #44857C;background-size:cover;position:relative;}
.list .footer .inner{padding: 0.97rem 0 0.42rem;}
.footer .inner {padding: 0 0 0.42rem;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 {display:flex;flex:1 1 auto;align-items:flex-start;justify-content: space-between;}
#footer .inner .foot-left {/* flex:1; */display:flex;flex-direction: column;width: 53.94%;}
#footer .inner .foot-logo{margin-bottom:0.365rem}
#footer .inner .foot-left .links .link_list{
    display: flex;
    justify-content: space-between;
    border-bottom: 0.01rem solid rgb(255 255 255 / 23%);
    padding-bottom: 0.21rem;
}
#footer .inner .foot-center {flex:1;text-align:center;}
#footer .inner .foot-center img {max-width:100%;}
#footer .inner .foot-right {/* flex:1; */display:flex;justify-content:flex-end;flex-direction: column;width: 28.28%;padding-top: 0.72rem;}
#footer .inner p {font-size: var(--smailSizex);line-height: 2.57;font-weight:400;color:#fff;}
#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;}
/**底部链接**/
.foot-left .tt {margin-bottom:.18rem;}
.foot-left .links {/* margin-right:1.02rem; */ margin-bottom: 0.12rem; }
.foot-left .links a{font-size: var(--bigSize);color: #fff;line-height: 1.45;}
/**分享**/
.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;background-size:53%;}
.shares .news_list .news {position:relative;}
.shares .news_list .news .news_icon[media="微信"]{background-image:url(../images/weixin.svg);}
.shares .news_list .news .news_icon[media="微博"]{background-image:url(../images/weibo.svg);}
.shares .news_list .news .news_icon[media="抖音"]{background-image:url(../images/douyin.svg);}
.shares .news_list .news .news_icon[media="bilibili"]{background-image:url(../images/bilibili.svg);}
.shares .news_list .news .news_icon[media="小红书"]{background-image:url(../images/redbook.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:.26rem 0 .29rem;text-align:center;position:relative;z-index:1;border-top:1px solid rgb(255 255 255 / 50%);}
.foot-bottom p {font-size:var(--smailSizex);line-height:2.4;color:#fff;position:relative;}
.shares{margin-bottom: 0.62rem;}
.contant .tt{border-bottom:0.01rem solid rgb(255 255 255 / 23%);padding-bottom: 0.205rem;margin-bottom: 0.12rem;}
.contant .tt .title{font-size:0.24rem;font-family: "SourceHanSerifCN-Bold";color: #fff;}
.contant p{padding-left:0.36rem}
.contant p:first-child{background: url(../images/addr.svg)no-repeat left;}
.contant p:nth-child(2){background:url(../images/mail.svg)no-repeat center left}
.contant p:last-child{background:url(../images/phone.svg)no-repeat center left}
/**侧导航**/
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.6rem;height: 0.6rem;position:fixed;z-index:1;background:#fff;bottom: 0.6rem;border-radius: 0;right: 0.52rem;background: url(../images/top.svg)no-repeat;font-size:20px;line-height:60px;text-align:center;color:#fff;cursor:pointer;background-size: cover;font-size: 0;}
/** 加载 **/
.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);}
;}
/*搜索*/
.layer {
	position: fixed;
	opacity: 0;
	filter: alpha(opacity=0);
	left: 0;
	top: 0;
	z-index: -1;
	background-color: rgba(0, 0, 0, .85);
	width: 100%;
	height: 0%;
   transition: all 0.8s ease-in-out;
}

.close {
	width: 50px;
	text-align: center;
	position: absolute;
	right: 2%;
	cursor: pointer;
	top: 2%;
	transition: transform .4s ease-out;
}

.close i {
	color: #fff;
	font-size: 40px;
	cursor: pointer;
}

.close:hover {
	transform: rotate(180deg);
}

.layer.on {
	z-index: 99990;
	opacity: 1;
	filter: alpha(opacity=100);

}

.search_box {
   width: 50%;
   overflow: hidden;
   position: absolute;
   left: 50%;
   top: 50%;
   transform: translate(-50%, -50%);
}
.layer.on .search_box {
   transform: translate(-50%, -50%);
}
.search_box .searchKeyword {
   height: 50px;
   line-height: 50px;
   background-color: #fff;
   width: 100%;
   padding-right: 100px;
   padding-left: 10px;
   border: 0;
   box-sizing: border-box;
}
.search_box .serachSubmit, .tijiao {
   width: 100px;
   background-color: #44857C;
   color: #fff;
   height: 50px;
   line-height: 50px;
   text-align: center;
   position: absolute;
   right: 0;
   top: 0;
   border: none;
   font-size: 18px;
   cursor: pointer;
   letter-spacing: 1px;
}
.layer.on {z-index: 99990;opacity: 1;   height: 100%;filter: alpha(opacity=100);}
#playvideo {
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 10000;
  top: 0;
  left: 0;
}
#playvideo .video_bg {
  position: absolute;
  z-index: 0;
  background: #000;
  opacity: 0.5;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.wp_audio_player{text-align:center;}
#playvideo .playbox {
  position: absolute;
  width: 56%;
  top: 15%;
  height: 65%;
  margin: 0 auto;
  display: block;
  z-index: 100;
  left: 22%;
}
#playvideo video {
  display: block;
  object-fit: cover;
  width: 100%;
  height: 100%;
}
#playvideo .videoclose {
  position: absolute;
  right: -35px;
  top: -35px;
  cursor: pointer;
  z-index: 100;
}
/* p14 */
.mod2{
margin-bottom:0.9rem;
}
body.main  .main1 .mod2 .post:hover .tt {
    background: unset;
}

body.main .main1 .mod2 .post:hover:before {
    opacity: 0;
}

body.main .main1 .mod2 .post .con {
    border: 0;
    background: unset;
}



body.main .main1 .mod2 .post .more_btn img {
    width: 0.047rem;
    margin-left: 0.05rem;
    vertical-align: initial;
}

body.main .main1 .mod2 .post .more_btn {
    display: block;
       position: absolute;
    z-index:2;
}

.conf14 {
    display: flex;
    justify-content: space-between;
}

.l14, .r14 {
    flex: 1;
}

.c14 {
    width: 51.77%;
    border-left: 1px solid #C4C4C4;
    border-right: 1px solid #C4C4C4;
    box-sizing: border-box;
    padding: 0 0.2rem;
}


body.main .main1 .mod2 .post .con .news_wz {
    display: block;
    height: auto;
}

.mod2 .post1 .news .news_title {
    font-size: var(--bigSize);
    line-height: 0.3rem;
    color: #4b4b4b;
}

.mod2 .post1 .l14 .news.n1 .news_title {
    /* min-height: 1.08rem; */
}

.shorts {
    font-family: 'SourceHanSerifCN-Regular';
    line-height: 0.24rem;
}

.mod2 .post1 .news .news_meta {
    color: #980337;
    font-weight: bold;
}
.mod2 .post1 .l14 .news.n2 .shorts{
    min-height: 0.72rem;
}
.mod2 .post1 .l14 .news.n2{border-top:1px solid #C4C4C4;padding-top: 0.3rem;}

body.main .main1 .mod2 .post .con .l14 .n1 .news_wz {
    /* padding-bottom: 0.77rem; */
    border: 0;
}

.c14 .news_imgs {
    padding-top: 56.22%;
}

.mod2 .post1 .c14 .news .news_title {
    font-size: 0.24rem;
    text-align: center;
    min-height: 0.72rem;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #4b4b4b;
}

.c14 .shorts {
    min-height: 0.48rem;
text-align: left;
}
body.main .main1 .mod2 .post .con .l14  .news_wz{padding-right:0.2rem;/* display: flex; *//* flex-direction: column; *//* align-items: flex-start; *//* justify-content: space-between; */height: 90%;position: relative;}
.mod2 .post1 .c14 .news .news_meta {
    text-align: center;
    display: block;
}

.r14 .news_title{
   line-height: 0.32rem;
    min-height: 0.64rem;
}

.r14 .news {
    padding-left: 0.2rem;
    
 
}



body.main .main1 .mod2 .post .con .r14 .news_wz {
    border-bottom:1px solid #c4c4c4;
    padding-bottom:0.1rem;
    margin-bottom:0.1rem;
}
.mod2 .post1 .tt .tit span img {
    height: 0.64rem;
}

body.main .main1 .mod2 .post .con .r14 .news:last-child .news_wz{
border-bottom:0;
}

body.main  .main1 .post .con .c14 .news:last-child .news_wz{margin-top:0.15rem;}
.shorts a{color:#414141;}

.l14 .news {
    height: 50%;
}

.l14 ul.news_list {
    height: 100%;
}

.mod2 .post1 .l14 .news .news_meta {
    position: absolute;
    bottom: 0.5rem;
}

li.news.n2 {}

.mod2 .post1 .l14 .news .shorts {
    margin-top: 0.1rem;
    min-height: 0.72rem;
}