@charset "UTF-8";
.pagination {
    text-align: center;
    font-size: 0;
    padding-top: 1.1rem;
}

.pagination a {
    display: inline-block;
    border: 1px solid #979797;
    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: #9A0708;
    color: #fff;
    border: 1px solid #9A0708;
}

.pagination a:hover {
    background: #9A0708;
    color: #fff;
    border: 1px solid #9A0708;
}
.n_banner{
    position: relative;
}
.n_banner .img img{
    display: block;
    width: 100%;
}

.inner_page{
    padding: .5rem 0 1.1rem;
    background: rgba(154, 7, 8, 0.02);
}
.inner_page2{
    padding: 0;
}
.leftNav{
    width: 20%;
    align-items: flex-start;
}
.leftNav .tit h3{
    font-size: .4rem;
    line-height: .6rem;
    color: #fff;
    font-family: 'SourceHanSerifCN-Bold', sans-serif;
    text-align: center;
}
.leftNav .tit {
    padding: 0 .2rem;
    height: 1.33rem;
    display: flex;
    align-items: center;
    justify-content: center;
    background: url("../images/n-img-1.png") no-repeat 50%/cover;
}

.leftNav .block .box h3{
    position: relative;
    padding: 0 .75rem;
    font-size: .28rem;
    line-height: .89rem;
    color: #666666;
    text-align: center;
}
.leftNav .block .box{
    border-bottom: 1px dashed rgba(151, 151, 151, 0.2);
}
.leftNav .block .box a{
    display: block;
    position: relative;
    z-index: 2;
}
.leftNav .block .box h3 i{
    position: absolute;
    top: 50%;
    right: .55rem;
    width: .2rem;
    height: .11rem;
    background: url("../images/n-img-2.png") no-repeat 50%/100% 100%;
    transform: translateY(-50%) rotate(-90deg);
    transition: .5s;
    margin-top: .02rem;
    z-index: 2;
    cursor: pointer;
}
.leftNav .block .box.on h3 i{
    transform: translateY(-50%) rotate(0);
}
.leftNav .block .box h3:after{
    position: absolute;
    content: '';
    left: 0;
    right: 0;
    top: 0;
    bottom: -1px;
    background: #9A0708;
    transition: .5s;
    opacity: 0;
    visibility: hidden;
}
.leftNav .block .box h3:before{
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    bottom: -1px;
    width: .06rem;
    background: #C29C5C;
    opacity: 0;
    visibility: hidden;
    z-index: 1;
    transition: .5s;
}
.leftNav .block .box.active h3,
.leftNav .block .box:hover h3,
.leftNav .block .box.on h3{
    color: #fff;
}
.leftNav .block .box.active h3:after,
.leftNav .block .box:hover h3:after,
.leftNav .block .box.on h3:after,
.leftNav .block .box.active h3:before,
.leftNav .block .box:hover h3:before,
.leftNav .block .box.on h3:before{
    opacity: 1;
    visibility: visible;
}
.leftNav .block .s-link a{
    display: block;
    font-size: .2rem;
    line-height: .3rem;
    color: #666666;
    text-align: center;
    transition: .5s;
}
.leftNav .block .s-link a + a{
    margin-top: .17rem;
}
.leftNav .block .s-link a:hover,
.leftNav .block .s-link a.active{
    color: #9A0708;
}
.leftNav .block .s-link{
    display: none;
    padding: .23rem .75rem .24rem 1.07rem;
}
.leftNav .block:after{
    position: absolute;
    content: '';
    left: 0;
    right: 0;
    bottom: 0;
    height: .03rem;
    background: #9A0708;
}
.leftNav .block{
    position: relative;
    padding: .16rem 0 1.22rem;
    background: #fff url("../images/n-img-3.png") no-repeat bottom center/100% auto;
    box-shadow: 0 .02rem .13rem 0 rgba(198, 198, 198, 0.5);
}

.rightBox{
    width: 76.25%;
}
.n_tit{
    padding-bottom: .2rem;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid rgba(154, 7, 8, 0.3);
}
.n_tit h2 span{
    color: #9A0708;
}
.n_tit h2{
    display: flex;
    font-size: .3rem;
    line-height: .42rem;
    color: #333333;
    font-family: 'SourceHanSansCN-Medium', sans-serif;
}
.posi{
    display: flex;
    flex-wrap: wrap;
}
.posi *{
    display: block;
    font-size: .22rem;
    line-height: .26rem;
    color: #666666;
    transition: .5s;
}
.posi a:hover,
.posi a.active{
    color: #9A0708;
}
.posi span:not(:first-child){
    margin: 0 .03rem;
}

/*inner_s1*/

.inner_s1 li a{
    position: relative;
    z-index: 2;
    padding: 0 .3rem;
    height: .85rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.inner_s1 li h3{
    flex: 1;
    font-size: .2rem;
    color: #333333;
    transition: .5s;
}
.inner_s1 li time{
    display: block;
    font-size: .2rem;
    color: #9A0708;
    margin-left: .2rem;
    flex-shrink: 0;
}
.inner_s1 li a:before{
    content: '';
    display: block;
    width: .08rem;
    height: .08rem;
    margin-right: .08rem;
    border: 1px solid rgba(151, 151, 151, 0.5);
    background: #fff;
    border-radius: 50%;
    transition: .5s;
}
.inner_s1 li:after{
    position: absolute;
    content: '';
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    box-shadow: 0 .02rem .07rem 0 rgba(154, 7, 8, 0.4123);
    opacity: 0;
    visibility: hidden;
    transition: .5s;
}
.inner_s1 li{
    position: relative;
    background: #FFFFFF;
    box-shadow: 0 .02rem .07rem 0 rgba(240, 240, 240, 0.5);
}
.inner_s1 li:hover:after{
    opacity: 1;
    visibility: visible;
}
.inner_s1 li:hover h3{
    color: #9A0708;
    font-family: 'SourceHanSansCN-Bold', sans-serif;
}
.inner_s1 li:hover a:before{
    background: #9A0708;
    border-color: #9A0708;
}
.inner_s1 li + li{
    margin-top: .22rem;
}

.inner_s1{
    margin-top: .42rem;
}

/*inner_s2*/

.inner_s2 li a{
    position: relative;
    z-index: 2;
    padding: .2rem .39rem .21rem .2rem;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}
.inner_s2 li .pic{
    width: 3.1rem;
    height: 1.97rem;
}
.inner_s2 li .txt{
    width: calc(100% - 3.39rem);
}
.inner_s2 li h3{
    font-size: .2rem;
    line-height: .3rem;
    color: #333333;
    transition: .5s;
}
.inner_s2 li time{
    margin-top: .14rem;
    display: block;
    font-size: .2rem;
    line-height: .3rem;
    color: #9A0708;
    transition: .5s;
}
.inner_s2 li p{
    font-size: .16rem;
    line-height: .26rem;
    color: #666666;
    height: .52rem;
    margin-top: .15rem;
    transition: .5s;
}
.inner_s2 li h6{
    margin-top: .29rem;
    height: .07rem;
    background: url("../images/n-img-5.png") no-repeat left center/auto 100%;
    transition: .5s;
}
.inner_s2 li:after{
    position: absolute;
    content: '';
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: url("../images/n-img-7.png") no-repeat right center/cover;
    box-shadow: 0 .02rem .13rem 0 rgba(154, 7, 8, 0.4536);
    opacity: 0;
    visibility: hidden;
    transition: .5s;
}
.inner_s2 li{
    position: relative;
    box-shadow: 0 .02rem .07rem 0 rgba(240, 240, 240, 1);
}
.inner_s2 li:hover:after{
    opacity: 1;
    visibility: visible;
}
.inner_s2 li:hover h3{
    color: #fff;
    font-family: 'SourceHanSansCN-Bold', sans-serif;
}
.inner_s2 li:hover time{
    color: #fff;
}
.inner_s2 li:hover p{
    color: rgba(255, 255, 255, 0.8);
}
.inner_s2 li:hover h6{
    background-image: url("../images/n-img-6.png");
}
.inner_s2 li + li{
    margin-top: .42rem;
}
.inner_s2{
    margin-top: .42rem;
}

/*index_s3*/
.inner_s3 .dtl_tit h1{
    font-size: .3rem;
    line-height: .46rem;
    color: #333333;
    font-family: 'SourceHanSansCN-Bold', sans-serif;
    text-align: center;
}
.inner_s3 .dtl_tit .cont{
    margin-top: .3rem;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.inner_s3 .dtl_tit .cont .li{
    font-size: .16rem;
    line-height: .24rem;
    color: #666666;
    margin: 0 .19rem;
}
.inner_s3 .dtl_tit{
    padding-bottom: .29rem;
    border-bottom: 1px solid rgba(151, 151, 151, 0.4);
}
.inner_s3 .dtl_txt *{
    font-size: .22rem !important;

}
.inner_s3 .dtl_txt p{
    font-size: .23rem !important;
    line-height: .32rem;
    text-indent: 2em;text-align: justify;
}
.inner_s3 .dtl_txt p{
    margin-bottom: .1rem;
}
.inner_s3 .dtl_txt p img{
    display: block;
    width: auto;
    height: auto !important;
    max-width: 100%;
    margin: 0 auto !important;
}
.inner_s3 .dtl_txt{
    margin-top: .3rem;
}
.inner_s3 .dtl_page p{
    font-size: .2rem;
    line-height: .32rem;
    color: #666666;
    transition: .5s;
}
.inner_s3 .dtl_page p + p{
    margin-top: .14rem;
}
.inner_s3 .dtl_page p:hover{
    color: #9A0708;
    font-family: 'SourceHanSansCN-Bold', sans-serif;
}
.inner_s3 .dtl_page{
    margin-top: .64rem;
    padding-top: .64rem;
    border-top: 1px solid rgba(154, 7, 8, 0.4);
}
.inner_s3{
    margin-top: .3rem;
    padding: .3rem .3rem;
    background: linear-gradient(180deg, #FFFFFF 0%, rgba(255, 255, 255, 0) 100%);
}

/*inner_s4*/

.inner_s4 ul{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.inner_s4 ul li{
    position: relative;
    width: 46.07%;
    border-bottom: 1px solid rgba(151, 151, 151, 0.3);
}

.inner_s41 ul li{
    width: 30%;
}

.inner_s4 li a{
    position: relative;
    z-index: 2;
    padding: .4rem 0;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: space-between;
    transition: .5s;
}
.inner_s4 li time{
    display: block;
    margin-right: .26rem;
    flex-shrink: 0;
    position: relative;
    z-index: 2;
}
.inner_s4 li time span{
    display: block;
    font-size: .26rem;
    line-height: 1;
    color: #9A0708;
    transition: .5s;
}
.inner_s4 li time em i{
    display: block;
    position: relative;
    height: .02rem;
    margin-right: -.48rem;
    width: 1.12rem;
    margin-left: .1rem;
    background: #9A0708;
    transition: .5s;
}
.inner_s4 li time em{
    display: flex;
    align-items: center;
    font-size: .18rem;
    line-height: 1;
    color: #666666;
    margin-top: .1rem;
    transition: .5s;
}
.inner_s4 li .txt{
    flex: 1;
    overflow: hidden;
}
.inner_s4 li .pic{
    padding-top: 2.48rem;
}

.inner_s41 li .pic{
    padding-top: 4.48rem;
}
.inner_s4 li h3{
    margin-top: .24rem;
    font-size: .24rem;
    line-height: .3rem;
    color: #333333;
    height: .6rem;
    transition: .5s;font-weight:bold;
}
.inner_s41 li h3{
    text-align:center;
}
.inner_s41 li p{font-size:.2rem;text-align:center;}


.inner_s4 ul li:before{
    position: absolute;
    content: '';
    left: -.3rem;
    right: -.3rem;
    top: 0;
    bottom: 0;
    background: #9A0708 url("../images/n-img-10.png") no-repeat bottom right /contain;
    box-shadow: 0 .02rem .21rem 0 rgba(154, 7, 8, 0.391);
    opacity: 0;
    visibility: hidden;
    transition: .5s;
}
.inner_s4 ul li:hover time span,.inner_s4 ul li:hover p,
.inner_s4 ul li:hover time em{
    color: #fff;
}
.inner_s4 ul li:hover time em i{
    background: #fff;
}
.inner_s4 ul li:hover h3{
    color: #fff;
    font-family: 'SourceHanSansCN-Bold', sans-serif;
}
.inner_s4 ul li:hover:before{
    opacity: 1;
    visibility: visible;
}
.inner_s4{
    margin-top: .32rem;
}

/*inner_s5*/

.inner_s5 .item a{
    position: relative;
    display: flex;
    flex-wrap: wrap;
}
.inner_s5 .item .pic{
    width: 5.37rem;
    height: 3.45rem;
}
.inner_s5 .item .txt{
    position: absolute;
    width: 68.36%;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    background: #fff  url("../images/n-img-14.png") no-repeat bottom right /contain;
    padding: .42rem .38rem .42rem .34rem;
    box-shadow: 0 .02rem .1rem 0 rgba(227, 227, 227, 0.5);
    z-index: 2;
}
.inner_s5 .item .txt h3{
    font-size: .26rem;
    line-height: .36rem;
    color: #333333;
    font-family: 'sourceHanSerifCN-Bold', sans-serif;
}
.inner_s5 .item .txt i:before{
    position: absolute;
    content: '';
    left: 0;
    bottom: 0;
    width: .47rem;
    height: .02rem;
    background: #C29C5C;
}
.inner_s5 .item .txt i{
    display: block;
    height: 1px;
    background: rgba(154, 7, 8, 0.5);
    position: relative;
    margin-top: .16rem;
}
.inner_s5 .item .txt p{
    font-size: .18rem;
    line-height: .3rem;
    color: #666666;
    height: .6rem;
    margin-top: .24rem;
}
.inner_s5 .item .txt h6 img{
    display: block;
    height: .21rem;
}
.inner_s5 .item .txt h6{
    margin-top: .26rem;
}
.inner_s5 .item2 .txt{
    left: 0;
    right: auto;
}
.inner_s5 .item2 a{
    justify-content: flex-end;
}
.inner_s5 .item2{
    margin-top: 1rem;
}
.inner_s5{
    margin-top: .7rem;
}

/*inner_s6*/
.n_title01 h2 span{
    display: block;
    color: #9A0708;
}
.n_title01 h2{
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: .46rem;
    line-height: .66rem;
    color: #333333;
    font-family: 'SourceHanSerifCN-Bold', sans-serif;
}
.n_title01 i{
    display: block;
    width: .95rem;
    height: .05rem;
    background: #C29C5C;
    margin: .16rem auto 0;
}
.n_title02 h2 span{
    display: block;
    color: #9A0708;
}
.n_title02 h2:before{
    position: absolute;
    content: '';
    left: 0;
    bottom: -.06rem;
    width: .79rem;
    height: .79rem;
    border-radius: 50%;
    background: linear-gradient(145deg, #F8E9E9 15%, rgba(248, 233, 233, 0) 84%);
    z-index: -1;
}
.n_title02 h2{
    display: flex;
    position: relative;
    padding-left: .29rem;
    font-size: .4rem;
    line-height: .56rem;
    font-family: 'SourceHanSerifCN-Bold', sans-serif;
}
.n_title02 .more a{
    display: flex;
    align-items: center;
    font-size: .18rem;
    line-height: .26rem;
    color: #666666;
    font-family: 'SourceHanSerifCN-Regular',sans-serif;
    transition: .5s;
}
.n_title02 .more a img{
    display: block;
    width: .11rem;
    margin-left: .05rem;
}
.n_title02 .more a:hover{
    color: #9A0708;
}
.n_title02{
    position: relative;
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.inner_s6 .para p{
    font-size: .22rem;
    line-height: .44rem;
    color: #333333;
    text-align: center;
}
.inner_s6 .para{
    margin-top: .35rem;
    padding: 0 .35rem .6rem;
    border-bottom: 1px dashed rgba(154, 7, 8, 0.4);
}

.inner_s6 .item .hide .ico{
    width: .85rem;
    height: .85rem;
    margin-right: .37rem;
}
.inner_s6 .item .hide .ico img{
    display: block;
    width: 100%;
}
.inner_s6 .item .hide .txt{
    flex: 1;
    overflow: hidden;
}
.inner_s6 .item .hide .txt h3{
    font-size: .28rem;
    line-height: .4rem;
    color: #fff;
    font-family: 'SourceHanSansCN-Bold', sans-serif;
}
.inner_s6 .item .hide .txt i{
    display: block;
    width: .54rem;
    height: .03rem;
    background: #fff;
    margin-top: .1rem;
}
.inner_s6 .items{
    margin-top: .46rem;
    display: flex;
    justify-content: space-between;
}
.inner_s6 .bot{
    margin-top: .77rem;
}
.inner_s6{
    padding: .6rem 0 .99rem;
    background: url("../images/inner_s6.png") top center/100% auto;
}

.inner_s7 .content a{
    display: block;
    position: relative;
}
.inner_s7 .content .txt{
    position: absolute;
    left: .47rem;
    top: 0;
    bottom: 0;
    z-index: 3;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: flex-start;
}
.inner_s7 .content .txt i{
    display: block;
    width: 1px;
    height: 1rem;
    background: #fff;
}
.inner_s7 .content .txt h3{
    font-size: .28rem;
    line-height: .36rem;
    color: #fff;
    width: 1.1em;
    font-family: 'SourceHanSansCN-Bold', sans-serif;
    margin-top: .1rem;
}
.inner_s7 .content .imgBox a:after{
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    bottom: 0;
    width: 40%;
    opacity: 0.3392;
    background: linear-gradient(270deg, rgba(0, 0, 0, 0) 0%, #000000 78%);
}
.inner_s7 .left{
    width: 66.1875%;
}
.inner_s7 .left .item1 .pic{
    padding-top: 4.89rem;
}
.inner_s7 .left .item2{
    position: relative;
    z-index: 2;
    margin-top: -1.68rem;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-end;
    justify-content: flex-end;
}

.inner_s7 .left .item2 .imgBox{
    width: 5.38rem;
}
.inner_s7 .left .item2 .pic{
    padding-top: 3.36rem;
}
.inner_s7 .gd a img{
    display: block;
    width: .11rem;
    margin-left: .05rem;
}
.inner_s7 .gd a{
    display: flex;
    align-items: center;
    font-size: .18rem;
    line-height: .26rem;
    color: #fff;
    font-family: 'SourceHanSerifCN-Regular',sans-serif;
}
.inner_s7 .gd{
    margin: 0 .47rem .55rem 0;
}
.inner_s7 .right{
    width: 33.8125%;
    margin-top: -.77rem;
}
.inner_s7 .right .imgBox .pic{
    padding-top: 7.92rem;
}
.inner_s7 .content{
    margin-top: .56rem;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: space-between;
}
.inner_s7 .n_title02 h2:before{
    opacity: 0.5855;
    background: linear-gradient(145deg, #FFFFFF 15%, rgba(255, 255, 255, 0) 84%);
}
.inner_s7 .n_title02 h2,
.inner_s7 .n_title02 h2 span{
    color: #fff;
}
.inner_s7{
    padding: .76rem 0 1.05rem;
    background: url("../images/inner_s7.jpg") no-repeat 50%/cover;
}

.inner_s8 .item{
    width: 47.8125%;
}
.inner_s8 .item a{
    display: block;
}
.inner_s8 .item a .pic{
    padding-top: 4.3rem;
}
.inner_s8 .item a h3{
    font-size: .28rem;
    line-height: .4rem;
    color: #fff;
    font-family: 'SourceHanSansCN-Bold', sans-serif;
}
.inner_s8 .item a p{
    font-size: .18rem;
    line-height: .31rem;
    color: #333333;
    -webkit-line-clamp: 3;
    height: .93rem;
    margin-top: .6rem;
}
.inner_s8 .item a .txt:before{
    position: absolute;
    content: '';
    top: 0;
    bottom: 0;
    left: .4rem;
    width: .02rem;
    background: #C29C5C;
}
.inner_s8 .item a .txt{
    position: relative;
    padding: 0 .32rem 0 .63rem;
    margin-top: -.7rem;
    z-index: 3;
}

.inner_s8 .content{
    margin-top: .56rem;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: space-between;
}
.inner_s8{
    padding: .77rem 0 .84rem;
}
.inner_s9 .left{
    width: 20.9375%;
    position: relative;
    padding: 1.25rem 0 .94rem;
}
.inner_s9 .left:after{
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    bottom: 0;
    width: 8.01rem;
    background: url("../images/n-img-29.png") no-repeat 50%/100% 100%;
    z-index: -1;
}
.list_boxn1 li{
    position: relative;
    cursor: pointer;
    z-index: 2;
}
.list_boxn1 li + li{
    margin-top: .36rem;
}
.list_boxn1 li h3{
    display: block;
    font-size: .24rem;
    line-height: .64rem;
    color: #fff;
    padding: 0 .4rem;
    transition: .5s;
    position: relative;
    z-index: 2;
}
.list_boxn1 li:after{
    position: absolute;
    content: '';
    top: 0;
    bottom: 0;
    left: -.2rem;
    right: -.43rem;
    background: #fff;
    clip-path: polygon(0 0, calc(100% - .2rem) 0, 100% 100%, 0 100%);
    opacity: 0;
    visibility: hidden;
    transition: .5s;
}
.list_boxn1 li:before{
    position: absolute;
    content: '';
    right: 100%;
    top: 100%;
    border: .1rem solid transparent;
    border-top-color: #E3E3E3;
    border-right-color: #E3E3E3;
    opacity: 0;
    visibility: hidden;
    transition: .5s;
}
.list_boxn1 li.active:after,
.list_boxn1 li.active:before{
    opacity: 1;
    visibility: visible;
}
.list_boxn1 li.active h3{
    color: #9A0708;
    font-family: 'SourceHanSansCN-Medium', sans-serif;
}
.inner_s9 .right{
    width: 79.0625%;
    margin-top: -.39rem;
    position: relative;
}
.listn1w a{
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: space-between;
}
.listn1w a .pic{
    width: 7.62rem;
    height: 4.86rem;
}
.listn1w a .txt{
    width: calc(100% - 8.03rem);
    margin-top: .95rem;
    padding-right: .41rem;
}
.listn1w a h3{
    font-size: .24rem;
    line-height: .34rem;
    color: #9A0708;
    font-family: 'SourceHanSansCN-Medium', sans-serif;
}
.listn1w a i{
    display: block;
    width: .71rem;
    height: .03rem;
    background: #C29C5C;
    margin-top: .18rem;
}
.listn1w a p{
    font-size: .18rem;
    line-height: .32rem;
    color: #333333;
    -webkit-line-clamp: 5;
    height: 1.6rem;
    margin-top: .37rem;
}
.listn1w a h6 img{
    display: block;
    height: .19rem;
    margin-left: .05rem;
}
.listn1w a h6{
    display: flex;
    align-items: center;
    font-size: .18rem;
    line-height: .26rem;
    color: #9A0708;
    font-family: 'SourceHanSerifCN-Regular',sans-serif;
    margin-top: .65rem;
}
.inner_s9 .right:after{
    position: absolute;
    content: '';
    left: 0;
    right: 0;
    top: .39rem;
    bottom: -.36rem;
    background: #9A0708;
    opacity: .09;
    clip-path: polygon(0 0, 100% 0, 100% calc(100% - .8rem),  calc(100% - 1.4rem) 100%, 0 100%);
    filter: drop-shadow(0 .02rem .1rem rgba(154, 7, 8, 0.1131));
}
.inner_s9 .content{
    position: relative;
    z-index: 2;
    margin-top: .96rem;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: space-between;
}
.inner_s9{
    padding: .76rem 0 .85rem;
    background: #F6F6F6;
}

.inner_s10 .left{
    width: 59.375%;
    position: relative;
}
.inner_s10 .left .pic{
    padding-top: 7.24rem;
}
.inner_s10 .left .icoBox{
    position: absolute;
    right: 0;
    bottom: 0;
    width: 4.75rem;
    height: 3.62rem;
    z-index: 2;
    background: url("../images/n-img-36.png") no-repeat 50%/cover;
}
.inner_s10 .left .icoBox a,
.inner_s10 .right .li a{
    height: 100%;
    padding: 0 .2rem;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
}
.inner_s10 .left .icoBox a img,
.inner_s10 .right .li a img{
    display: block;
    width: .85rem;
    transition: .5s;
}
.inner_s10 .left .icoBox a h3,
.inner_s10 .right .li a h3{
    font-size: .28rem;
    line-height: .4rem;
    color: #fff;
    font-family: 'SourceHanSansCN-Bold', sans-serif;
    margin-top: .2rem;
}
.inner_s10 .right{
    width: 40.625%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.inner_s10 .right .li{
    width: 50%;
}
.inner_s10 .right .li .pic{
    padding-top: 3.62rem;
}
.inner_s10 .right .li:nth-child(1){
    background: url("../images/n-img-37.png") no-repeat 50%/cover;
}
.inner_s10 .right .li:nth-child(4){
    background: url("../images/n-img-38.png") no-repeat 50%/cover;
}
.inner_s10 .left .icoBox:hover a img,
.inner_s10 .right .li:hover a img{
    transform: rotateY(360deg);
}
.inner_s10 .content{
    margin-top: .56rem;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: space-between;
}
.inner_s10{
    padding: .9rem 0 1.12rem;
}


.inner_s11 .top .para p{
    font-size: .22rem;
    line-height: .44rem;
    color: #333333;
    text-align: center;
}
.inner_s11 .top .para{
    margin-top: .35rem;
    padding: 0 .35rem .56rem;
    border-bottom: 1px dashed rgba(154, 7, 8, 0.4);
}

.inner_s11 .bot .item{
    width: 31.875%;
    padding: .15rem .09rem .15rem 1px;
}
.inner_s11 .bot .con{
    background: #fff;
    border-radius: 0 .3rem .3rem 0;
    overflow: hidden;
}
.inner_s11 .bot .scroll{
    padding: .34rem .31rem .2rem .34rem;
    height: 5.12rem;
    overflow-y: auto;
}
.inner_s11 .bot .item h3{
    font-size: .24rem;
    line-height: .35rem;
    color: #333333;
    font-family: 'SourceHanSansCN-Medium', sans-serif;
}
.inner_s11 .bot .item i{
    display: block;
    width: .5rem;
    height: .03rem;
    background: #C29C5C;
    margin: .18rem 0 .22rem;
}
.inner_s11 .bot .item p{
    font-size: .18rem;
    line-height: .28rem;
    color: #666666;
    margin-bottom: .18rem;
}

.inner_s11 .bot .scroll::-webkit-scrollbar {width:.1rem;height: 8px;background-color: #CECECE;}
.inner_s11 .bot .scroll::-webkit-scrollbar-track {border-radius: 10px;background-color: #CECECE;}
.inner_s11 .bot .scroll::-webkit-scrollbar-thumb {border-radius: 10px; background-color: #9A0708;}

.inner_s11 .bot .item1{
    background: #9A0708;
    box-shadow: 0 .02rem .15rem 0 rgba(154, 7, 8, 0.214);
}
.inner_s11 .bot .item2{
    background: #C29C5C;
    box-shadow: 0 .02rem .15rem 0 rgba(154, 7, 8, 0.214);
}
.inner_s11 .bot .item3{
    background: #ECB785;
    box-shadow: 0 .02rem .15rem 0 rgba(154, 7, 8, 0.214);;
}
.inner_s11 .content{
    margin-top: .52rem;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.inner_s11 .bot{
    margin-top: .76rem;
}
.inner_s11 .n_title02{
    justify-content: center;
}
.inner_s11{
    padding: .6rem 0 1.11rem;
    background: url("../images/inner_s6.png") top center/100% auto;
}

.list_boxn2 .li{
    width: 21.5625%;
    transition: width .5s;
}

.list_boxn2 .li a{
    display: block;
    width: 100%;
    position: relative;
}

.list_boxn2 .li a .pic{
    height: 100%;
    transition: .5s;
}
.list_boxn2 .li a .txt{
    position: absolute;
    left: 0;
    right: 0;
    bottom: .07rem;
    z-index: 5;
    padding: 0 .4rem;
    transition: .5s;
}
.list_boxn2 .li a h3{
    font-size: .28rem;
    line-height: .4rem;
    color: #FFFFFF;
    font-family: 'SourceHanSansCN-Medium', sans-serif;
}
.list_boxn2 .li a h6 img{
    display: block;
    height: .1rem;
}
.list_boxn2 .li a h6{
    margin-top: .22rem;
    transform: translateY(.2rem);
    opacity: 0;
    transition: .5s;
}
.list_boxn2 .li a:before{
    position: absolute;
    content: '';
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    background: rgba(255, 255, 255, 0.61);
    opacity: 0;
    visibility: hidden;
    transition: .5s;
    z-index: 2;
}
.list_boxn2 .li a:after{
    position: absolute;
    content: '';
    left: 0;
    right: 0;
    bottom: 0;
    height: 1.1rem;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000000 100%);
    transition: .5s;
}
.list_boxn2 .li.active a h6{
    opacity: 1;
    transform: translateY(0);
}


.list_boxn2{
    margin-top: .67rem;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}
.inner_s12 .n_title02 h2:before{
    opacity: 0.5855;
    background: linear-gradient(145deg, #FFFFFF 15%, rgba(255, 255, 255, 0) 84%);
}
.inner_s12 .n_title02 h2{
    color: #fff;
}
.inner_s12 .n_title02{
    justify-content: center;
}
.inner_s12{
    padding: .58rem 0 1.1rem;
    background: url("../images/inner_s11.jpg") top center/cover;
}

.inner_s13 .left{
    width: 50%;
    padding-left: .26rem;
    margin-top: .16rem;
}

.inner_s13 .left .para p{
    font-size: .22rem;
    line-height: .36rem;
    color: #333333;
}
.inner_s13 .left .para{
    height: .72rem;
    overflow: hidden;
    margin-top: .36rem;
    text-align: right;
}
.inner_s13 .imgBox a{
    display: block;
    position: relative;
}
.inner_s13 .left .imgBox a .pic{
    padding-top: 4.86rem;
}
.inner_s13 .left .imgBox{
    position: relative;
    padding-top: .26rem;
    margin-top: .08rem;
}
.inner_s13 .left .imgBox:before{
    position: absolute;
    content: '';
    left: -.26rem;
    top: 0;
    width: 1.16rem;
    height: 1.07rem;
    background: url("../images/n-img-47.png") no-repeat 50%/100% 100%;
}
.inner_s13 .cen{
    width: 22.9375%;
}
.inner_s13 .cen .imgBox:nth-child(1) .pic{
    padding-top: 4.44rem;
}
.inner_s13 .cen .imgBox:nth-child(2) .pic{
    padding-top: 2.43rem;
}
.inner_s13 .cen .imgBox:nth-child(2){
    margin-top: .21rem;
}
.inner_s13 .right{
    width: 24.625%;
    margin-top: 1.33rem;
}
.inner_s13 .right .imgBox{
    position: relative;
    padding-bottom: .26rem;
}
.inner_s13 .right .imgBox .pic{
    padding-top: 4.85rem;
}
.inner_s13 .right .imgBox:after{
    position: absolute;
    content: '';
    right: -.26rem;
    bottom: 0;
    width: 1.16rem;
    height: 1.07rem;
    background: url("../images/n-img-48.png") no-repeat 50%/100% 100%;
}
.inner_s13 .wp{
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: space-between;
}
.inner_s13 .n_title02{
    justify-content: flex-end;
}
.inner_s13{
    padding: .91rem 0 1.87rem;
}
@media (min-width: 1026px) {
    .inner_s6 .items .item{
        width: 18.6875%;
        position: relative;
        height: 5.73rem;
        overflow: hidden;
        transition: width .3s;
        clip-path: polygon(0 0, 100% .1rem, 100% calc(100% - .1rem), 0 100%);
    }
    .inner_s6 .item a{
        display: block;
        height: 100%;
        position: relative;
    }
    .inner_s6 .item .img_box{
        width: 9.62rem;
        height: 100%;
        position: absolute;
        top: 0;
        left: 50%;
        transform: translateX(-50%);
        background-color: #000;
        z-index: 1;
        opacity: 0.11;
        transition: opacity .3s ease;
    }
    .inner_s6 .item .img_box img{
        display: block;
        width: 100%;
        height: 100%;
        object-fit: cover;
        opacity: 1;
    }
    .inner_s6 .item .show {
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        z-index: 2;
        display: flex;
        align-items: center;
        flex-direction: column;
        justify-content: center;
        transition: all .3s ease;
    }
    .inner_s6 .item .show img{
        display: block;
        width: .85rem;
    }
    .inner_s6 .item .show h3{
        margin-top: .32rem;
        font-size: .28rem;
        line-height: .36rem;
        color: #fff;
        width: 1.1em;
        font-family: 'SourceHanSansCN-Bold', sans-serif;
    }

    .inner_s6 .item .hide {
        width: 9.62rem;
        position: absolute;
        left: 0;
        bottom: 0;
        padding: 1.11rem .41rem .42rem .421rem;
        z-index: 3;
        display: flex;
        align-items: center;
        justify-content: space-between;
        background-image: linear-gradient(180deg, transparent, rgba(0, 0, 0, 0.8));
        opacity: 0;
        visibility: hidden;
        transition: all .3s ease;
    }
    .inner_s6 .item:before {
        content: '';
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
        background-color: #C29C5C;
        pointer-events: none;
        transition: opacity .3s ease;
        z-index: 1;
    }
    .inner_s6 .item:nth-child(2):before{
        background-color: #9A0708;
    }
    .inner_s6 .item:nth-child(2){
        clip-path: polygon(0 .1rem, 100% 0, 100% 100%, 0 calc(100% - .1rem));
    }
    .inner_s6 .item:nth-child(3):before{
        background-color: #C29C5C;
    }
    .inner_s6 .items .item.active{
        width: 60.125%;
    }
    .inner_s6 .items .item.active .show{
        opacity: 0;
        visibility: hidden;
    }
    .inner_s6 .items .item.active .hide{
        opacity: 1;
        visibility: visible;
    }
    .inner_s6 .item.active:before{
        opacity: 0;
    }
    .inner_s6 .item.active .img_box{
        opacity: 1;
    }

    .inner_s7 .title001 .more{
        display: none;
    }

    .list_boxn2 .li a{
        height: 4.19rem;
        transition: .5s;
    }

    .list_boxn2 .li.active{
        width: 23.875%;
    }
    .list_boxn2 .li.active a{
        height: 4.64rem;
    }
    .list_boxn2 .li.active a:before{
        opacity: 1;
        visibility: visible;
    }
    .list_boxn2 .li.active a:after{
        opacity: 0;
        visibility: hidden;
    }
    .list_boxn2 .li.active .txt{
        bottom: .53rem;
    }
    .list_boxn2{
        height: 4.64rem;
    }
    .list_boxn2 .li.active a h3{
        color: #9A0708;
        font-family: 'SourceHanSansCN-Bold', sans-serif;
    }

}



/*手机端内页菜单*/

#m_n_nav {
    display: none;
    line-height: 50px;
    position: relative;
    z-index: 9;
    width: 100%;
    background: #9A0708;
}

#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;
}

#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: #9A0708;
}

#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.on a{ color:#9A0708;}


#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;
}

#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: #9A0708;
}

@media (max-width: 1199px){
    .n_banner .img{
    }
    #m_n_nav{
        display: block;
    }
    .leftNav{
        display: none;
    }
    .rightBox{
        width: 100%;
        padding-top: 0;
    }
    .n_tit h2,
    .n_tit i{
        display: none;
    }
    .posi{
        margin-left: 0;
    }
    .inner_page{
        padding: .3rem 0 .4rem;
    }
}
@media (max-width: 1025px){
    .n_tit{
        padding-bottom: .1rem;
    }
    .inner_s1 li a{
        height: .7rem;
        padding: 0 .2rem;
    }
    .inner_s1 li a:before{
        margin-top: .05rem;
    }
    .pagination{
        padding-top: .3rem;
    }
    .inner_s1 li + li{
        margin-top: .1rem;
    }
    .inner_s1{
        margin-top: .2rem;
    }
    .inner_s1 li time{
        font-size: .18rem;
        margin-left: .1rem;
    }
    .inner_s2 li a{
        padding: .2rem;
    }
    .inner_s2 li + li{
        margin-top: .25rem;
    }
    .inner_s2{
        margin-top: .2rem;
    }
    .inner_s3 .dtl_tit h1{
        font-size: .24rem;
        line-height: 1.5;
    }
    .inner_s3 .dtl_tit .cont .li{
        margin: 0 .05rem;
    }
    .inner_s3 .dtl_tit .cont{
        margin-top: .1rem;
    }
    .inner_s3 .dtl_tit{
        padding-bottom: .15rem;
    }
    .inner_s3 .dtl_txt p{
        line-height: 1.8;
    }
    .inner_s3 .dtl_txt p + p{
        margin-top: 1em;
    }
    .inner_s3 .dtl_txt{
        margin-top: .2rem;
    }
    .inner_s3 .dtl_page{
        padding-top: .2rem;
        margin-top: .3rem;
    }
    .inner_s3 .dtl_page p{
        font-size: .18rem;
        line-height: 1.5em;
    }
    .inner_s3 .dtl_page p + p{
        margin-top: .05rem;
    }
    .inner_s3{
        padding: .2rem;
        margin-top: .2rem;
    }
    .inner_s4 li time span{
        font-size: .2rem;
    }
    .inner_s4 li time em{
        font-size: .16rem;
        margin-top: .05rem;
    }
    .inner_s4 li time{
        margin-right: .2rem;
    }
    .inner_s4 li time em i{
        width: .8rem;
    }
    .inner_s4 li h3{
        margin-top: .2rem;
    }
    .inner_s4 li a{
        padding: .2rem 0;
    }
    .inner_s4 ul li{
        width: 48%;
    }
    .inner_s4 ul li:before{
        left: -15px;
        right: -15px;
    }
    .inner_s4{
        margin-top: .2rem;
    }
    .inner_s5 .item .txt{
        padding: .2rem;
    }
    .inner_s5 .item .txt p{
        margin-top: .1rem;
    }
    .inner_s5 .item .txt h6{
        margin-top: .15rem;
    }
    .inner_s5 .item2{
        margin-top: .3rem;
    }
    .inner_s5{
        margin-top: .3rem;
    }
    .n_title01 h2{
        font-size: .26rem;
        line-height: .3rem;
    }
    .n_title01 i{
        width: .6rem;
        height: .03rem;
        margin-top: .1rem;
    }
    .n_title02 h2:before{
        width: .4rem;
        height: .4rem;

    }
    .n_title02 h2{
        padding-left: .2rem;
        font-size: .24rem;
        line-height: .3rem;
    }
    .n_title02 .more a img{
        width: .08rem;
        margin-left: .05rem;
    }
    .n_title02 .more a{
        font-size: .16rem;
        line-height: .26rem;
    }
    .inner_s6 .para p,
    .inner_s11 .top .para p{
        font-size: .18rem;
        line-height: 2;
    }
    .inner_s6 .para,
    .inner_s11 .top .para{
        padding: 0 0 .15rem;
        margin-top: .1rem;
    }
    .inner_s6 .items .item a{
        display: block;
        position: relative;
        height: 50vw;
    }
    .inner_s6 .items .item .show{
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
        z-index: 5;
    }
    .inner_s6 .items .item .show img{
        width: .5rem;
        height: .5rem;
    }
    .inner_s6 .items .item .show h3{
        font-size: .22rem;
        line-height: .3rem;
        width: 1.1em;
        font-family: 'SourceHanSansCN-Bold', sans-serif;
        margin-top: .15rem;
        color: #fff;
    }
    .inner_s6 .items .item .img_box{
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 50%;
        transform: translateX(-50%);
        background-color: #000;
        z-index: 1;
        opacity: 0.11;
    }
    .inner_s6 .item .img_box img{
        display: block;
        width: 100%;
        height: 100%;
        object-fit: cover;
        opacity: 1;
    }
    .inner_s6 .item .hide{
        display: none;
    }
    .inner_s6 .items .item{
        position: relative;
        width: 32%;
        overflow: hidden;
        clip-path: polygon(0 0, 100% .1rem, 100% calc(100% - .1rem), 0 100%);
    }
    .inner_s6 .item:before {
        content: '';
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
        background-color: #C29C5C;
        pointer-events: none;
        transition: opacity .3s ease;
        z-index: 1;
    }
    .inner_s6 .item:nth-child(2):before{
        background-color: #9A0708;
    }
    .inner_s6 .item:nth-child(2){
        clip-path: polygon(0 .1rem, 100% 0, 100% 100%, 0 calc(100% - .1rem));
    }
    .inner_s6 .item:nth-child(3):before{
        background-color: #C29C5C;
    }
    .inner_s6 .items{
        margin-top: .26rem;
    }
    .inner_s6 .bot {
        margin-top: 0.3rem;
    }
    .inner_s6{
        padding: .1rem 0 .4rem;
    }
    .inner_s7 .left{
        gap: .2rem;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }
    .inner_s7 .left .item{
        width: auto;
        flex: 1;
    }
    .inner_s7 .gd{
        display: none;
    }
    .inner_s7 .left .item2 .imgBox{
        width: 100%;
    }
    .inner_s7 .left .item2{
        margin-top: 0;
        display: block;
    }
    .inner_s7 .left .item1 .pic,
    .inner_s7 .left .item2 .pic{
        padding-top: 54vw;
    }
    .inner_s7 .content .txt{
        left: .2rem;
    }
    .inner_s7 .content .txt h3{
        font-size: .26rem;
        margin-top: .1rem;
    }
    .inner_s7 .content .txt i{
        height: .4rem;
    }
    .inner_s7 .right{
        width: auto;
        flex: 1;
        margin-top: 0;
    }
    .inner_s7 .right .imgBox .pic{
        padding-top: 54vw;
    }
    .inner_s7 .content{
        margin-top: .26rem;
        gap: .2rem .2rem;
    }
    .inner_s7 .n_title02 .more a{
        color: #fff;
    }
    .inner_s7{
        padding: .4rem 0;
    }
    .inner_s8 .item a .pic{
        padding-top: 56.21%;
    }
    .inner_s8 .item a h3{
        font-size: .2rem;
        line-height: .3rem;
        color: #333;
    }
    .inner_s8 .item a p{
        margin-top: .1rem;
    }
    .inner_s8 .item a .txt:before{
        left: 0;
    }
    .inner_s8 .item a .txt{
        padding: 0 0 0 .2rem;
        margin-top: .2rem;
    }
    .inner_s8 .item{
        width: 49%;
    }
    .inner_s8 .content{
        margin-top: .26rem;
    }
    .inner_s8{
        padding: .4rem 0;
    }
    .inner_s9 .left{
        width: 100%;
        padding: .2rem;
        background: #9A0708;
    }
    .list_boxn1 ul{
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }
    .list_boxn1 li{
        width: 32%;
        margin-top: 0 !important;
    }
    .list_boxn1 li h3{
        font-size: .2rem;
        line-height: .5rem;
        padding: 0 .1rem;
        text-align: center;
    }
    .list_boxn1 li:after{
        left: 0;
        right: 0;
        background: #fff;
        clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
        border-radius: .05rem;
    }
    .list_boxn1 li:before{
        display: none;
    }
    .inner_s9 .right{
        width: 100%;
        margin-top: 0;
    }
    .listn1w a .pic{
        width: 100%;
        height: auto;
        padding-top: 63.78%;
    }
    .listn1w a .txt{
        width: 100%;
        margin-top: 0;
        padding: .2rem;
    }
    .listn1w a h3{
        font-size: .22rem;
        line-height: .3rem;
    }
    .listn1w a i{
        margin-top: .1rem;
    }
    .listn1w a p{
        margin-top: .1rem;
    }
    .listn1w a h6{
        font-size: .16rem;
        margin-top: .1rem;
    }
    .inner_s9 .right:after{
        top: 0;
        bottom: 0;
        clip-path: polygon(0 0, 100% 0, 100% calc(100% - 0.4rem), calc(100% - 0.4rem) 100%, 0 100%);
    }
    .inner_s9 .content{
        margin-top: .26rem;
    }
    .inner_s9{
        padding: .4rem 0 ;
    }
    .inner_s10 .left{
        width: 100%;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }
    .inner_s10 .left .pic{
        width: 50%;
        padding-top: 48vw;
    }
    .inner_s10 .left .icoBox{
        position: static;
        width: 50%;
        height: 48vw;
    }
    .inner_s10 .left .icoBox a img, .inner_s10 .right .li a img{
        width: .6rem;
    }
    .inner_s10 .left .icoBox a h3, .inner_s10 .right .li a h3{
        font-size: .24rem;
        line-height: .3rem;
        margin-top: .1rem;
    }
    .inner_s10 .right{
        width: 100%;
    }
    .inner_s10 .right .li .pic{
        padding-top: 48vw;
    }
    .inner_s10 .content{
        margin-top: .26rem;
    }
    .inner_s10{
        padding: .4rem 0 0;
    }
    .inner_s11 .bot .scroll{
        padding: .2rem;
    }
    .inner_s11 .bot .item h3{
        font-size: .2rem;
        line-height: .3rem;
    }
    .inner_s11 .bot .item i{
        margin: .1rem 0;
    }
    .inner_s11 .bot .item p{
        font-size: .17rem;
        line-height: 2;
        margin-bottom: .1rem;
    }
    .inner_s11 .content{
        margin-top: .26rem;
    }
    .inner_s11 .bot{
        margin-top: .3rem;
    }
    .inner_s11{
        padding: .1rem 0 .4rem;
    }
    .list_boxn2 .li a .txt{
        padding: 0 .2rem;
        bottom: .1rem;
    }
    .list_boxn2 .li a h3{
        font-size: .2rem;
        line-height: .3rem;
    }
    .list_boxn2 .li a h6{
        opacity: 1;
        transform: none;
        margin-top: .1rem;
    }
    .list_boxn2 .li.active a h6{

    }
    .list_boxn2 .li a .pic{
        height: auto;
        padding-top: 121.45%;
    }
    .list_boxn2 .li{
        width: 23.5%;
    }
    .list_boxn2{
        margin-top: .26rem;
    }
    .inner_s12{
        padding: .4rem 0;
    }
    .inner_s13 .left{
        width: 100%;
        padding-left: 0;
    }
    .inner_s13 .n_title02{
        justify-content: center;
    }
    .inner_s13 .left .para{
        text-align: center;
        margin-top: .2rem;
        height: auto;
    }
    .inner_s13 .left .para p{
        font-size: .18rem;
        line-height: 2;
    }
    .inner_s13 .left .para p br{
        display: none;
    }
    .inner_s13 .left .imgBox{
        padding-top: 15px;
    }
    .inner_s13 .left .imgBox:before{
        left: -15px;
        width: .8rem;
        height: .8rem;
    }
    .inner_s13 .left .imgBox a .pic{
        padding-top: 61.5%;
    }
    .inner_s13 .cen{
        width: auto;
        flex: 1;
    }
    .inner_s13 .cen .imgBox:nth-child(1) .pic{
        padding-top: 52vw;
    }
    .inner_s13 .cen .imgBox:nth-child(2) .pic{
        padding-top: 32vw;
    }
    .inner_s13 .right{
        width: auto;
        flex: 1;
        margin-top: 0;
    }
    .inner_s13 .right .imgBox .pic{
        padding-top: 62vw;
    }
    .inner_s13 .right .imgBox:after{
        right: -15px;
        bottom:0;
        width: .8rem;
        height: .8rem;
    }
    .inner_s13 .right .imgBox{
        padding-bottom: 15px;
    }
    .inner_s13 .wp{
        gap: .2rem;
    }
    .inner_s13{
        padding: .4rem 0 0;
    }
}
@media (max-width: 769px){
    .inner_s2 li .pic{
        width: 100%;
        height: auto;
        padding-top: 63.55%;
    }
    .inner_s2 li .txt{
        width: 100%;
        margin-top: .2rem;
    }
    .inner_s2 li time{
        font-size: .18rem;
        margin-top: .05rem;
        line-height: .26rem;
    }
    .inner_s2 li p{
        margin-top: .05rem;
    }
    .inner_s2 li h6{
        margin-top: .1rem;
    }
    .inner_s4 ul li{
        width: 100%;
    }
    .inner_s4 li .pic{
        padding-top: 56.24%;
    }
    .inner_s41 ul li{
        width: 48%;
    }
    .inner_s41 li .pic{
        padding-top: 110.24%;
    }


    .inner_s5 .item .pic{
        width: 100%;
        height: auto;
        padding-top: 64.26%;
    }
    .inner_s5 .item .txt{
        position: static;
        width: 100%;
        transform: none;
    }
    .inner_s11 .bot .item{
        width: 100%;
    }
    .inner_s11 .content{
        gap: .3rem 0;
    }
    .list_boxn2 .li{
        width: 49%;
    }
    .list_boxn2{
        gap: 3vw 2%;
    }


}
@media (max-width: 481px){
    .inner_s1 li a{
        padding: 0 .15rem 0 .1rem;
    }
    .inner_s6 .items .item .show h3{
        font-size: .2rem;
        line-height: .26rem;
        margin-top: .1rem;
    }
    .inner_s6 .items .item a{
        height: 62vw;
    }
    .inner_s7 .content .txt h3{
        font-size: .2rem;
        line-height: .26rem;
    }
    .inner_s8 .item{
        width: 100%;
    }
    .inner_s8 .content{
        gap: .3rem 0;
    }
    .list_boxn1 li{
        width: 100%;
    }
    .list_boxn1 ul{
        gap: .1rem 0;
    }
    .inner_s10 .left .icoBox a h3, .inner_s10 .right .li a h3{
        font-size: .2rem;
        text-align: center;
    }
    .inner_s10 .left .icoBox a img, .inner_s10 .right .li a img{
        width: .5rem;
    }
}

.pb_sys_common{font-size:18px !important;  line-height:30px !important;}
.pb_sys_common a{font-size:18px !important; }

img.px50{
    display: inline-block !important;
    vertical-align: middle !important;
    margin: auto !important;
}