@charset "utf-8";
/*Technical Support SudyTech*/
html {font-size: calc(100vw / 19.2);}
.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}
@font-face {
  font-family: 'psb';
  src: url(../fonts/Poppins-SemiBold.ttf);
}
@font-face {
  font-family: 'barlow';
  src: url(../fonts/Barlow-Regular.ttf);
}
/**头部**/
.header {border-bottom:none;height:auto;line-height:inherit;background-size:cover;position:relative;z-index:3;background: linear-gradient(to bottom,rgba(0,0,0,0.5),transparent);position:absolute;width:100%;top:0;transition:1s;}
.header.fix {}
.header .inner {position:relative;transition:all 0.4s ease-in-out;max-width: 100%;padding: 0 1rem 0 0.92rem;}
.header .sitelogo {display:flex;padding-top: 0.3rem;}
.header .sitelogo .logo a {display: block;}
.header .sitelogo .logo img {width: 5.07rem;}
.header .sitelogo .logo {margin-right:0.29rem;display:inline-block;}
.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: 2rem; */align-items:center;padding-bottom: 1rem;}
.header .head-top {display:flex;align-items:center;gap:0.15rem;display:none;}
.header .head-right {display:flex;/* align-items:flex-end; */gap:0.1rem;/* flex-direction:column; */padding-top: 0.19rem;gap: 0.6rem;padding-top: 0.4rem;}
/* 搜索*/
.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.35rem;border-radius: 0.175rem;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 {display:block;width:100%;line-height: 0.35rem;background:none;color:#FFFFFF;font-size:var(--base-size);border:0;outline:0;padding:0;}
.wp-search .search-btn {width: 0.35rem;height: 0.35rem;position:absolute;right:0;top:0%;    display: flex;
    justify-content: center;
    align-items: center;}
.wp-search .search-btn input.search-submit {width:100%;height:100%;border:0;outline:0;background: url(../images/sous2.svg) no-repeat center / 0.17rem;cursor:pointer;padding:0;font-size:0;}
.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 {display: block;color:#fff;padding:0 0.14rem;line-height:1;font-size: 0.16rem;font-weight: bold;}
.site-lang ul li.links a:hover {color:#fff;}
.header .site-lang ul li.links:last-child a {border-right: 1px solid rgba(255,255,255,0.3);}
.r_s .tc {}
.header .tc.site-lang ul li.links a{border: unset;}
.site-lang.tc ul li.links a{box-sizing: border-box;padding-left: 0.23rem;background: url(../images/diqiu.svg)no-repeat left center / 0.1375rem;padding-right: 0;}
/**导航**/
#nav {width: 7.8rem;}
#nav .inner .wp-panel .navbg {position:absolute;z-index:-1;left:0;right:0;top:0;bottom:0;width:auto;height:100%;background:#fff;opacity:.7;filter:alpha(opacity=70);}
.nav .wp-menu {margin:0 auto;display:flex;justify-content:space-between;}
.nav .wp-menu .menu-item {position:relative;text-align:center;}
.nav .wp-menu .menu-item.i1 {background:none;}
.nav .wp-menu .menu-item a>.menu-switch-arrow {display:none;width:20px;height:20px;background:url(../images/nav_j.png) no-repeat center center;vertical-align:middle;}
.nav .wp-menu .sub-menu li .sub-menu {display:none;}
.nav .wp-menu .menu-item a.menu-link {line-height: 0.3rem;font-size: 0.22rem;display:block;color:#fff;position:relative;font-weight: bold;}
.nav .wp-menu .menu-item.hover a.menu-link,.nav .wp-menu .menu-item a.hover {font-weight:bold;text-decoration:none;color:var(--theme-color);}
.nav .sub-menu {position:absolute;left:50%;top:100%;min-width:1.5rem;z-index:100;background:var(--theme-color);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: 0.18rem;background:none;text-align:center;font-weight: bold;}
.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 {perspective:1920px;transform-style:preserve-3d;}
#banner .inner {width:100%;text-align:center;max-width:100%;}
#banner .swiper-pagination-bullet.swiper-pagination-bullet-active {opacity:1;}
#banner .swiper-pagination-bullet {width:0.18rem;height:0.18rem;background:#fff;opacity:0.2;margin: 0 0.15rem;}
#banner .swiper-pagination.swiper-pagination-clickable.swiper-pagination-bullets.swiper-pagination-horizontal{bottom:0.53rem;}
.carousel-swiper__item a {
  position: relative;
  display: block;
  width: 100%;
  height: 100vh;
}
.carousel-swiper__item .carousel-swiper__image,
.carousel-swiper__item .carousel-swiper__video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.carousel-swiper__item .carousel-swiper__video {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}
.carousel-swiper__item .carousel-swiper__image img,
.carousel-swiper__item .carousel-swiper__video video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  -webkit-user-drag: none;
}
.carousel-swiper__item:has(video[src]:not([src=""])) .carousel-swiper__video {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}
.mbanner.fixBanner {position: fixed;left: 0;top: 0;right: 0;bottom: 0;background: #ccc;}
.fixedok .mbanner {opacity: 0;}
/**内容**/
.news_imgs a,.news_imgs span {display:block;overflow:hidden;}
.post .news:hover .news_imgs a img,.post .news:hover .news_imgs span img {transform:scale(1.1);}
.news_imgs a img,.news_imgs span img {position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover;transition:all 0.6s ease-in-out;}
.news_imgs {overflow:hidden;background:#ccc;position:relative;}
.news_imgs.bg:after {content:"";width:100%;position:absolute;height:1.4rem;background:linear-gradient(0.00deg,rgb(21,21,21) 3.433%,rgba(57,57,57,0) 96.567%);bottom:0;opacity:0.7;pointer-events:none;}
span.underLine {background-image:linear-gradient(var(--theme-color),var(--theme-color));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(--theme-color);}
/**主体公共**/
.post1 .tt {display:flex;position:relative;justify-content:center;/* margin-bottom:0.42rem; */}
.post1 .more_btn {position:absolute;right:0;top: 0.8rem;background: #A41F35;width: 1.21rem;text-align: center;line-height: 0.43rem;clip-path: polygon(12% 0, 70% 0%, 100% 0, 100% 100%, 70% 100%, 30% 100%, 0 100%, 0 31%);}
.post1 .more_btn img {width:0.14rem;margin-left:0.05rem;}
.post1 .more_btn .more_text {vertical-align:middle;font-size:var(--base-size);color: #fff;line-height: 0.43rem;text-align: center;}
.post1 .tt .tit span {display:block;position:relative;z-index:1;}
.post1 .tt .tit {/* width:1.59rem; */text-align:center;position:relative;}
.post1 .tt .tit:after {content:"";display:block;width:100%;height:0.72rem;position:absolute;/* background:url(../images/ttbg1.svg) no-repeat; */background-size:100% auto;bottom:0.057rem;height: 0;}
.post1 .tt .title {font-size:0.3rem;font-weight:normal;font-weight:bold;line-height:1.4;}
.post1 .tt .tt_en {font-size:var(--base-size);font-weight:normal;}
.post1 .news .news_title {font-size:var(--regular-size);line-height: 1.65;color: #333;font-weight:bold;}
.post1 .news .news_text {font-size:var(--base-size);line-height:1.75;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(--base-size);line-height:1.32;color:#707070;}
.post1 .news .news_meta {color:#fff;display:inline-block;}
.post1 .news .news_meta span {display:block;text-align:center;line-height: 1;}
.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(--theme-color);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**/
.contc {
    text-align: left;
    /* width: 43.73%; */
    /* margin: 0 auto; */
    font-size: 0.18rem;
    line-height: 1.78;
    text-indent: 2em;
    position: relative;
    color: #fff;
}
.wmore {text-align: left;margin-top: 0.3rem;/* position: relative; *//* z-index: 1; */}
.wmore a svg path {
    width: 0.33rem;
    object-fit: contain;
    stroke: #fff;
}
.wmore a{
    font-size: var(--regular-size);
    color: #fff;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    gap: 0.08rem;
}
.post.post1.post-29.mbox {
    width: 8.5rem;
    position: absolute;
    top: 2.75rem;
    right: 0;
}
.main1 {background:#FFF;position:relative;z-index:0;/* padding-top: 1rem; */}
.main1 .inner {padding:0.87rem 0 0.7rem;position: relative;}
.main1 .mbottom {display:flex;}
.earth11 video {
    width: 100%;
display: none;
}
.main1 .con{position: relative;/* padding-top: 1rem; */}
.earth11 {
    position: absolute;
    z-index: -1;
}
.earth11::before{content:'';width:100%;height:2rem;position:absolute;top:0}
.post1.post-11 .tt {
    margin-bottom: 0.51rem;
}

.post-11 .tt img {
    width: 6.9rem;
}
/**main2**/
.main2 {position:relative;background: url(../images/m2bg.png)no-repeat  bottom center / 100%;z-index: 1;overflow:hidden;}
.bofang{width: 0.5774rem;height:0.5774rem;background: url(../images/bofang.svg)no-repeat center / 100%;position: absolute;z-index: 2;right: 50%;bottom: 50%;transform: translate(50%, 50%);}
.main2 .inner {padding: 0rem 0 4.3rem;}
.post-29 video {
    width: 100%;
    height: 5.4rem;
    background: #000;
}

.post-29 .news_videos {
      width: 100%;
    height: 100%;
    position:relative;
}
.post-29 .news_videos::before{
  content: '';
  width: 100%;
  height: 25.23%;
  background: linear-gradient(to top , rgba(0,0,0,50), transparent);
  position: absolute;
  bottom: 0;
  opacity: 0.5;
  z-index: 1;
}
.contc p {
    text-align: justify;
}
.post1.post-29 .news .news_title {
    position: absolute;
    bottom: 0.26rem;
    text-align: center;
    width: 100%;
    color: #fff;
    z-index: 2;
    font-size: 0.26rem;
    padding: 0 9.3%;
    box-sizing: border-box;
}
/**main3**/
.main3 {position:relative;margin-top: -4.4rem;z-index: 1;}
.main3 .inner {padding: 0.73rem 0 0.3rem;}
.post-31 .tt img.pc_t {
    margin-left: 1.6rem;
}
.post-31 .news {float:left;width: 100%;}
.post-31 .swiper-slide {
    width: 5.34rem;
    opacity: 0.4;
    transition: opacity 0.6s ease-in-out;
}
.dangSwiper-swiper-pagination.swiper-pagination-clickable.swiper-pagination-bullets.swiper-pagination-horizontal {display:none}
.post-31 .con {position:relative;}
.post-31 .news .news_box {/* margin:0 0.18rem; *//* box-shadow:0 0.03rem 0.1rem rgb(172 180 201 / 16%); */transition: all 0.6s ease-in-out;}
.post-31 .news_list {margin:0 -0.18rem;padding: 0.3rem 0 0.9rem;overflow:visible;}
.post-31 .news .news_imgs span {padding-top: 3.55rem;}
.post-31 .news .news_t {display:flex;}
.post-31 .news .news_t .news_meta {width:0.8rem;background:var(--theme-color);padding-top:0.32rem;background-size:0.69rem;}
.post-31 .news .news_t .news_imgs {flex:1;}
.post-31 .news .news_info {display:none;}
.post-31 .news .news_wz {/* background:#fff; */padding: 0.26rem 0.65rem 0.16rem 0.5rem;box-sizing:border-box;}
.post-31 .news .news_title {font-size: var(--medium-size);min-height: calc(1.65 * 2em);font-weight: 500;}
.post-31 .swiper-slide-active + .swiper-slide .news .news_wz{padding-left: 0.65rem;}
.post-31 .news .news_info span {display:block;line-height:0.23rem;margin-bottom:0.1rem;font-size:var(--base-size);color:#2B2B2B;padding-left:0.33rem;}
.post1.post-31 .news .news_meta {color: var(--theme-color);font-family: 'pm';font-size: var(--regular-size);margin-bottom: 0.1rem;}
.post-31 .wz_conf {
    padding-bottom: 0.8rem;
    border-bottom: 1px solid var(--theme-color);
}
.post-31 .slick-list{overflow: unset;}
.post-31 .swiper-slide-active .news_box {
    transform: scale(1.15) translateY(0.12rem);
}
.post-31 .swiper-slide-active  {
    position:relative;
    z-index:1;
}
.news.slick-slide[aria-hidden="true"] {
  opacity: 0.4 !important;
}
.post-31 .swiper-button-prev::after, .post-31 .swiper-button-next::after{display:none;}
.post-31 .swiper-slide-active .news_title, .post1.post-31 .swiper-slide-active .news_meta {color:#fff;}
  .post-31 .swiper-slide-active .wz_conf{border-bottom:0;}
.post-31 .swiper-button-prev svg,.post-31 .swiper-button-next svg{display:none;}
.post-31 .swiper-button-prev,.post-31 .swiper-button-next{width: 0.57rem;height: 0.57rem;background: url(../images/p31_pre.png)no-repeat center / contain;opacity: 1;font-size: 0;left: 4.23rem;border-radius: 50%;top: unset;bottom: 0.16rem;}
.post-31 .swiper-button-next{right: 4.23rem;left:unset;transform:rotateY(180deg);}
.post-31 .swiper-button-prev:hover,.post-31 .swiper-button-next:hover {
background: url(../images/p31arr_c2.png)no-repeat center / contain;
}
.btn:hover {
    background: url(../images/p31arr_c2.png)no-repeat center / contain;
}

.post-31 .tt img {
    width: 5.49rem;
    object-fit: contain;
}

.post-31 .tt {
    
}
.post-31 .swiper-slide.swiper-slide-prev,.post-31 .swiper-slide.swiper-slide-next,.post-31 .swiper-slide.swiper-slide-active {opacity:1;}
.arr1{position: absolute;width: 0.5685rem;height: 0.0932rem;background: url(../images/arr_1.svg)no-repeat center / cover;right: 0.5rem;bottom: 0.51rem;opacity:0;}
.post-31 .swiper-slide-active .news_wz{background:var(--theme-color) url(../images/p31actbg.png)no-repeat right bottom / 3.76rem;box-shadow: 0 5px 60px  rgba(164,31,53,0.18);}
.post1.post-31 .news.slick-active.slick-center .news_meta ,.post1.post-31 .news.slick-active.slick-center .news_title {color:#fff}
.r_s {
    display: flex;
    align-items: center;
    gap: 0.34rem;
}

.post1.post-49 .tt {
    margin-bottom: 0.27rem;
}
.post-31 .tt img.pc_t {
    margin-left: 1.6rem;
}

.post-11 .tt img.pc_t {transform: translateX(-0.4rem);}

.post-59 .tt img.pc_t {
    transform: translateX(-0.1rem);
}

.post-49 .tt img.pc_t {
    transform: translateX(0.1rem);
}
.post-49 .tt img {
    width: 5.4rem;
    object-fit: contain;
}
/**main4**/
.main4 .tab-menu {display:flex;justify-content:center;gap:0.2rem;margin-bottom:0.43rem;}
.main4 {background-size:cover;overflow:hidden;/* background: url(../images/m4bg.png)no-repeat right bottom; *//* margin-top: -0.6rem; */}
.main4 .inner {padding: 0.11rem 0 5.09rem;}
.post-49 .news {float:left;width:33.3%;margin-bottom: 0.4rem;}
.post-49 .news_box {padding-left:0.2rem;margin: 0 0.27rem;}
.post1.post-49 .news .news_meta {
        background: linear-gradient(135deg, #A41F35, #A41F35);
        text-align: center;
        position: absolute;
        left:-0.2rem;
        min-width: 0.85rem;
        min-height: 0.9rem;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        font-family:'pm';
}
.post-49 a:hover .news_title {
    color: var(--theme-color);
}
.post-49 .news_wz {box-shadow:0 5px 60px rgba(164,31,53,0.18);box-sizing:border-box;padding: 0.3rem 0.3rem 0.46rem 0.9rem;display:flex;position: relative;background: #fff;}
.post-49 .news_d {font-size:0.22rem;}
.post-49 .news_y {font-size:0.16rem;margin-top: -0.05rem;}
.post1.post-49 .news .news_title {
    font-size: var(--medium-size);
    font-weight: 500;
    min-height: calc(1.65*2em);
}

.post-49.post1 .news .news_text {
    margin-top: 0.2rem;
    color: #333;
}
.post-49 .news_list {
    margin: 0 -0.27rem;
}
/**main5**/
.main5 {position:relative;z-index:1;background: url(../images/m5bg.png)no-repeat top center;margin-top: -3.4rem;}
.main5 .inner {padding: 0.78rem 0 1rem;}
.p59arr{
  /* background: url(../images/p59arr.svg)no-repeat center / contain; */
  width: 0.34rem;
  /* height: 0.57rem; */
  background-size: cover;
  font-size: 0.16rem;
}
.p59arr a {
    color: #fff;
    letter-spacing: 0.03rem;
}
 /* 横向手风琴容器 */
        .accordion-horizontal {
            display: flex;
            transform-style: preserve-3d; /* 开启3D空间 */
            height: 5.31rem;
            gap:0;
            filter: drop-shadow(0px 3px 50px rgba(0,0,0,0.16));
        }

        /* 每一项 */
        .accordion-item {
            flex: 1;
            height: 100%;
            position: relative;
            transform-style: preserve-3d;
            transition: all 0.6s cubic-bezier(0.68, -0.55, 0.27, 1.55);
            cursor: pointer;
            /* border-radius: 8px; */
            overflow: hidden;
        }
        .accordion-header{background: url(../images/p59a3.png)no-repeat  top center / cover;}
       .date11{font-size: 0.3rem;font-family: 'Georgia';}
        .accordion-item:nth-child(2) .accordion-header{background: url(../images/p59a2.png)no-repeat  top center / cover;}
        /* 3D 旋转 + 展开效果 */
        .accordion-item.active {
            flex: 3; /* 展开宽度 */
            transform: rotateY(0deg) translateZ(30px); /* 3D 突出 */
        }

        .accordion-item:not(.active) {
          /* 未展开倾斜 */
                   clip-path:polygon(0% 2%, 100% 0, 100% 100%, 0 98%);
        }
         
        
 .accordion-item.active .accordion-header{background: unset;}
   .accordion-item:nth-child(3):not(.active) {
          /* 未展开倾斜 */
        clip-path:polygon(0 0, 100% 2%, 100% 98%, 0% 100%);}
        /* 标题 */
   .accordion-header {
            width: 100%;
            height: 100%;
            color: white;
            font-size: 18px;
            font-weight: bold;
            writing-mode: vertical-rl; /* 文字竖排 */
            text-align: center;
            display: flex;
            align-items: flex-end;
            justify-content: space-between;
            letter-spacing: 3px;
            box-sizing: border-box;
            padding: 0.6rem  0.4rem 0.5rem;
            transition: 1s;
        }

        /* 内容区域 */
        .accordion-content {
            width: 0%;
            height: 100%;
            background: #fff;
            padding: 0;
            transform-origin: left;
            backface-visibility: hidden;
            clip-path:polygon(0 0, 100% 2%, 100% 98%, 0% 100%);
            visibility:hidden;
            transition: 1.5s;
        }

        /* 展开时内容显示 */
        /* .accordion-item.active .accordion-content {
            transform: rotateY(0deg);
            backdrop-filter: drop-shadow(0px 3px 20px  rgba(0,0,0));
        } */
.active .accordion-header{width: 0;visibility: hidden;padding: 0;}
 .active .accordion-content {width: 100%;padding:30px 0.6rem;visibility: visible;}
.item.active + .item {
 clip-path:polygon(0% 2%, 100% 0, 100% 100%, 0 98%);

}
.item.active + .item .accordion-header{background: url(../images/p59a2.png)no-repeat  top center / cover;}
/* active 后面第 2 个 */
.item.active + .item + .item {
clip-path:polygon(0 0, 100% 2%, 100% 98%, 0% 100%);

}
        .accordion-content p {
            font-size: 16px;
            color: #333;
            line-height: 1.8;
        }

.accordion-content a {
    display: flex;
    box-sizing: border-box;
    /* justify-content: center; */
    align-items: center;
    height: 100%;
    gap: 0.47rem;
}

.post-59 .imgbox {
    flex: 0 0 4.47rem;
}

.post-59 .imgbox .news_imgs{padding-top:2.98rem;}

.date112 {
    font-size: 0.4rem;
    font-family: Georgia;
    color: var(--theme-color);
    font-weight: bold;
    position: relative;
    padding-bottom: 0.2rem;
    margin-bottom: 0.5rem;
    white-space: nowrap;
}


.date112::before {
    content: '';
    width: 0.61rem;
    height: 1px;
    background: var(--theme-color);
    position: absolute;
    bottom: 0;
}
.post-59 .tt {
    margin-bottom: 0.9rem;
}
.post-59 .news_title {
    font-size: 0.22rem;
    font-weight: 500;
    line-height: 1.5;
    min-height: calc(1.5 * 3em);
    width: 4rem;
}

.post.post1.post-59.mbox {
    margin-top: -2rem;
}

.post-59 .tt img {
    width: 6.51rem;
}
/**main6**/
.main6 {position:relative;z-index:1;}
.main6 .inner {padding-bottom:0.562rem;}
.post-61 .news_list {margin:0 -0.63rem;position:static;}
.post-61 .news_list .news {padding:0 0.63rem;text-align:center;position:relative;cursor:pointer;height:2.4rem;}
.post-61 .con {position:relative;}
.post-61 .con:after {content:"";display:block;height:0;width:100vw;border-bottom:0.01rem dashed #213282;left:50%;margin-left:-50vw;position:absolute;top:0.71rem;z-index:-1;}
.post-61 .news .news_top img {width:0.43rem;margin:0 auto;}
.post-61 .news .news_top {margin-bottom:0.56rem;transition:all 0.6s ease-in-out;transform:scale(0);opacity:0;}
.post-61 .news .dot {position:absolute;top:0.65rem;z-index:1;left:50%;transform:translateX(-50%);}
.post-61 .news .dot svg {width:0.298rem;}
.post-61 .news .news_bottom .news_icon {padding-top:0;height:0;background:var(--theme-color);position:relative;transition:all 0.6s ease-in-out;transform:scale(0);opacity:1;margin-bottom:0.16rem;}
.post-61 .news .news_bottom .news_icon img {position:absolute;top:50%;left:50%;z-index:1;transform:translate(-50%,-50%);width:0.3rem;}
.post-61 .news.slick-current .news_bottom .news_icon {opacity:1;padding-top:100%;transform:none;}
.post-61 .news.slick-current .news_top {opacity:1;transform:none;}
.post-61 .news .news_bottom .news_title {font-size:var(--medium-size);}
.post-61 .news>a:hover .news_bottom .news_icon {opacity:1;padding-top:100%;transform:none;}
.post-61 .news>a:hover .news_top {opacity:1;transform:none;}
.post-61 .news .dot svg * {fill:var(--theme-color);transition:all 0.6s ease-in-out;}
.post-61 .news.slick-current .dot svg * {fill:#E1D4A4;}
.post-61 .slick-prev,.post-61 .slick-next {top:0.71rem;}
/**列表页**/
.l-banner {height:6rem;background-position:center center;background-repeat:no-repeat;text-align:center;background-color:#c5c4c4;position:relative;background-size: cover;}
.l-banner:after {content:"";display:block;width:100%;position:absolute;height:60%;background:url(../images/bannerbg.png) no-repeat;background-size:100% 100%;bottom:0;}
.l-banner img {display:none;height:100%;vertical-align:top;}
#l-container .inner {position:relative;width: 14rem;}
#l-container .inner {padding:.91rem 0 1.4rem;position:relative;}
#d-container .inner {background:#fff;}
/**栏目列表**/
.col_menu_head {position:absolute;bottom:100%;z-index:1;width:100%;left:0;}
.col_name span {font-size:.44rem;color:#fff;}
.col_name {margin-bottom:.3rem;}
.col_path a,.col_path span {color:#fff;font-size:var(--base-size);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;min-height: 0.7rem;/* padding-right:.9rem; */box-sizing:border-box;display:flex;align-items:center;margin-top: -0.91rem;margin-bottom:0.8rem;min-height: 0.7rem;}
.col_list::before {content:"";display:block;width: 140%;height: 100%;right: 50%;transform: translateX(50%);position:absolute;top:0;background: #fff;box-shadow: 0 4px 16px rgba(0,0,0,0.16);}
.column-switch {display:none;}
.col_list .col_listcolumn {position:relative;width:100%;margin: 0 -0.28rem; }
.col_list .col_listcolumn .col_column{float:left;margin: 0 0.33rem;position:relative;}
.col_list .col_column .col_item_link.selected {opacity:1;color: var(--theme-color);font-weight: bold;border-bottom: 2px solid;box-sizing: border-box;}
.col_list .col_column .col_item_link {color: #333;/* padding: 0 .33rem; */font-size: var(--medium-size);border-right:1px solid rgb(255 255 255 / 20%);display:inline-block;display:block;text-align:center;opacity: 1;line-height: 0.7rem;position: relative;}
.col_list .slick-next,.col_list .slick-prev {width:auto;height:auto;background:0 0;border-radius:0;}
.col_list .slick-prev {left:-.4rem;display:none!important;}
.col_list .slick-next {right:-.5rem;width:.3rem;text-align:center;}
.col_list .slick-next:hover,.col_list .slick-prev:hover {opacity:1;color:#fff;background:0 0;}
/**默认新闻列表页**/
.mrlist .col_news_list .news_list .news a:hover .news_imgs span{transform:scale(1.2);}
.mrlist .col_news_list .news_list .news a{display:flex;margin-bottom: .4rem;padding-bottom: 0.378rem;border-bottom: 1px solid rgba(164,31,53,0.3);align-items: flex-start;}
.mrlist .col_news_list .news_list .news .news_imgs {width: 3.29rem;flex:none;background:0 0;display:flex;align-items:center;margin-left: 0.95rem;transition: all 0.6s ease-in-out;}
.mrlist .col_news_list .news_list .news .news_imgs span {padding-top: 68.99%;width:100%; transition: all 0.3s ease-in-out;}
.mrlist .col_news_list .news_list .news .news_wz {flex:1;padding: 0.09rem 0 0;}
.mrlist .col_news_list .news_list .news .news_meta {/* margin-bottom:.33rem; */box-sizing: border-box;padding-left: 0.21rem;background: url(../images/time11.svg)no-repeat left center / 0.1366rem;font-size: 0.14rem;color: var(--theme-color);font-family: 'psb';}
.mrlist .col_news_list .news_list .news .news_meta span {display:block;color:#666;}
.mrlist .col_news_list .news_list .news .news_year {font-size:.14rem;}
.mrlist .col_news_list .news_list .news .news_day {font-size:.36rem;line-height:1.4;}
.mrlist .col_news_list .news_list .news .news_title {font-size: 0.26rem;line-height:1.7;font-weight:700;margin-bottom:.17rem;}
.mrlist .col_news_list .news_list .news .news_text {font-size: 0.18rem;line-height:2;min-height: calc(3em *2);margin-bottom: 0.4rem;color:#666;}
.mrlist .col_news_list .news_list .news .news_text a {color:#666;}
.mrlist .col_news_list .news_list .news[img-src=""] .news_imgs {display:none;}
.mrlist .col_news_list .news_list .news .news_imgs:hover a{transform:scale(1.3);}
/**文章页**/
.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:SourceHanSerifCN-Bold;font-size:.36rem;text-align:center;margin-bottom: .38rem;}
.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: 37px;margin:0;/* display: flex; *//* justify-content: center; *//* align-items: center; */border-bottom: 1px solid var(--theme-color);padding-bottom: 0.16rem;}
.article .arti_metas>span {margin:0 .16rem;font-size:var(--base-size);color:#666;}
.article .arti_info {position:relative;display:flex;align-items:center;justify-content:center;}
.article .entry {margin:0 auto;overflow:hidden;margin-top:.4rem;min-height:400px;}
.article .entry .read,.article .entry .read p {line-height:1.75;font-size:var(--base-size);color:#333;}
.article .entry .read p {margin-bottom:10px;}
.article .entry .read p ,.article .entry .read p span{background: unset !important;}
.article .entry .read img {margin:0 auto;max-width:940px;}
.article .entry .read table {margin:0 auto;border:none!important;}
span.small {
    margin-right: 0.06rem;
    cursor: pointer;
}

span.big {
    cursor: pointer;
}
#share-2.share-component.social-share.fixed {
    position: fixed;
    right: 0.78rem;
    top: 13.2vw;
        z-index: 3;
}
#share-2 {
    position: absolute;
    right: 0.78rem;
    display: flex;
    flex-direction: column;
    top: 0.91rem;
    transition:all 0.3s ease-in-out;
}
body.main {
    overflow: hidden;
}
.sibi_art {margin-top:1.3rem;padding-top: 0.6rem;border-top: 1px solid rgba(112,112,112,0.22);}
.wp_artfuns .wp_art_adjoin {display:flex;line-height:.48rem;font-size:var(--regular-size);flex-wrap:wrap;border-radius: 0.04rem;row-gap: 0.17rem;flex-direction: column;}
span.next-title,span.prev-title {width: calc(100% - 1rem);/* margin-bottom: 0.17rem; *//* background: #fff; */transition: var(--transition-normal, all .4s ease-in-out);}
.wp_artfuns .wp_art_adjoin .next {padding:0;}
.prev-group, .next-group {
    background: #fff;
    border-radius: 4px;
}
.prev-group:hover, .next-group:hover {
    background: var(--theme-color) url(../images/pbgxx.png)no-repeat right center;
   }
.prev-group:hover .prev-title a, .next-group:hover .next-title a, .prev-group:hover span, .next-group:hover span{
    color:#fff;
    font-weight:bold;
}

.wp_artfuns .wp_art_adjoin .next,.wp_artfuns .wp_art_adjoin .prev {pointer-events:none;width:auto;/* background: #fff; */padding-left: 0.26rem;box-sizing: border-box;transition: var(--transition-normal, all .4s ease-in-out);}
/**底部**/
#footer {background:#383838;background-size:cover;position:relative;}
.footer .inner {padding: .97rem 0 0rem;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;}
#footer .inner .foot-left {/* flex:1; */display:flex;border-bottom: 1px solid rgba(112, 112, 112, 0.5)}
#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;border-bottom: 1px solid rgba(112,112,112,0.5);}
#footer .inner p {font-size: var(--regular-size);line-height:1.7;font-weight:400;color:#fff;opacity:.5;}
#footer .inner p a {color:#fff;}
#footer .inner p span {margin:0 3px;}
.foot-left .title {color:#fff;font-size:var(--base-size);line-height:.21rem;font-weight:700;margin-bottom:.14rem;}
.footer .level1 {
    display: flex;
    justify-content: space-between;
}
img.wap_t {
    display: none;
}
.foot-left img {
    width: 5.07rem;
    margin-bottom: 0.1rem;
    margin-right: 0.43rem;
    opacity: 0.6;
    margin-bottom: 0.2rem;
}
.level2 {
    display: flex;
    justify-content: space-between;
}

.foot_le {
    width: 42.16%;
    border-right: 1px solid rgba(112,112,112,0.5);
    min-height: 2.17rem;
    padding-top: 0.3rem;
}
#footer .inner .foot_le p {
    font-size: 0.18rem;
    line-height: 3;
    opacity: .6;
}

.foot_right2 {
    padding-top: 0.3rem;
    flex: 1;
    padding-left: 0.5rem;
    padding-right: 0;
}

.foot_right2 .tit {
    font-size: 0.2rem;
    color: rgba(255,255,255,0.5);
    position: relative;
    padding-bottom: 0.31rem;
}

.foot_right2 .links {
    display: flex;
    gap: 0.3rem;
}
section#l-container {
    background: url(../images/listbg.png)no-repeat left bottom;
    background: #fff;
    position: relative;
}
.foot_right2 .links .con {flex:1;}
#footer .inner .foot_right2 p {
    float: left;
    width: 25%;
    margin-bottom: 0.44rem;
    opacity: .3;
    transition: all 0.5s ease-in-out;
}

.foot-bottom .con {
    display: flex;
    justify-content: space-between;
}

.Scroll-to-top img {
    width: 0.13rem;
}
.foot_right2  .tit::before {content:''; width:0.21rem;height:1px;background:var(--theme-color);position:absolute; left:0; bottom:0;}
/**底部链接**/
.foot-left .tt {margin-bottom:.18rem;}
.foot-left .links {margin-right:1.02rem;}
/**分享**/
.shares .news_list {display:flex;text-align:center;gap: .33rem;    padding-top: 0.2rem;}
.shares .news_list .imgs {width:1.5rem;height:1.5rem;position:absolute;bottom: 150%;left: 8%;margin-left: -0.63rem;transform:translateY(-.4rem);opacity:0;transition:all .4s ease-in-out;visibility:hidden;}
.shares .news_list .imgs img {width:100%;height: 100%;}
.shares .news_list .news_icon {display:block;/* background-color:#ffffff2e; */width: .4rem;height: .4rem;/* border-radius:50%; */background-repeat:no-repeat;background-position:center;opacity:.7;background-size:contain;cursor: pointer;}
.shares .news_list .news {position:relative;padding-right: 0.33rem;border-right: 1px solid rgba(112,112,112,0.5);}
.shares .news_list .news:last-child{border-right:0;}
.shares .news_list .n1 .news_icon {background-image:url(../images/wx.svg);}
.shares .news_list .n2 .news_icon {background-image:url(../images/wb.svg);}
.shares .news_list .n3 .news_icon {background-image:url(../images/dy.svg);}
.shares .news_list .n4 .news_icon {background-image:url(../images/bilibili.svg);}
.shares .news_list .n1 .news_icon:hover{background-image:url(../images/wx_c.svg);}
.shares .news_list .n2 .news_icon:hover{background-image:url(../images/wb_c.svg);}
.shares .news_list .n3 .news_icon:hover{background-image:url(../images/douyin_c.svg);}
.shares .news_list .n4 .news_icon:hover{background-image:url(../images/bili_c.svg);}
.shares .news_list .news_icon:hover {opacity:1;}
.shares .news_list .news:hover .imgs {opacity:1;transform:none;visibility: visible;}
.shares .news_list .news_title {color:#fff;font-size:var(--small-size);line-height:1.4;margin-top:.13rem;}
.footlogo img {width:4.62rem;}
.foot-bottom {padding: .26rem 0 .26rem;text-align: left;position:relative;z-index:1;border-top: 1px solid rgb(255 255 255 / 30%);}
.foot-bottom p {font-size:var(--small-size);line-height:2.4;color:#fff;position:relative;}
#footer .foot-bottom p{opacity:.4;}
/**侧导航**/
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(--theme-color);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(--hover-color);}
.Scroll-to-top {/* width:60px; */height: 0.39rem;position: absolute;z-index:1;background:#fff;bottom: 0.1rem;border-radius:50%;right: 0;background: unset;font-size:0.2rem;line-height: 0.39rem;text-align:center;color:#fff;cursor:pointer;display: flex;flex-direction: column;justify-content: center;align-items: center;}
/** 加载 **/
.pre-loader {position:fixed;width:100vw;height:100vh;top:0;left:0;background-color: var(--theme-color);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;}




.progress-bar {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 4px;
  background: #eee;
  z-index: 9999;
}

.progress {
  height: 100%;
  width: 100%;
  background: var(--accent-color);
  transform-origin: left;
  transform: scaleX(0);
}

#footer .inner .foot_right2 p:hover {
    opacity: 1;
}



 .carousel {
            width: 16.6rem;
            height: 5.37rem;
            margin: 50px auto;
            overflow: hidden;
            position: relative;
            border-radius: 12px;background: #fff;
          
        }
        .post-59 .wrapper {
            height: 100%;
            display: flex;
            transition: transform 0.5s cubic-bezier(0.25, 0.8, 0.25, 1);
            will-change: transform;
        }
        .item {
            height: 100%;
            flex-shrink: 0;
            display: flex;
            align-items: center;
            justify-content: center;
            font-size: 30px;
            color: #fff;
            background-size: cover;
            background-position: center;
            transition: width 0.5s cubic-bezier(0.25, 0.8, 0.25, 1);
            width: 20%;
            will-change: width;
            /* background-color: #222; */
        }
        .item.active {
            width: 60%;
        }
        .btn {
            position: absolute;
            top: 50%;
            transform: translateY(-50%);
            width: 0.57rem;
            height: 0.57rem;
            border-radius: 50%;
            background: transparent;
            color: white;
            border: none;
            font-size: 20px;
            z-index: 10;
            cursor: pointer;
            display: flex;
            align-items: center;
            padding: 0;
            justify-content: center;
           background:url(../images/p31_pre.png)no-repeat center / contain;
        }
        .prev {left: -0.315rem;}
        .next {right: -0.31rem;transform:rotateY(180deg);}
.post1 .more_btn a {
    display: block;
    width: 100%;
    height: 100%;
}

.post-49 .news_box:hover  .news_wz {
    outline: 1px solid #A41F35;
}

.post-49 .news_box:hover .news_meta{background: linear-gradient(135deg, #FF5F52, #A41F35);}
.post1.post-59 .more_btn {
    top: 0.6rem;
}
.btn svg {
    width: 0.23rem;
    object-fit: contain;
}
.shares .news_list .imgs::before {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  /* 左右边框透明，上边框显色 = 向下 */
  border-left: 0.095rem solid transparent;
  border-right: 0.095rem solid transparent;
  border-top: 0.08rem solid #fff;
  bottom: -0.08rem;
  left: 50%;
  transform: translateX(-50%);
}

.returnlist111 {
    text-align: center;
    margin-top: 0.5rem;
}

.returnlist111 a {
    display: inline-flex;
    background: #A41F35;
    color: #fff;
    width: 2.69rem;
    height: 0.6rem;
    text-align: center;
}

.returnlist {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    gap: 0.2rem;
    font-size: var(--regular-size);
    font-weight: bold;
}

.returnlist svg{width:0.2rem;object-fit:contain;}
.vr11 {
    min-height: 1.8rem;
    width: var(--inner-width);
    /* margin: 0 auto; */
    padding: 0.19rem;
    box-sizing: border-box;
    border: 1px solid #A41F35;
    position:relative;
    width: 7.2rem;
    margin-top: 0.3rem;
}

section.wrapper.main99 {
    background: #fff;
}
a:hover .ttvr {background-size: 110% 110%;}
.ttvr {
    background: url(../images/vrbg.png)no-repeat center / 100% 100%;
    text-align: center;
    font-size: 0.28rem;
    color: #fff;
    font-weight: bold;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 0.2rem;
    text-shadow: 0 3px 6px rgba(0,0,0,0.44);
    transition: all 0.3s ease-in-out;
}

.vr11 a{display:flex;width:100%;height:100%;/* justify-content: center; *//* align-items: center; */height: 1.41rem;/* gap: 0.33rem; */}
.arr_vr {
    width: 0.44rem;
    height: 0.44rem;
    background: url(../images/vr_arr.png)no-repeat center / contain;
    position:absolute;
    right:0.9rem;
    top:50%;
    transform:translateY(-50%);
}

.main4 .mod {
    display: none;
}

.date11{font-size: 0.3rem;font-family: 'Georgia';color: #fff;}
.accordion-header {
  -webkit-user-drag: none;
  user-drag: none;
}
img.vr_glass {
    width: 0.47rem;
}

.post-11 .con {
  padding: 0.5rem 1.1rem 0.5rem 0.6rem;
    width: 52.53%;
    box-sizing: border-box;
    background: #A41F35;
}

.post-11 .con::before {
    width: calc(100% + 2rem);
    height: calc(100% + 1.2rem);
    /* background: #A41F35; */
    position: absolute;
    z-index: -1;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}
.post-29 .news_videos.hide-overlay::before {
  display: none !important;
  opacity: 0 !important;
  visibility: hidden !important;
}

/* 播放时隐藏 标题 */
.post-29 .news_videos.hide-overlay::before {
  display: none !important;
  opacity: 0 !important;
  visibility: hidden !important;
}
.post1.post-29.hide-title .news .news_title {
  display: none !important;
  opacity: 0 !important;
  visibility: hidden !important;
}

.nav .wp-menu .menu-item.i5 {
    display: none;
}




.post-31 .ml {
    width: 54.63%;
}

.post-31 .mr {width:41.62%}
.post-31 .con31{display: flex;justify-content: space-between;}
.post-31 .ml .news_list { margin:0;  padding: 0;  overflow:hidden;}
.post-31 .swiper-slide{opacity: 1;width: 100%;}
.post-31 .news .news_imgs span{padding-top:50.60%;}
.post-31 .ml .news .news_wz {
    background: #A41F35;
    width: 78.28%;
    color: #fff;
    display: flex;
    gap: 0.23rem;
    height: 1.1rem;
    padding-top: 0.15rem;
    margin-top: -0.2rem;
    position: relative;
    box-shadow:unset;
}

.news_wz {}

.post-31 .ml .news .news_title {
    min-height: auto;
    color: #fff;
}

.post1.post-31 .ml .news .news_meta {
    color: #fff;
    font-size: 0.38rem;
}

.ri_down {
    font-size: 0.12rem;
}

.post-31 .ml .wz_conf {
    padding-bottom: 0;
    display: flex;
    flex-direction: column;
}

.post-31 .ml .news_txt.line1 {
    color: rgba(255,255,255,0.6);
    margin-top:0.2rem;
}
.post-31 .ml .swiper-button-prev{transform:rotate(180deg);}
.post-31 .ml .swiper-button-next{transform:rotate(0);}
.post-31 .ml .swiper-button-prev:hover, .post-31 .ml .swiper-button-next:hover{opacity: 1;}
.post-31 .ml .swiper-button-prev, .post-31 .ml .swiper-button-next{width:0.31rem;height:0.31rem;right: 0;left: unset;opacity: 0.2;background:url(../images/zz11arr.png)no-repeat center / 100%;}
.post-31 .ml .swiper-button-prev{right:1.19rem}
.post-31 .ml .swiper-slide-active .news_box {
    transform: unset;
}

.dangSwiper11-swiper-pagination.swiper-pagination-fraction.swiper-pagination-horizontal {
    width: auto;
    position: absolute;
    right: 0;
    left: unset;
    font-family: barlow;
    font-weight: bold;
    color: rgba(183,183,183,0.7);
    font-size: 0.19rem;
    bottom: 0.13rem;
    right: 0.56rem;

}
.post1.post-31 .mr .news .news_date {
    color: #A7A7A7;
    font-family: pm;
    font-weight: normal;
}
.post-31 .ml .swiper-pagination-current{color:#C02C30;font-size: 0.29rem;}
.post-31 .mr .news_list {
    margin: 0;
    padding: 0;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
}
.post-31 .mr .news .news_box {display: flex;justify-content: space-between;}
.post-31 .mr .wz_box {
    width: 69.21%;
}
.post-31 .mr .news a:hover .news_title {
    color: #a41f35;
}
.post-31 .mr .news::after {
    content: '';
    width: 0;
    height: 1px;
    background: #a41f35;
    bottom: 0;
    left: 0;
    position:absolute;
    transition: all 0.6s ease-in-out;
}
.post-31 .mr .news:hover::after {
 width:100%;
}
.post-31 .mr .newsimgb {width:25.77%}
.post-31 .mr .news .news_imgs span{padding-top:1.16rem;}
.post-31 .mr .news{border-bottom:1px solid rgba(164,31,53,0.16);padding-bottom: 0.14rem;padding-top: 0.2rem;position: relative;}
.post-31 .mr .news .news_title {font-size:0.2rem;font-weight:bold;/* min-height:unset; *//* margin-top: 0.38rem; */display: flex;align-items: center;}
.post-31 .mr .news_txt.line2 {color:#888888;min-height:calc(2em * 1.5);font-size:0.14rem;margin: 0.1rem  0 0.1rem;}
.post-31 .mr .news:nth-child(1){padding-top:0;}
.post1.post-31 .mr .news .news_date {
    color: #A7A7A7;
    font-size: 0.15rem;
    font-family: 'pm';
    font-weight: normal;
}