@charset "utf-8"; /*Technical Support SudyTech*/
@font-face {
    font-family: 'Poppins-Regular';
    src: url('/_upload/tpl/02/d6/726/template726/fonts/Poppins-Regular.ttf');
}

@font-face {
    font-family: 'Poppins-Bold';
    src: url('/_upload/tpl/02/d6/726/template726/fonts/Poppins-Bold.ttf');
}

/* @font-face {font-family:'Poppins-Regular';font-weight:bold;src:url('/_upload/tpl/02/d6/726/template726/fonts/Poppins-SemiBold.ttf');}*/
@font-face {
    font-family: 'SourceHanSansCN-Bold';
    src: url('/_upload/tpl/02/d6/726/template726/fonts/SourceHanSansCN-Bold.ttf');
}

@font-face {
    font-family: 'SourceHanSansCN-Regular';
    src: url('/_upload/tpl/02/d6/726/template726/fonts/SourceHanSansCN-Regular.ttf');
}

@font-face {
    font-family: 'Merriweather';
    src: url('/_upload/tpl/02/d6/726/template726/fonts/Merriweather-Bold.ttf');
}

html,body,h1,h2,h3,h4,h5,h6,div,dl,dt,dd,ul,ol,li,p,blockquote,pre,hr,figure,table,caption,th,td,form,fieldset,legend,input,button,textarea,menu {
    margin: 0;
    padding: 0;
}

header,footer,section,article,aside,nav,hgroup,address,figure,figcaption,menu,details {
    display: block;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

caption,th {
    text-align: left;
    font-weight: normal;
}

html,body,fieldset,img,iframe,abbr {
    border: 0;
}

img {
    vertical-align: top;
    max-width: 100%;
}

html {
    overflow-x: hidden;
    scroll-padding-top: 4rem;
font-size:100px;--size: calc(100vw / 19.20);font-size: var(--size);

-webkit-text-size-adjust : none ;
-moz-text-size-adjust : none ;
-ms-text-size-adjust : none ;
text-size-adjust : none

}

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: .13rem/1 arial,\5b8b\4f53;
    color: #333;
    outline: 0;
}

:focus {
    outline: 0;
}

.none {
    display: none;
}

.wcb {
    width: 100%;
    height: .3rem;
    border: .02rem 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;
}

*::-webkit-scrollbar {
    width: 0.05rem;
    height: 0.05rem;
    background-color: #ccc;
}

*::-webkit-scrollbar-thumb {
    border-radius: 0.1rem;
    background: #891d25;
}

body {
    line-height: 1;
    font-size: .13rem;
    font-family: "PingFang","Microsoft YaHei","\u5b8b\u4f53",Tahoma,Geneva,sans-serif;
    color: #2B2B2B;
    font-family: 'SourceHanSansCN-Regular';
    ;}

:root {
    --mainColor: #891d25;
    --hoverColor: #891d25;
    --bigSize: 0.2rem;
    --titleSize: 0.18rem;
    --smailSize: 0.16rem;
    --smailSizex: 0.14rem;
    --innerWidth: 16rem;
}

p {
    line-height: 1.75;
}

a {
    color: #2b2b2b;
    text-decoration: auto;
    transition: all 0.6s ease-in-out;
}

a:hover {
    color: var(--hoverColor);
}

.line1 {
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

.line2 {
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.line3 {
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.line4 {
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
}

.wrapper {
    width: 100%;
    margin: 0 auto;
    /* overflow:hidden;*/
    ;}

.wrapper .inner {
    width: var(--innerWidth);
    margin: 0 auto;
}

/**兼容模式提示**/
.pageTips {
    position: fixed;
    z-index: 1000;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #000 url("../image/bg.png");
}

.pageTips .container {
    color: #fff;
    position: absolute;
    left: 50%;
    top: 50%;
    width: 630px;
    margin-left: -315px;
    margin-top: -160px;
}

.pageTips .container a.close {
    display: block;
    width: 50px;
    height: 50px;
    position: absolute;
    z-index: 1;
    left: auto;
    right: -15px;
    top: 40px;
    bottom: auto;
    background: url("/_upload/tpl/02/d6/726/image/close.png") center no-repeat;
}

.pageTips .container .img {
    text-align: center;
}

.pageTips .container .msg {
    font-size: 18px;
    line-height: 36px;
    padding-top: 30px;
}

.pageTips .container a {
    color: #fff;
    text-decoration: underline;
}

.pageTips .container a.close {
    display: none !important;
}

/**头部**/
.header {
    border-bottom: none;
    height: auto;
    line-height: inherit;
    background-size: cover;
    position: relative;
    z-index: 4;
    position: fixed;
    width: 100%;
    top: 0;
    transition: 1s;
    overflow: initial;
}

.header.fix {
    background: var(--mainColor);
}

.header.fix:after {
    display: none;
}

.fix.header .mod {
    height: 1rem;
}

.header .inner {
    position: relative;
    transition: all 0.4s ease-in-out;
    width: 100%;
}

.header .sitelogo {
    display: flex;
}

.header .sitelogo .logo img {
    width: 3.51rem;
}

.header .sitelogo .logo {
    margin-right: 0.29rem;
    display: inline-block;
}

.header .sitelogo h1 {
    font-size: inherit;
    font-weight: normal;
    background: none;
    padding-left: 0rem;
}

.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: .1rem;
}

.header .mod {
    display: flex;
    justify-content: space-between;
    height: 1.3rem;
    align-items: center;
}

.header .head-top {
    display: flex;
    align-items: center;
    gap: 0.23rem;
}

.header .head-right {
    display: flex;
    align-items: flex-end;
    gap: 0.1rem;
    flex-direction: column;
    margin-right: 1.25rem;
}

.header:after {
    width: 100%;
    content: "";
    position: absolute;
    top: 0;
    height: 1.6rem;
    background: linear-gradient(180deg,var(--mainColor),transparent);
    z-index: -1;
    opacity: 1;
    background: url(/_upload/tpl/02/d6/726/template726/images/headbg.png) no-repeat;
    background-size: 100% 100%;
}

.header .head-left {
    margin-left: 0.77rem;
}

.fixnav .header:after {
    opacity: 0;
    transition: 1s;
}

/* 搜索*/
.wp_search {
    display: inline-block;
    position: relative;
    padding-left: .04rem;
    border: .01rem solid #d0d0d0;
}

.wp_search #keyword {
    width: 1.6rem !important;
    padding: .04rem 0;
    border: none;
    height: .2rem;
    line-height: .2rem;
    background: transparent;
    color: #fff;
}

.wp_search .search {
    width: .32rem;
    height: .3rem;
    border: 0rem;
    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.29rem;
    border-radius: 0.22rem;
    overflow: hidden;
    box-shadow: 0 0 0 1px #fff;
}

.wp-search {
    position: relative;
z-index: 999;
}

.wp-search form {
    display: block;
}

.wp-search .search-input {
    margin-left: 0.1rem;
    margin-right: 0.29rem;
}

.wp-search .search-input input.search-title {
    width: 100%;
    line-height: 0.29rem;
    background: none;
    color: #FFFFFF;
    font-size: var(--smailSizex);
    border: 0;
    outline: 0;
    font-family: 'SourceHanSansCN-Regular';
}

.wp-search .search-btn {
    width: 0.29rem;
    height: 0.29rem;
    position: absolute;
    right: 0;
    top: 0%;
}

.wp-search .search-btn input.search-submit {
    width: 100%;
    height: 100%;
    border: 0;
    outline: 0;
    background: url(/_upload/tpl/02/d6/726/template726/images/sous.svg) no-repeat center;
    cursor: pointer;
}

.header .searchbox:hover {
    width: 2rem;
    border-radius: 0.22rem;
}

.header .searchbox {
    transition: all 0.4s ease-in-out;
}

/**角色**/
.site-rale {
    ;}

.site-rale ul {
    ;}

.site-rale ul li.links {
    float: left;
}

.site-rale ul li.links a {
    line-height: .35rem;
    padding: 0 .12rem 0 .12rem;
    padding-left: .19rem;
    font-size: .13rem;
    color: #cad3d4;
    background: url(/_upload/tpl/02/d6/726/template726/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;
    padding: 0 0.12rem;
    line-height: 1;
    display: inline-block;
    font-size: var(--smailSize);
    border-right: .01rem solid rgb(255 255 255 / 20%);
}

.site-lang ul li.links a:hover {
    color: #fff;
}

/**导航**/
#nav {
    overflow: initial;
}

#nav .inner {
    ;}

#nav .inner .wp-panel {
    ;}

#nav .inner .wp-panel .wp-window {
    ;}

#nav .inner .wp-panel .navbg {
    position: absolute;
    z-index: -1;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: auto;
    height: 100%;
    background: #fff;
    opacity: .7;
    filter: alpha(opacity=70);
}

.nav .wp-menu {
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    gap: 0.36rem;
}

.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: .2rem;
    height: .2rem;
    background: url(/_upload/tpl/02/d6/726/template726/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;
    text-shadow: 0 .01rem .02rem rgb(0 0 0 / 24%);
    font-family: 'SourceHanSansCN-Bold';
}

.nav .wp-menu .menu-item.hover a.menu-link,.nav .wp-menu .menu-item a.hover {
    font-weight: bold;
    text-decoration: none;
    color: var(--mainColor);
}

.nav .sub-menu {
    position: absolute;
    left: 50%;
    top: 100%;
    min-width: 1.5rem;
    z-index: 100;
    background: #ffffff99;
    opacity: 0;
    transform: translateX(-50%) scale(0);
    transition: all 0.4s ease-in-out;
    border-radius: 0.08rem;
    overflow: hidden;
    backdrop-filter: blur(13px);
}

.nav .sub-menu .sub-item {
    position: relative;
    white-space: nowrap;
    vertical-align: top;
    _zoom: 1;
}

.nav .sub-menu .sub-item a {
    display: block;
    line-height: 0.5rem;
    padding: 0 .17rem;
    font-size: var(--smailSize);
    background: none;
    text-align: center;
}

.nav .sub-menu .sub-item.hover>a,.nav .sub-menu .sub-item a:hover {
    background-color: var(--mainColor);
    display: block;
    color: #fff;
}

.nav .sub-menu .sub-menu {
    left: 100%;
    top: 0rem;
    z-index: 200;
    background: #fff;
}

.nav .site-lang {
    display: none;
}

.nav .wp-menu .menu-item a.menu-link:after {
    content: "";
    width: 100%;
    height: .01rem;
    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;
}

.mbanner .news_imgs a {
    display: block;
    height: 100vh;
}

.mbanner .slick-prev,.mbanner .slick-next {
    z-index: 1;
    top: auto;
    bottom: 0.59rem;
    font-family: 'Merriweather';
}

.mbanner .slick-prev {
    margin-left: -1.854rem;
    left: 50%;
}

.mbanner .slick-next {
    margin-right: -1.85rem;
    right: 50%;
}

.mbanner .news .news_wz {
    position: absolute;
    top: 3.05rem;
    left: 50%;
    margin-left: -7.95rem;
    text-align: left;
    width: 10.6rem;
}

.mbanner .news .news_wz a {
    color: #17607A;
}

.mbanner .news .news_title {
    font-family: "Poppins";
    position: absolute;
    bottom: 0;
    left: 50%;
    margin-left: calc(var(--innerWidth)/-2);
    color: #fff;
    font-size: 0.32rem;
    bottom: 0.73rem;
    width: var(--innerWidth);
    text-align: left;
}

.mbanner ul.dot_list li.slick-active {
    font-size: var(--bigSize);
    opacity: 1;
    transform: scale(1);
}

.mbanner ul.dot_list li.slick-active+* {
    ;}

.mbanner:after {
    content: "";
    width: 0.87rem;
    height: 1.32rem;
    position: absolute;
    background: url(/_upload/tpl/02/d6/726/template726/images/slogo.svg) no-repeat;
    background-size: 100% 100%;
    z-index: 0;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    display: none;
}

.mbanner ul.dot_list {
    position: absolute;
    bottom: 0.68rem;
    z-index: 1;
    width: calc(0.42rem * 5);
    left: 50%;
    transform: translateX(-50%);
    font-family: "Merriweather";
}

.mbanner ul.dot_list li {
    height: 0.32rem;
    background: #fff;
    border-radius: 50%;
    line-height: 0.32rem;
    font-size: 0;
    color: var(--hoverColor);
    width: 0.32rem;
    opacity: 0.2;
    transform: scale(0.3);
    transition: 0.6s;
    margin: 0 0.05rem;
}

.mbanner ul.dot_list li.slick-active+*,.mbanner ul.dot_list li:has(+ .slick-active + *) {
    opacity: 0.8;
    transform: scale(0.45);
}

.mbanner .news .news_title a {
    color: #fff;
}

.mbanner .slick-dots {
    width: auto;
    bottom: 0.8rem;
    right: 50%;
    display: flex;
    align-items: flex-end;
    margin-right: calc(var(--innerWidth)/-2);
}

.mbanner .slick-dots li {
    border-radius: 0;
    background-size: 100%;
    margin: 0;
    opacity: 1;
    margin-right: 0.09rem;
    transition: all 0.4s ease-in-out;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 0;
    background: none;
    width: auto;
    height: auto;
}

.mbanner .slick-dots li button {
    background: none;
    padding: 0;
    font-size: var(--smailSize);
    color: #fff;
    line-height: inherit;
    width: auto;
    height: auto;
}
.mbanner .slick-dots li:after {
    content: "";
    display: block;
    width: 0.8rem;
    height: 1px;
    background: #fff;
    margin: 0 0.05rem;
    width: 0;
    transition: all 0.4s ease-in-out;
}

.mbanner .slick-dots li.slick-active:after {
    width: 0.8rem;
}
.mbanner .news .news_video {
    height: 100vh;
}

.mbanner .news .news_video video {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
}

.mbanner .news_imgs a:before {
    content: "";
    display: block;
    width: 100%;
    position: absolute;
    height: 60%;
    background: url(/_upload/tpl/02/d6/726/template726/images/bannerbg.png) no-repeat;
    background-size: 100% 100%;
    bottom: 0;
}

.mbanner .news .news_video:before {
    content: "";
    display: block;
    width: 100%;
    position: absolute;
    height: 60%;
    background: url(/_upload/tpl/02/d6/726/template726/images/bannerbg.png) no-repeat;
    background-size: 100% 100%;
    z-index: 1;
    bottom: 0;
}

.mbanner .slick-dots li.slick-active {
    opacity: 1;
}

/**内容**/
#m-container {
    ;}

#m-container .inner {
    ;}

.body_m {
    overflow: hidden;
}

.news_imgs a {
    display: block;
    overflow: hidden;
}

.post .news:hover .news_imgs a 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;
    position: relative;
}

.news_imgs.bg:after {
    content: "";
    width: 100%;
    position: absolute;
    height: 1.5rem;
    background: linear-gradient(180deg,transparent,#000);
    bottom: 0;
    opacity: 0.7;
    pointer-events: none;
}

/**主体公共**/
.post1 .more_btn {
    ;}

.post1 .tt {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 0.4rem;
}

.post1 .more_btn .more_text {
    font-size: var(--smailSizex);
    line-height: 0.21rem;
    text-align: center;
    font-family: 'SourceHanSansCN-Bold';
    display: flex;
    gap: 0.05rem;
    align-items: center;
}

.post1 .tt .tit {
    text-align: center;
    position: relative;
}

.post1 .more_btn .more_text img {
    width: 0.08rem;
    display: block;
    margin-bottom: 0.02rem;
}

.post1 .tt .title img {
    height: 0.75rem;
    flex: none;
    width: auto;
}

.post1 .tt .title {
    font-size: 0.4rem;
    font-weight: bold;
    line-height: 1.4;
    display: flex;
    align-items: center;
}

.post1 .tt .tt_en {
    font-size: var(--smailSizex);
    font-weight: normal;
    position: absolute;
    bottom: -0.03rem;
    color: #e8bd98;
    display: flex;
    align-items: center;
    left: 100%;
    width: max-content;
    font-family: Poppins-Regular;
    padding-left: 0.06rem;
}

.post1 .tt .tt_en:before {
    content: "";
    background: url(/_upload/tpl/02/d6/726/template726/images/ttenbg.svg) no-repeat;
    width: 0.77rem;
    height: 0.08rem;
    display: inline-block;
    background-size: 100% 100%;
    /* margin-right:0.125rem;*/
    position: absolute;
    right: 100%;
}

.post .news .news_title {
    font-size: var(--titleSize);
    line-height: 1.75;
    font-family: 'SourceHanSansCN-Bold';
}

.post1 .news .news_text {
    font-size: var(--smailSize);
    line-height: 1.75;
    color: #333333;
    transition: all 0.6s ease-in-out;
}

.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.6;
    color: var(--mainColor);
    font-family: 'Poppins-Regular';
    font-weight: bold;
}

.post1 .news .news_meta {
    --color: var(--mainColor);
    transition: all 0.6s ease-in-out;
    color: var(--color);
    flex: none;
}

.post1 .news .news_meta .news_year {
    font-size: 0.16rem;
}

.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_meta .week {
    font-size: 0.14rem;
}

.post1 .news .meat_bottom .month {
    position: relative;
}

.post1 .news .news_meta .meat_top {
    display: flex;
    justify-content: space-between;
    margin-bottom: 0.08rem;
}

.post1 .news .news_meta .year {
    font-family: 'Poppins-Regular';
    font-weight: bold;
    font-size: 0.16rem;
}

.post1 .news .news_meta .meat_bottom {
    font-family: 'Poppins-Bold';
    font-weight: bold;
    font-size: 0.32rem;
    display: flex;
    gap: 0.15rem;
    position: relative;
    /* left:50%;*/
    align-items: center;
}

.post1 .news .meat_bottom .month:after {
    content: "";
    width: 1px;
    height: 0.24rem;
    position: absolute;
    background: var(--color);
    right: -0.075rem;
    top: 0.02rem;
    transition: all 0.6s ease-in-out;
}

.post1 .news .news_meta1 {
    /* width:0.42rem;*/
    --color: #E8BD98;
    font-family: 'Poppins-Bold';
    font-weight: bold;
    flex: none;
    margin-right: 0.31rem;
    color: var(--color);
    display: inline-block;
}

.post1 .news .news_meta1 .month:after {
    content: '';
    width: 1px;
    height: 0.15rem;
    background: var(--color);
    display: inline-block;
    transform: rotate(24deg);
    margin-left: 0.06rem;
    position: relative;
    top: 1px;
}

.post1 .news .news_meta1 .month {
    font-size: var(--titleSize);
    margin-bottom: 0.04rem;
    display: block;
}

.post1 .news .news_meta1 .day {
    font-size: 0.32rem;
}

.main1 {
    background: url('/_upload/tpl/02/d6/726/template726/images/m1.png') no-repeat right bottom;
    overflow: hidden;
}

.main1 .inner .mod {
    position: relative;
}

.main1 .cover {
    aspect-ratio: 971/646;
    display: block;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.swiper-scrollbar-drag {
    background: var(--mColor);
}

.swiper-horizontal>.swiper-scrollbar,.swiper-scrollbar.swiper-scrollbar-horizontal {
    width: 1.07rem;
    background: rgb(255 255 255 / 30%);
    left: auto;
    right: .83rem;
    bottom: .61rem;
    position: initial;
    height: 1px;
    overflow: hidden;
}

.post-11  .flex {
    display: flex;
    position: absolute;
    left: auto;
    right: .83rem;
    bottom: .57rem;
    align-items: center;
    --mColor: #fff;
}

.flex .index,.flex .allpage {
    color: var(--mColor);
    font-size: var(--titleSize);
    position: relative;
    z-index: 0009999;
    padding: 0 .14rem;
    font-family: 'Poppins-Regular';
    font-weight: bold;
}

.main1 .inner {
    padding: 0.85rem 0 0.8rem;
}

.post1 .more_btn.mbtn2 .more_text img {
    width: 0.5rem;
    margin: 0 auto;
    margin-bottom: 0.1rem;
}

.post1 .more_btn.mbtn2 .more_text {
    display: block;
}

.main1 .mbottom {
    display: flex;
}

.post-11 {
    width: 9.7rem;
    margin: 0;
    margin-right: 0.4rem;
    flex: none;
}

.post-11 .swiper .news_title {
    position: absolute;
    bottom: 0.5rem;
    left: 0.5rem;
    color: #fff;
    font-size: .22rem;
    /* padding-right:40%;*/
    width: 60%;
    line-height: 1.5;
    /* background:linear-gradient(180deg,transparent,#000);*/
    box-sizing: border-box;
}

.post-11 .swiper .news_title a {
    color: #fff;
}

.post-11 .swiper .news_imgs a {
    padding-top: 66.52%;
}

.post-12 {
    flex: 1;
}

.post1 .mlist {
    flex: 1;
    border-top: 1px dashed rgb(129 28 33 / 50%);
}

.post1 .mlist .news {
    ;}

.post1 .mlist .news .news_date {
    margin-bottom: 0.12rem;
}

.post1 .mlist .news a {
    height: 100%;
    border-bottom: 1px dashed rgb(129 28 33 / 50%);
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 0 0.2rem;
    position: relative;
    height: 1.29rem;
    box-sizing: border-box;
    color: #2b2b2b;
}

.post1 .mlist .news a:after {
    content: "";
    width: 100%;
    position: absolute;
    height: 0.32rem;
    background-image: url(/_upload/tpl/02/d6/726/template726/images/newsbg.svg);
    background-size: 100% 100%;
    left: 0;
    bottom: 0;
    transform: scaleY(30%);
    transition: all 0.4s ease-in-out;
    transform-origin: bottom;
    opacity: 0;
}

.post1 .mlist .news a:before {
    content: "";
    opacity: 0;
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgb(130 29 33 / 5%);
    left: 0;
    top: 0;
    transition: all 0.4s ease-in-out;
}

.post1 .mlist .news a:hover:before {
    opacity: 1;
}

.post1 .mlist .news a:hover .news_title {
    font-weight: bold;
}

.post1 .mlist .news a:hover:after {
    transform: none;
    opacity: 1;
}

.main2 {
    background: url(/_upload/tpl/02/d6/726/template726/images/m9.png) no-repeat 119% 96.5%/9.54rem;
}

.main2 .inner:before {
    content: "";
    width: 5.17rem;
    height: 0.38rem;
    position: absolute;
    left: 50%;
    top: 0.34rem;
    background: url(/_upload/tpl/02/d6/726/template726/images/tago.svg) no-repeat;
    background-size: 100% 100%;
    transform: translateX(-50%);
}

.main2 .inner {
    padding-bottom: 1.22rem;
    position: relative;
}

.post-21 {
    position: relative;
}

.post-21 .more_btn {
    right: 1.9rem;
    bottom: 0.05rem;
    position: absolute;
    z-index: 1;
}

.post-21 .con {
    display: flex;
}

.post-21 .list2 {
    width: 9.72rem;
    margin-left: 0.4rem;
    display: flex;
    gap: 0.16rem;
}

.post-21 .list2 .news_imgs a {
    padding-top: 66.529%;
}

.post-21 .list2 .news {
    flex: 1;
    position: relative;
    display: flex;
    flex-direction: column;
}

.post-21 .list2 .news:last-child {
    top: -0.8rem;
}

.post-21 .list2 .news_wz {
    flex: 1;
    background: #FAF7F2;
    padding: 0.36rem 0.3rem 0.1rem;
}

.post-21 .list2 .news_wz .top {
    display: flex;
    margin-bottom: 0.2rem;
    align-items: center;
}

.post-21 .news .news_meta {
    margin-right: 0.17rem;
}

.post-21 .list2 .news:hover .news_wz {
    background: #811C21;
    color: #fff;
}

.post-21 .news:hover .news_meta {
    --color: #E8BD98;
}

.post-21 .news:hover .news_text {
    color: #fff;
}

.main3 .inner {
    padding-top\: 0.72rem 0 0.86rem;
    padding-top: 0.72rem;
}

.main3:before {
    content: "";
    width: 100%;
    height: 8.75rem;
    position: absolute;
    background: #FAF7F2;
    top: 0;
    left: 0;
    z-index: -1;
}

.main3 {
    position: relative;
}

.post-31 .news_list {
    display: flex;
    margin: 0 -0.17rem;
}

.post-31 .news_list .news {
    width: 25%;
}

.post-31 .news_list .news .news_imgs a {
    padding-top: 56.5%;
}

.post-31 .news_list .news .news_box {
    margin: 0 .17rem;
}

.post-31 .news_list .news .news_imgs {
    margin-bottom: 0.174rem;
}

.post-31 .news_list .news .news_title {
    margin-bottom: 0.07rem;
}

.main3 .news_list .news .news_info p {
    font-size: var(--smailSizex);
    line-height: 2;
    color: #811C21;
    padding-left: 0.24rem;
    background-size: 0.13rem;
    background-repeat: no-repeat;
    background-position: left;
}

.main3 .news_list .news .news_info p.date {
    background-image: url(/_upload/tpl/02/d6/726/template726/images/icon_date.svg);
}

.main3 .news_list .news .news_info p.address {
    background-image: url(/_upload/tpl/02/d6/726/template726/images/icon_address.svg);
}

.post-31 .news_list .news .news_title a,.post-32 .news .news_title a {
    background-image: linear-gradient(var(--mainColor),var(--mainColor));
    background-position: 0 100%;
    background-repeat: no-repeat;
    background-size: 0 1px;
    transition: background-size .3s;
}

.post-31 .news_list .news:hover .news_title a {
    background-size: 100% 1px;
    color: var(--mainColor);
}

.post-32 {
    margin-top: 0.45rem;
    background: url(/_upload/tpl/02/d6/726/template726/images/book_bg.svg)no-repeat center bottom;
    background-size: 100% 100%;
    padding: 0.35rem 1.32rem;
    box-sizing: border-box;
    height: 4.94rem;
    position: relative;
}

.post-32 .news_list .news {
    width: calc((100% - 1.36rem)/2);
    padding: 0.2rem 0;
    border-bottom: 1px dashed rgb(204 179 157 / 30%);
    display: flex;
min-height: 1.23rem;
    box-sizing: border-box;
}

.post-32 .news_list .news:nth-child(6),.post-32 .news_list .news:nth-child(5) {
    border-bottom: none;
}

.post-32 .news_list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.post-32 .news .news_title {
    color: #fff;
}

.post-32 .news .news_date {
    display: none;
}

.post-32 .news .news_title a {
    color: #fff;
}

.post-32 .news_list .news .news_wz {
    width: 0;
    flex: 1;
    margin-top: -0.05rem;
}

.post-32 .news .news_title a,.post-47 .news .news_title a {
    background-image: linear-gradient(#fff,#fff);
    background-position: 0 100%;
    background-repeat: no-repeat;
    background-size: 0 1px;
    transition: background-size .3s;
}

.post-32 .news:hover .news_title a,.post-47 .news:hover .news_title a {
    background-size: 100% 1px;
}

.main3 .post-32 .news_list .news .news_info p {
    color: rgb(255 255 255 / 70%);
}

.main3 .post-32 .news_list .news .news_info p.date {
    background-image: url(/_upload/tpl/02/d6/726/template726/images/icon_date_w.svg);
}

.main3 .post-32 .news_list .news .news_info p.address {
    background-image: url(/_upload/tpl/02/d6/726/template726/images/icon_address_w.svg);
}

.post-32 .more_btn {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 0.29rem;
}

.post-32 .more_btn.mbtn2 .more_text {
    color: #E8BD98;
}

.main4 .inner {
    padding-top: 1rem;
}

.main4 {
    margin-top: -0.33rem;
    background: url(/_upload/tpl/02/d6/726/template726/images/m4.png) no-repeat right top;
}

.main4 .mbottom {
    display: flex;
    --gap: 0.16rem;
    gap: var(--gap);
}

.mbottom {
    ;}

.main4 .mleft {
    width: 3.83rem;
    flex: none;
}

.main4 .mcenter {
    margin-top: -0.9rem;
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: var(--gap);
}
.post-41 .more_btn {
    display: none;
}
.post-42 .news .news_imgs {
    padding-top: 163.55%;
}

.main4 .mright {
    width: 3.39rem;
}

.main4 .post2 .news_list .news {
    position: relative;
}

.main4 .post2 .news_list .news .news_title {
    position: absolute;
    color: #fff;
    padding: 0 0.27rem;
    bottom: 0.37rem;
}

.main4 .post2 .news_list .news .news_title a {
    color: #fff;
}

.main4 .post2 .news_list .news_video {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}

.main4 .post2 .news_list .news_video video {
    position: absolute;
    width: 100%;
    height: 100%;
    min-width: 100%;
    height: 100%;
    top: 50%;
    object-fit: cover;
    transform: translateY(-50%);
}

.main4 .post2 .news_list .news_video .play img {
    width: 100%;
}

.main4 .post2 .news_list .news_video .play {
    width: 0.77rem;
    height: 0.77rem;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    cursor: pointer;
    z-index: 1;
    transition: all 0.6s ease-in-out;
    background: url(/_upload/tpl/02/d6/726/template726/images/play.svg) no-repeat;
    background-size: 100% 100%;
}

.main4 .post2 .news_list .news_video .play.pause {
    background-image: url(/_upload/tpl/02/d6/726/template726/images/pause.svg);
    opacity: 0;
}

.main4 .post2 .news_list .news_video:hover .play.pause {
    opacity: 1;
}

.main4 .post2 .news_list .news_video:hover .play {
    transform: translate(-50%,-50%) scale(1.2);
}

.main4 .mcenter>div {
    display: flex;
    gap: var(--gap);
}

.post-43,.post-46 {
    width: 4.9rem;
}

.post-43 .news .news_imgs,.post-46 .news .news_imgs {
    padding-top: 71.42%;
}

.post-44,.post-45 {
    flex: 1;
}

.post-44 .news .news_imgs,.post-45 .news .news_imgs {
    padding-top: 103%;
}

.news_imgs.bg {
    ;}

.main4 .post2 .news_list .news_icon {
    width: 0.5rem;
    height: 0.28rem;
    position: absolute;
    top: 0.27rem;
    right: 0;
    z-index: 1;
    background: var(--iconColor);
    border-radius: 0.5rem 0 0 0.5rem;
    background-repeat: no-repeat;
    background-position: center;
    background-size: auto 75%;
}

.main4 .post2 .news_list .news.douyin {
    --iconColor: #000000;
}

.main4 .post2 .news_list .news.bilibili {
    --iconColor: #FB7299;
}

.main4 .post2 .news_list .news.weibo {
    --iconColor: #d4191b;
}

.main4 .post2 .news_list .news.weixin {
    --iconColor: #2CCC46;
}

.main4 .post2 .news_list .douyin .news_icon {
    background-image: url(/_upload/tpl/02/d6/726/template726/images/douyin.svg);
}

.main4 .post2 .news_list .bilibili .news_icon {
    background-image: url(/_upload/tpl/02/d6/726/template726/images/bilibili.svg);
}

.main4 .post2 .news_list .weibo .news_icon {
    background-image: url(/_upload/tpl/02/d6/726/template726/images/weibo.svg);
}

.main4 .post2 .news_list .weixin .news_icon {
    background-image: url(/_upload/tpl/02/d6/726/template726/images/weixin.svg);
}

.main4 .post2 .news_list .news:after {
    content: "";
    width: 0.59rem;
    height: 0.05rem;
    position: absolute;
    bottom: 0;
    z-index: 1;
    left: 0.27rem;
    background: var(--iconColor);
}

.main4 .post2 .news_list .news.douyin:after {
    background: #8E7A7A;
}

.share .news_list {
    display: flex;
    justify-content: space-between;
    padding: 0 0.1rem;
}

.share .news_list .news {
    position: relative;
    transition: all 0.6s ease-in-out;
}

.share .news_list .news .icon {
    display: block;
    width: 0.47rem;
    height: 0.47rem;
    border-radius: 50%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: auto 50%;
}

.share .news_list .news:nth-child(1) .icon {
    background-color: #F8EFDF;
    background-image: url(/_upload/tpl/02/d6/726/template726/images/weibo2.svg);
}

.share .news_list .news:nth-child(2) .icon {
    background-color: #000000;
    background-image: url(/_upload/tpl/02/d6/726/template726/images/douyin.svg);
}

.share .news_list .news:nth-child(3) .icon {
    background-color: #2CCC46;
    background-image: url(/_upload/tpl/02/d6/726/template726/images/weixin.svg);
}

.share .news_list .news:nth-child(4) .icon {
    background-color: #FB7299;
    background-image: url(/_upload/tpl/02/d6/726/template726/images/bilibili.svg);
}
.share .news_list .news:nth-child(5) .icon {
    background-color: #ff2442;
    background-image: url(/_upload/tpl/02/d6/726/template726/images/xiaohs.svg);
}
.share .news_list .news .news_imgs {
    position: absolute;
    bottom: 120%;
    width: 1.1rem;
    height: 1.1rem;
    left: 50%;
    margin-left: -0.55rem;
    transform: translateY(-36%);
    transition: all 0.6s ease-in-out;
    opacity: 0;
}

.share .news_list .news .news_imgs img {
    width: 100%;
    height: 100%;
}

.share .news_list .news:hover .news_imgs {
    opacity: 1;
    transform: none;
}

.share .news_list .news .icon:after {
    content: "";
    width: 0.55rem;
    height: 0.55rem;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-49.5%,-50.5%);
    z-index: -1;
    border: 0.5px dashed #811C21;
    border-radius: 50%;
    transition: all 0.6s ease-in-out;
}

.share .news_list .news:hover .icon:after {
    transform: translate(-50%,-50%) scale(1);
    opacity: 1;
    box-shadow: 4px 4px 7px 0px #811c21a8;
    border-color: #fff;
}

.share .news_list .news:hover {
    transform: translate(-4px,-4px);
}

.share {
    margin-bottom: 0.4rem;
}
.post-47 .more_btn {
    position: absolute;
    bottom: 0.2rem;
    right: 0.26rem;
}

.post-47 .more_btn .more_text {
    color: #fff;
}
.post-47 .news_list {
    height: 5.35rem;
    background: #811C21;
    padding: 0 0.26rem;
}

.post-47 .news {
    border-bottom: 1px dashed rgb(255 255 255 / 20%);
    height: 22%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.post-47 .news .news_date {
    color: #fff;
    /* margin-bottom: 0.1rem; */
}

.post-47 .news .news_title {
    color: #fff;
}

.post-47 .news .news_title a {
    color: #fff;
}

.post-47 .news .news_date img {
    width: 0.25rem;
    margin-right: 0.2rem;
}

.main5 {
    overflow: hidden;
}

.m3 {
    background: url(/_upload/tpl/02/d6/726/template726/images/m2.png) no-repeat right 77%;
}

.main5 .inner {
    padding: 0.84rem 0 0.74rem;
}

.post-51 .con {
    position: relative;
}

.post-51 .news_list {
    display: flex;
    justify-content: space-between;
    gap: 0.69rem;
    position: relative;
}

.post-51 .news_list .news {
    flex: 1;
}

.post-51 .news .news_meta1 {
    --color: #811C21;
    margin-bottom: 0.25rem;
    transition: all 0.6s ease-in-out;
}

.post-51 .news_list .news .news_title {
    padding-top: 0.38rem;
}

.post-51 .news_list .news .news_title:before {
    content: "";
    width: 0.16rem;
    height: 0.16rem;
    position: absolute;
    border: 1px dashed #821D21;
    border-radius: 50%;
    top: 0.77rem;
    animation: dash1 6s linear infinite;
    -webkit-backdrop-filter: blur(6px);
    backdrop-filter: blur(6px);
    transition: 0s;
    transition: all 0.6s ease-in-out;
}

.post-51 .news_list .news:hover .news_title:before {
    background: #821D21;
}

@keyframes dash1 {
    to {
        transform: rotate(360deg);
    }

    ;}

.post-51 svg {
    opacity: 0.5;
    position: absolute;
    top: 0.85rem;
    z-index: -1;
    left: 50%;
    margin-left: -1e3px;
}

.path {
    stroke-dasharray: 4,2;
    animation: dash 6s linear infinite;
}

@keyframes dash {
    to {
        stroke-dashoffset: -100;
    }

    ;}

.post-51 .news_list .news:hover .news_title:after {
    ;}

.post-51 .news_list .news:hover .news_meta1 {
    transform: scale(1.2);
}

.post-61 .news_list {
    display: flex;
}

.post-61 .news_list .news {
    flex: 1;
    border-top: 0.12rem solid #821D21;
    position: relative;
}

.post-61 .news_list .news a {
    height: 2.51rem;
    display: block;
    background: url(/_upload/tpl/02/d6/726/template726/images/news_bg.png) no-repeat;
    background-size: 100% 100%;
    padding: 0.34rem 0.61rem 0.2rem 0.61rem;
    box-sizing: border-box;
}

.post-61 .news_list .news .top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 0.25rem;
}

.post-61 .news_list .news .news_icon {
    width: 1.3rem;
    height: 0.7rem;
    position: relative;
    box-sizing: border-box;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
}

.post-61 .news_list .news .news_icon img {
    object-fit: contain;
max-width: 87%;
}

.post-61 .news_list .news .news_icon:after {
    content: "";
    width: 1.22rem;
    height: 0.6rem;
    position: absolute;
    left: 0.04rem;
    top: 0.04rem;
    border: 1px dashed rgb(159 35 37 / 20%);
    box-sizing: border-box;
}

.post-61 .news .news_date {
    font-size: var(--titleSize);
}

.post-61 .news_list .news a:hover {
    /* box-shadow:9px 9px 22px 3px #811c214d;*/
    ;}

.post-61 .slick-prev,.post-61 .slick-next,.post-31 .slick-prev,.post-31 .slick-next {
    padding: 0;
    width: 0.4rem;
    height: 0.4rem;
    margin-top: -0.2rem;
    font-size: 0;
    opacity: 0.5;
}

.post-61 .news_list .news:before {
    content: "";
    width: 100%;
    position: absolute;
    height: 0.12rem;
    background: #e8bd98;
    top: -0.12rem;
    left: 0;
    transform: scaleX(0);
    transition: all 0.4s ease-in-out;
    transform-origin: left;
}

.post-61 .news_list .news:hover:before {
    transform: scale(1);
}

.post-61 .slick-prev,.post-31 .slick-prev {
    background: url(/_upload/tpl/02/d6/726/template726/images/left2.svg) no-repeat;
    background-size: 100% 100%;
    left: -0.2rem;
}

.post-61 .slick-next,.post-31 .slick-next {
    background: url(/_upload/tpl/02/d6/726/template726/images/right2.svg) no-repeat;
    background-size: 100% 100%;
    right: -0.2rem;
}

.post-61 .slick-prev:hover,.post-61 .slick-next:hover,.post-31 .slick-prev:hover,.post-31 .slick-next:hover {
    opacity: 1;
}

.main7 .inner {
    padding-top: 0.81rem;
}

/**列表页**/
.list #l-container .inner {
    --innerWidth: 14rem;
}

.l-banner {
    height: 5.8rem;
    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(/_upload/tpl/02/d6/726/template726/images/bannerbg.png) no-repeat;
    background-size: 100% 100%;
    bottom: 0;
}

.l-banner img {
    display: none;
    height: 100%;
    vertical-align: top;
}

.mrlist #l-container {
    position: relative;
    background: url(/_upload/tpl/02/d6/726/template726/images/list_bg.jpg) no-repeat bottom;
    background-size: 100% auto;
}

#l-container .inner {
    position: relative;
}

#d-container .inner {
    background: #fff;
}

/**栏目列表**/
.col_menu_head {
    position: absolute;
    bottom: 100%;
    9rem:1;width: 100%;
    left: 0;
}

.col_name span {
    font-size: 0.4rem;
    color: #fff;
    font-family: 'SourceHanSansCN-Bold';
    font-weight: normal;
}

.col_name {
    margin-bottom: .3rem;
}

.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(/_upload/tpl/02/d6/726/template726/images/home.svg) no-repeat left/0.14rem;
    margin-bottom: 1.28rem;
}

.possplit::after {
    content: "-";
    font-size: 0.2rem;
}

.col_path .possplit {
    margin: 0 .08rem;
    width: auto;
    background-image: none;
    color: #fff;
    text-indent: inherit;
    font-size: 0;
}

.col_list {
    --boxHeight: 0.7rem;
    width: 100%;
    position: relative;
    height: var(--boxHeight);
    box-sizing: border-box;
    display: flex;
    align-items: center;
    /* margin:0 -0.23rem;*/
    ;}

.col_list::before {
    content: "";
    display: block;
    width: 100vw;
    height: 0;
    left: 0;
    position: absolute;
    top: 0;
    height: 100%;
    margin-left: calc((100vw - var(--innerWidth))/-2);
    box-shadow: 0 0.04rem 0.16rem rgb(0 0 0 / 16%);
    background: #fff;
}

.column-switch {
    display: none;
}

.col_list ul {
    position: relative;
    width: 100%;
    margin: 0 -0.23rem;
}

.col_list ul li {
    float: left;
}
.col_list ul .sub_list {
    display: none;
}
.col_list .col_column .col_item_link.selected {
    opacity: 1;
    color: #fff;
    background: var(--hoverColor);
}

.col_list .col_column .col_item_link {
    padding: 0 .23rem;
    font-size: var(--bigSize);
    line-height: var(--boxHeight);
    display: block;
    text-align: center;
}
.col_list .long .col_column .col_item_link {
    padding: 0 0.17rem;
}
.col_list .slick-next,.col_list .slick-prev {
    width: auto;
    height: auto;
    background: 0 0;
    border-radius: 0;
}

.col_list .slick-prev {
    left: -.4rem;
    display: none!important;
}

.col_list .slick-next {
    right: -.5rem;
    width: .3rem;
    text-align: center;
}

.col_list .slick-next:hover,.col_list .slick-prev:hover {
    opacity: 1;
    color: #fff;
    background: 0 0;
}

.col_news_list.listcon {
    min-height: 400px;
    padding: 0.8rem 0 1.23rem;
}

.wp_entry {
    font-size: var(--titleSize);
    overflow: inherit;
}

.wp_entry img {
    max-width: 100%;
}

/**默认新闻列表页**/
.mrlist .col_news_list .list2 .news {
    margin-bottom: 0.2rem;
}

.mrlist .col_news_list .list2 .news a {
    display: flex;
    padding: 0.2rem;
    background: #FAF7F2 url(images/list_news_bg.svg) no-repeat right bottom;
    background-size: 2.36rem;
    align-items: flex-start;
}

.mrlist .col_news_list .list2 .news a:hover {
    box-shadow: 0 0.04rem 0.16rem rgb(137 29 37 / 16%);
}

.mrlist .col_news_list .list2 .news .news_imgs {
    width: 3.29rem;
    flex: none;
    background: 0 0;
    display: flex;
    align-items: center;
}

.mrlist .col_news_list .list2 .news .news_imgs a {
    padding-top: 61.27%;
    width: 100%;
}

.mrlist .col_news_list .list2 .news .news_wz {
    flex: 1;
    padding: 0.12rem 0;
    margin-right: 0.74rem;
}

.mrlist .col_news_list .list2 .news .news_meta {
    width: 0.7rem;
    height: 0.7rem;
    background: var(--mainColor);
    color: #fff;
    text-align: center;
    display: flex;
    flex-direction: column;
    font-family: 'Poppins-Bold';
    justify-content: center;
    align-items: center;
    line-height: 1.5;
    position: relative;
    left: -0.27rem;
    margin-right: 0.2rem;
    top: 0.12rem;
}

.mrlist .col_news_list .list2 .news .news_days {
    font-size: 0.25rem;
    line-height: 1.2;
}

.mrlist .col_news_list .list2 .news .news_month {
    font-size: 0.1rem;
    line-height: 2;
    border-top: 1px solid #fff;
}

.mrlist .col_news_list .list2 .news .news_title {
    font-size: 0.24rem;
    line-height: 1.75;
    margin-bottom: .13rem;
    min-height: 0.84rem;
    display: flex;
    align-items: center;
}

.mrlist .col_news_list .list2 .news .news_text {
    font-size: var(--titleSize);
    line-height: 1.7;
    color: #666;
    margin-bottom: 0.24rem;
}

.mrlist .col_news_list .list2 .news .news_text a {
    color: #666;
}

.mrlist .col_news_list .list2 .news .news_more {
    cursor: pointer;
    color: #891D25;
    font-size: var(--smailSizex);
    font-family: 'SourceHanSansCN-Bold';
    display: flex;
    gap: 0.07rem;
    align-items: center;
}

.mrlist .col_news_list .list2 .news.noimg .news_imgs {
    display: none;
}

.mrlist .col_news_list .list2 .news .news_more img {
   width: 0.08rem;
    flex: none;
}

.mrlist .col_news_list .list2 .news .news_imgs span {
    padding-top: 66.29%;
}

/**文章页**/
.info .col_metas.clearfix {
    height: .63rem;
}

.infobox {
    padding: .56rem 0;
    margin: 0 auto;
    width: auto;
}

.article h1.arti_title {
    line-height: 1.7;
    font-family: SourceHanSerifCN-Bold;
    font-size: 0.34rem;
    margin-bottom: 0.2rem;
}

.article h2.arti_title {
    line-height: 1.5;
    font-family: "Microsoft YaHei";
    font-size: 0.24rem;
}

.article .arti_metas {
    /* text-align: center; */
    line-height: 1.3;
    margin: 0;
    flex: none;
}

.article .arti_metas>span {
    font-size: var(--smailSize);
    color: #848484;
    margin-right: 0.54rem;
}

.article .arti_info.clearfix {
    position: relative;
    margin-top: 0.2rem;
    border-top: 1px solid #891D25;
    padding-top: 0.23rem;
    display: flex;
    justify-content: space-between;
    color: #848484;
    align-items: center;
}

.article .entry {
    margin: 0 auto;
    overflow: hidden;
    margin-top: .4rem;
    min-height: 4rem;
}

.article .entry .read, .article .entry .read p, .article .entry .read p span, .article .entry .read p * {
    line-height: 1.75 ! important;
    font-size: var(--titleSize) ! important;
    color: #333;
    font-family: 'SourceHanSansCN-Regular' ! important;
}

.article .entry.bigSize .read,.article .entry.bigSize .read p,.article .entry.bigSize .read p span, .article .entry.bigSize .read p  {
    font-size: var(--bigSize) ! important;
}

.article .entry.smallSize .read, .article .entry.smallSize .read p, .article .entry.smallSize .read p span, .article .entry.smallSize .read p * {
    font-size: var(--smailSize) ! important;
}
.article .entry .read p {
    margin-bottom: .1rem;
}

.article .entry .read img {
    margin: 0 auto;
    max-width: 9.4rem;
}

.article .entry .read table {
    margin: 0 auto;
    border: none!important;
}
.wp_articlecontent a:hover {
    color: var(--mainColor);
    text-decoration: none;
}

.wp_articlecontent a {
    color: #333;
    text-decoration: none;
}
.sibi_art {
    margin-top: 1.3rem;
}

.wp_artfuns .wp_art_adjoin {
    display: flex;
    line-height: .48rem;
    font-size: var(--titleSize);
    flex-wrap: wrap;
}

span.next-title,span.prev-title {
    width: calc(100% - .8rem);
}

.wp_artfuns .wp_art_adjoin .next {
    padding: 0;
}

.wp_artfuns .wp_art_adjoin .next,.wp_artfuns .wp_art_adjoin .prev {
    pointer-events: none;
    width: auto;
}

.infoPage .col_news_list.listcon {
    display: flex;
}

.article {
    width: 10rem;
    margin-right: 0.88rem;
}

.col_post {
    flex: 1;
    padding-left: 0.2rem;
}

.col_post .tt .title {
    font-weight: normal;
    font-size: 0.22rem;
    font-family: 'SourceHanSansCN-Bold';
    color: #891D25;
    line-height: 0.57rem;
}

.col_post .tt {
    display: flex;
    align-items: center;
    justify-content: space-between;
    /* padding-bottom: 0.33rem; */
    margin-bottom: 0.23rem;
    /* border-bottom: 0.3px solid #891D25; */
}

.col_post .more_btn img {
    width: 0.5rem;
}

.col_post .news_list .news:before {
    content: "";
    width: 0.3px;
    height: 100%;
    display: block;
    background: var(--mainColor);
    position: absolute;
    left: -0.2rem;
    top: 0.09rem;
}

.col_post .news_list {
    position: relative;
}

.col_post .news_list .news .news_date {
    font-size: var(--smailSize);
    line-height: 1.6;
    color: var(--mainColor);
    font-family: 'Poppins-Regular';
    font-weight: bold;
    margin-bottom: 0.05rem;
}

.col_post .news_list .news .news_title {
    font-size: var(--smailSize);
    line-height: 1.625;
}

.col_post .news_list .news {
    padding-bottom: 0.25rem;
    position: relative;
}

.col_post .news_list .news:after {
    content: "";
    width: 0.08rem;
    height: 0.05rem;
    background: var(--mainColor);
    position: absolute;
    left: -0.24rem;
    border-radius: 0.03rem;
    top: 0.09rem;
}

.col_post .news_list .news:last-child:before {
    display: none;
}

.article .arti_info.clearfix:after {
    display: none;
}

.info_right {
    display: flex;
    align-items: center;
    gap: 0.32rem;
}

.info_right .tt {
    font-size: var(--smailSize);
}

.social-share {
    position: relative;
    cursor: pointer;
}

.my-share-d>div {
    background: #ffffffc4;
    border-radius: 0.04rem;
    margin: 0.05rem 0;
    width: 0.35rem;
    height: 0.35rem;
    display: flex;
    align-items: center;
    justify-content: center;
}

.my-share-d>div img {
    max-width: 73%;
}

.my-share-d>div:nth-child(3) img {
    max-width: 82%;
}

.my-share-d {
    position: absolute;
    left: 100%;
    top: 50%;
    transform: translateY(-50%);
    width: max-content;
    display: none;
    padding-left: 0.1rem;
}

.info_right .social-share .tt {
    padding-right: 0.18rem;
    background: url(/_upload/tpl/02/d6/726/template726/images/share.svg) no-repeat right;
    display: inline-block;
    background-size: auto 100%;
}

.qrid_zz {
    position: fixed;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.9);
    display: none;
    top: 0;
    left: 0;
    z-index: 1000;
    display: none;
    justify-content: center;
    align-items: center;
}

.qrid_zz #qrid {
    padding: 8px;
    background: #fff;
    border-radius: 5px;
}

.fontSize-change {
    display: flex;
    align-items: center;
}

.fontSize-change .con {
    display: flex;
}

.fontSize-change .con {
    padding: 0.04rem;
    border-radius: 0.04rem;
    background: #F4F4F4;
}

.fontSize-change .con span {
    display: inline-block;
    width: 0.37rem;
    line-height: 0.3rem;
    text-align: center;
    color: var(--hoverColor);
    font-size: var(--smailSize);
    cursor: pointer;
    border-radius: 0.04rem;
}

.fontSize-change .con .active {
    background: var(--hoverColor);
    color: #fff;
}

/**底部**/
#footer {
    background: #7C121A;
    position: relative;
    border-top: 0.04rem solid #E8BD98;
}

.footer .inner {
    padding: 0.74rem 0 0.83rem;
    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 {
    margin-right: 1.15rem;
}

#footer .inner .foot-left img {
    width: 3.2rem;
    margin-bottom: 0.56rem;
}

#footer .inner .foot-center {
    flex: 1;
}

#footer .inner .foot-center img {
    max-width: 100%;
}

#footer .inner .foot-right {
    width: 3.98rem;
}

.footer .links .news_list .news .news_title img {
    width: 0.45rem;
}

.footer .ztbox .news_imgs a {
    padding-top: 56.03%;
    border-radius: 0.2rem;
    overflow: hidden;
    position: relative;
}
.footer .ztbox .more_btn {
    position: absolute;
    left: 103%;
    bottom: 0;
    width: max-content;
    opacity: 0.5;
}

.ztbox.post {
    position: relative;
}
.ztbox .news_list {
    border-radius: 0.2rem;
    overflow: hidden;
}
.footer .ztbox .more_btn img {
    width: 35px;
}
.ztbox .slick-dots li {
    background: #fff;
    opacity: 0.5;
}

.ztbox .slick-dots {
    width: auto;
    right: 0.2rem;
    bottom: 0.2rem;
}

.ztbox .slick-dots li.slick-active {
    opacity: 1;
}

#footer .inner p {
    font-size: var(--smailSize);
    line-height: 2.1;
    font-weight: 400;
    color: #fff;
}

#footer .inner p a {
    color: #fff;
}

#footer .inner p span {
    margin: 0 .03rem;
}

.foot-left .title {
    color: #fff;
    font-size: var(--smailSize);
    line-height: .21rem;
    font-weight: 700;
    margin-bottom: .14rem;
}

.footer .tt .title {
    font-weight: normal;
    font-family: 'SourceHanSansCN-Bold';
    color: #fff;
    font-size: 0.22rem;
    line-height: 2.2;
}

.footer .links .news_list {
    display: flex;
    flex-wrap: wrap;
    row-gap: 0.47rem;
}

.footer .links .news_list .news {
    width: 25%;
}

.footer .links .news_list .news .news_title {
    display: flex;
    align-items: center;
    gap: 0.24rem;
    font-size: var(--titleSize);
    color: #fff;
}

.footer .tt {
    margin-bottom: 0.36rem;
}

/**底部链接**/
.foot-left .tt {
    margin-bottom: .18rem;
}

.foot-left .links {
    margin-right: 1.02rem;
}

/**分享**/
.shares .news_list {
    display: flex;
    text-align: center;
    gap: .17rem;
}

.shares .news_list .imgs {
    width: 1rem;
    height: 1rem;
    position: absolute;
    bottom: 127%;
    left: 50%;
    margin-left: -.5rem;
    transform: translateY(-.4rem);
    opacity: 0;
    transition: all .4s ease-in-out;
}

.shares .news_list .imgs img {
    width: 100%;
    height: 100%unset;
}

.shares .news_list .news_icon {
    display: block;
    background-color: #ffffff2e;
    width: .5rem;
    height: .5rem;
    border-radius: 50%;
    background-repeat: no-repeat;
    background-position: center;
    opacity: .7;
    background-size: 53%;
}

.shares .news_list .news {
    position: relative;
}

.shares .news_list .n1 .news_icon {
    background-image: url(/_upload/tpl/02/d6/726/template726/images/weixin.svg);
}

.shares .news_list .n2 .news_icon {
    background-image: url(/_upload/tpl/02/d6/726/template726/images/weibo.svg);
}

.shares .news_list .news_icon:hover {
    opacity: 1;
}

.shares .news_list .news:hover .imgs {
    opacity: 1;
    transform: none;
}

.shares .news_list .news_title {
    color: #fff;
    font-size: var(--smailSizex);
    line-height: 1.4;
    margin-top: .13rem;
}

.footlogo img {
    width: 4.62rem;
}

.foot-bottom {
    padding: 0.35rem 0;
    text-align: center;
    position: relative;
    z-index: 1;
    background: #5A1818;
}

.foot-bottom p {
    font-size: var(--titleSize);
    line-height: 1.65;
    color: #fff;
    position: relative;
    opacity: 0.5;
}

/**侧导航**/
nav.Quick-navigation {
    position: fixed;
    left: .1rem;
    top: 50%;
    transform: translateY(-50%) !important;
    display: flex;
    flex-direction: column;
    font-size: .14rem;
    padding: .2rem;
    color: #fff;
    border-radius: .2rem;
    z-index: 2;
    background: #fff;
}

nav.Quick-navigation a {
    color: var(--mainColor);
    /* border-bottom:.01rem solid #fff;*/
    position: relative;
    padding-bottom: .4rem;
    /* text-shadow:0 0 .02rem #fff;*/
    ;}

nav.Quick-navigation a.current {
    color: var(--mainColor);
    padding-bottom: .98rem;
}

nav.Quick-navigation a:last-child.current {
    padding-bottom: 0;
}

nav.Quick-navigation a:after,nav.Quick-navigation a:before {
    content: '';
    display: block;
    position: absolute;
    left: 50%;
    bottom: .08rem;
    height: .24rem;
    width: .01rem;
    border-left: .01rem dashed var(--mainColor);
}

nav.Quick-navigation a:before {
    border-left: .01rem solid var(--mainColor);
    height: 0;
}

nav.Quick-navigation a.current:before {
    height: .49rem;
    bottom: .32rem;
    transition: 0.6s ease-in-out 0.4s;
}

nav.Quick-navigation a.current {
    padding-top: .46rem;
    background: url('/_upload/tpl/02/d6/726/template726/images/menuNav.png') no-repeat center top/contain;
    transition: padding 0.4s ease;
    font-weight: bold;
}

nav.Quick-navigation .Quick-navigation-item:nth-last-child(1):after,nav.Quick-navigation .Quick-navigation-item:nth-last-child(1):before {
    display: none;
}

.main7 {
    overflow: hidden;
}

.post-71 {
    position: relative;
}

.item.animationContain.page img {
    margin: auto;
    width: 80%;
}

.animationBox {
    height: 8.2rem;
    position: relative;
    /* overflow:hidden;*/
    ;}

.animationBox .page img {
    cursor: pointer;
    position: relative;
}

.animationBox .label {
    font-size: var(--smailSizex);
    font-weight: bold;
}

.animationBox .newsList {
    height: 100%;
    /* background:url(/_upload/tpl/02/d6/726/template726/images/bg7.svg)no-repeat bottom;*/
    background-size: 100% 100%;
    position: relative;
    transform: translateY(200px);
    opacity: 0;
    transition: all 0.8s ease-in-out;
    transition-delay: 0.6s;
}

.animationBox .newsList .control {
    position: absolute;
    width: 20%;
    left: 40%;
    top: 0;
    z-index: 1;
}

.animationBox .newsList>div {
    height: 100%;
}

.animationBox .newsList .news_list {
    display: flex;
    height: 100%;
}

.animationBox .newsList .item {
    flex: 1;
    height: 100%;
    font-size: 0.14rem;
    color: #2b2b2b;
    text-align: center;
    line-height: 2;
    position: relative;
    top: 0;
    transform: translateY(0.3rem);
    padding: 0 0.1rem;
}

.animationBox .newsList .item.page .con {
    display: flex;
    justify-content: space-between;
    padding: 0 0.26rem;
    font-family: 'Merriweather';
    font-size: 0.2rem;
    color: var(--mainColor);
    align-items: center;
}

.animationBox .slick-prev,.animationBox .slick-next {
    color: var(--mainColor);
    left: 50%;
    top: 1.36rem;
    margin-left: -0.42rem;
}

.animationBox .slick-prev {
    background-image: url(/_upload/tpl/02/d6/726/template726/images/left_r.svg);
    transform: translateX(-0.9rem);
}

.animationBox .slick-next {
    background-image: url(/_upload/tpl/02/d6/726/template726/images/right_r.svg);
    transform: translateX(0.9rem);
}

.animationBox .newsList .item .unit {
    font-size: 0.14rem;
    color: #2b2b2b;
}

.animationBox .newsList .item .num {
    font-size: 0.4rem;
    font-weight: bold;
    color: #811c21;
    font-family: 'Poppins-Bold';
}

.animationBox .newsList .item:nth-child(1) {
    padding-top: 2.53rem;
    box-sizing: border-box;
    order: 0;
}

.animationBox .newsList .item:nth-child(2) {
    padding-top: 1.4rem;
    box-sizing: border-box;
    order: 1;
}

.animationBox .newsList .item:nth-child(3) {
    padding-top: 1.4rem;
    box-sizing: border-box;
    order: 3;
}

.animationBox .newsList .item:nth-child(4) {
    padding-top: 2.53rem;
    box-sizing: border-box;
    order: 4;
}
.animationBox .bgList .control{
    z-index: 1;
}
.animationBox .bgList .control:after {
    content: "";
    display: block;
    flex: 1;
    height: 0.53rem;
    order: 2;
    background: url(/_upload/tpl/02/d6/726/template726/images/tlogo.svg) no-repeat;
    background-size: 100% 100%;
    top: 1.3rem;
    position: relative;
}

.animationBox .newsList .animationContain {
    transition: all 0.6s ease-in-out;
}

.animationBox .newsList .animationContain .ico {
    width: 0.222rem;
    margin: 0 auto;
}

.animationBox .icon {
    width: 0.85rem;
    margin: auto;
    padding: 0.35rem 0 0.3rem;
}

.animationContain img {
    width: 100%;
}

.animationContain {
    /* view-timeline:--subjectReveal block; */
    /* animation-timeline:--subjectReveal; */
    /* animation-range:entry 0% contain 0%; */
    /* animation-timing-function:linear; */
}

.animationContain.page img {
    margin: auto;
    width: 80%;
    position: relative;
    display: block;
}

.animationContain.page:after {
    content: '';
    display: block;
    position: absolute;
    width: 72px;
    height: 54px;
    left: 50%;
    top: 1.23rem;
    transform: translateX(-50%);
    z-index: 999;
    cursor: auto;
}

.animationContain:hover .flip {
    transform: translateY(-5px);
    transition: 0.7s;
}

.translatey {
    animation-name: translatey;
}

.negativeTranslatey {
    animation-name: negativeTranslatey;
}

.rotateX {
    animation-name: rotatex;
    position: absolute;
    bottom: 0;
    left: 50%;
    margin-left: -50%;
    pointer-events: none;
    z-index: 1;
}

.rotateY {
    animation-name: rotatey;
}

.flip {
    position: relative;
    /* transform-style:preserve-3d;*/
    transition: 1s ease-in-out;
}

.fliped .flip {
    transform: rotateY(180deg);
}

.slick-current .flip {
    animation: 1s linear 0s 1 normal none running imgroate;
}

@keyframes imgroate {
    0% {
        transform: rotateY(180deg);
        opacity: 0;
    }

    100% {
        transform: rotateY(0);
        opacity: 1;
    }

    ;}

.bgList {
    height: 100%;
    position: absolute;
    width: 100%;
    left: 0;
    top: 0;
    display: flex;
}

.bgList .bg {
    position: relative;
    height: 100%;
    flex: 1;
    transform: translateY(300px);
    opacity: 0;
    transition: all 0.6s ease-in-out;
}

.bgList .bg1,.bgList .bg7 {
    content: "";
    width: calc(49.5vw - var(--innerWidth) / 2);
    height: 100%;
    background: linear-gradient(180.00deg,rgb(242,235,230),rgb(250,247,242) 100%);
    position: absolute;
    bottom: 0;
    z-index: -1;
    right: 100%;
    /* view-timeline:--subjectReveal block;animation-timeline:--subjectReveal;animation-range:entry 0% contain 0%;animation-timing-function:linear;animation-name:rotatey;*/
    /* transform:translateY(0.9rem);*/
    transition-delay: 0.5s;
}

.bgList .bg7 {
    left: 100%;
}

.bgList .bg2,.bgList .bg6 {
    background: linear-gradient(180.00deg,rgb(250,246,244),rgb(250,247,242) 100%);
    /* transform:translateY(0.6rem);*/
    transition-delay: 0.4s;
}

.bgList .bg3,.bgList .bg5 {
    background: linear-gradient(180.00deg,rgb(242,235,230),rgb(250,247,242) 100%);
    /* transform:translateY(0.3rem);*/
    transition-delay: 0.3s;
}

.bgList .bg4 {
    background: linear-gradient(180.00deg,rgb(250,246,244),rgb(250,247,242) 100%);
    transition-delay: 0.2s;
}

@keyframes rotatex {
    from {
        transform: scaleY(0.8);
    }

    to {
        transform: scaleY(1);
    }

    ;}

@keyframes rotatey {
    from {
        transform: rotateY(90deg);
    }

    to {
        transform: rotateY(0deg);
    }

    ;}

@keyframes translatey {
    from {
        transform: translateY(80%);
    }

    to {
        transform: translateY(0%);
    }

    ;}

@keyframes negativeTranslatey {
    from {
        transform: translateY(-80%);
    }

    to {
        transform: translateY(0%);
    }

    ;}

.main7.current .bgList .bg3,.main7.current .bgList .bg5 {
    transform: translateY(0.3rem);
    opacity: 1;
}

.main7.current .bgList .bg2,.main7.current .bgList .bg6 {
    transform: translateY(0.6rem);
    opacity: 1;
}

.main7.current .bgList .bg1,.main7.current .bgList .bg7 {
    transform: translateY(0.9rem);
    opacity: 1;
}

.main7.current .bgList .bg4 {
    transform: translateY(0);
    opacity: 1;
}

.main7.current .animationBox .newsList {
    opacity: 1;
    transform: none;
}

.Scroll-to-top {
    width: .6rem;
    height: .6rem;
    position: fixed;
    z-index: 1;
    bottom: 15%;
    right: 1%;
    font-size: .2rem;
    line-height: .6rem;
    text-align: center;
    color: #fff;
    cursor: pointer;
    /* display:none;*/
    ;}
.animationBox .newsList .news_list:after {
    content: "";
    display: block;
    flex: 1;
    height: 0.53rem;
    order: 2;
    top: 1.3rem;
    position: relative;
    pointer-events: none;
}
.main7.current .bgList .bg.active {
    transform: translateY(0);
}

.main7.current .bgList .bg.active +*,.main7.current .bgList .bg:has( +.active) {
    transform: translateY(0.3rem);
}

.main7.current .bgList .bg.active + * + *,.main7.current .bgList .bg:has( + * +.active) {
    transform: translateY(0.6rem);
}

.main7.current .bgList .bg.active + * + * + *,.main7.current .bgList .bg:has( + * + * +.active) {
    transform: translateY(0.9rem);
}

.main7.current .bgList .bg.active + * + * + * + *,.main7.current .bgList .bg:has( + * + * + * +.active) {
    transform: translateY(0.9rem);
}

.main7.current .bgList .bg.active + * + * + * + * + *,.main7.current .bgList .bg:has( + * + * + * + * +.active) {
    transform: translateY(0.9rem);
}
.animationBox .newsList .item.active {
    transform: translateY(-0.3rem);
}

.main7.current .bgList .bg {
    transition-delay: 0s;
}
.post-31 .slick-prev, .post-31 .slick-next{
    top: 30%;
    opacity: 0;
}
.post-31 .slick-prev {
    left: -0.03rem;
}
.post-31 .slick-next {
    right: -0.03rem;
}
.post-31 .news_list:hover .slick-prev,.post-31 .news_list:hover .slick-next{
    opacity: 1;
}
.nav .wp-menu .menu-item.i5 li.sub-item.i5-1 {
    display: none;
}
.nav .wp-menu .menu-item.i5 li.sub-item.i5-2 {
    display: none;
}
.nav .wp-menu .menu-item.i6 li.sub-item.i6-1 {
    display: none;
}
.nav .wp-menu .menu-item.i6 li.sub-item.i6-2 {
    display: none;
}
.nav .wp-menu .menu-item.i6 li.sub-item.i6-3 {
    display: none;
}
.nav .wp-menu .menu-item.i6 li.sub-item.i6-4 {
    display: none;
}
.ztbox.post .more_text {
    display: none;
}

.detail-r .breadcrumb{ height: 35px; line-height: 40px; border-bottom: 1px dotted #d7d8d8; font-size: 12px; color: #333; margin-top: 69px;}
.detail-r .breadcrumb a{ color: #333; padding: 0 8px;}
.detail-r .breadcrumb a:hover{ color: #811c21;}
.detail-r .detail-main{min-height:400px;line-height: 24px;font-size: 14px;color: #333;padding-bottom:70px;flex: 1;}
.detail-r .detail-main p{ text-indent: 2em; margin-bottom:6px;font-size: 14px; color:#333;}
.detail-r .detail-main h2{ font-weight: bold; color: #333; font-size: 18px; text-align: center; margin: 18px 0;}
.detail-r .detail-main h3{font-weight: bold;color: #333;font-size: var(--titleSize);margin: 20px 0;}
/*现任领导*/
.detail-r .detail-main .xrld{margin-top:20px;}
.detail-r .detail-main .xrld .tit{padding-left:12px;line-height:35px; }
.detail-r .detail-main .xrld ul{display:inline-block;    padding-left: 0px;}
.detail-r .detail-main .xrld ul li{display:block; text-align:left;line-height:35px;margin-bottom:5px;}
.detail-r .detail-main .xrld ul li span{padding-left:12px;}
.detail-r .detail-main .xrld ul li a{margin-right:10px;color:#333;}
.detail-r .detail-main .xrld ul li a:hover{color:#811c21;}

.detail-r .wp_articlecontent {
    display: flex;
    /* flex-direction: row-reverse; */
}
.detail-r .detail-teacher{width: 5.6rem;float: left;}
.detail-r .teacher-img{width: 1.55rem;height: 2.7rem;float: right;margin-right: 30px;}
.detail-r .teacher-img img{width: 100%;height: auto;display: block;overflow: hidden;}
.detail-r .teacher-img .teacher-info{ height:40px; padding: 4px; line-height: 20px; color: #333; background: #e6e6e6; font-size: 12px; }
.detail-r .sibi_art {
    display: none;
}
/*--setting--*/
.inner-banner{ width: 100%; height: 250px; position: relative; overflow: hidden;}
.inner-banner img{ width: 1920px; height: 250px; position: absolute; left: 50%; top: 0; margin-left: -960px;}
.inner-wrap .breadcrumb{ height: 35px; line-height: 40px; border-bottom: 1px dotted #d7d8d8; font-size: 12px; color: #333; padding-top: 60px; background: url("/_upload/tpl/02/d6/726/images/icon-suef.jpg") no-repeat right bottom;}
.inner-wrap .breadcrumb a{ color: #333; padding: 0 8px;}
.inner-wrap .breadcrumb a:hover{ color: #811c21;}

.department-list{ width: 100%; height: auto; margin: 15px 0;}
.department-list td{ line-height: 35px; color: #999; text-indent: 90px; border: 1px dotted #efefef;}
.department-list td,.department-list th{ border-collapse: collapse;}
.department-list td a{ font-size: 14px; color: #333; cursor:pointer;}
.department-list td a:hover{ color: #811c21;}
.department-list th{ color: #811c21; font-size: 14px; line-height: 35px; font-weight: bold; text-indent: 90px;}
.fixbox .wp-menu li.menu-item.i5 .sub-menu {
    display: none;
}
.fixbox .wp-menu li.menu-item.i6 .sub-menu {
    display: none;
}
.wlxs_pc {
    position: fixed;
    left: 1%;
    top: 40%;
    z-index: 99;
}
.wlxs_pc img {
    max-width: 1.5rem;
}
.nav .wp-menu .menu-item.i5 li.sub-item.i5-3 {
    display: none;
}
.wlxs_px {
    position: fixed;
    right: 1%;
    top: 40%;
    z-index: 99;
}
.wlxs_px img {
    max-width: 1.5rem;
}
.post-21 .list2 .news_imgs a {
    padding-top: 66.529%;
    background: url(/_upload/tpl/02/d6/726/template726/images/mrfm.svg)no-repeat center /cover;
border: 1px solid #f6f5f5;
}