@charset "utf-8";
/*Technical Support SudyTech*/
@font-face {
    font-family: "Montserrat-Bold";
    src: url(../fonts/Montserrat-Bold.ttf);
}
@font-face {
    font-family: "Montserrat-SemiBold";
    src: url(../fonts/Montserrat-SemiBold.ttf);
}
@font-face {
    font-family: 'SourceHanSansCN-Medium';
    src: url(../fonts/SourceHanSansCN-Medium.ttf)
}
@font-face {
    font-family: 'SourceHanSansCN-Regular';
    src: url(../fonts/SourceHanSansCN-Regular.ttf)
}
#container-1{display:none;}
.body_b #container-1{display:block;}
blockquote,body,button,caption,dd,div,dl,dt,fieldset,figure,form,h1,h2,h3,h4,h5,h6,hr,html,input,legend,li,menu,ol,p,pre,table,td,textarea,th,ul{margin:0;padding:0}
address,article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}
table{border-collapse:collapse;border-spacing:0}
caption,th{text-align:left;font-weight:400}
abbr,body,fieldset,html,iframe,img{border:0}
img{vertical-align:top}
html{overflow-x:hidden;font-size:100px;--size:calc(100vw / 19.20);font-size:var(--size)}
address,cite,dfn,em,i,var{font-style:normal}
[hidefocus],summary{outline:0}
li{list-style:none}
h1,h2,h3,h4,h5,h6,small{font-size:100%}
sub,sup{font-size:83%}
code,kbd,pre,samp{font-family:inherit}
q:after,q:before{content:none}
textarea{overflow:auto;resize:none}
label,summary{cursor:default}
a,button{cursor:pointer}
b,em,h1,h2,h3,h4,h5,h6,strong{font-weight:700}
a,a:hover,del,ins,s,u{text-decoration:none}
body,button,input,keygen,legend,select,textarea{font:13px/1 arial,\5b8b\4f53;color:#333;outline:0}
:focus{outline:0}
.none{display:none}
.wcb{width:100%;height:30px;border:2px dashed #97cbe0}
.hidden{visibility:hidden}
.clear{width:100%;height:0;line-height:0;font-size:0;overflow:hidden;clear:both;display:block}
.clearfix:after{clear:both;content:".";display:block;height:0;visibility:hidden}
.clearfix{display:block;zoom:1}
::-webkit-input-placeholder{color:#ccc}
:-moz-placeholder{color:#ccc}
::-moz-placeholder{color:#ccc}
:-ms-input-placeholder{color:#ccc}
body{line-height:1;font-size:13px;font-family:PingFang,"Microsoft YaHei","\u5b8b\u4f53",Tahoma,Geneva,sans-serif;color:#333;font-family: 'SourceHanSansCN-Regular';background: #FCF7F0;}
::-webkit-scrollbar{width:.07rem;background-color:#92070b03;height:.05rem}
::-webkit-scrollbar-thumb{border-radius:.1rem;background-color:#92070b78}
:root{--mainColor: #8D1C22;--hoverColor: #C7000B;--bigSize:0.2rem;--titleSize:0.18rem;--smailSize:0.16rem;--smailSizex:0.14rem;--innerWidth: 16.8rem;--listinnerWidth: 15.6rem;--infoinnerWidth:12.4rem;--transition:all .5s ease-in-out}
p{line-height:1.75}
a{color:#3d2f28;text-decoration:auto;transition:var(--transition)}
a:hover{color:var(--hoverColor)}
.line1,.line1 a{text-overflow:-o-ellipsis-lastline;overflow:hidden;display:-webkit-box;-webkit-line-clamp:1;-webkit-box-orient:vertical}
.line2,.line2 a{text-overflow:-o-ellipsis-lastline;overflow:hidden;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical}
.line3,.line3 a{text-overflow:-o-ellipsis-lastline;overflow:hidden;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical}
.line4,.line4 a{text-overflow:-o-ellipsis-lastline;overflow:hidden;display:-webkit-box;-webkit-line-clamp:4;-webkit-box-orient:vertical}
.wrapper{width:100%;margin:0 auto;}
.wrapper .inner{width:var(--innerWidth);margin:0 auto}
.pagelist .wrapper .inner{}
.header  .inner {
    width: 100%;
}

.header .mod {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    height: 0.98rem;
}
.header {
    position: fixed;
    z-index: 120;
}

.header .sitelogo {
    margin-left: 0.3rem;
    position: relative;
pointer-events: auto;
}
.header .sitelogo img{
    width: 1.49rem;
    transition: var(--transition);
}
.header .sitelogo img.logo1{
    opacity: 1;
}
.header .sitelogo img.logo2{
    opacity: 0;
    position: absolute;
    left: 0;
    top: 0;
}
.header.w .sitelogo img.logo1{
     opacity: 0;
}
.header.w .sitelogo img.logo2{
     opacity: 1;
}
a.menu-btn{width: 0.98rem;height: 0.98rem;display:flex;float:none;color:#fff;flex-direction: column;align-items: flex-end;justify-content: flex-start;padding-right: 0.3rem;padding-top: 0.38rem;box-sizing: border-box;gap: 0.05rem;position: absolute;right: 0;top: 0;pointer-events: auto;}
a.menu-btn .xian{
    height: 0.2rem;
    width: 0.2rem;
    background: url(../images/arrow_menu.svg)no-repeat center/100% auto;
    transition: var(--transition);
}
a.menu-btn.arrow .xian{
    background-image: url(../images/close.svg);
}
a.menu-btn:after {
    content: "";
    width: 1.54rem;
    height: 1.54rem;
    position: absolute;
    background: url(../images/menubg.svg) no-repeat center / 100% 100%;
    left: 0;
    bottom: 0;
    z-index: -1;
    transition: var(--transition);
}

a.menu-btn.arrow:after {opacity: 0;}
@keyframes rotate {
    0% {
        transform: rotate(0deg);
    }
     100% {
        transform: rotate(60deg);
    }
}
a.menu-btn .close{display:none}
a.menu-btn img{height:33%}
a.menu-btn.btn2{display:none}
a.menu-btn.arrow .open{display:none}
a.menu-btn.arrow .close{display:block}
.fixbox{position:fixed;z-index:110;width:100%;height:100vh;display:flex;align-items:center;justify-content:center;top:0;padding: 1.9rem  calc(50vw - var(--innerWidth)/ 2) 0.3rem;box-sizing:border-box;visibility:hidden;opacity:0;overflow:auto;background: url(../images/fixbg.jpg) no-repeat bottom center/cover;}
.fixbox .close{width:.48rem;height:.48rem;border-radius:50%;display:flex;align-items:center;justify-content:center;position:absolute;right:50%;margin-right:-8.2rem;top:.55rem;cursor:pointer}
.fixbox .close img{width:.25rem}
.fixbox.open{display:flex}
.fixbox{flex-wrap:wrap;justify-content:space-between;align-content:space-between}
.fixbox a{color:#fff}
.fixbox .wp-menu{display:flex;width:100%;text-align:center;gap: 0.37rem;}
.fixbox .wp-menu>li{
    flex: 1;
    background: url(../images/fixbgx.png) center/100%;
    background-repeat: repeat-y;
    min-height: 2.8rem;
    background-size: auto 100%;
}
.fixbox .wp-menu .menu-link{font-size:.24rem;display: flex;line-height:1.45;font-weight:700;width: 1.22rem;height: 1.22rem;text-align: center;align-items: center;justify-content: center;margin: 0 auto;position: relative;z-index: 1;}
.fixbox .site-lang ul li.links a{border:1px solid #ffffff4d;line-height:2}
.fixbox .wp-menu .sub-menu{margin-top: 0.08rem;text-align:center}
.fixbox .wp-menu .sub-menu .sub-menu{display:none}
.fixbox .wp-menu .sub-menu a{font-size:var(--titleSize);line-height: 2.4;font-weight: bold;}
.fixbox .wp-menu .sub-menu a:hover{opacity:1}
.fixbox .searchbox{width:auto;transition:none}
.fixbox .site-en,.fixbox .site-lang{display:none}
.fixbox .wp-menu>li:after,.fixbox .wp-menu>li:before {
    content: "";
    width: 1px;
    height: 100%;
    position: absolute;
    background: linear-gradient(180.00deg, rgba(253, 209, 8, 0),rgba(253, 209, 8, 1) 49%,rgba(253, 209, 8, 0) 100%);
    top: 0;
}

.fixbox .wp-menu>li:after {
    right: 0;
}

.fixbox .wp-menu>li:before {
    left: 0;
}

.fixbox .wp-menu .menu-link:after {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    background: url(../images/fixicon.svg) no-repeat center / 100% 100%;
    transition: var(--transition);
}
.fixbox .wp-menu .menu-link:hover:after {
    transform:rotate(30deg)
}

#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}
.nav .wp-menu{margin:0 auto;display:flex;justify-content:space-between;gap:.42rem}
.nav .wp-menu .menu-item{position:relative;text-align:center}
.nav .wp-menu .menu-item.i1{background:0 0}
.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:2;font-size:var(--titleSize);display:block;color:#fff;position:relative;font-weight:700}
.nav .wp-menu .menu-item a.hover,.nav .wp-menu .menu-item.hover a.menu-link{font-weight:700;text-decoration:none;color:var(--mainColor)}
.nav .sub-menu{position:absolute;left:50%;top:100%;min-width:1.5rem;z-index:100;background:var(--mainColor);opacity:0;transform:translateX(-50%) scale(0);transition:all .4s ease-in-out;overflow:hidden}
.nav .sub-menu .sub-item{position:relative;white-space:nowrap;vertical-align:top}
.nav .sub-menu .sub-item a{display:block;color:#fff;line-height:.4rem;padding:0 17px;font-size:var(--smailSize);background:0 0;text-align:center}
.nav .sub-menu .sub-item a:hover,.nav .sub-menu .sub-item.hover>a{color:#333;background-color:#fff;display:block}
.nav .sub-menu .sub-menu{left:100%;top:0;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 .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}

.fixBanner{position:fixed;left:0;top:0;right:0;bottom:0;background:#ccc;z-index:-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 .6s ease-in-out}
.news_imgs{overflow:hidden;background:#ccc;position:relative}
.news_imgs.bg:after{content:"";width:100%;position:absolute;height:1.61rem;bottom:0;pointer-events:none;background:linear-gradient(180deg,rgba(0,0,0,0),#000 100%);opacity:.56}
span.underLine{background-image:linear-gradient(var(--mainColor),var(--mainColor));background-position:0 100%;background-repeat:no-repeat;background-size:0 1px;transition:background-size .4s}
.news:hover span.underLine{background-size:100% 1px;color:var(--mainColor)}
.post .tt{display:flex;margin-bottom: .468rem;flex-direction: column;align-items: center;}
.post .tt .tit{
    margin-bottom: 0.135rem;
}
.post .tt .tit img{
    width: 1.8rem;
}
.post .more_text{color:var(--mainColor);display:flex;align-items:center;font-size: var(--smailSize);}
.post .more_text img{width: 0.3rem;position:relative;right: 0.14rem;transition:var(--transition)}
.post .more_text:hover img{right:-.1rem}
.post .news_list .news_title{font-size: var(--titleSize);line-height:1.7;font-family:SourceHanSansCN-Medium}
.post .news_list .news_date{
    color: #C7000B;
    font-family: 'Montserrat-SemiBold';
    font-size: var(--smailSize);
    flex: none;
}
.post .news_list .news_meta{
    font-family: "Montserrat-Bold";
    line-height: 1.2;
}
.post .news_list .news_meta .news_month{
    font-size: 0.24rem;
}
.post .news_list .news_meta .news_year{
    font-size: 0.18rem;
    display: flex;
    align-items: center;
    gap: 0.15rem;
}
.post .news_list .news_meta .news_year i{
    width: 1px;
    height: 0.15rem;
    background: #fff;
    transform: rotate(45deg);
}
.w_load {
    width: 100%;
    height: 100vh;
    overflow: hidden;
}
.w_scroll {
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 100;
}

.w_main {
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 1;
    background: url(../images/banner0.jpg)no-repeat center/cover;
}
.w_scroll .loadbg {
    position: absolute;
    width: 100%;
    height: 100%;
    background: url(../images/loadbg2.jpg)no-repeat center/cover;
    opacity: 0.1;
    z-index: 1;
    left: 0;
    top: 0;
}
.w_scroll .loadbg img{width: 100%;height: 100%;object-fit: cover;opacity: 1;}
.w_scroll:after {
    content:"";
    position: absolute;
    width: 100%;
    height: 100%;
    background-image: -moz-linear-gradient(rgba(253, 209, 8, 1),rgba(193, 35, 43, 1) 100%);
    background-image: -webkit-linear-gradient( rgba(253, 209, 8, 1),rgba(193, 35, 43, 1) 100%);
    background-image: -ms-linear-gradient( rgba(253, 209, 8, 1),rgba(193, 35, 43, 1) 100%);
    z-index: -1;
    left: 0;
    top: 0;
}
.w_scroll .con {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 1;
    left: 0;
    top: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.w_scroll .con .circle {
    position: absolute;
    width: 16.8rem;
    height: 16.8rem;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100% 100%;
}
.w_scroll .con .circle.c1 {
    background-image: url(../images/circle1.svg);
}
.w_scroll .con .circle.c2 {
    background-image: url(../images/circle2.svg);
    width: 11.36rem;
    height: 11.36rem;
}
.w_scroll .con .circle.c3 {
    background-image: url(../images/circle3.svg);
    width: 8.2rem;
    height: 8.2rem;
}
.w_scroll .con .circle.c4 {
    background-image: url(../images/circle4.svg);
    width: 5.41rem;
    height: 5.41rem;
}
.w_scroll .con .circle.c5 {
    background-image: url(../images/circle5.svg);
    width: 4.06rem;
    width: 4.06rem;
}
.w_scroll .year_srcoll {
    --height: 1.78rem;
    position: absolute;
    width: 3.29rem;
    height: var(--height);
    z-index: 1;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    overflow: hidden;
}
.w_scroll .year_srcoll .year_list{
    position: absolute;
    width: 100%;
    transform: translateY(calc(var(--height) / -1));
    margin-top: var(
    --height);
    z-index: 1;
}
.w_scroll .year_srcoll:after,.w_scroll .year_srcoll:before{
    content:"";
    width: 100%;
    position: absolute;
    height: 0.36rem;
    z-index: 0;
    top: 0;
    /*background-image: -moz-linear-gradient(rgba(253, 209, 8, 1),rgba(253, 209, 8, 0) 100%);*/
      /*background-image: -webkit-linear-gradient(rgba(253, 209, 8, 1),rgba(253, 209, 8, 0) 100%);*/
      /*background-image: -ms-linear-gradient(rgba(253, 209, 8, 1),rgba(253, 209, 8, 0) 100%);*/
}
.w_scroll .year_srcoll:after{
    top: auto;
    bottom: 0;
     /*background-image: -moz-linear-gradient(-270.00deg,rgba(253, 209, 8, 1),rgba(253, 209, 8, 0) 100%);*/
     /*background-image: -webkit-linear-gradient(-270.00deg, rgba(253, 209, 8, 1),rgba(253, 209, 8, 0) 100%);*/
     /*background-image: -ms-linear-gradient(-270.00deg, rgba(253, 209, 8, 1),rgba(253, 209, 8, 0) 100%);*/
}
.w_scroll .year_list li {
    line-height: var(--height);
    text-align: center;
    font-family: "Montserrat-Bold";
    font-size: 1.19rem;
    opacity: 0.5;
    color: #C7000B;
}
.w_main .yun {
    position: absolute;
    width: 14.32rem;
    height: 7.46rem;
    --top: -3.52rem;
    --left: -6.76rem;
    top: var(--top);
    left: var(--left);
    z-index: 2;
    pointer-events: none;
    opacity: 0;
}

.w_main .yun svg {
    width: 100%;
    height: 100%;
}

.w_main .yun.r {
    left: auto;
    right: var(--left);
}
.w_main .background {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}
.w_main .background .item img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.w_main .background .item {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    opacity: 0;
    -webkit-transition: opacity .6s;
    -o-transition: opacity .6s;
    -moz-transition: opacity .6s;
    transition: opacity .6s;
}
.w_main .background:after {
    content: "";
    width: 100%;
    height: 100%;
    pointer-events: none;
    left: 0;
    top: 0;
    /* background: url(../images/bannerbg.svg) no-repeat top/100% auto; */
    position: absolute;
    opacity: 0;
}


.w_main .effect {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}
.w_main .effect .item{
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    opacity: 0;
    -webkit-transition: opacity .6s;
    -o-transition: opacity .6s;
    -moz-transition: opacity .6s;
    transition: opacity .6s;
    z-index: 1;
}
.w_main .effect .item.guang.active {
    background-image: url(../images/g3.png);
    -webkit-animation: light 10s ease-in-out 0s infinite alternate backwards;
    -moz-animation: light 10s ease-in-out 0s infinite alternate backwards;
    -o-animation: light 10s ease-in-out 0s infinite alternate backwards;
    animation: light 10s ease-in-out 0s infinite alternate backwards;
    background-position: top right;
    background-repeat: no-repeat;
    -o-background-size: auto 100%;
    background-size: auto 100%;
    -webkit-transition: background-image .6s;
    -o-transition: background-image .6s;
    -moz-transition: background-image .6s;
    transition: background-image .6s
}
@-webkit-keyframes light {
    10% {
        background-image: url(../images/g3.png),url(../images/g2.png)
    }

    20% {
        background-image: url(../images/g3.png),url(../images/g3.png)
    }

    30% {
        background-image: url(../images/g3.png),url(../images/g4.png)
    }

    40% {
        background-image: url(../images/g3.png),url(../images/g5.png)
    }

    50% {
        background-image: url(../images/g3.png),url(../images/g6.png)
    }

    60% {
        background-image: url(../images/g3.png),url(../images/g7.png)
    }

    70% {
        background-image: url(../images/g3.png),url(../images/g8.png)
    }

    80% {
        background-image: url(../images/g3.png),url(../images/g9.png)
    }

    90% {
        background-image: url(../images/g3.png),url(../images/g10.png)
    }
}

@-moz-keyframes light {
    10% {
        background-image: url(../images/g3.png),url(../images/g2.png)
    }

    20% {
        background-image: url(../images/g3.png),url(../images/g3.png)
    }

    30% {
        background-image: url(../images/g3.png),url(../images/g4.png)
    }

    40% {
        background-image: url(../images/g3.png),url(../images/g5.png)
    }

    50% {
        background-image: url(../images/g3.png),url(../images/g6.png)
    }

    60% {
        background-image: url(../images/g3.png),url(../images/g7.png)
    }

    70% {
        background-image: url(../images/g3.png),url(../images/g8.png)
    }

    80% {
        background-image: url(../images/g3.png),url(../images/g9.png)
    }

    90% {
        background-image: url(../images/g3.png),url(../images/g10.png)
    }
}

@-o-keyframes light {
    10% {
        background-image: url(../images/g3.png),url(../images/g2.png)
    }

    20% {
        background-image: url(../images/g3.png),url(../images/g3.png)
    }

    30% {
        background-image: url(../images/g3.png),url(../images/g4.png)
    }

    40% {
        background-image: url(../images/g3.png),url(../images/g5.png)
    }

    50% {
        background-image: url(../images/g3.png),url(../images/g6.png)
    }

    60% {
        background-image: url(../images/g3.png),url(../images/g7.png)
    }

    70% {
        background-image: url(../images/g3.png),url(../images/g8.png)
    }

    80% {
        background-image: url(../images/g3.png),url(../images/g9.png)
    }

    90% {
        background-image: url(../images/g3.png),url(../images/g10.png)
    }
}

@keyframes light {
    10% {
        background-image: url(../images/g3.png),url(../images/g2.png)
    }

    20% {
        background-image: url(../images/g3.png),url(../images/g3.png)
    }

    30% {
        background-image: url(../images/g3.png),url(../images/g4.png)
    }

    40% {
        background-image: url(../images/g3.png),url(../images/g5.png)
    }

    50% {
        background-image: url(../images/g3.png),url(../images/g6.png)
    }

    60% {
        background-image: url(../images/g3.png),url(../images/g7.png)
    }

    70% {
        background-image: url(../images/g3.png),url(../images/g8.png)
    }

    80% {
        background-image: url(../images/g3.png),url(../images/g9.png)
    }

    90% {
        background-image: url(../images/g3.png),url(../images/g10.png)
    }
}
.w_main .pbg {
    position: absolute;
    bottom: 0;
    width: 100%;
    z-index: 1;
}
.w_main .pbg path{position:relative}
.w_main .pbg svg{;width: 100%;height: auto;}
.w_main .w_button {
    position: absolute;
    z-index: 2;
    width: 13.49rem;
    height: 13.49rem;
    background: url(../images/w_button_bg2.svg)no-repeat center/100% 100%;
    top: -6.94rem;
    display: flex;
    align-items: center;
    justify-content: center;
    left: 50%;
    transform: translate(-50%);
}
.w_main .w_button:before {
    content: "";
    position: absolute;
    width: 10.84rem;
    height: 10.84rem;
    background: url(../images/w_button_bg1.svg) no-repeat center / 100% 100%;
}
.w_main .w_button .button {
    display: flex;
    position: absolute;
    bottom: -2.627rem;
    width: 100%;
    /* padding: 0 0.87rem; */
    box-sizing: border-box;
    justify-content: space-between;
    z-index: 1;
}
.w_main .w_button .button a {
    color: #fff;
    writing-mode: tb;
    width: 0.54rem;
    display: flex;
    height: 1.4rem;
    align-items: center;
    justify-content: center;
    font-family: "微软雅黑";
    font-size: 0.24rem;
    font-weight: bold;
    border-radius: 0.27rem;
    backdrop-filter: blur(19.792020797729492px);
    -webkit-backdrop-filter: blur(19px);
    background: rgba(0, 0, 0, 0.2);
    position: relative;
    letter-spacing: 0.02rem;
    box-shadow: 0px 3px 16px 0px rgba(77, 0, 4, 0.42);
}
.w_main .w_button .button .i1.active a {
    background: #004098;
}
.w_main .w_button .button .i2.active a  {
    background: #8D1C22;
}
.w_main .w_button .button .i3.active a {
    background: #FDD108;
}
.w_main .w_button .button .i4.active a  {
    background: #004098;
}

.w_main .w_button .button .i5.active a {
    background: #FDD108;
}
.w_main .w_button .button .i6.active a {
    background: #8D1C22;
}
.w_main .w_button .button .i7.active a  {
    background: #004098;
}

.w_main .w_button .button a:after {}

.w_main .w_button .button a:after {
    content: "";
    width: calc(100% - 0.08rem);
    height: calc(100% - 0.08rem);
    position: absolute;
    border-radius: 0.27rem;
    border: 1px solid #fff;
    opacity: 0.2;
    pointer-events: none;
}
.w_main .w_button .button li{
    position: relative;
}
.w_main .w_button .button li:nth-child(1),.w_main .w_button .button li:nth-last-child(1) {
    top: -2.96rem;
}
.w_main .w_button .button li:nth-child(2), .w_main .w_button .button li:nth-last-child(2){
    top: -1.06rem;
}
.w_main .w_button .button li:nth-child(3), .w_main .w_button .button li:nth-last-child(3){
    top: -0.33rem;
}

.w_main .w_button .button li:nth-child(1) {
    left: 0.87rem;
}

.w_main .w_button .button li:nth-last-child(1) {
    right: 0.87rem;
}
.w_main .background .item.active {
    opacity: 1;
}

.w_main .effect .item.active {
    opacity: 1;
}
.w_main .dao_time {
    position: absolute;
    z-index: 3;
    top: 0;
    left: 0;
    left: 50%;
    transform: translateX(-50%);
    top: 1.2rem;
    width: 8rem;
    display: flex;
    justify-content: center;
}
.w_main .dao_time .tago{
    text-align: center;
    height: 1.67rem;
margin-bottom: -0.25rem;
}
.w_main .dao_time .tago img.djs2 {
    width: 7.42rem;
display:none;
}
.w_main .dao_time .tago img.djs1{width:4.11rem;}
.w_main .dao_time .box2 {
    position: absolute;
    opacity: 0;
    visibility: hidden;
    width: 4.08rem;
    height: 1.81rem;
    background: url(../images/boxbg.svg) no-repeat center/100%;
    aspect-ratio: 408/181;
    display: flex;
    flex-direction: column;
    align-items: center;
    top: 0.5rem;
    justify-content: center;
}

.w_load .w_main .dao_time .box1 {
    /* opacity: 0; */
    position: absolute;
}
.w_main .dao_time .box2 .tago2 {
    color: #fff;
    font-size: 0.24rem;
    font-weight: bold;
    margin-bottom: 0.18rem;
}
span.flip-clock-divider.days {}
canvas{width: 100%;height: 100%;}
.footer {
    background: url(../images/footbg.jpg)no-repeat center/cover;
}
.menu-lang ul {
    display: flex;
    height: 1rem;
    justify-content: space-between;
    align-items: center;
}

.menu-lang ul .links a {
    color: #fff;
    font-size: 0.2rem;
    font-weight: lighter;
    opacity: 0.6;
    position: relative;
}
.menu-lang ul .links a:before {
    content: "";
    position: absolute;
    width: 0.26rem;
    height: 0.26rem;
    background: url(../images/menu_dot.svg) no-repeat center /100% 100%;
    top: 50%;
    margin-top: -0.13rem;
    left: -0.36rem;
    transform: scale(0);
    transition: var(--transition);
}
.menu-lang ul .links.selected a{
    opacity: 1;
    font-weight: bold;
}
.menu-lang ul .links.selected a:before{transform:none}
body.list .header {
    position: relative;
}
body.list.pagelist .header{position:relative;pointer-events: none;}
body.list.pagelist.xqgg .header{background:#fcf0e0;}
.l-banner{height: 4.7rem;background-position:center center;background-repeat:no-repeat;text-align:center;position:relative;background-size:cover;mask: url(../images/listmask.png) bottom/100% 100%;}
.wp-inner{
    position: relative;
}
.l-banner:after{content:"";width: 100%;height: 3.72rem;position: absolute;background: url(../images/listbanner_bg2.png) no-repeat top center/100% 100%;z-index: inherit;left: 0;top: 0;}
.wp-inner:before{content:"";width: 100%;height: 2.86rem;position: absolute;background: url(../images/listbanner_bg.svg) no-repeat top center/100% 100%;z-index: 1;left: 0;bottom: -0.35rem;}
.l-banner img{display:none;height:100%;vertical-align:top}
#l-container{position:relative;background: url(../images/listbg.png)no-repeat top/100% auto;z-index: 1;}
#l-container .inner{padding: 0.13rem 0 0.8rem;position:relative;width: var(--listinnerWidth);}
#d-container{    background: url(../images/pagebg.png) no-repeat top 0rem center / 100% auto;
    background-attachment: fixed;}
#d-container .inner{
    padding-top: 0.35rem;
    width: var(--listinnerWidth);
    width: var(--infoinnerWidth);    padding-bottom: 1.5rem;
}
.col_menu_head{position:absolute;bottom:100%;z-index:1;width:100%;left:0}
.col_name span{font-size:.44rem;color:#fff}
.col_name{margin-bottom: 0.53rem;display: flex;align-items: center;justify-content: center;font-size: 0.4rem;}
.col_name img {
    height: 0.54rem;
}
.mrlist .col_news_list .news_list {
    display: flex;
    gap: 0.38rem;
    flex-wrap: wrap;
}
.mrlist .col_news_list .news_list .news{
    width: calc(50% - 0.19rem);
}
.mrlist .col_news_list .news_list .news  a{
    background: #fff;
    display: flex;
    border-radius: 0.04rem;
    height: 1.58rem;
    align-items: center;
    padding: 0 0.6rem;
}
.mrlist .col_news_list .news_list .news a:hover{
    box-shadow: 0px 0px 28px 8px rgba(77, 0, 4, 0.1);
}
.mrlist .col_news_list .news_list .news .news_meta{
    font-family: 'Montserrat-SemiBold';
    color: #C7000B;
    text-align: center;
    margin-right: 0.6rem;
    flex: none;
}
.mrlist .col_news_list .news_list .news .news_year{font-size:.14rem}
.mrlist .col_news_list .news_list .news .news_day{font-size: 0.4rem;line-height:1.4;display: block;}
.mrlist .col_news_list .news_list .news .news_month{
    font-size: 0.2rem;
}
.mrlist .col_news_list .news_list .news .news_title{font-family: 'SourceHanSansCN-Medium';font-size: 0.24rem;line-height:1.7;\: .17rem;}
.mrlist .col_news_list .news_list .news.noimg .news_imgs{display:none}
.art_top {
    display: flex;
    position: relative;
    z-index: 1;
    justify-content: space-between;
    align-items: flex-start;
}

.art_top .return_col {
    position: absolute;
    top: -0.54rem;
    font-size: var(--titleSize);
    color: #B4A796;
    display: flex;
    align-items: center;
}

.art_top .return_col svg {
    width: 0.14rem;
    height: auto;
    margin-right: 0.1rem;
}
.art_top .return_col svg path{
    transition:var(--transition) 
}
.art_top .return_col:hover {
    color: var(--hoverColor);
}
.art_top .return_col:hover svg path{
    stroke: var(--hoverColor);
}
.art_top .arti_img img {
    width: 4.7rem;
}

.art_top .arti_img {
    flex: none;
    border-radius: 0.04rem;
    overflow: hidden;
    display: none;
}
.art_top .art_top {}

.art_top .arti_wz {
    padding-bottom: 0.17rem;
    border-left: 0;
    width: 100%;
    flex: none;
    box-sizing: border-box;
    text-align: center;
    border-top: 1px solid #8D1C2220;
    border-bottom: 1px solid #8D1C2220;
}

.art_top .arti_col a {
    padding: 0 0.19rem;
    display: inline-block;
    line-height: 2.1;
    color: #fff;
    background: linear-gradient(45deg, #E77A09, #ED9209 100%);
    font-size: 0.24rem;
    font-weight: bold;
    border-radius: 0.04rem;
}
.arti_col{display:none;}
.art_top .arti_title {
    margin: 0.3rem 0 0.1rem;
    font-size: 0.39rem;
    font-weight: bold;
    line-height: 1.5;
}
.xqgg #d-container{position:relative;}
.xqgg #d-container:before{content:'';position:absolute;width:100%;height:100%;bottom:0;z-index:-1;background: url(../images/pagebgbtn.png) no-repeat bottom center / 100%;}
.art_top .arti_title.red{    font-size: 0.58rem;
    color: #C7000B;}
.art_top .arti_date {
    font-family: "SourceHanSansCN-Regular";
    font-size: var(--smailSize);
    display: flex;
    color: #B4A796;
    justify-content: center;
    flex-wrap: wrap;    margin-bottom: 0.1rem;
}
.art_top .arti_date span{margin:0 0.3rem;}
.article {
    position: relative;
    z-index: 1;
    padding-top: 0.61rem;
}
.article:after{
    content:"";
    /* background: #fff; */
    position: absolute;
    width: 100vw;
    left: 50%;
    margin-left: -50vw;
    height: 100%;
    top: 0;
    z-index: -1;
    border-radius: 0.32rem 0.32rem 0 0;
}
.arti_path {
    color: #C7000B;
    font-size: var(--bigSize);
    display: flex;
    gap: 0.08rem;
    align-items: center;
    line-height: 1.5;
    margin-bottom: 0.65rem;
    display: none;
}

.arti_path svg {
    width: 0.06rem;
    height: auto;
}
.article .entry{margin:0 auto;display: flex;justify-content: space-between;align-items: flex-start;padding-bottom: 0.4rem;min-height: 3rem;flex-direction: column;}
.article .entry .read{}
.article .entry .read {
    width: 100%;
    flex: none;
}

.article .entry .sharebox {
    background: #FCF7F0;
    border-radius: 0.08rem;
    width: 100%;
    padding: 0.26rem 0.4rem;
    box-sizing: border-box;
    display: flex;
    background: #EAE0D240;
    align-items: center;
margin-bottom:1.4rem;
}
.xqgg .article .entry .sharebox{    background: #8D1C2220;}
.article .entry .sharebox .tt {
    font-size: 0.24rem;
    font-weight: bold;
    color: #6C6153;
    /* padding-bottom: 0.28rem; */
    /* border-bottom: 1px solid hsl(34deg 13% 37% / 20%); */
    /* margin-bottom: 0.2rem; */
    margin-right: 1rem;
}.zfText .tst {
    text-align: right;
    margin: 0.1rem;
    font-size: 0.18rem;
    color: #ae1019;
    font-weight: bold;
}
.article .entry .read, .article .entry .read p,.article .entry .read p *{line-height: 2.3 ! important;font-size:var(--smailSize)! important! important;color:#333;font-family: 'SourceHanSansCN-Regular' ! important;white-space: normal ! important;}
.article .entry .read p{font-size:var(--smailSize)! important;    background: none !important;    padding: 0 !important;
    margin: 0 !important;
    /*margin-bottom: 0.15rem !important;*/}
.article .entry .read p span{font-size:var(--smailSize)! important;    background: none !important;}
.article .entry .read img{margin:0 auto;max-width:940px}
.article .entry .read table{margin:0 auto;border:none!important}
.sibi_art{margin-top:1.3rem}
.wp_artfuns .wp_art_adjoin{display:flex;line-height:.48rem;font-size:var(--titleSize);flex-wrap:wrap}
span.next-title,span.prev-title{width:calc(100% - .8rem)}
.wp_artfuns .wp_art_adjoin .next{padding:0}
.wp_artfuns .wp_art_adjoin .next,.wp_artfuns .wp_art_adjoin .prev{pointer-events:none;width:auto}
.vidlist .col_news_list .news_list {
    display: flex;
    gap: 0.38rem;
    flex-wrap: wrap;
}
.vidlist .col_news_list .news_list .news{
    width: calc((100% - 0.38rem * 2)/3);
}
.vidlist .col_news_list .news_list .news a{position: relative;display: block;}
.vidlist .col_news_list .news_list .news_video{
    padding-top: 60%;
    position: relative;
    background: #ccc;
    border-radius: 0.04rem;
}

.vidlist .col_news_list .news_list .news_video video {
    position: absolute;
    width:100%;
    height:100%;
    object-fit:cover;
    left:50%;
    top:50%;
    transform:translate(-50%,-50%);
}

.vidlist .col_news_list .news_list .news .play {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 0.5rem;
    height: 0.5rem;
    margin-top: -0.25rem;
    margin-left: -0.25rem;
    transition: var(--transition);
}

.vidlist .col_news_list .news_list .news .play img {
    width: 100%;
    height: 100%;
}

.vidlist .col_news_list .news_list .news:hover .play {
    transform: scale(1.3);
}

.vidlist .col_news_list .news_list .news_title {
    position: absolute;
    color: #fff;
    bottom: 0.23rem;
    width: 100%;
    left: 0;
    z-index: 1;
    font-size: var(--bigSize);
    padding: 0 0.23rem;
    box-sizing: border-box;
    line-height: 1.4;
}
.vidlist .col_news_list .news_list .news_video:after {
    content:"";width:100%;position:absolute;height:0.7rem;bottom:0;pointer-events:none;background:linear-gradient(180deg,rgba(0,0,0,0),#000 100%);opacity:.56
}
.wp_video_player {
    width: 100% ! important;
    /*height: auto ! important;*/
}

.wp_video_player video {
        width: 100% ! important;
    height: 100%! important;
}.xqgg #d-container {
    z-index: 100;
}




#l-container div#zxls {
    width: var(--innerWidth);
    padding: 0;  
}
body.list.zxlsyg #l-container {
    padding: 0.4rem 0rem 0.5rem 0;
}

#l-container div#zxls .mod {
   
    position: relative;
}
#l-container div#zxls .mod .col_news_list.listcon.clearfix {
    position: relative;    background: url(../images/zxlst.png) no-repeat top right;
    background-size: 14.86rem 100%;    padding: 0.5rem 0.75rem;
}#l-container div#zxls .mod h3.col_name {
    position: absolute;
     left: 0.75rem;
    top: 0.55rem;
    margin: 0;    z-index: 1;
}


#l-container div#zxls .lsml {
    float: left;
    width: 56%;
    text-align: right;
    position: relative;
}
#l-container div#zxls .lsmr {
    float: right;
    width: 36%;margin-top: 0rem;
}#l-container div#zxls .lsml li.news .news_title {
    font-size: 0.32rem;
    font-weight: bold;
    color: #fff;
    font-family: Montserrat;    padding-right: 0.8rem; transition: all 0.4s ease-in-out;
}#l-container div#zxls .lsml li.news {
    border: 0;
    margin-bottom: 0.427rem;
}
#l-container div#zxls li.news.n2 .news_title {
    padding-right: 2rem;
}
#l-container div#zxls li.news.n3 .news_title {
    padding-right: 2.5rem;
}#l-container div#zxls li.news.n4 .news_title {
    padding-right: 3rem;
}

#l-container div#zxls li.news.n5 .news_title {
    padding-right: 3.5rem;
}#l-container div#zxls li.news.n6 .news_title {
    padding-right: 4rem;
}


#l-container div#zxls .lsml .slick-list.draggable {
    height: auto !important;    overflow: visible;
}#l-container div#zxls .lsml li.news.slick-current .news_title {
    color: #fff;
    font-size: 0.85rem;
    text-shadow: 0rem -0.03rem 0.16rem rgba(141,28,34,0.5);
}#l-container div#zxls .lsml .slick-list.draggable .slick-track {
    height: auto !important;
}#l-container div#zxls .lsmr .news_text {
font-size: 0.18rem;
    color: #FFFFFF;
    line-height: 1.75em;
    font-family: 'SourceHanSansCN-Regular';
    height: 4.6rem;
    overflow-y: scroll;
    overflow-x: hidden;
    padding: 0.2rem;
}


 .lsmr .news_text::-webkit-scrollbar {
    width: 0.05rem; /* 滚动条宽度 */
}

 .lsmr .news_text::-webkit-scrollbar-thumb {
    background-color:#F1A209; /* 滚动条滑块颜色 */
}

 .lsmr .news_text::-webkit-scrollbar-track {
    background-color: transparent; /* 滚动条轨道颜色（可选） */
}
#l-container div#zxls .lsmr .news_text p {
    margin-bottom: 0.2rem;
    font-size: 0.18rem !important;
    text-align: justify !important;    line-height: 1.75em !important; 
}
#l-container div#zxls .lsmr .news_text span {
  font-size: 0.18rem !important;
    text-align: justify !important;    line-height: 1.75em !important;
}body.list.mrlist #l-container {
    min-height: 7rem;
}


.nftp .slick-arrow {
    display: none !important;
}
#l-container div#zxls .nftp {
    position: absolute;
    top: 0;
    left: 0;

    width: 65%;
}
.site-lsyg li {
    display: inline-block;
    padding: 0 1rem;
    font-size: 0.32rem;
    font-weight: bold;
}
.site-lsyg li.selected {
    font-size: 0.5rem;
}.site-lsyg li.selected a {
    color: #C7000B;
}


#l-container div#zxls .nftp .news_imgs {
    padding-top: 54.95%;
}#l-container div#zxls .nftp .news_imgs img {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    max-width: 100%;
    object-fit: cover;
}#l-container div#zxls .nftp .news_imgs:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.3);
}

#l-container div#zxls .lsml li.news.slick-current .news_title:after {
 content: "";
    width: 0.38rem;
    height: 0.38rem;
    right: -0.2rem;
    top: 50%;
    margin-top: -0.19rem;
    position: absolute;
    background: url(../images/xzt.png) no-repeat top right;
    background-size: 100% 100%;
}
#l-container div#zxls li.news.n2.slick-current .news_title:after {
    right: 0.2rem;
}
#l-container div#zxls li.news.n3.slick-current .news_title:after {
       right: 0.65rem;
}
#l-container div#zxls li.news.n4.slick-current .news_title:after {
    right: 1.1rem;
}
#l-container div#zxls li.news.n5.slick-current .news_title:after {
    right: 1.7rem;
}
#l-container div#zxls li.news.n6.slick-current .news_title:after {
    right: 2.2rem;
}



.nfnr .slick-arrow {
    left: -2.8rem;
    bottom: 0.5rem;
    top: auto;
    width: 0.56rem;
    height: 0.56rem;
    background: none;
    border: 0.01rem solid #fff;
    color: #fff;
    font-size: 0.3rem;
    opacity: 0.4;
}.nfnr .slick-arrow:hover {
    opacity: 1;    color: #fff;
    background: none;
}.nfnr .slick-next {
    left: -2rem;
}
.bsnr {
    position: relative;
}
.bsnr .news_imgs {
    padding-top: 43.5%;
    border-radius: 0.25rem;
}
.bsnr .news_box.clearfix {
    border-radius: 0.25rem;
    overflow: hidden;
    position: relative;
}

.bsnr .news_imgs:before {
    content: "";
    position: absolute;
    width: 110%;
    height: 100%;
    top: 0;
    left: -20px;
    background: url(../img/bszz.png) no-repeat left;
    background-size: 100% 100%;
    border-radius: 0.25rem;    z-index: 1;
}

.bsnr .news_box.clearfix .news_wz {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;    z-index: 1;
}
.bsnr .news_box.clearfix .news_wz .news_con {
    padding: 0.2rem 0rem 0.2rem 1.5rem;
    width: 56.7%;
}

.bsnr .news_box.clearfix .news_wz .news_lm img {
    width: 1.8rem;
    margin-top: 0.8rem;
}
.bsnr .news_box.clearfix .news_wz .news_ico {
    width: 0.675rem;
    height: 0.675rem;
    background: url(../img/bshmtp.png) no-repeat left;
    background-size: 100% 100%;    margin: 1.2rem 0rem 0.3rem 0;
}
.bsnr .news_box.clearfix .news_wz .news_title {
    font-size: 0.24rem;
    font-weight: bold;
    color: #fff;
    border-bottom: 0.01rem solid #ffffff4d;
    line-height: 0.3rem;
    padding-bottom: 0.1rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.bsnr .news_box.clearfix .news_wz .news_title  a{  color: #fff;}

.bsnr .news_box.clearfix .news_wz .news_text {
    font-size: 0.18rem;
    line-height: 0.32rem;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    max-height: 1.6rem;
    color: #fff;
    margin-top: 0.15rem;
}


.bsnr .news_box.clearfix .news_wz .news_text  a{color: #fff;}

.bsnr ul.news_list ul.slick-dots {
    position: absolute;
    left: 0.45rem;
    top: 50%;
    width: 0.23rem;
    margin-top: -1.8rem;
}.art_top .arti_date span:nth-child(2) {
    display: none;
}

.bsnr ul.news_list ul.slick-dots li {
      display: block;
    width: 0.1rem;
    height: 0.1rem;
    border: 0.01rem solid #ffffff8c;
    background: none;
    margin: 0 auto 0.15rem auto;
    transition: all 0.4s ease-in-out;
}


.bsnr ul.news_list ul.slick-dots li.slick-active {
    background: url(../img/xzh.svg) no-repeat left;    background-size: 100% 100%;
    width: 0.23rem;
    height: 0.23rem;
    border: 0;
    border-radius: 0;
}

.bsnr .slick-list {
    border-radius: 0.25rem;
}
.bsnr ul.news_listt li {
    display: none;
}
.bsnr ul.news_listt li:last-child {
    display: block;
    position: absolute;
    bottom: 0.9rem;
    right: 1.3rem;
    font-size: 0.15rem;
    color: #fff;
    font-weight: bold;
}.bsnr ul.news_listt .news_xh {
    display: inline-block;
    padding-left: 0.05rem;    font-size: 0.18rem;    font-family: Montserrat;
}

.bsnr ul.news_listh ul.slick-dots {

}
.bsnr ul.news_listh li.news {
    display: none;
}
.bsnr ul.news_listh ul.slick-dots li {
    display: none;
}

.bsnr ul.news_listh ul.slick-dots .slick-active {
    display: block !important;
}
.bsnr ul.news_listh ul.slick-dots {
    position: absolute;
    width: auto;
    bottom: 0.8rem;
    right: 1.7rem;
}


.bsnr ul.news_listh ul.slick-dots li {
    width: 0.5rem;
    height: 0.5rem;
    background: none;
    border-radius: 0;
}
.bsnr ul.news_listh ul.slick-dots li button {
    display: block;
    background: none;
    font-size: 0.4rem;
    color: #fff;
    font-weight: bold;
    line-height: 0.5rem;
    width: auto;
    height: auto;
    margin: 0;
    padding: 0;    font-family: Montserrat;
}
.bsnr ul.news_list li.news {
    opacity: 0;    transition: all 0.4s ease-in-out;
}.bsnr ul.news_list li.news.slick-current {
    opacity: 1;
}

body.list.pagelist.bsinfo .wrapper.header {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}
section#bsinfozx {
    position: relative;
}

section#bsinfozx .news_imgs {
    padding-top: 31.5%;
}section#bsinfozx .news_imgs img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all .6s ease-in-out;    object-position: top;
}
section#bsinfozx .news_imgs:before {
    content: "";
    position: absolute;
    width: 110%;
    height: 100%;
    top: 0;
    left: -20px;
    background: url(../img/bszz.png) no-repeat left;
    background-size: 100% 100%;
    border-radius: 0.25rem;
    z-index: 1;
}
section#bsinfozx .inner {
  
}section#bsinfozx .inner .bnlm {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}
section#bsinfozx .inner .bnlm .bnin {
    width: var(--infoinnerWidth);
    margin: 0 auto;
    max-width: 12.4rem;
}

section#bsinfozx .inner .bnlm a.return_col {
    display: block;
    margin: 0.9rem 0rem 0.4rem 0;
    font-size: 0.18rem;
    color: #ffffffbd;
}
section#bsinfozx .inner .bnlm .news_lm img {
    width: 1.8rem;
}
section#bsinfozx .inner .bnlm .news_text {
    font-size: 0.18rem;
    line-height: 0.32rem;
    color: #fff;
    width: 55%;
    margin: 0.3rem 0;
}section#bsinfozx .inner .bnlm .news_ico {
    width: 0.67rem;
    height: 0.67rem;
    background: url(../img/bshmtp.png) no-repeat left;
    background-size: 100% 100%;
    margin: 0.8rem 0rem 0.3rem 0;
}

section#bsinfozx .inner .bnlm .arti_title {
    font-size: 0.4rem;
    font-weight: bold;
    color: #fff;
}
body.list.pagelist.bsinfo .art_top {
    display: none;
}body.list.pagelist.bsinfo .article .entry .sharebox {
    background: none;
    border-bottom: 0.01rem solid #b4a7966b;
    border-radius: 0;
    padding: 0.26rem 0rem;
    box-sizing: border-box;
}body.list.pagelist.bsinfo .article a.return_col {
    font-size: 0.18rem;
    color: #B4A796;
}

.nftop {
    font-size: 0.2rem;
    background: #8d1c22;
    color: #fff;
    padding: 0.2rem;
    border-radius: 0.2rem;
    margin-bottom: .2rem;
}.nftop .news_text {
    font-size: 0.2rem;
    color: #fff;
}
.nftop .news_text p {
    font-size: 0.2rem !important;
    margin-bottom: 0.1rem;
}
#l-container div#bshm {
    padding-bottom: 1.4rem;
}.bsnr .slick-arrow {
    width: 0.5rem;
    height: 0.5rem;
    background: none !important;
    border: 0.01rem solid #8D1C22;
    color: #8D1C22;
    box-shadow: none;
    font-size: 0.25rem;
    bottom: -1rem !important;
    top: auto;
    margin: 0;
    left: 50%;
}.bsnr .slick-prev {
    margin-left: -0.5rem;
}.bsnr .slick-next {
    margin-left: 0.5rem;
}.bsnr .slick-arrow:hover {
    background: #8D1C22 !important;
    color: #fff;
}
.site-lsyg ul {
    text-align: center;
    margin: 0.4rem 0;
}




@media screen and (max-width: 999px){
.site-lsyg li {
    padding: 0 0.5rem;
}
.nftop {
    margin: 0.2rem 4%;
}
section#bsinfozx .inner .bnlm .news_ico {
    margin: 0.2rem 0;
}section#bsinfozx .news_imgs {
    padding: 0;
    height: 390px;
}section#bsinfozx .inner .bnlm .arti_title {
    font-size: 18px;
}
section#bsinfozx .inner .bnlm .bnin {
    max-width: none;
    padding: 0 4%;
    width: auto;
}section#bsinfozx .inner .bnlm a.return_col {
    margin: 1.2rem 0rem 0.2rem 0;
}section#bsinfozx .inner .bnlm .news_text {
    margin: 0.1rem 0;    width: 100%;
}
.bsnr ul.news_listt li:last-child {
    right: 10px;
}.bsnr ul.news_listh ul.slick-dots {
    right: 0.4rem;
}
.bsnr .news_imgs {
    padding: 0;
    height: 400px;
}.bsnr .news_imgs img {
    object-fit: cover;
}.bsnr ul.news_list ul.slick-dots {
    left: 10px;
    margin-top: -1.5rem;
}.bsnr .news_box.clearfix .news_wz .news_con {
    padding: 0.1rem 0rem 0.1rem 0.6rem;
}
#l-container div#zxls .mod h3.col_name {
    left: 10px;
    top: 10px;
}
#l-container div#zxls .nftp {
    position: relative;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
}
#l-container div#zxls .lsml {
    float: none;
    width: 100%;
}#l-container div#zxls .lsmr {
    float: none;
    width: 100%;
    margin-top: 0rem;
    background: #942329;
}#l-container div#zxls .lsml li.news {
    width: auto !important;
    margin: 0;
    display: inline-block;padding-bottom: 0.4rem;
}#l-container div#zxls .mod .col_news_list.listcon.clearfix {
        background: #942329;
    padding: 0.2rem;
}#l-container div#zxls .lsml {
    float: none;
    width: 100%;
    position: absolute;
    bottom: 100%;    left: 0;
}#l-container div#zxls .lsml li.news .news_title {
    padding: 0rem !important;
}#l-container div#zxls .lsml .slick-list.draggable .slick-track {
    display: flex;
    justify-content: space-between;    align-items: flex-end;
}
#l-container div#zxls .lsml li.news.slick-current .news_title {
    font-size: 0.5rem;
}#l-container div#zxls .lsml li.news.slick-current .news_title:after {
    top: auto;
    margin: 0;
      bottom: 0.1rem;
    left: 50%;
    margin-left: -0.12rem;
    width: 0.24rem;
    height: 0.24rem;
}#l-container div#zxls .lsmr {
    padding-bottom: 50px;
}.nfnr .slick-arrow {
    bottom: -50px;
    left: 50%;
    margin-left: -1rem;
}.nfnr .slick-next {
    left: 50% !important;
    margin-left: 0.5rem !important;
}#l-container div#zxls .lsml li.news .news_title {
    font-size: 0.25rem;
}#l-container div#zxls .lsmr .news_text {
    height:auto;
}
}
@media screen and (max-width: 767px){

.site-lsyg li {
    padding: 0 0.2rem;
}
}

.post-11 .tis{display:none;}