@charset "UTF-8";
.pagination {
    text-align: center;
    font-size: 0;
    padding-top: .6rem;
}

.pagination a {
    display: inline-block;
    border: 1px solid #AA1E25;
    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: #AA1E25;
    color: #fff;
    border: 1px solid #AA1E25;
}

.pagination a:hover {
    background: #AA1E25;
    color: #fff;
    border: 1px solid #AA1E25;
}
.n_banner .img img{
    display: block;
    width: 100%;
}
.inner_page{
    background:#FFFFFF ;
}

.leftNav{
    width: 21.25%;
    align-self: flex-start;
    margin-top: .8rem;
}
.leftNav .tit h2{
    font-size: .4rem;
    line-height: .58rem;
    color: #AA1E25;
    position: relative;
    font-family: 'SourceHanSerifCN', sans-serif;
    font-weight: 600;
}

.leftNav .block .box h3{
    height: .67rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
    padding: 0 .3rem 0 .4rem;
    transition: all .5s;
}
.leftNav .block .box h3 a{
    font-size: .22rem;
    line-height: .32rem;
    color: #333333;
    position: relative;
    z-index: 2;
    transition: all .5s;
}
.leftNav .block .box h3 .svg{
    color: #333333;
    width: .07rem;
    height: .13rem;
    cursor: pointer;
    position: relative;
    z-index: 2;
    transition: all .5s;
}
.leftNav .block .box h3:before{
    position: absolute;
    content: '';
    right: 0;
    top: 0;
    bottom: 0;
    width: .04rem;
    background: #AA1E25;
    opacity: .1;
    transition: all .5s;
    pointer-events: none;
}
.leftNav .block .box h3:after{
    position: absolute;
    content: '';
    left: .06rem;
    right: calc(100% + .06rem);
    top: 0;
    bottom: 0;
    background: #AA1E25;
    transition: all .5s;
    pointer-events: none;
}
.leftNav .block .box:before{
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    width: .04rem;
    bottom: 100%;
    background: #EAB77B;
    transition: all .5s;
    pointer-events: none;
}
.leftNav .block .box:hover h3 a,
.leftNav .block .box.active h3 a,
.leftNav .block .box.on h3 a{
    color: #ffffff;
}
.leftNav .block .box:hover h3 .svg,
.leftNav .block .box.active h3 .svg,
.leftNav .block .box.on h3 .svg{
    color: #ffffff;

}

.leftNav .block .box:hover h3 .svg,
.leftNav .block .box.active h3 .svg{
    transform: rotate(90deg);
}

.leftNav .block .box:hover h3:after,
.leftNav .block .box.active h3:after,
.leftNav .block .box.on h3:after{
    right: 0;
}
.leftNav .block .s-link a{
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: .18rem;
    line-height: .24rem;
    color: #333333;
    text-align: center;
    padding: 0 .3rem 0 .4rem;
    transition: all .5s;
}
.leftNav .block .s-link a .svg{
    width: .2rem;
    height: .07rem;
    color: #AA1E25;
    transition: all .5s;
    opacity: 0;
    visibility: hidden;
}
.leftNav .block .s-link a + a{
    margin-top: .18rem;
}
.leftNav .block .s-link a:hover .svg{
    opacity: 1;
    visibility: visible;
}
.leftNav .block .s-link a:hover{
    color: #AA1E25;
    font-weight: 700;
}
.leftNav .block .s-link{
    padding: .17rem 0 .23rem;
    display: none;
}
.leftNav .block .box.on .s-link{
    display: block;
}
.leftNav .block .box:nth-child(2n) h3:before{
    background: #EAB77B;
}
.leftNav .block .box:hover:before,
.leftNav .block .box.active:before,
.leftNav .block .box.on:before{
    bottom: 0;
}
.leftNav .block .box:hover,
.leftNav .block .box.active{
    background: #ffffff;
}
.leftNav .block .box{
    position: relative;
    transition:background-color .5s;
}
.leftNav .block{
    margin-top: .35rem;
}

.rightBox{
    width: 78.75%;
    padding: .73rem 0 1.94rem .74rem;
    position: relative;
    z-index: 2;
    min-height: 8.78rem;
}
.rightBox .mask{
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: calc((100vw - 16rem) / -2);
    background: #ffffff;
    box-shadow: -.09rem .08rem .12rem 0 rgba(5, 61, 147, 0.04);
    pointer-events: none;
}
.n-tit h3{
    font-size: .3rem;
    line-height: .78rem;
    color: #333333;
    position: relative;
}

.posi{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    font-size: .14rem;
    line-height: .3rem;
    color: #c5c3c3;
}
.posi img{
    display: block;
    width: .12rem;
    margin-right: .05rem;
}
.posi span:not(:nth-child(2)){
    display: block;
    margin: 0 .05rem;
}
.posi a{
    display: block;
    transition: .5s;
}
.posi a:hover, .posi a.active{
    color: #AA1E25;
}
.n-tit:before{
    position: absolute;
    content: '';
    left: 0;
    right: 0;
    bottom: 0;
    height: .02rem;
    background: #AA1E25;
}
.n-tit{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    position: relative;
}
@media (max-width: 1025px) {
    .inner_page{
        padding: .3rem 0 .4rem;
    }
    .pagination{
        padding-top: .3rem;
    }
    .leftNav{
        display: none;
    }
    .rightBox{
        width: 100%;
        padding: 0;
    }
    .n-tit h3{
        font-size: .26rem;
        line-height: .56rem;
    }
}
@media (max-width: 769px) {
    .n-tit h3{
        width: 100%;
        line-height: .4rem;
    }
    .posi{
        width: 100%;
        font-size: .16rem;
        margin-top: .05rem;
    }
    .n-tit{
        padding-bottom: .1rem;
    }
}

/*inner-s1*/
.inner-s1 li a{
    height: .7rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.inner-s1 li h3{
    flex: 1;
    font-size: .18rem;
    color: #333333;
    transition: .5s;
}
.inner-s1 li time{
    display: block;
    font-size: .16rem;
    color: #666666;
    margin-left: .2rem;
    flex-shrink: 0;
}
.inner-s1 li:before{
    position: absolute;
    content: '';
    left: 0;
    top: 50%;
    width: .05rem;
    height: .05rem;
    background: #AA1E25;
    transform: translateY(-50%);
    border-radius: 50%;
}
.inner-s1 li:after{
    position: absolute;
    content: '';
    left: 0;
    right: 0;
    height: .01rem;
    background: rgba(38, 35, 35, 0.2);
}

.inner-s1 li:hover h3{
    color: #AA1E25;
    font-weight: 700;
}
.inner-s1 li{
    position: relative;
    padding-left: .15rem;
}

.inner-s1{
    margin-top: .2rem;
}


@media (max-width: 1025px) {
    .inner-s1 li a{
        height: .66rem;
    }
    .inner-s1 .bot{
        margin-top: .1rem;
    }
    .inner-s1{
        margin-top: .3rem;
    }
}



/*inner-s2*/
.inner-s2 li a{
    position: relative;
    z-index: 2;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}
.inner-s2 li .pic{
    width: 2.89rem;
    height: 1.82rem;
}
.inner-s2 li .txt{
    width: calc(100% - 3.23rem);
    padding-right: .37rem;
}
.inner-s2 li h3{
    font-size: .18rem;
    line-height: .26rem;
    color: #333333;
    font-weight: bold;
    transition: .5s;
}
.inner-s2 li p{
    font-size: .16rem;
    line-height: .28rem;
    color: #959595;
    height: .56rem;
    margin-top: .11rem;
}
.inner-s2 li time img{
    display: block;
    width: .2rem;
    margin-right: .06rem;
}
.inner-s2 li time{
    margin-top: .1rem;
    display: flex;
    align-items: center;
    font-size: .14rem;
    color: #999999;
    height: .31rem;
}
.inner-s2 li:after{
    position: absolute;
    content: '';
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    border: .01rem solid rgba(0, 0, 0, 0.08);
}
.inner-s2 li:hover h3{
    color: #AA1E25;
}
.inner-s2 li + li{
    margin-top: .38rem;
}
.inner-s2 li{
    position: relative;
    background: #fff;
}
.inner-s2{
    margin-top: .47rem;
}
@media (max-width: 1025px) {
    .inner-s2{
        margin-top: .3rem;
    }
    .inner-s2 li + li{
        margin-top: .2rem;
    }
}
@media (max-width: 769px) {
    .inner-s2 li .pic{
        width: 100%;
        height: auto;
        padding-top: 62.98%;
    }
    .inner-s2 li .txt{
        width: 100%;
        padding: .2rem ;
    }
    .inner-s2 li h3{
        line-height: .3rem;
    }
    .inner-s2 li p{
        margin-top: .05rem;
    }
}

/*inner_s3*/

.inner-s3 ul{
    display: flex;
    flex-wrap: wrap;
}
.inner-s3 li{
    width: 32%;
    margin: .2rem 0 0 2%;
}
.inner-s3 li:nth-child(3n+1){
    margin-left: 0;
}
.inner-s3 li:nth-child(-n+3){
    margin-top: 0;
}
.inner-s3 li a{
    display: block;
}
.inner-s3 li .pic{
    padding-top: 2.57rem;
}
.inner-s3 li h3{
    font-size: .16rem;
    line-height: .55rem;
    color: #333333;
    text-align: center;
    padding: 0 .2rem;
    background: #F1F1F1;
    transition: .5s;
}
.inner-s3 li:hover h3{
    color: #fff;
    font-weight: bold;
    background: #AA1E25;
}
.inner-s3{
    margin-top: .35rem;
}

@media (max-width: 1025px) {
    .inner-s3 li .pic{
        padding-top: 71.25%;
    }
    .inner-s3 li h3{
        font-size: .18rem;
        line-height: .48rem;

    }
    .inner-s3 li{
        width: 32%;
        margin: 0;
    }
    .inner-s3 ul{
        gap: .2rem 2%;
    }
    .inner-s3{
        margin-top: .2rem;
    }
}

@media (max-width: 769px) {
    .inner-s3 li{
        width: 49%;
    }
    .inner-s3 li:last-child{
        display: none;
    }
}
@media (max-width: 481px) {
    .inner-s3 li{
        width: 100%;
    }
    .inner-s3 li:last-child{
        display: block;
    }
}


/*inner_s4*/
.inner-s4 .dtl_tit h1{
    font-size: .2rem;
    line-height: 1.5;
    color: #333333;
    text-align: center;
    font-weight: 700;
}
.inner-s4 .dtl_tit .cont p{
    font-size: .16rem;
    line-height: .32rem;
    color: #9E9E9E;
    margin: 0 .3rem;
}
.inner-s4 .dtl_tit .cont{
    margin-top: .3rem;
    padding: .05rem 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    background: #F7F7F7;
}
.inner-s4 .dtl_txt p{
    font-size: .18rem !important;
    line-height: .34rem !important;
    color: #333;
    text-indent: 2em;
    margin-bottom: .1rem;
}
.inner-s4 .dtl_txt span{
    font-size: .18rem !important;
    line-height: .34rem !important;
    color: #333;
    text-indent: 2em;
}
.inner-s4 .dtl_txt p img{
    height: auto;
    max-width: 100%;
   /* margin: 0 auto .1rem; */
    border: 1px solid #ccd0d3 !important;!i;!;
}
.inner-s4 .dtl_txt{
    margin-top: .3rem;
}
.inner-s4 .dtl_page p{
    font-size: .16rem;
    line-height: .34rem;
    color: #333333;
    transition: .5s;
}
.inner-s4 .dtl_page p:hover{
    color: #AA1E25;
}
.inner-s4 .dtl_page{
    margin-top: .4rem;
    padding-top: .35rem;
    border-top: 1px dashed #D8D8D8;
}
.inner-s4{
    margin-top: .3rem;
}
@media (max-width: 1025px) {
    .inner-s4 .dtl_tit .cont p{
        margin: 0;
    }
    .inner-s4 .dtl_tit .cont{
        margin-top: .15rem;
        gap: 0 .2rem;
    }
    .inner-s4 .dtl_txt{
        margin-top: .2rem;
    }
    .inner-s4 .dtl_txt p img{
        margin: .2rem auto;
    }
    .inner-s4 .dtl_page{
        margin-top: .3rem;
        padding-top: .2rem;
    }
    .inner-s4{
        margin-top: .2rem;
    }
}
@media (max-width: 769px) {

}
@media (max-width: 480px) {

}

/*inner_s5*/

.inner-s5 li{
    width: 47.89%;
    position: relative;
    margin-top: .4rem;
    background: url() no-repeat right center;
    background-size: cover;
}
.inner-s5 li:nth-child(-n+2){
    margin-top: 0;
}
.inner-s5 li a{
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
    z-index: 2;
}
.inner-s5 li .pic{
    width: 2.1rem;
    height: 2.7rem;
}
.inner-s5 li .text{
    width: calc(100% - 2.1rem);
    padding: 0 .3rem;
}
.inner-s5 li h3{
    font-size: .24rem;
    line-height: .3rem;
    color: #262323;
    transition: color .5s;
}
.inner-s5 li i{
    display: block;
    height: .01rem;
    background: rgba(38, 35, 35, 0.2);
    position: relative;
    margin-top: .21rem;
    transition: all .5s;
}
.inner-s5 li i:before{
    position: absolute;
    content: '';
    left: 0;
    bottom: 0;
    width: .71rem;
    height: .03rem;
    background: #073b80;
    transition: all .5s;
}
.inner-s5 li p{
    font-size: .16rem;
    line-height: .3rem;
    color: #262323;
    -webkit-line-clamp: 3;
    height: .9rem;
    margin-top: .29rem;
    transition: all .5s;
}
.inner-s5 li:before{
    position: absolute;
    content: '';
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    background: url() no-repeat right center;
    background-size: cover;
    opacity: 0;
    visibility: hidden;
    transition: all .5s;
}
.inner-s5 li:hover h3{
    color: #FFFFFF;
}
.inner-s5 li:hover p{
    color: #FFFFFF;
}
.inner-s5 li:hover i:before{
    background: #AA1E25;
}
.inner-s5 li:hover i{
    background: rgba(255, 255, 255, 0.2);
}
.inner-s5 li:hover:before{
    opacity: 1;
    visibility: visible;
}
.inner-s5{
    margin-top: .83rem;
}
@media (max-width: 1025px) {
    .inner-s5 li .text{
        padding: 0 .2rem;
    }
    .inner-s5 li{
        width: 49%;
        margin: 0;
    }
    .inner-s5 ul{
        gap: .2rem 2%;
    }
    .inner-s5{
        margin-top: .3rem;
    }
}
@media (max-width: 769px) {
    .inner-s5 li .pic {
        width: 1.8rem;
        height: 2.3rem;
    }
    .inner-s5 li .text {
        width: calc(100% - 1.8rem);
    }
    .inner-s5 li i{
        margin-top: .15rem;
    }
    .inner-s5 li p{
        margin-top: 0.1rem;
    }
    .inner-s5 li {
        width: 100%;
    }
}
@media (max-width: 480px) {

}

/*inner-s6*/
.inner-s6 li{
    width: 45.04%;
    position: relative;
    margin-top: .45rem;
    padding: .04rem;
    background: rgba(205, 228, 250, 0.3);
}
.inner-s6 li:nth-child(-n+2){
    margin-top: 0;
}
.inner-s6 li a{
    display: flex;
    align-items: center;
    justify-content: center;
    height: .8rem;
    border: .01rem dashed rgba(7, 59, 128, 0.3);
    font-size: .2rem;
    line-height: .3rem;
    padding: 0 .2rem;
    position: relative;
    z-index: 2;
    transition: all .5s;
}
.inner-s6 li:before{
    position: absolute;
    content: '';
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: url() no-repeat 50%;
    background-size: cover;
    opacity: 0;
    visibility: hidden;
    transition: all .5s;
}
.inner-s6 li:hover a{
    color: #FFFFFF;
    border-color: rgba(255, 255, 255, 0.3);
}
.inner-s6 li:hover:before{
    opacity: 1;
    visibility: visible;
}
.inner-s6 {
    margin-top: .8rem;
}
@media (max-width: 1025px) {
    .inner-s6 li a{
        font-size: .18rem;
        height: .72rem;
    }
    .inner-s6 li{
        width: 49%;
        margin: 0;
    }
    .inner-s6 ul{
        gap: .2rem 2%;
    }
    .inner-s6{
        margin-top: .3rem;
    }
}
@media (max-width: 769px) {
    .inner-s6 li{
        width: 100%;
    }
}


/*手机端内页菜单*/

#m_n_nav {
    display: none;
    line-height: 50px;
    position: relative;
    z-index: 9;
    width: 100%;
    background: #AA1E25;
}

#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: #0048a6;
}

#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: #0048a6;
}

@media (max-width: 1199px){
    #m_n_nav{
        display: block;
    }
}

/*2026-07-11*/

.inner-s7 .tab-tit{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    position: relative;
}
.inner-s7 .tab-tit .li{
    width: 1.56rem;
    height: 1.84rem;
    transition: all .5s;
}
.inner-s7 .tab-tit .li .a{
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.inner-s7 .tab-tit .li .num{
    width: 1.56rem;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    position: relative;
}
.inner-s7 .tab-tit .li .num:before{
    position: absolute;
    content: '';
    left: 50%;
    bottom: -.16rem;
    width: .32rem;
    height: .32rem;
    background: url("../images/n-img-2.png") no-repeat 50% 50%;
    background-size: 100% auto;
    transform: translateX(-50%);
}
.inner-s7 .tab-tit .li .num h2{
    font-size: 1rem;
    color: rgba(222, 189, 125, 0.4);
    line-height: 1;
    font-family: 'SourceHanSerifCN', sans-serif;
    font-weight: 700;
}
.inner-s7 .tab-tit .li .txt{
    width: calc(100% - 1.56rem);
    overflow: hidden;
    height: 100%;
    position: relative;
}
.inner-s7 .tab-tit .li .box{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    flex-direction: column;
    overflow: hidden;
}
.inner-s7 .tab-tit .li h4{
    display: flex;
    align-items: center;
    gap: 0 .18rem;
}
.inner-s7 .tab-tit .li h4 span{
    flex-shrink: 0;
    font-size: .36rem;
    line-height: .5rem;
    color: #DEBD7D;
    font-family: 'SourceHanSerifCN', sans-serif;
    font-weight: 700;
}
.inner-s7 .tab-tit .li h4 img{
    flex: 1;
    height: .03rem;
    object-fit: cover;
    object-position: right center;
}
.inner-s7 .tab-tit .li h3{
    font-size: .58rem;
    /* line-height: 1; */
    color: #AA1E25;
    font-family: 'SourceHanSerifCN', sans-serif;
    font-weight: 700;
}
.inner-s7 .tab-tit .li.active .num h2{
    font-size: 1.28rem;
}
.inner-s7 .tab-tit .li.active{
    width: 6.85rem;
}
.inner-s7 .tab-tit:before{
    position: absolute;
    content: '';
    left: 0;
    right: 0;
    bottom: 0;
    border-bottom: .01rem dashed #E7A769;
}

.inner-s7 .tab-cont .item1 a{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}
.inner-s7 .tab-cont .item1 .pic{
    width: 5.8rem;
    height: 3.8rem;
    margin-right: .44rem;
    flex-shrink: 0;
}
.inner-s7 .tab-cont .item1 .txt{
    flex: 1;
    overflow: hidden;
}
.inner-s7 .tab-cont .item1 time{
    display: block;
    font-size: .64rem;
    line-height: .76rem;
    color: #333333;
    font-family: 'Bebas',sans-serif;
}
.inner-s7 .tab-cont .item1 p{
    font-size: .2rem;
    line-height: .36rem;
    color: #333333;
    -webkit-line-clamp: 5;
    height: 1.8rem;
    margin-top: .18rem;
}

.inner-s7 .tab-cont .item2 li h3{
    font-size: .36rem;
    line-height: .54rem;
    color: #333333;
    font-weight: 700;
    margin: 0 .27rem;
    transition: all .5s;
}
.inner-s7 .tab-cont .item2 li .line{
    height: .01rem;
    position: relative;
    margin-top: .08rem;
}
.inner-s7 .tab-cont .item2 li .line:before{
    position: absolute;
    content: '';
    left: -.27rem;
    top: 0;
    border-bottom: .01rem dashed #D8D8D8;
    width: 4.43rem;
    mask:linear-gradient(90deg,black 0%,transparent 100%);
    transition: all .5s;
}
.inner-s7 .tab-cont .item2 li .line:after{
    position: absolute;
    content: '';
    right: calc(100% + .17rem);
    top: 50%;
    width: .3rem;
    height: .3rem;
    background: url("../images/n-img-4.png") no-repeat 50% 50%;
    background-size: 100%;
    transform: translateY(-50%);
}
.inner-s7 .tab-cont .item2 li .pic{
    width: 4.3rem;
    height: 2.8rem;
    margin-right: .35rem;
    flex-shrink: 0;
}
.inner-s7 .tab-cont .item2 li .txt{
    flex: 1;
    overflow: hidden;
}
.inner-s7 .tab-cont .item2 li p{
    font-size: .2rem;
    line-height: .36rem;
    color: #333333;
    -webkit-line-clamp: 5;
    height: 1.8rem;
}
.inner-s7 .tab-cont .item2 li .con{
    margin-top: .33rem;
}
.inner-s7 .tab-cont .item2 li + li{
    margin-top: .32rem;
}
.inner-s7 .tab-cont .item2 li:hover h3{
    color: #AA1E25;
}
.inner-s7 .tab-cont .item2 li:hover .line:before{
    border-color: #AA1E25;
}
.inner-s7 .tab-cont .item2 ul:before{
    position: absolute;
    content: '';
    top: 0;
    bottom: 3.2rem;
    left: 0;
    border-left: .01rem dashed #AA1E25;
    opacity: .6;
}
.inner-s7 .tab-cont .item2 ul{
    padding: .72rem 0 0 .34rem;
    margin-left: .31rem;
    position: relative;
}
.inner-s7 .tab-cont {
    margin-top: .77rem;
}
@media (max-width: 1025px) {
    .rightBox .mask{
        display: none;
    }
    .inner-s7 .tab-tit .li,
    .inner-s7 .tab-tit .li.active{
        width: 49%;
    }
    .inner-s7 .tab-tit .li .num h2,
    .inner-s7 .tab-tit .li.active .num h2{
        font-size: .7rem;
    }
    .inner-s7 .tab-tit .li.active .num h2,
    .inner-s7 .tab-tit .li.active h4 span{
        color: #AA1E25;
    }
    .inner-s7 .tab-tit .li h4 span{
        font-size: .2rem;
        line-height: .3rem;
    }
    .inner-s7 .tab-tit .li h3{
        font-size: .3rem;
    }
    .inner-s7 .tab-tit .li .num{
        width: 1rem;
    }
    .inner-s7 .tab-tit .li{
        height: .8rem;
    }
    .inner-s7 .tab-tit .li .txt {
        width: calc(100% - 1.1rem);
    }
    .inner-s7 .tab-tit .li h4 img{
        height: .01rem;
    }
    .inner-s7 .tab-tit .li .num:before{
        display: none;
    }
    .inner-s7 .tab-tit{
        gap: .1rem 2%;
    }
    .inner-s7 .tab-cont .item1 .pic{
        width: 100%;
        height: auto;
        margin-right: 0;
        padding-top: 65.52%;
    }
    .inner-s7 .tab-cont .item1 .txt{
        flex: initial;
        width: 100%;
        margin-top: .2rem;
    }
    .inner-s7 .tab-cont .item1 time{
        font-size: .3rem;
        line-height: .4rem;
    }
    .inner-s7 .tab-cont .item1 p{
        font-size: .18rem;
        line-height: .26rem;
        -webkit-line-clamp: 4;
        height: auto;
        max-height: 1.04rem;
        margin-top: .1rem;
    }
    .inner-s7 .tab-cont .item2 ul{
        padding: .4rem 0 0 .2rem ;
        margin-left: 0;
    }
    .inner-s7 .tab-cont .item2 ul:before{
    }
    .inner-s7 .tab-cont .item2 li h3{
        font-size: .24rem;
        line-height: .34rem;
        margin: 0;
    }
    .inner-s7 .tab-cont .item2 li .line:after{
        right: calc(100% + .09rem);
        width: .18rem;
        height: .18rem;
    }
    .inner-s7 .tab-cont .item2 li .line{
        margin-top: .1rem;
    }
    .inner-s7 .tab-cont .item2 li .con{
        margin-top: .2rem;
    }
    .inner-s7 .tab-cont .item2 li .pic {
        width: 3.3rem;
        height: 2.1rem;
        margin-right: 0.2rem;
    }
    .inner-s7 .tab-cont .item2 li p{
        font-size: .18rem;
        line-height: .3rem;
        -webkit-line-clamp: 5;
        height: 1.5rem;
    }
    .inner-s7 .tab-cont .item2 li + li{
        margin-top: .2rem;
    }
    .inner-s7{
        margin-top: .3rem;
    }
    .inner-s7 .tab-cont{
        margin-top: .3rem;
    }
    .inner-s7 .tab-tit:before{
        display: none;
    }
}
@media (max-width: 769px) {
    .inner-s7 .tab-tit .li .num h2, .inner-s7 .tab-tit .li.active .num h2{
        font-size: .5rem;
    }
    .inner-s7 .tab-tit .li {
        height: 0.7rem;
    }
    .inner-s7 .tab-tit .li .num {
        width: 0.8rem;
    }
    .inner-s7 .tab-tit .li .txt {
        width: calc(100% - 0.9rem);
    }
    .inner-s7 .tab-tit .li, .inner-s7 .tab-tit .li.active{
        width: 100%;
    }
    .inner-s7 .tab-cont .item2 li .pic {
        width: 100%;
        height: auto;
        margin-right: 0;
        padding-top: 65.52%;
    }
    .inner-s7 .tab-cont .item2 li .txt{
        flex: initial;
        width: 100%;
        margin-top: .2rem;
    }
}


/*inner-s8*/
.inner-s8 .left{
    width: 67.6875%;
}
.listn1w li{
    width: 7.61rem;
    height: 5.32rem;
}
.listn1w li a{
    display: block;
    height: 100%;
    transition: all .5s;
    opacity: 0;
}
.listn1w li a .pic{
    height: 100%;
}
.listn1w li.swiper-slide-active a{
    opacity: 1;
}
.listn1w li.swiper-slide-next a{
    opacity: .8;
}
.listn1w li.swiper-slide-next + li a{
    opacity: .6;
}
.listn1w li.swiper-slide-next + li + li a{
    opacity: .4;
}
.listn1w{
    padding-right: 3.16rem;
}

.inner-s8 .right{
    width: 32.3125%;
    position: relative;
    z-index: 2;
}
.listn1w-list li a{
    display: block;
    padding: .36rem .38rem 0 0;
}
.listn1w-list li h3{
    font-size: .42rem;
    line-height: .62rem;
    color: #AA1E25;
    font-weight: 700;
}
.listn1w-list li .line{
    display: block;
    height: .54rem;
    position: relative;
    margin-top: .15rem;
}
.listn1w-list li .line:before{
    position: absolute;
    content: '';
    top: 0;
    bottom: 0;
    right: -.71rem;
    left: 0;
    background: url("../images/n-img-6.png") no-repeat right center;
    background-size: auto 100%;
}
.listn1w-list li p{
    font-size: .2rem;
    line-height: .5rem;
    color: #000000;
    -webkit-line-clamp: 7;
    height: 3.5rem;
}
.listn1w-list li{
    display: none;
}
.listn1w-list li.active{
    display: block;
}
.inner-s8 .content{
    flex-direction: row-reverse;
}
.inner-s8 .btns{
    display: flex;
    justify-content: center;
    margin-top: .84rem;
    gap: 0 .39rem;
}
.inner-s8 .btn{
    position: static;
    transform: none;
    width: .6rem;
    height: .6rem;
    background: #A81A06 no-repeat 50% 50%;
    background-size: .21rem;
    transition: all .5s;
}
.inner-s8 .prev{
    background-image: url("../images/arrow-1.png");
}
.inner-s8 .next{
    background-image: url("../images/arrow-2.png");
}
.inner-s8 .btn:hover{
    background-color: #DEBD7D;
}
.inner-s8 {
    margin-top: 1.02rem;
}

@media (max-width: 1025px) {
    .inner-s8 .left{
        width: 100%;
    }
    .listn1w{
        padding-right: 0;
    }
    .listn1w li{
        height: auto;
    }
    .listn1w li .pic{
        height: auto;
        padding-top: 69.9%;
    }
    .inner-s8 .right{
        width: 100%;
        margin-top: .2rem;
    }
    .listn1w-list li h3{
        font-size: .26rem;
        line-height: .34rem;
    }
    .listn1w-list li .line{
        display: none;
    }
    .listn1w-list li p{
        font-size: .18rem;
        line-height: .28rem;
        -webkit-line-clamp: 4;
        height: 1.1rem;
        margin-top: .1rem;
    }
    .listn1w-list li a{
        padding: 0;
    }
    .inner-s8 .btns{
        margin-top: .2rem;
        gap: 0 .1rem;
    }
    .inner-s8 .btn{
        width: .45rem;
        height: .45rem;
        background-size: .15rem;
    }
    .inner-s8{
        margin-top: .3rem;
    }
}

.inner-s9 .item-tit{
    font-size: .3rem;
    color: #AA1E25;
    line-height: .44rem;

}
.inner-s9 .item-tit span{
    display: inline-flex;
    font-family: 'SourceHanSerifCN', sans-serif;
    font-weight: 700;
}
.inner-s9 .item-con .li{
    padding-left: 1.1rem;
    position: relative;
}
.inner-s9 .item-con .li time{
    display: flex;
    align-items: baseline;
    font-size: .2rem;
    line-height: 1;
    color: #BC0A0E;
}
.inner-s9 .item-con .li time span{
    font-size: .36rem;
    display: block;
    font-family: 'Bebas', sans-serif;
}
.inner-s9 .item-con .li p{
    font-size: .24rem;
    line-height: .36rem;
    color: #333333;
    margin-top: .14rem;
}
.inner-s9 .item-con .li .images{
    display: flex;
    flex-wrap: wrap;
    gap: .2rem ;
    margin-top: .18rem;
}
.inner-s9 .item-con .li .images img{
    display: block;
    width: 2.3rem;
    height: 1.6rem;
    object-fit: cover;
}
.inner-s9 .item-con .li .con{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    margin-top: .28rem;
}
.inner-s9 .item-con .li .con img{
    width: 2.3rem;
    height: 1.6rem;
    margin-right: .22rem;
    flex-shrink: 0;
}
.inner-s9 .item-con .li .con .txt{
    flex: 1;
    overflow: hidden;
}
.inner-s9 .item-con .li .con h3{
    font-size: .24rem;
    line-height: .36rem;
    color: #BC0A0E;
    font-weight: 700;
}
.inner-s9 .item-con .li .con p{
    font-size: .18rem;
    line-height: .36rem;
    color: #333333;
    height: .72rem;
    margin-top: .15rem;
}
.inner-s9 .item-con .li:before{
    position: absolute;
    content: '';
    left: -.08rem;
    top: .12rem;
    width: .16rem;
    height: .16rem;
    background: url("../images/n-img-7.png") no-repeat 50% 50%;
    background-size: 100%;
    z-index: 3;
}
.inner-s9 .item-con .li:after{
    position: absolute;
    content: '';
    left: 0;
    top: .2rem;
    width: 1.1rem;
    height: .01rem;
    background: rgba(225, 164, 81, 0.2);
}
.inner-s9 .item-con .li + .li{
    margin-top: .37rem;
}
.inner-s9 .item-con:before{
    position: absolute;
    content: '';
    left: 0;
    top: .11rem;
    bottom: 0;
    border-left: .01rem dashed #FFE3BC;
}
.inner-s9 .item + .item .item-con:before{
    bottom: 100%;
    top: -.51rem;
}
.inner-s9 .item-con{
    position: relative;
    margin-top: .56rem;
    margin-left: .21rem;
}
.inner-s9 .item + .item{
    margin-top: .43rem;
}
.inner-s9 {
    margin-top: .5rem;
}
@media (max-width: 1025px) {
    .inner-s9 .item-tit{
        font-size: .26rem;
        line-height: .32rem;
    }
    .inner-s9 .item-con .li time span{
        font-size: .3rem;
    }
    .inner-s9 .item-con .li p{
        font-size: .2rem;
        line-height: .3rem;
        margin-top: .1rem;
    }
    .inner-s9 .item-con .li .images{
        margin-top: .15rem;
    }
    .inner-s9 .item-con .li{
        padding-left: .3rem;
    }
    .inner-s9 .item-con .li:after{
        width: .4rem;
    }
    .inner-s9 .item-con .li + .li{
        margin-top: .2rem;
    }
    .inner-s9 .item-con .li .con{
        margin-top: .15rem;
    }
    .inner-s9 .item-con .li .con p{
        line-height: .28rem;
        height: .56rem;
        margin-top: .1rem;
    }
    .inner-s9 .item-con .li .con h3{
        font-size: .2rem;
        line-height: .3rem;
    }
    .inner-s9 .item-con .li .con img {
        width: 1.9rem;
        height: 1.2rem;
        margin-right: .2rem;
        flex-shrink: 0;
    }
    .inner-s9 .item-con{
        margin-left: .1rem;
        margin-top: .2rem;
    }
    .inner-s9 .item + .item{
        margin-top: .2rem;
    }
    .inner-s9{
        margin-top: .3rem;
    }
}
@media (max-width: 769px) {
    .inner-s9 .item-con .li .con{
        flex-direction: column-reverse;
        align-items: flex-start;
        gap: .15rem 0;
    }
    .inner-s9 .item-con .li .con img{
        margin-right: 0;
    }
}


/*inner-s4*/
.inner-s10 li a{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    position: relative;
    z-index: 2;
}
.inner-s10 li .pic{
    width: 1.75rem;
    height: 2.36rem;
}
.inner-s10 li .txt{
    width: calc(100% - 1.75rem);
    padding: 0 .45rem 0 .4rem;
}

.inner-s10 .name{
    display: flex;
    flex-wrap: wrap;
    align-items: baseline;
}
.inner-s10 .name h3{
    font-size: .28rem;
    line-height: .36rem;
    color: #000000;
    font-weight: 700;
    margin-right: .3rem;
}
.inner-s10 .name h4{
    font-size: .2rem;
    line-height: 1;
    color: #333333;
}
.inner-s10 .name h6 span{
    width: .11rem;
    height: .11rem;
    margin-left: .08rem;
}
.inner-s10 .name h6{
    display: flex;
    align-items: center;
    font-size: .16rem;
    line-height: .24rem;
    color: #AA1E25;
    margin-left: auto;
}
.inner-s10 li .line:before{
    position: absolute;
    content: '';
    left: 0;
    bottom: -.01rem;
    height: .03rem;
    width: .57rem;
    background: #DEBD7D;
}
.inner-s10 li .line{
    position: relative;
    height: .01rem;
    background: rgba(151, 151, 151, 0.2);
    margin-top: .3rem;
}
.inner-s10 li p{
    font-size: .16rem;
    line-height: .26rem;
    color: #666666;
    height: .53rem;
    margin-top: .15rem;
}
.inner-s10 li:before{
    position: absolute;
    content: '';
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background:#FFFFFF;
    box-shadow: 0 .02rem .2rem rgba(0, 0, 0, 0.2);
    transition: all .5s;
}
.inner-s10 li:hover:before{

}
.inner-s10 li + li{
    margin-top: .5rem;
}
.inner-s10 li{
    position: relative;
}
.inner-s10{
    margin-top: .54rem;
}
@media (max-width: 1025px) {
    .inner-s10 .name h3{
        font-size: .22rem;
        margin-right: .1rem;
    }
    .inner-s10 .name h4{
        font-size: .16rem;
    }
    .inner-s10 li .line{
        margin-top: .15rem;
    }
    .inner-s10 li p{
        font-size: .16rem;
        line-height: .24rem;
        height: .48rem;
        margin-top: .15rem;
    }
    .inner-s10 li .pic {
        width: 1.65rem;
        height: 2.16rem;
    }
    .inner-s10 li .txt {
        width: calc(100% - 1.65rem);
        padding: 0 .2rem;
    }
    .inner-s10 li + li{
        margin-top: .2rem;
    }
    .inner-s10{
        margin-top: .25rem;
    }

}
@media (max-width: 769px) {}
@media (max-width: 480px) {
    .inner-s10 li .pic {
        width: 1.45rem;
        height: 1.96rem;
    }
    .inner-s10 li .txt {
        width: calc(100% - 1.45rem);
    }
    .inner-s10 .name h6{
        display: none;
    }
    .inner-s10 .name h4{
        line-height: 1.5;
        width: 100%;
        margin-top: .05rem;
    }
    .inner-s10 li .line{
        margin-top: .1rem;
    }
}