@charset "UTF-8";
body{
    background: #fbf6f0 url("../images/body_2.png") no-repeat top center/100% auto;
}
.pagination {
    text-align: center;
    font-size: 0;
    padding-top: 1.2rem;
}

.pagination a {
    display: inline-block;
    border: 1px solid #dcdcdc;
    padding: 0 0.12rem;
    height: 0.35rem;
    font-size: 0.14rem;
    line-height: 0.35rem;
    text-align: center;
    color: #666;
    margin: 0 7px;
}

.pagination a.active {
    background: #a51618;
    color: #fff;
    border: 1px solid #a51618;
}
/*2025-04-15*/

.n_list01 ul{
    display: flex;
    flex-wrap: wrap;
    gap: .2rem 3.3125%;
}

.n_list01 li{
    position: relative;
    width: 17.27%;
    background: url("../images/n-img-65.png") no-repeat 50%/100% 100%;
    transition: .5s;
    overflow: hidden;
}
.n_list01 li a{
    display: block;
    font-size: .24rem;
    line-height: .65rem;
    color: #666666;
    text-align: center;
    position: relative;
    z-index: 2;
    transition: .5s;
}
.n_list01 li:after{
    position: absolute;
    content: '';
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: url("../images/n-img-66.png") no-repeat 50%/100% 100%;
    filter: drop-shadow(0 .02rem .21rem rgba(178, 31, 35, 0.258));
    opacity: 0;
    visibility: hidden;
    transition: .5s;
}
.n_list01 li.active:after,
.n_list01 li:hover:after{
    opacity: 1;
    visibility: visible;
}
.n_list01 li.active a,
.n_list01 li:hover a{
    color: #fff;
}
.n_list01 li.active{
}

.inner_s9 .content a{
    display: block;
    position: relative;
}
.inner_s9 .content a h3{
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    font-size: .16rem;
    line-height: .54rem;
    color: #fff;
    padding: 0 .28rem;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000000 100%);
    z-index: 2;
}
.inner_s9 .content a:before{
    position: absolute;
    content: '';
    left: 50%;
    top: 50%;
    width: .34rem;
    height: .41rem;
    background: url("../images/n-img-55.png") no-repeat 50%/100% 100%;
    transform: translate(-50%,-50%);
    z-index: 4;
    opacity: 0;
    visibility: hidden;
    transition: .5s;
}
.inner_s9 .content a:after{
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    visibility: hidden;
    background: #B21F23;
    transition: .5s;
    z-index: 3;
}
.inner_s9 .content a:hover:before{
    opacity: 1;
    visibility: visible;
}
.inner_s9 .content a:hover:after{
    opacity: .5;
    visibility: visible;
}
.inner_s9 .content .top{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.inner_s9 .content .top_l{
    width: 65.78%;
}
.inner_s9 .content .top_l .pic{
    padding-top: 5.94rem;
}
.inner_s9 .content .top_r{
    width: 31.65%;
}
.inner_s9 .content .top_r .pic{
    padding-top: 2.82rem;
}
.inner_s9 .content .top_r li:nth-child(2){
    margin-top: .3rem;
}
.inner_s9 .content .bot ul{
    display: flex;
    flex-wrap: wrap;
    gap: .3rem 2.525%;
}
.inner_s9 .content .bot ul li{
    width: 31.65%;
}
.inner_s9 .content .bot .pic{
    padding-top: 2.82rem;
}
.inner_s9 .content .bot{
    margin-top: .3rem;
}

.inner_s9 .content{
    margin-top: .68rem;
}
.inner_s9 {
    margin-top: .68rem;
}

/*inner_s10*/
.inner_s10 .block1 ul{
    /*display: flex;
    flex-wrap: wrap;
    gap: .46rem 2.78%;*/
    position: relative;
}

.inner_s10 .block1 ul li{
    width: 31.48%;
}
.inner_s10 .block1 ul li a{
    display: block;
    position: relative;
    background: #fff url("../images/n-img-62.png")no-repeat bottom center/100% auto;
    box-shadow: 0 .02rem .11rem 0 rgba(231, 231, 231, 0.5);
    transition: .5s;
}
.inner_s10 .block1 ul li a .img img{
    display: block;
    width: 100%;
}
.inner_s10 .block1 ul li a .top{
    position: relative;
}
.inner_s10 .block1 ul li a .ico{
    position: absolute;
    left: 0;
    right: 0;
    bottom: .12rem;
    display: flex;
    align-items: center;
    font-size: .16rem;
    line-height: .24rem;
    color: #fff;
    padding: 0 .24rem;
    z-index: 3;
}
.inner_s10 .block1 ul li a .ico img{
    display: block;
    max-width: .2rem;
    margin-right: .1rem;
}
.inner_s10 .block1 ul li a .top:after{
    position: absolute;
    content: '';
    left: 0;
    right: 0;
    bottom: 0;
    height: .85rem;
    opacity: 0.7761;
    background: linear-gradient(180deg, rgba(161, 161, 161, 0) 0%, #000000 100%);
}
.inner_s10 .block1 ul li a h3{
    font-size: .2rem;
    line-height: .29rem;
    color: #333333;
    height: .58rem;
    transition: .5s;
}
.inner_s10 .block1 ul li a i{
    margin: .14rem 0;
    display: block;
    width: .45rem;
    height: .02rem;
    background: #F4C9A0;
    transition: .5s;
}
.inner_s10 .block1 ul li a time{
    display: block;
    font-size: .18rem;
    line-height: .24rem;
    color: #005D55;
    transition: .5s;
}
.inner_s10 .block1 ul li a .txt{
    padding: .26rem .24rem;
}

.inner_s10 .block1 ul li:hover a{
    background-color: #B21F23;
    background-image: url("../images/n-img-63.png");
    box-shadow: 0 .02rem .19rem 0 rgba(178, 31, 35, 0.5605);
}
.inner_s10 .block1 ul li:hover h3{
    color: #fff;
}
.inner_s10 .block1 ul li:hover i{
    background-color: #fff;
}
.inner_s10 .block1 ul li:hover time{
    color: #fff;
}

.inner_s10 .block1{
    margin-top: .65rem;
}
.inner_s10{
    margin-top: .68rem;
}

/*inner_s11*/

.inner_s11 ul{
    display: flex;
    flex-wrap: wrap;
    gap: .3rem 2%;
}
.inner_s11 ul li{
    width: 23.4%;
}
.inner_s11 ul li a{
    display: block;
    position: relative;
    background: #fff url("../images/n-img-62.png")no-repeat bottom center/100% auto;
    box-shadow: 0 .02rem .11rem 0 rgba(231, 231, 231, 0.5);
}
.inner_s11 ul li .pic{
    padding-top: 125%;
}
.inner_s11 ul li h3{
    font-size: .2rem;
    line-height: .3rem;
    color: #333;
    text-align: center;
}
.inner_s11 ul li .txt{
    padding: .1rem 0;

}
.inner_s11 ul li a:after{
    position: absolute;
    content: '';
    right: 0;
    bottom: 0;
    width: 0;
    height: .03rem;
    background: #a51618;
    transition: .5s;
}
.inner_s11 ul li:hover a:after{
    left: 0;
    width: 100%;
}

.inner_s11{
    margin-top: .6rem;
}

@media (max-width: 1025px) {
    .inner_s9{
        margin-top: .3rem;
    }
    .n_list01 li a{
        font-size: .2rem;
        line-height: .48rem;
    }
    .n_list01 ul li{
        width: auto;
        min-width: 1.5rem;
    }
    .n_list01 ul{
        gap: .1rem .15rem;
    }
    .inner_s9 .content .top_l{
        width: 100%;
    }
    .inner_s9 .content .top_l .pic{
        padding-top: 77.24%;
    }
    .inner_s9 .content .top_r{
        width: 100%;
        margin-top: .3rem;
    }
    .inner_s9 .content .top_r ul{
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }
    .inner_s9 .content .top_r li{
        width: 48.5%;
        margin: 0 !important;
    }
    .inner_s9 .content .top_r .pic{
        padding-top: 73.64%;
    }
    .inner_s9 .content .bot .pic{
        padding-top: 73.64%;
    }
    .inner_s9 .content{
        margin-top: .3rem;
    }
    .inner_s10 .block1{
        margin-top: .3rem;
    }
    .inner_s10 .block1 ul li{
        width: 32%;
    }
    .inner_s10 .block1 ul{
        display: flex;
        flex-wrap: wrap;
        gap: .26rem 2%;
    }
    .inner_s10 .block1 ul li a .img img{
        height: 22vw;
        object-fit: cover;
    }
    .inner_s10 .block1 ul li a .txt{
        padding: .2rem;
    }
    .inner_s10 .block1 ul li a .ico{
        padding: 0 .1rem;
    }
    .inner_s10{
        margin-top: .3rem;
    }
    .inner_s11{
        margin-top: .3rem;
    }
}

@media (max-width: 769px) {
    .inner_s9 .content .bot ul li{
        width: 32%;
    }
    .inner_s9 .content .bot ul{
        gap: .26rem 2%;
    }
    .inner_s10 .block1 ul li{
        width: 100%;
    }
    .inner_s10 .block1 ul li a .img img {
        height: auto;
    }
    .inner_s11 ul li{
        width: 23.5%;
    }
}
@media (max-width: 641px) {
    .inner_s11 ul li{
        width: 32%;
    }
}
@media (max-width: 481px) {
    .inner_s11 ul li{
        width: 48.5%;
    }
    .inner_s11 ul{
        gap: .26rem 3%;
    }
.inner_s9 .content .bot .top_r li{
    width: 100%;
}
.inner_s9 .content .bot .top_r ul{
  gap: .26rem 3%;
}
.inner_s9 .content .bot ul li{
    width: 100%;
}
.inner_s9 .content .bot ul{
  gap: .26rem 3%;
}
  .inner_s9 .content .top_r li{
        width:100%;
    }
    .inner_s9 .content .top_r ul{
         gap: .26rem 0;
    }
}

@media screen and (min-width: 1200px){
    .n_banner .img{
        position: relative;
        overflow: hidden;
        -webkit-mask: url('../images/n-banner4.svg');
        mask: url('../images/n-banner4.svg');
        -webkit-mask-size: cover;
        mask-size: cover;
        mask-position: bottom;
        mask: none \0;
        z-index: 5;
    }
    .n_banner:after{
        position: absolute;
        content: '';
        left: 0;
        right: 0;
        top: 0;
        height: 5.47rem;
        background: url("../images/n_banner2.png") no-repeat top center/100% 100%;
    }
    .header:before{
        height: 2.74rem;
    }
}
.pagination a:hover {
    background: #a51618;
    color: #fff;
    border: 1px solid #a51618;
}

.n_banner .img img{
    display: block;
    width: 100%;
}
.inner-page{
    padding: .3rem 0 1.4rem;position:relative; z-index:6;
}
.leftNav{
    width: 20%;
    align-self: flex-start;
}
.leftNav .tit h4{
    font-size: .4rem;
    line-height: 1;
    color: #FFFFFF;
    text-align: center;
}
.leftNav .tit h5{
    margin-top: .05rem;
    font-size: .26rem;
    line-height: 1;
    color: #fff;
    font-family: 'SourceHanSerifCN-SemiBold',sans-serif;
    text-align: center;
    text-transform: uppercase;
    opacity: .4;
}

.leftNav .tit {
    height: 1.53rem;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    background: url("../images/n-img-1.png") no-repeat 50%/100% 100%;
}

.leftNav .block .box h3{
    position: relative;
    font-size: .24rem;
    color: #666666;
    line-height: .88rem;
    padding: 0 .5rem 0 .5rem;
    transition: .5s;
}
.leftNav .block .box h3:after{
    position: absolute;
    content: '';
    left: .3rem;
    right: .3rem;
    bottom: 0;
    border-top: 1px dashed rgba(151, 151, 151, 0.2);
    transition: .5s;
}
.leftNav .block .box h3 a{
    display: block;
}
.leftNav .block .box.xiala h3 i{
    position: absolute;
    right: .8rem;
    top: 50%;
    width: .13rem;
    height: .23rem;
    background: url("../images/n-img-3.png") no-repeat 50%/100% 100%;
    transform: translateY(-50%);
    transition: .5s;
    cursor: pointer;
}
.leftNav .block .box .s-link a{
    display: block;
    font-size: .18rem;
    line-height: 1.5;
    color: #666666;
    margin-top: .15rem;
    transition: .5s;
}

.leftNav .block .box .s-link a:hover{
    color: #a51618;
}
.leftNav .block .box .s-link {
    padding: 0 .94rem 0 .8rem;
    display: none;
}
.leftNav .block .box.xiala.active h3 i,
.leftNav .block .box.xiala.on h3 i,
.leftNav .block .box.xiala:hover h3 i{
    background-image: url("../images/n-img-2.png");
}
.leftNav .block .box.active h3:after,
.leftNav .block .box.on h3:after,
.leftNav .block .box:hover h3:after{
    opacity: 0;
}
.leftNav .block .box.active h3,
.leftNav .block .box.on h3,
.leftNav .block .box:hover h3{
    color: #fff;
    background: #F4C9A0;
}
.leftNav .block{
    padding: .13rem 0 1.39rem;
    background: #fff url("../images/n-img-4.png") no-repeat bottom center/100% auto;
    box-shadow: 0 .07rem .18rem 0 rgba(195, 195, 195, 0.5);
}

.rightBox{
    width: 75.625%;
    padding-top: .28rem;
}

.n_tit{
    padding: .22rem 0;
    display: flex;
    align-self: center;
    justify-content: space-between;
    border-bottom: 1px solid rgba(151, 151, 151, 0.3);
}

.n_tit h3{
    font-size: .3rem;
    color: #005D55;
    line-height: .44rem;
    position: relative;
    font-family: 'SourceHanSansCN-Medium',sans-serif;
}
.n_tit h3:after{
    position: absolute;
    content: '';
    left: 0;
    right: 0;
    bottom: -.22rem;
    height: 1px;
    background: #005D55;
}
.posi{
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    font-size: .16rem;
    line-height: .32rem;
    color: #666666;
}
.posi img{
    display: block;
    width: .16rem;
    margin-right: .05rem;
}
.posi span:not(:first-child){
    margin: 0 .03rem;
}
.posi a{
    transition: .5s;
}
.posi a:hover,
.posi a.active{
    color: #a51618;
}

/*inner_s1*/

.inner_s1 li a{
    padding: .16rem .4rem .15rem .15rem;
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    z-index: 3;
}
.inner_s1 li .pic{
    width: 3.2rem;
    height: 1.8rem;
}
.inner_s1 li .txt{
    width: calc(100% - 3.5rem);
}
.inner_s1 li time{
    display: flex;
    align-items: baseline;
    font-size: .18rem;
    line-height: 1;
    color: #005D55;
    transition: .5s;
}
.inner_s1 li time i{
    display: block;
    font-size: .28rem;
    margin-right: .05rem;
}
.inner_s1 li h3{
    margin-top: .16rem;
    font-size: .2rem;
    line-height: .3rem;
    color: #333333;
    transition: .5s;
    font-family: 'SourceHanSansCN-Medium',sans-serif;
}
.inner_s1 li p{
    font-size: .16rem;
    line-height: .26rem;
    color: #666666;
    height: .52rem;
    margin-top: .1rem;
    transition: .5s;
}
.inner_s1 li:before{
    position: absolute;
    content: '';
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background:#B21F23 url("../images/n-img-8.png") no-repeat right bottom/100% 100%;
    box-shadow: 0 .04rem .22rem 0 rgba(178, 31, 35, 0.3878);
    opacity: 0;
    visibility: hidden;
    transition: .5s;
}
.inner_s1 li{
    position: relative;
    margin-top: .33rem;
    background:#fff url("../images/n-img-7.png") no-repeat right bottom/100% 100%;
    box-shadow: 0 .04rem .11rem 0 rgba(222, 222, 222, 0.5);
}
.inner_s1 li:first-child{
    margin-top: 0;
}
.inner_s1 li:hover:before{
    opacity: 1;
    visibility: visible;
}
.inner_s1 li:hover time{
    color: #fff;
}
.inner_s1 li:hover h3{
    color: #fff;
}
.inner_s1 li:hover p{
    color: #FFFFFF;
}

.inner_s1{
    margin-top: .48rem;
}

/*inner_s2*/

.inner_s2 ul li a{
    padding: .27rem .3rem;
    position: relative;
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.inner_s2 ul li time{
    flex-shrink: 0;
    display: block;
    width: .7rem;
    color: #005D55;
    transition: .5s;
}
.inner_s2 ul li time span{
    display: block;
    font-size: .24rem;
    line-height: .34rem;
    font-family: 'SourceHanSansCN-Medium',sans-serif;
}
.inner_s2 ul li time em{
    display: flex;
    align-items: center;
    font-size: .16rem;
    line-height: .24rem;
}
.inner_s2 ul li time em i{
    display: block;
    height: 1px;
    width: .17rem;
    margin-left: .05rem;
    background: #979797;
    transition: .5s;
}
.inner_s2 ul li .line{
    flex-shrink: 0;
    margin: 0 .52rem 0 .36rem;
    width: .05rem;
    height: .58rem;
    background: url("../images/n-img-9.png") no-repeat 50%/100% 100%;
    transition: .5s;
}

.inner_s2 ul li h3{
    flex: 1;
    padding-right: .26rem;
    font-size: .2rem;
    line-height: .3rem;
    max-height: .6rem;
    color: #333333;
    font-family: 'SourceHanSansCN-Medium',sans-serif;
    transition: .5s;
}
.inner_s2 ul li:before{
    position: absolute;
    content: '';
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: #B21F23 url("../images/n-img-12.png") no-repeat right bottom/contain;
    box-shadow: 0 .05rem .15rem 0 rgba(178, 31, 35, 0.4006);
    opacity: 0;
    visibility: hidden;
    transition: .5s;
}
.inner_s2 ul li:after{
    position: absolute;
    content: '';
    right: .43rem;
    top: 50%;
    transform: translateY(-50%);
    width: .13rem;
    height: .23rem;
    background: url("../images/n-img-2.png") no-repeat right bottom/100%;
    opacity: 0;
    transition: .5s;
}
.inner_s2 ul li{
    position: relative;
    margin-top: .34rem;
    background: #fff url("../images/n-img-11.png") no-repeat right bottom/contain;
    box-shadow: 0 .05rem .15rem 0 rgba(216, 216, 216, 0.4765);
}
.inner_s2 ul li:first-child{
    margin-top: 0;
}
.inner_s2 ul li:hover:before{
    opacity: 1;
    visibility: visible;
}
.inner_s2 ul li:hover time{
    color: #fff;
}
.inner_s2 ul li:hover time em i{
    background: #FFFFFF;
}
.inner_s2 ul li:hover .line{
    background-image: url("../images/n-img-10.png");
}
.inner_s2 ul li:hover h3{
    color: #fff;
    font-family: 'SourceHanSansCN-Bold',sans-serif;
}
.inner_s2 ul li:hover:after{
    opacity: 1;
}
.inner_s2 {
    margin-top: .62rem;
}
/*inner_s3*/

.inner_s3 .dtl_tit h1{
    font-size: .28rem;
    line-height: 1.5;
    text-align: center;
    color: #333333;
    font-family: 'SourceHanSansCN-Bold',sans-serif;
}

.inner_s3 .dtl_tit .cont{
    margin-top: .3rem;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.inner_s3 .dtl_tit .cont p{
    font-size: .18rem;
    line-height: .26rem;
    color: #666666;
    margin: 0 .23rem;
}

.inner_s3 .dtl_txt p{
    font-size: .2rem;
    line-height: 1.6;
    color: #333333;
    text-indent: 2em;
    margin-top: 1.6em;word-break:break-all;
}
.inner_s3 .dtl_txt table{
margin:0 auto !important;



}




.inner_s3 .dtl_txt p:first-child{
    margin-top: 0;
}
.inner_s3 .dtl_txt p img,.inner_s3 .dtl_txt img{
    display: block;
    width: auto;
    height: auto !important;
    max-width: 100%;
    margin: 0 auto;
}
.inner_s3 .dtl_txt p br{
    display:none;
}
.inner_s3 .dtl_txt{
    margin-top: .3rem;
}
.inner_s3 .dtl_page{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}
.inner_s3 .dtl_page .ll{
    flex: 1;
}
.inner_s3 .dtl_page p{
    margin-top: .1rem;
    font-size: .2rem;
    line-height: .3rem;
    color: #666666;
    transition: .5s;
}
.inner_s3 .dtl_page p:first-child{
    margin-top: 0;
}
.inner_s3 .dtl_page p:hover{
    color: #005D55;
}
.inner_s3 .dtl_page .rr{
    width: 1.95rem;
    margin-left: .2rem;
}
.inner_s3 .dtl_page .rr a{
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: .2rem;
    line-height: .58rem;
    color: #fff;
    font-family: 'SourceHanSerifCN-Regular',sans-serif;
    background: #005D55;
    border-radius: .14rem 0 .14rem 0;
    transition: .5s;
}
.inner_s3 .dtl_page .rr a img{
    display: block;
    width: .19rem;
    margin-left: .1rem;
}
.inner_s3 .dtl_page{
    margin-top: .5rem;
    border-top: .03rem solid #005D55;
    padding-top: .5rem;
}
.inner_s3 .dtl_page .rr a:hover{
    background: #a51618;
}

.inner_s3{
    margin-top: .6rem;
}
/*inner_s4*/

.inner_s4 ul{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: .4rem 4.14%;
}
.inner_s4 ul li{
    width: 47.93%;
    position: relative;
    background: rgba(0, 93, 85, 0.038);
}
.inner_s4 ul li a{
    position: relative;
    padding: 0 .26rem 0 .37rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    z-index: 3;
}
.inner_s4 ul li a i{
    margin-left: .2rem;
    flex-shrink: 0;
    display: block;
    width: .3rem;
    height: .3rem;
    background: url("../images/n-img-16.png") no-repeat 50%/.1rem;
    transition: .5s;
}
.inner_s4 ul li a i.i2{
    background: url("../images/n-img-18.png") no-repeat 50%/100%;
}
.inner_s4 ul li a h4{
    flex: 1;
    font-size: .2rem;
    line-height: .7rem;
    color: #333333;
    transition: .5s;
}
.inner_s4 ul li:before{
    position: absolute;
    content: '';
    left: .07rem;
    top: .07rem;
    right: .07rem;
    bottom: .07rem;
    border: 1px dashed rgba(0, 93, 85, 0.4);
    transition: .5s;
    z-index: 1;
}
.inner_s4 ul li:after{
    position: absolute;
    content: '';
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: #B21F23 url("../images/n-img-17.png") no-repeat 50%/contain;
    box-shadow: 0 .06rem .14rem 0 rgba(178, 31, 35, 0.3255);
    opacity: 0;
    visibility: hidden;
    transition: .5s;
}
.inner_s4 ul li:hover:after{
    opacity: 1;
    visibility: visible;
}
.inner_s4 ul li:hover:before{
    border-color: rgba(255, 255, 255, 0.4);
}
.inner_s4 ul li:hover a h4{
    color: #fff;
}
.inner_s4 ul li:hover a i{
    background-image: url("../images/n-img-19.png");
}
.inner_s4 ul li:hover a i.i2{
    background-image: url("../images/n-img-15.png");
}
.inner_s4 {
    margin-top: .6rem;
}

/*inner_s5*/

.inner_s5 .para{
    font-size: .2rem;
    line-height: 1.6;
    color: #333333;
    text-indent: 2em;
}
.inner_s5 .para *{
    font-size: .2rem !important;
    line-height: 1.6 !important;
}
.inner_s5 .para p:not(:first-child){
    margin-top: .26rem;
}
.inner_s5 .block2 img{
    display: block;
    width: 100%;
    position: relative;
    z-index: 2;
}
.inner_s5 .block2:after{
    position: absolute;
    content: '';
    left: 0;
    top: .12rem;
    bottom: 0;
    width: 4.89rem;
    background: #B21F23;
    clip-path: polygon(0 0, 75% 0, 100% 100%, 0% 100%);
}
.inner_s5 .block2{
    margin-top: .36rem;
    position: relative;
    padding: 0 0 .12rem .13rem;
}

.inner_s5 .block3{
    margin-top: .36rem;
}
.inner_s5 .block4 ul{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.inner_s5 .block4 ul li{
    width: 22.06%;
    border-right: 1px solid rgba(255, 255, 255, 0.3);
}
.inner_s5 .block4 ul li:last-child{
    width: 33.82%;
    border: none;
}
.inner_s5 .block4 ul li a{
    display: block;
}
.inner_s5 .block4 ul li .num{
    width: .94rem;
    height: .94rem;
    display: flex;
    align-items: center;
    justify-content: center;
    background: url("../images/n-img-21.png") no-repeat 50%/100% 100%;
    margin: 0 auto;
}
.inner_s5 .block4 ul li .num h4{
    font-size: .24rem;
    line-height: .3rem;
    color: #B21F23;
    text-align: center;
    font-family: 'SourceHanSansCN-Bold',sans-serif;
}
.inner_s5 .block4 ul li h3{
    font-size: .16rem;
    line-height: .23rem;
    color: #FFFFFF;
    text-align: center;
    margin-top: .2rem;
    margin-bottom: .03rem;
}

.inner_s5 .block4 {
    margin-top: .36rem;
    padding: .39rem 0 .38rem;
    background: url("../images/n-img-22.png") no-repeat 50%/cover;
}
.inner_s5 .block5{
    margin-top: .36rem;
}
.inner_s5{
    margin-top: .6rem;
}

/*inner_s6*/

.inner_s6 .img img{
    display: block;
    width: 1.54rem;
    margin: 0 auto;
}

.inner_s6 ul li{
    display: flex;
    justify-content: flex-end;
}
.inner_s6 ul li .con{
    width: 54.13%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.inner_s6 ul li .con time{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 1rem;
}
.inner_s6 ul li .con time img{
    display: block;
    width: .69rem;
}
.inner_s6 ul li .con .txt{
    position: relative;
    width: calc(100% -  1.51rem);
    transition: .5s;
}
.inner_s6 ul li .con .txt .box1{
    border-radius: .1rem;
    padding: .22rem .28rem;
    border: 1px solid rgba(178, 31, 35, 0.43);
    transition: .5s;
}
.inner_s6 ul li .con .txt .box2{
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    min-height: 100%;
    padding: .22rem .28rem;
    border-radius: .1rem;
    border: 1px solid rgba(178, 31, 35, 0.43);
    background: #fff;
    box-shadow: 0 .02rem .11rem 0 rgba(178, 31, 35, 0.284);
    opacity: 0;
    visibility: hidden;
    transition: .5s;
}
.inner_s6 ul li .con .txt:before{
    position: absolute;
    content: '';
    top: 50%;
    left: -.035rem;
    width: .07rem;
    height: .07rem;
    background: #a51618;
    border-radius: 50%;
    transform: translateY(-50%);
}
.inner_s6 ul li .con .txt:after{
    position: absolute;
    content: '';
    top: 50%;
    right: 100%;
    width: .51rem;
    height: 1px;
    background: #a51618;
    transform: translateY(-50%);
}
.inner_s6 ul li .con .txt p{
    font-size: .18rem;
    line-height: .26rem;
    color: #333333;
    transition: .5s;
}
.inner_s6 ul li .con .txt p br{
    display: none;
}
.inner_s6 ul li .con .txt img{
    display: block;
    width: 100%;
    margin-top: .2rem;
    transition: .5s;
}

.inner_s6 ul li:nth-child(2) .con{
    margin-top: .3rem;
}
.inner_s6 ul li:nth-child(3) .con{
    margin-top: 1.1rem;
}
.inner_s6 ul li:nth-child(4) .con{
    margin-top: .87rem;
}
.inner_s6 ul li:nth-child(5) .con,
.inner_s6 ul li:nth-child(6) .con,
.inner_s6 ul li:nth-child(7) .con,
.inner_s6 ul li:nth-child(8) .con,
.inner_s6 ul li:nth-child(9) .con,
.inner_s6 ul li:nth-child(10) .con{
    margin-top: .3rem;
}
.inner_s6 ul li:hover .con .txt .box2{
    opacity: 1;
    visibility: visible;
    z-index: 3;

}
.inner_s6 ul li:hover .con .txt .box1{
    opacity: 0;
    visibility: hidden;
}
.inner_s6 ul li:hover .con .txt img{
    box-shadow: 0 .02rem .22rem 0 rgba(206, 206, 206, 0.5);
}

.inner_s6 ul:before{
    position: absolute;
    content: '';
    left: 50%;
    top: -.27rem;
    bottom: 0;
    width: 1px;
    background: rgba(178, 31, 35, 0.3);
    margin-left: -.5rem;
}
.inner_s6 ul:after{
    position: absolute;
    content: '';
    left: 50%;
    top: -.27rem;
    bottom: 0;
    width: 1px;
    background: rgba(178, 31, 35, 0.3);
    margin-left: .5rem;
}
.inner_s6 ul{
    position: relative;
    padding-top: .47rem;
}
.inner_s6{
    margin-top: .6rem;
}
/*inner_s7*/
.inner_s7 ul{
    display: flex;
    flex-wrap: wrap;
}
.inner_s7 ul li{
    width: 33.33%;
}
.inner_s7 ul li a{
    display: flex;
    flex-direction: column;
}
.inner_s7 ul li .top{
    position: relative;
    z-index: 3;
}

.inner_s7 ul li .top .img_hezi{
    padding-bottom: 3rem;
}
.inner_s7 ul li .top h3{
    position: absolute;
    left: .2rem;
    right: .2rem;
    top: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: .26rem;
    line-height: .38rem;
    color: #FFFFFF;
    transform: translateY(-50%);
    z-index: 3;
}
.inner_s7 ul li .top h3 img{
    display: block;
    width: .7rem;
    margin-right: .2rem;
}
.inner_s7 ul li .top:after{
    position: absolute;
    content: '';
    left: 50%;
    top: 100%;
    border: .1rem solid transparent;
    border-top-color: #005d55;
    transform: translateX(-50%);
}
.inner_s7 ul li .pic{
    padding-top: 3rem;
}

.inner_s7 ul li:nth-child(2n) a{
    flex-direction: column-reverse;
}
.inner_s7 ul li:nth-child(2n) .top:after{
    top: auto;
    bottom: 100%;
    border-top-color: transparent;
    border-bottom-color: #a51618;
}

.inner_s7{
    margin-top: .74rem;
}

/**/


.inner_s8 ul li{

}
.inner_s8 ul li a{
    display: flex;
    flex-direction: column;
}

.inner_s8 ul li a .top{
    height: 3.2rem;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    background: #D4B464;
}

.inner_s8 ul li a .icon{
    width: 1.4rem;
    height: 1.4rem;
    position: relative;
}
.inner_s8 ul li a h3{
    font-size: .3rem;
    line-height: .44rem;
    color: #fff;
    margin-top: .3rem;
}
.inner_s8 ul li a .pic{
    padding-top: 4.5rem;
}
.inner_s8 ul li:nth-child(2n) a{
    flex-direction: column-reverse;
}
.inner_s8 ul li.slide2 a .top{
    background: #005D55;
}
.inner_s8 ul li.slide3  a .top{
    background: #B21F23;
}
.inner_s8 ul li.slide4  a .top{
    background: #2652A5;
}
.inner_s8 ul li.slide5  a .top{
    background: #97B6F8;
}

.inner_s8 .btn-box{
    margin-top: .6rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.inner_s8 .btn-box .btn{
    position: static;
    transform: none;
    width: .39rem;
    height: .39rem;
    background: no-repeat 50%/.11rem;
    border: 1px solid #005d55;
    border-radius: 50%;
    flex-shrink: 0;
}

.inner_s8 .btn-box .prev{
    margin-right: .24rem;
    background-image: url("../images/n-img-52.png");
}
.inner_s8 .btn-box .next{
    margin-left: .24rem;
    background-image: url("../images/n-img-53.png");
}
.inner_s8 .btn-box i{
    flex: 1;
    height: 1px;
    background: #005d55;
    opacity: .2;
}
.inner_s8{
    margin-top: .95rem;
}

/*手机端内页菜单*/

#m_n_nav {
    display: none;
    line-height: 50px;
    position: relative;
    z-index: 9;
    width: 100%;
    background: #a51618;
}

#bnt_back {
    position: absolute;
    left: 15px;
    top: 0px;
}

#bnt_back img {
    height: 18px;
    display: inline-block;
    vertical-align: middle;
}

#bnt_back svg {
    fill: rgb(255, 255, 255);
    height: 30px;
    vertical-align: middle;
    width: 26px;
}

#m_n_nav i {
}

#m_n_nav h1 {
    font-size: 14px;
    color: rgb(255, 255, 255);
    text-align: center;
    margin: 0px;
    line-height: 50px;
    font-family: 'SourceHanSerifCN-Bold', sans-serif;
}

#bnt_sub_nav {
    position: absolute;
    right: 15px;
    top: 0px;
    height: 50px;
    cursor: pointer;
    color: rgb(255, 255, 255);
    font-size: 18px;
    display: flex;
    align-items: center;
}

#bnt_sub_nav svg {
    fill: rgb(255, 255, 255);
    height: 20px;
    vertical-align: middle;
    width: 20px;
}

#bnt_sub_nav img {
    display: block;
    height: 20px;
}

#bnt_sub_nav.on img {
    transform: rotate(-180deg);
}

#sub_nav_content {
    background: rgb(240, 243, 245);
    display: none;
    box-shadow: rgb(153, 153, 153) 0px 0px 5px;
    z-index: 9;
}

#sub_nav_content ul {
    display: none;
}
#sub_nav_content ul li {
    display: block;
    line-height: 28px;

}

#sub_nav_content ul li a {
    display: block;

    height: 30px;
    line-height: 30px;
    font-size: 13px;
    padding-left: 10px;
    color: rgb(83, 84, 85);
}

#sub_nav_content ul li.on a {
    color: #a51618;
}

#sub_nav_content dl {
    font-size: 0px;
    overflow: hidden;
    background: rgb(255, 255, 255);
    padding: 10px 0px;
}

#sub_nav_content dt {
    position: relative;
    background: rgb(255, 255, 255);
    z-index: 999;
    width: 100%;
    display: block;
    margin-bottom: 0px;
    /*float: left;*/
    line-height: 30px;
    padding: 0 20px;
}
#sub_nav_content dt i{
    float: right;
    font-family: simsun;
    font-style: normal;
    font-weight: bold;
    font-size: .16rem;
}
#sub_nav_content dt a {

    display: inline-block;
    width: 88%;
    color: rgb(91, 83, 73);
    line-height: 30px;
    font-size: 14px;
    font-weight: 400;
    vertical-align: top;
    font-family: 'SourceHanSerifCN-Regular', sans-serif;
}

#sub_nav_content dt a i {
    position: absolute;
    right: 15px;
    top: 0px;
    opacity: 0;
    display: none;
}

#sub_nav_content dt a {
}



#sub_nav_content dd {
    display: none;
}

#sub_nav_content dd .box {
    padding: 0px;
}

#sub_nav_content dd a {
    padding: 0px 25px;
    line-height: 30px;
    border-top: 1px solid rgb(231, 231, 231);
    font-size: 12px;
    color: rgb(91, 83, 73);
    display: block;
    height: 30px;
}

#sub_nav_content dd a.on {
    color: #a51618;
}

@media screen and (min-width: 770px){
    .inner_s6 ul li:nth-child(2n){
        justify-content: flex-start;
    }
    .inner_s6 ul li:nth-child(2n) .con{
        flex-direction: row-reverse;
    }
    .inner_s6 ul li:nth-child(2n) .con .txt:before{
        left: auto;
        right: -.035rem;
    }
    .inner_s6 ul li:nth-child(2n) .con .txt:after{
        right: auto;
        left: 100%;
    }
}


@media (max-width: 1199px){
    .inner-block .wp{
        width: 100%;
    }
    .n_banner{
        margin-top: .75rem;
    }
    .n_banner .img{
        border-radius: 0;
    }
    #m_n_nav{
        display: block;
    }
    .leftNav{
        display: none;
    }
    .rightBox{
        width: 100%;
        padding-top: 0;
    }

}

@media (max-width: 1025px){
    .inner-page{
        padding: .3rem 0 .4rem;
    }
    .n_tit h3{
        display: none;
    }
    .n_tit{
        padding: 0 0 .15rem ;
    }
    .inner_s1 li{
        margin-top: .3rem;
    }
    .inner_s1 li a{
        padding: .15rem;
    }
    .inner_s1{
        margin-top: .24rem;
    }
    .pagination{
        padding-top: .3rem;
    }
    .inner_s2 ul li a{
        padding: .2rem;
    }
    .inner_s2 ul li .line{
        margin: 0 .2rem 0 .15rem;
    }
    .inner_s2 ul li h3{
        padding-right: 0;
    }
    .inner_s2 ul li:after{
        display: none;
    }
    .inner_s2 ul li{
        margin-top: .24rem;
    }
    .inner_s2{
        margin-top: .3rem;
    }
    .inner_s3 .dtl_tit h1{
        font-size: .26rem;
    }
    .inner_s3 .dtl_tit .cont{
        margin-top: .1rem;
    }
    .inner_s3 .dtl_tit .cont p{
        margin: 0 .15rem;
    }
    .inner_s3 .dtl_page{
        margin-top: .3rem;
        padding-top: .2rem;
    }
    .inner_s3 .dtl_page .ll{
        flex: none;
        width: 100%;
    }
    .inner_s3 .dtl_page .rr{
        width: 100%;
        margin-left: 0;
        margin-top: .2rem;
    }
    .inner_s3 .dtl_page .rr a{
        max-width: 1.94rem;
        margin: 0 auto;
    }
    .inner_s3{
        margin-top: .2rem;
    }
    .inner_s4 ul{
        gap: .24rem 2%;
    }
    .inner_s4 ul li{
        width: 49%;
    }
    .inner_s4 ul li a{
        padding: 0 .2rem;
    }
    .inner_s4{
        margin-top: .3rem;
    }
    .inner_s5{
        margin-top: .3rem;
    }
    .inner_s6{
        margin-top: .3rem;
    }
    .inner_s7{
        margin-top: .3rem;
    }
    .inner_s7 ul li .top .img_hezi{
        padding-bottom: 74.44%;
    }
    .inner_s7 ul li .pic{
        padding-top: 74.44%;
    }
    .inner_s7 ul li .top h3 img{
        width: .5rem;
        height: .5rem;
        margin-right: .1rem;
    }
    .inner_s7 ul li .top h3{
        font-size: .2rem;
    }
    .inner_s8{
        margin-top: .3rem;
    }
    .inner_s8 ul li a .icon{
        width: .6rem;
        height: .6rem;
    }
    .inner_s8 ul li a h3{
        font-size: .2rem;
        line-height: .3rem;
        margin-top: .1rem;
    }
    .inner_s8 ul li a .top{
        height: 16vw;
    }
    .inner_s8 ul li a .pic{
        height: 22vw;
        padding-top: inherit;
    }
    .inner_s8 .btn-box{
        margin-top: .2rem;
    }
    .inner_s8 .btn-box .prev{
        margin-right: .1rem;
    }
    .inner_s8 .btn-box .next{
        margin-left: .1rem;
    }

}

@media (max-width: 769px){
    .inner_s1 li .pic{
        width: 100%;
        height: auto;
        padding-top: 56.25%;
    }
    .inner_s1 li .txt{
        width: 100%;
        margin-top: .2rem;
        margin-bottom: .05rem;
    }
    .inner_s1 li h3{
        margin-top: .1rem;
    }
    .inner_s1 li p{
        margin-top: .05rem;
    }
    .inner_s1 li:before{
        background: #b21f23;
    }
    .inner_s5 .block4 ul li{
        width: 50% !important;
    }
    .inner_s5 .block4 ul{
        gap: .3rem 0;
    }
    .inner_s5 .block4{
        padding: .3rem 0;
        margin-top: .3rem;
    }
    .inner_s5 .block2,
    .inner_s5 .block3,
    .inner_s5 .block5{
        margin-top: .3rem;
    }
    .inner_s6 ul li .con{
        width: 100%;
        margin-top: 0!important;
        flex-wrap: wrap;
    }
    .inner_s6 .img img{
        width: 1rem;
        margin: 0;
    }
    .inner_s6 ul{
        padding-top: .1rem;
    }
    .inner_s6 ul li:not(:first-child){
        margin-top: .24rem;
    }
    .inner_s6 ul li .con .txt{
        margin-top: .35rem;
        width: 100%;
    }
    .inner_s6 ul li .con .txt .box1{
        display: none;
    }
    .inner_s6 ul li .con .txt .box2{
        position: static;
        padding: .2rem;
        opacity: 1;
        visibility: visible;
    }
    .inner_s6 ul li .con .txt:after{
        width: 1px;
        height: .3rem;
        left: .3rem;
        top: auto;
        transform: none;
        bottom: 100%;
    }
    .inner_s6 ul li .con .txt:before{
        left: .27rem;
        top: auto;
        transform: none;
        bottom: calc(100% - .035rem);
    }

    .inner_s6 ul li .con time{
        width: 100%;
        justify-content: flex-start;
    }
    .inner_s6 ul:before{
        display: none;
    }
    .inner_s6 ul:after{
        display: none;
    }
    .inner_s8 ul li a .top{
        height: 20vw;
    }
    .inner_s8 ul li a .pic{
        height: 38vw;
    }

}

@media (max-width: 641px){
    .inner_s4 ul li{
        width: 100%;
    }
    .inner_s4 ul{
        gap: .15rem 2%;
    }
    .inner_s7 ul li{
        width: 100%;
    }
    .inner_s7 ul li a{
        flex-direction: row;
    }
    .inner_s7 ul li a .top{
        width: 50%;
    }
    .inner_s7 ul li a .pic{
        width: 50%;
        height: 32vw;
        padding-top: initial;
    }
    .inner_s7 ul li .top .img_hezi{
        padding-bottom: initial;
        height: 32vw;
    }
    .inner_s7 ul li:nth-child(2n) a{
        flex-direction: row-reverse;
    }
    .inner_s7 ul li .top:after{
        top: 50%;
        left: 100%;
        border-top-color: transparent;
        border-left-color: #005d55;
        transform: translateY(-50%);
    }
    .inner_s7 ul li:nth-child(2n) .top:after{
        top: 50%;
        left: auto;
        right: 100%;
        bottom: auto;
        border-left-color: transparent;
        border-bottom-color: transparent;
        border-right-color: #a51618;
    }
    .inner_s8 ul li a .icon{
        width: .45rem;
        height: .45rem;
    }
    .inner_s8 ul li a h3{
        margin-top: .05rem;
    }
    .inner_s8 ul li a .top{
        height: 28vw;
    }
    .inner_s8 ul li a .pic{
        height: 50vw;
    }
}

.pb_sys_common{line-height:30px !important;}



/*2025-04-29*/

.inner_s6 ul li .con time{
    font-size: .3rem;
    color: #B21F23;
    line-height: .44rem;
    font-family: 'SourceHanSansCN-Bold',sans-serif;
}
#div_vote_id{display:none;}


/*inner_s12*/

.inner_s12 ul li .top{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin-bottom: .16rem;
}
.inner_s12 ul li .top img{
    display: block;
    width: .24rem;
    height: .24rem;
    margin-right: .1rem;
}
.inner_s12 ul li .top h3{
    font-size: .16rem;
    line-height: .3rem;
    color: #333;
}
.inner_s12 ul li .bot img{
    display: block;
    width: .24rem;
}
.inner_s12 ul li .bot h3{
    font-size: .16rem;
    line-height: .24rem;
    color: #333;
    margin-top: .16rem;
}
.inner_s12 ul li{
    padding: .2rem 0;
    border-bottom: #dadada solid 1px;
}

@media (max-width: 1025px) {
    .inner_s12 ul li .top h3{
        font-size: .18rem;
    }
    .inner_s12 ul li .top{
        margin-bottom: .2rem;
    }
    .inner_s12 ul li .bot img{
        margin-bottom: .1rem;
    }
    .inner_s12 ul li .bot h3{
        font-size: .18rem;
        line-height: 1.85;
        margin-top: .1rem;
    }
}




.inner_s4 ul li.noSub i{
    display: none;
}
.inner_s4 ul li.noSub:hover a{
    cursor: default;
}
.inner_s4 ul li.noSub:hover a h4{
    color: #333;
}
.inner_s4 ul li.noSub:hover:after{
    opacity: 0;
    visibility: hidden;
}
.inner_s4 ul li.noSub:hover:before{
    border: 1px dashed rgba(0, 93, 85, 0.4);
}