@charset "utf-8";
/*Technical Support SudyTech*/
@font-face {
  font-family:'Merriweather' ;
  src: url(../fonts/Merriweather-Bold.ttf);
}
html {font-size: 5.21vw;}
.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}
.body_b {
    background: url(../images/banner2.jpg) no-repeat top center/cover;
    padding-top: 1rem;
    height: 100vh;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    position: relative;
}
.body_b:after {
    content:"";
    position: absolute;
    bottom: 0;
    height: 40%;
    width: 100%;
    background: linear-gradient(0.00deg,rgb(21,21,21) 3.433%,rgba(57,57,57,0) 96.567%);
    opacity: 0.2;
}
/**头部**/
.header {border-bottom:none;height:auto;line-height:inherit;position:relative;z-index:3;width:100%;top:0;background: #972C2A;}
.header.fix {background:var(--theme-color);}
.header .inner {position:relative;transition:all 0.4s ease-in-out;width: 14rem;}
.header .mod {display:flex;justify-content:space-between;height: 0.84rem;align-items:center;}
.header .sitelogo .logo img {width:2.7rem;}
.sitelogo a {
    display: flex;
    align-items: center;
    gap: 0.16rem;
}

.sitelogo .slogo {
    width: 2.8rem;
}

.sitelogo .slogo img {
    width: 100%;
}

.sitelogo .stitle {
    font-size: 0.36rem;
    color: #fff;
    font-weight: bold;
}
/**导航**/
#nav {}
#nav .inner .wp-panel .navbg {position:absolute;z-index:-1;left:0;right:0;top:0;bottom:0;width:auto;height:100%;background:#fff;opacity:.7;filter:alpha(opacity=70);}
.nav .wp-menu {margin:0 auto;display:flex;justify-content:space-between;gap: 0.33rem;}
.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(--medium-size);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;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(--base-size);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 {perspective:1920px;transform-style:preserve-3d;}
.banner .inner {text-align:center;height: 100%;display: flex;flex-direction: column;padding: 0.4rem 0;box-sizing: border-box;width: 100%;max-width: 100%;}
.banner {flex: 1;overflow: hidden;position: relative;z-index: 1;}
.blessing {
    flex: 1;
    display: flex;
    flex-direction: column;
}
.blessing-container {
    position: relative;
    /* min-height: 4rem; */
    flex: 1;
}

.blessing-card {
    position: absolute;
    transition: opacity .4s ease;
    border: 1px solid rgb(255 255 255 / 70%);
    background: rgb(255 255 255 / 20%);
    border-radius: 0.6rem;
    padding: 0 0.38rem;
    box-sizing: border-box;
    padding: 0.05rem 0.38rem;
    text-align: left;
    width: max-content;
    max-width: 5.6rem;
}

.blessing-title {
    font-size: var(--regular-size);
    color: #fff;
    line-height: 1.7;
    font-weight: 500;

}
.blessing-card .blessing-content:hover{transform:scale(1.1)}
.blessing-card.blessing-block {
    position: relative;
    inset: unset;
    max-width: 100%;
    padding: .08rem 0;
    animation: slideIn .4s ease-out forwards
}

.blessing-card.adding {
    animation: slideIn .4s ease-out forwards
}

.blessing-card.removing {
    animation: slideOut .4s ease-in forwards
}
.blessing-day {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    width: var(--inner-width);
    margin: 0 auto;
}
@keyframes breathe {
  0% {
    transform: scale(0.9);
    
  }
  50% {
    transform: scale(1.05);
  }
  100% {
    transform: scale(0.9);
  }
}
.blessing-day .tobless img {
    width: 1.36rem;
    animation: breathe 4s ease-in-out infinite;
}
.blessing .tt {
    color: #fff;
    font-family: var(--font-second);
    font-weight: 900;
    font-size: 0.4rem;
    margin-bottom: 0.4rem;
}

.blessing-day .days p {
    font-size: 0.24rem;
    text-align: left;
    font-weight: 500;
    color: #fff;
}

.blessing-day .days p span {
    color: #FFE0B4;
}

.blessing-day .countTime {
    font-size: 0.24rem;
    font-weight: 500;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
.blessing-day .countTime .countDay{ margin: 0 0.05rem;}
.blessing-day .countTime .countDay span {
    font-size: 0.52rem;
    font-weight: bold;
    margin: 0 0.05rem;
    width: 0.52rem;
    display: inline-block;
    line-height: 0.64rem;
    color: #EFB66A;
    font-family: var(--font-second);
    background: url(../images/num_bg.svg) no-repeat center/100% 100%;
    vertical-align: middle;
}

.blessing-day>div {flex: 1;}

/**内容**/
.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);}
.post {
    position: relative;
}
.post .news .news_title{
    font-size: var(--base-size);
    font-weight: bold;
    line-height: 1.75;
}
.post .news .news_text{
    font-size: var(--small-size);
    line-height: 2;
    color: #666;
}
.post .news .news_text a{color: #666;}
.post .news .news_date{
    font-size: var(--base-size);
    flex: none;
}
.news_list .news_meta {
    background: var(--theme-color);
    width: 0.5rem;
    height: 0.5rem;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    color: #fff;
    flex: none;
}
.news_list .news_meta .days{
    font-size: 0.23rem;
    line-height: 1.1;
}
.news_list .news_meta .month {
    font-size: 0.08rem;
    font-weight: bold;
}
.post .tt {
    display: flex;
    align-items: center;
    margin-bottom: 0.5rem;
    justify-content: space-between;
}
.post .tt .tit{
    color: var(--theme-color);
    font-size: 0.32rem;
    font-weight: bold;
}
.post .tt.center {
    justify-content: center;
}

.post .tt.center .more_btn {
    position: absolute;
    right: 0;
}
.post .tt .more_text:hover {
    transform: scale(1.1);
}
.post .tt .more_text {
    color: var(--theme-color);
    font-size: var(--small-size);
    font-weight: bold;
    transition: var(--transition-normal);
}
.main1{background:#F8F8F8}
.main1 .inner {
    padding: 0.58rem 0 0.72rem;
}
.main1 .post .tt{margin-bottom: 0.36rem;}
.post-11{
    width: 6.15rem;
    flex: none;
}
.post-12{
    width: 6.15rem;
    flex: none;
}
.main1 .mod {
    display: flex;
    justify-content: space-between;
}

.post-11 .news_list .news {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 0.61rem;
    border-bottom: 1px solid #E6E6E6;
    gap: 0.3rem;
}
.post-11 .news_list .news_title{
    font-size: var(--regular-size);
    font-weight: normal;
}
.post-12 .news_list {padding-top: 0.15rem;padding-left: 0.17rem;}
.post-12 .news_list .news {
    display: flex;
    position: relative;
}
.post-12 .news_list .news:not(:last-child) {
    margin-bottom: 0.25rem;
}

.post-12 .news_list .news_imgs a {
    padding-top: 70%;
}

.post-12 .news_list .news_imgs {
    width: 2rem;
    margin-right: 0.29rem;
    flex: none;
}
.post-12 .news_list .news_title{font-size: var(--medium-size);color: #972C2A;}
.post-12 .news_list .news_title a{color: #972C2A;}
.post-12 .news_list .news_text{
    font-size: var(--base-size);
    line-height: 1.75;
    margin-top: 0.08rem;
}

.post-12 .news_list .news_meta {
    position: absolute;
    z-index: 1;
    left: -0.17rem;
    bottom: 0.17rem;
}
.main2 {
    background: url(../images/main2bg.jpg) no-repeat center/cover;
}
.main2 .inner {
    padding: 0.7rem 0 0.8rem;
}
.post-21 .tt {
    margin-bottom: 0.79rem;
}
.post-21 .tt .tit {
    color: #fff;
}
.post-21 .news_list .news {
    position: relative;
    padding: 0 0.1rem;
    box-sizing: border-box;
}
.post-21 .news_list .news:before {
    content:'';
    height: 1.86rem;
    width: 0.26rem;
    position: absolute;
    left: 0;
    background: url(../images/time_x.svg)no-repeat center top/100% ;
}
.post-21 .news .news_title {
    color: #fff;
    font-family: 'Merriweather';
    font-size: 0.41rem;
    margin-bottom: 0.12rem;
    line-height: 1;
    transition: var(--transition-normal);
}
.post-21 .news .news_text {
    color: #fff;
    font-weight: 500;
    transition: var(--transition-normal);
    font-size: var(--base-size);
}
.post-21 .swiper{
    padding-top: 0.5rem;
}
.post-21 .swiper:after {
    content: "";
    width: calc(100% - 1.07rem);
    display: block;
    position: absolute;
    height: 0.13rem;
    background: url(../images/time_x3.svg)no-repeat center top/100%;
    top: 2.36rem;
}
.post-21 .news_list .news_imgs a {
    padding-top: 61.5%;
}

.post-21 .news_list .news_imgs {
    border-radius: 0.1rem;
    width: 2.6rem;
    left: -1.3rem;
    opacity: 0;
    transform: translateX(40px);
    visibility: hidden;
    /* transition: var(--transition-normal); */
}

.post-21 .news_list .news_wz {
    min-height: 1.86rem;
    box-sizing: border-box;
    padding: 0 0.48rem;
    height: 1.86rem;
    margin-bottom: 0.22rem;
}
.post-21 .news_list .news_con {
    position: relative;
    top: 0;
    transition: var(--transition-normal);
}

.post-21 .news_list .news.my-active .news_con,.post-21 .news_list .news:has(+ * + .my-active)  .news_con {
    top: -0.4rem;
}
.post-21 .news_list .news.my-active .news_title,.post-21 .news_list .news.my-active .news_text {
    color: #F7C73A;
    transition: var(--transition-normal);
}

.post-21 .news_list .news.my-active:before{
    background-image: url(../images/time_x2.svg);
}
.post-21 .news_list .news.my-active .news_imgs{
    opacity: 1;
    visibility: inherit;
    transform: none;
    transition: 0.8s;
}
.post-21 .swiper .control {
    position: absolute;
    display: flex;
    top: 2.36rem;
    right: 0;
    gap: 0.055rem;
    z-index: 1;
}

.post-21 .swiper .control>div {
    width: 0.44rem;
    height: 0.44rem;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    border: 1px solid rgb(255 255 255 / 30%);
    margin-top: -0.2rem;
    cursor: pointer;
    transition: var(--transition-normal);
}

.post-21 .swiper .control>div svg {
    width: 18%;
    height: auto;
}

.post-21 .swiper .control>div:hover {
    background: #fff;
}

.post-21 .swiper .control>div:hover svg path {
    stroke: #a12e2d;
}
.main3 {
    background: url(../images/main3bg.jpg) no-repeat center/cover;
}
.main3 .inner {
    padding: 0.7rem 0 0.56rem;
}
.post-31 {
    padding-bottom: 1.04rem;
}

.post-31 .tt.center .more_btn {
    bottom: 0;
    left: 50%;
    right: auto;
    transform: translateX(-50%);
}

.post-31 .tt.center .more_text {
    width: 1.37rem;
    height: 0.44rem;
    background: #C00000;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
}



.post-31 .news_list {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -0.125rem;
}

.post-31 .news_list .news {
    width: 25%;
}

.post-31 .news_list .news a {
    display: block;
    background: #fff;
    margin: 0 0.125rem;
    border-radius: 0.1rem;
    overflow: hidden;
}

.post-31 .news_list .news_imgs span {
    padding-top: 66.45%;
}

.post-31 .news_list .news_wz {
    padding: 0.26rem 0.2rem;
    height: 2.06rem;
    box-sizing: border-box;
}

.post-31 .news_list .news_top {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.post-31 .news_list .news_colname {
    color: var(--theme-color);
    font-size: var(--small-size);
    font-weight: 500;
}

.post-31 .news_list .news_date {
    font-size: var(--small-size);
    font-weight: bold;
    color: #5F5F5F;
}

.post-31 .news_list .news_title {
    margin: 0.1rem 0 0.15rem;
    color: #000;
}

.post-31 .news_list .news a:hover {
    box-shadow: 0 3px 24px #33333333;
}
.main4 .inner {
    padding: 0.7rem 0 0.74rem;
}
.main4 .mod {
    display: flex;
    justify-content: space-between;
}

.post-41 {
    width: 6.03rem;
    flex: none;
}

.post-42 {
    width: 6.03rem;
    flex: none;
}
.post-41 .swiper {
    height: 4.2rem;
}
.post-41 .news_list .news a {
    display: flex;
    background: #FBF9F5;
    height: 100%;
    padding: 0 0.31rem;
    flex-direction: column;
    justify-content: center;
    position: relative;
    z-index: 1;
}

.post-41 .news_list .news a:before {content:"";width: 0.04rem;height: 0.87rem;background: #C00000;position: absolute;left: 0;transition: var(--transition-normal, all .4s ease-in-out);}
.post-41 .news_list .news a:after{content:"";width: 100%;position: absolute;background: var(--theme-color) url(../images/meta_bg.svg) no-repeat center right 0.27rem/0.92rem;height: 100%;left: 0;z-index: -1;width: 0;transition: var(--transition-normal, all .4s ease-in-out);}
.post-41 .news_list .news_title {
    font-size: var(--medium-size);
    margin-bottom: 0.1rem;
    color: #000;
}

.post-41 .news_list .news_info p {
    font-size: var(--base-size);
    line-height: 1.375;
    padding: 0.025rem 0;
    color: #000;
}

.post-41 .news_list .news_info p:last-child {
    opacity: 0.8;
}

.post-41 .news_list .news a:hover {color:#fff}
.post-41 .news_list .news a:hover:before{background:#E9B12D;}
.post-41 .news_list .news a:hover:after{width:100%;}
.post-41 .tt .r,.post-42 .tt .r {
    display: flex;
    align-items: center;
    gap: 0.33rem;
}
.post-41 .control>div {
    width: 0.4rem;
    height: 0.4rem;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background-color: rgb(192 0 0 / 20%);
    cursor: pointer;
    transition: var(--transition-normal);
    background-repeat: no-repeat;
    background-position: center;
    background-size: auto 50%;
}
.post-41 .control .swiper-prev{
    background-image: url(../images/left.svg);
}
.post-41 .control .swiper-next{
    background-image: url(../images/right.svg);
}
.post-41 .control>div:hover{background-color: rgb(192 0 0);}
.post-41 .control {
    display: flex;
    gap: 0.25rem;
}
.post-42 .news_list .news_imgs a {padding-top:66.42%}
.post-42 .news_list .news {
    width: calc(100% - 0.44rem);
    position: absolute;
    transition: var(--transition-normal);
    left: 0.44rem;
    top: 0;
    opacity: 0;
}

.post-42 .news_list .news.rotate-active2 {
    left: 0.22rem;
    z-index: 1;
    top: 0.22rem;
    opacity: 0.3;
}
.post-42 .news_list {
    position: relative;
}

.post-42 .news_list .news.rotate-active1 {
    left: 0;
    top: 0.44rem;
    z-index: 2;
    opacity: 1;
}

.post-42 .news_list .news.rotate-active3 {
    left: 0.44rem;
    z-index: 0;
    opacity: 0.3;
}
.post-42 .news_list .news a {
 -webkit-user-drag: none;  /* 禁用浏览器默认拖拽 */
 user-select: none;
 pointer-events: none;
}
.post-42 .news_list .news.rotate-active1 a{pointer-events: auto;}
.post-42 .news_list .news_title {
    position: absolute;
    bottom: 0.34rem;
    width: 100%;
    text-align: center;
    color: #fff;
    font-size: var(--regular-size);
}
.post-42 .news_list .news_title a{color: #fff;}
.post-42 .pagination {
    display: flex;
    gap: 0.11rem;
}

.post-42 .pagination .dot {
    width: 0.12rem;
    height: 0.12rem;
    background: #C03421;
    border-radius: 0.06rem;
    opacity: 0.35;
    transition: var(--transition-normal);
}
.post-42 .pagination .dot.dot-active1 {
    opacity: 1;
    width: 0.67rem;
}
.main5 {
    background: url(../images/main5bg.jpg) no-repeat center/cover;
}
.main5 .inner {
    padding: 0.81rem 0 1.05rem;
}
.post-51  .tt .tit {
    color: #fff;
}
.post-51 .links_list{
    display: flex;
    justify-content: space-between;
}
.post-51 .links_list .link {position: relative;}

.post-51 .links_list .link a {
    display: flex;
    width: 6.29rem;
    height: 2.49rem;
    align-items: center;
    justify-content: center;
    background-size: cover;
    font-size: 0.24rem;
    color: #fff;
    font-weight: bold;
    flex-direction: column;
    position: relative;
    z-index: 1;
}

.post-51 .links_list .link:nth-child(1) a {
    background-image: url(../images/col_bg1.jpg);
}
.post-51 .links_list .link:nth-child(2) a {
    background-image: url(../images/col_bg2.jpg);
}

.post-51 .links_list .link a:after {
    content:"";
    width: 0.31rem;
    height: 0.04rem;
    background: #FFFFFF;
    margin-top: 0.15rem;
}

.post-51 .links_list .link:after {
    content: "";
    width: 100%;
    height: 96%;
    background: #6C0303;
    position: absolute;
    bottom: -0.2rem;
    right: -0.2rem;
    transition: var(--transition-normal);
}

.post-51 .links_list .link a:after {}

.post-51 .links_list .link:hover:after {
    right: 0;
    bottom: 0;
}
/**列表页**/
.list .body_b {
    height: 65vh;
}
.l-banner {height:6rem;background-position:center center;background-repeat:no-repeat;text-align:center;background-color:#c5c4c4;position:relative;background-size: cover;}
.l-banner:after {content:"";display:block;width:100%;position:absolute;height:60%;background:url(../images/bannerbg.png) no-repeat;background-size:100% 100%;bottom:0;}
.l-banner img {display:none;height:100%;vertical-align:top;}
#l-container {position:relative;}
#l-container .inner {padding: 0.8rem 0;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-weight: bold;}
.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;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(--theme-color);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(--base-size);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;}
/**默认新闻列表页**/
.mrlist .col_news_list .news_list .news {display:flex;margin-bottom:.6rem;position: relative;gap: 0.4rem;}
.mrlist .col_news_list .news_list .news .news_imgs {width: 3rem;flex:none;display:flex;align-items:center;}
.mrlist .col_news_list .news_list .news .news_imgs a {padding-top: 65.84%;width:100%;}
.mrlist .col_news_list .news_list .news .news_wz {flex:1;padding: 0.1rem 0;}
.mrlist .col_news_list .news_list .news .news_title {margin-bottom: .1rem;font-size: var(--medium-size);font-weight: bold;line-height: 1.75;color: #972C2A;}
.mrlist .col_news_list .news_list .news .news_title a{color: #972C2A;}
.mrlist .news_list .news_meta {
    position: absolute;
    z-index: 1;
    left: -0.17rem;
    bottom: 0.17rem;
}

.mrlist .col_news_list .news_list .news .news_text{
    font-size: var(--small-size);
    line-height: 2;
    color: #5F5F5F;
}
.mrlist .col_news_list .news_list .news .news_text a{color: #5F5F5F;}
.mrlist .col_news_list .news_list .news[img-src=""] .news_imgs {display:none;}
.mrlist .news_list .news[img-src=""] .news_meta{
    position: static;
}
.mrlist .news_list .news[img-src=""] {
    align-items: center;
    gap: 0.3rem;
}
/**文章页**/
.info .col_metas.clearfix {height:.63rem;}
.infobox {padding:.56rem 0;margin:0 auto;width:auto;}
.article h1.arti_title {line-height:1.3;font-size:.36rem;text-align:center;margin-bottom:.2rem;color: var(--theme-color);font-weight: bold;}
.article h2.arti_title {line-height:2;font-family:"Microsoft YaHei";font-size:.2rem;text-align:center;color:#1b1b1bc7;margin-bottom:.2rem;}
.article .arti_meta{
    display: flex;
    justify-content: center;
    align-items: center;
}
.article .arti_metas {text-align:center;line-height:1.3;margin:0;}
.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 img {margin:0 auto;max-width:940px;}
.article .entry .read table {margin:0 auto;border:none!important;}
.sibi_art {margin-top:1.3rem;}
.wp_artfuns .wp_art_adjoin {display:flex;line-height:.48rem;font-size:var(--regular-size);flex-wrap:wrap;}
span.next-title,span.prev-title {width:calc(100% - .8rem);}
.wp_artfuns .wp_art_adjoin .next {padding:0;}
.wp_artfuns .wp_art_adjoin .next,.wp_artfuns .wp_art_adjoin .prev {pointer-events:none;width:auto;}
/**底部**/
#footer {background: #321601;background-size:cover;position:relative;}
.footer .inner {box-sizing:border-box;position:relative;z-index:1;max-width: 14rem;}
.foot-top {display:flex;justify-content:space-between;padding: 0.5rem 0;align-items: center;}
#footer .inner.in1 {padding:.57rem 0 .32rem;position:relative;}
#footer .inner .mod {}
#footer .inner .foot-left {flex:1;display:flex;gap: 0.59rem;align-items: center;}
#footer .inner .foot-logo img{
    width: 3.27rem;
}
#footer .inner .foot-right {flex:1;display:flex;justify-content:flex-end;}
#footer .inner p {font-size: var(--small-size);line-height: 2.1;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;}
/**底部链接**/
.foot-left .tt {margin-bottom:.18rem;}
.foot-left .links {margin-right:1.02rem;}
/**分享**/
.shares .news_list {display:flex;text-align:center;gap: 0.085rem;}
.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: rgb(255 255 255 / 10%);width: 0.33rem;height: 0.33rem;border-radius:50%;background-repeat:no-repeat;background-position:center;background-size:53%;cursor: pointer;}
.shares .news_list .news {position:relative;}
.shares .news_list .news:nth-child(1) .news_icon {background-image:url(../images/weixin.svg);}
.shares .news_list .news:nth-child(2) .news_icon {background-image:url(../images/weibo.svg);}
.shares .news_list .news_icon:hover {opacity:1;background-color: rgb(255 255 255 / 30%);}
.shares .news_list .news:hover .imgs {opacity:1;transform:none;}
.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: 0.4rem 0;text-align:center;position:relative;z-index:1;border-top: 1px solid rgb(255 255 255 / 20%);}
#footer .foot-bottom p {font-size: var(--base-size);position:relative;}
@media screen and (max-width:999px){
    .body_b{
    height: 45vw;
}
}