@charset "utf-8";
.header_box:before{
    position: absolute;
    content: '';
    left: 0;
    right: 0;
    top: 0;
    height: .36rem;
    background: #ad1d24;
    z-index: 1;
    transition: .5s;
}
.header_box:after{
    position: absolute;
    content: '';
    left: 0;
    right: 0;
    top: 0;
    height: 125%;
    background: url("../images/n-head.png") repeat-x top center/auto 99%;
    transition: .5s;
}
.header_top ul li a{
    color: #fff;
    line-height: .36rem;
}
.header_top ul li:before{
    background: #fff;
}
.header_top ul li:hover a{
    color: #fff;
    opacity: .8;
}
#nav{
    background: transparent;
}
#nav li h2{
    line-height: .8rem;
}
#nav li h2 a{color:#fff;}
.header_box .logos{
    margin-top: -.08rem;
}
.header_box .header_bot{
    background: transparent;
    box-shadow: none;
    border: none;
}
#openBtn{
    bottom: .3rem;
}
.header_box2 #openBtn{
    bottom: 0;
}
.header_box.active:before,
.header_box.active:after{
    opacity: 0;
    visibility: hidden;
}


.pagination {
    text-align: center;
    font-size: 0;
    padding-top: .94rem;
}

.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;
    border-radius: 50vw;
}

.pagination a.active {
    background: #a8060c;
    color: #fff;
    border: 1px solid #a8060c;
}

.pagination a:hover {
    background: #a8060c;
    color: #fff;
    border: 1px solid #a8060c;
}
.pagination .p_pages .p_fun_d{
    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;
    border-radius: 50vw;
}

.pagination .p_pages .p_no_d{
    display: inline-block;
    background: #a8060c;
    color: #fff;
    border: 1px solid #a8060c;
    padding: 0 0.12rem;
    height: 0.35rem;
    font-size: 0.14rem;
    line-height: 0.35rem;
    text-align: center;
    margin: 0 7px;
    border-radius: 50vw;
}




.n_banner .img img{
    display: block;
    width: 100%;
}
.n_banner .n_top h2{
    font-size: .54rem;
    color: #fff;
    line-height: 1;
    font-weight: 700;
}
.posi{
    display: flex;
    flex-wrap: wrap;
    align-self: flex-end;
}
.posi *{
    display: block;
    font-size: .16rem;
    line-height: .26rem;
    color: #fff;
    transition: .5s;
}
.posi span{
    margin: 0 .05rem;
}
.posi a:hover,
.posi a.active{
    color: #a8060c;
}
.n_banner .n_top:after{
    position: absolute;
    content: '';
    left: 0;
    right: 0;
    bottom: 0;
    height: .01rem;
    background: rgba(255, 255, 255, 0.25);
}
.n_banner .n_top{
    position: absolute;
    left: 0;
    right: 0;
    bottom: .61rem;
    padding-bottom: .36rem;
    z-index: 3;
}
.n_banner:after{
    position: absolute;
    content: '';
    left: 0;
    bottom: 0;
    right: 0;
    height: 45%;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.45),transparent);
}
.n_banner{
    position: relative;
}
.inner_page:before{
    position: absolute;
    content: '';
    left: 0;
    right: 0;
    top: 0;
    height: 32.13vw;
    background: url("../images/inner_page1.png") no-repeat top center/100% auto;
    z-index: -1;
}
.inner_page .peihua{
    position: absolute;
    left: 0;
    right: 0;
    bottom: -.08rem;
    display: block;
    width: 100%;
    display:none;
}
.inner_page{
    padding: .52rem 0 1.14rem;
    position: relative;
    background: url("../images/inner_page2.png") no-repeat bottom center/100% auto;
}

.leftNav{
    width: 22.82%;
    margin-right: 2.7%;
    padding: .16rem .14rem;
    align-self: flex-start;
    background: #fff;
    border-radius: .15rem;
    box-shadow: 0 .06rem .1rem rgba(177, 41, 38, 0.09);

}
.leftNav .box h3{
    position: relative;
    padding: .15rem .4rem .15rem .12rem;
}
.leftNav .box h3 a{
    position: relative;
    z-index: 2;
    display: block;
    font-size: .22rem;
    line-height: .32rem;
    color: #000000;
    font-weight: 700;
    transition: .5s;
}
.leftNav .box h3 i{
    position: absolute;
    top: 50%;
    right: .12rem;
    width: .13rem;
    height: .14rem;
    background: url("../images/leftnav-ico-1.png") no-repeat 50%/100%;
    cursor: pointer;
    transition: .5s;
    transform: translateY(-50%);
    z-index: 3;
}
.leftNav .box h3:before{
    position: absolute;
    content: '';
    left: 0;
    right: 0;
    top: 0;
    height: .01rem;
    background: #ececec;
    transition: .5s;
}
.leftNav .box:first-child h3:before{
    display: none;
}
.leftNav .box h3:after{
    position: absolute;
    content: '';
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: #a8060c;
    box-shadow: 0 .06rem .21rem rgba(177, 41, 38, 0.16);
    border-radius: .12rem;
    opacity: 0;
    visibility: hidden;
    transition: .5s;
}
.leftNav .box:hover h3 i,
.leftNav .box.active h3 i,
.leftNav .box.on h3 i{
    background-image: url("../images/leftnav-ico-2.png");
}
.leftNav .box:hover h3 a,
.leftNav .box.active h3 a,
.leftNav .box.on h3 a{
    color: #fff;
}
.leftNav .box:hover h3:before,
.leftNav .box.active h3:before,
.leftNav .box.on h3:before{
    opacity: 0;
    visibility: hidden;
}
.leftNav .box:hover h3:after,
.leftNav .box.active h3:after,
.leftNav .box.on h3:after{
    opacity: 1;
    visibility: visible;
}

.leftNav .s-link a{
    display: block;
    font-size: .16rem;
    line-height: 1.5;
    padding: .1rem .15rem;
    background: #eee;
    border-radius: .05rem;
    transition: all .5s;
}
.leftNav .s-link a + a{
    margin-top: .05rem;
}
.leftNav .s-link a:hover,
.leftNav .s-link a.active{
    background: #b81c22;
    color: #fff;
}
.leftNav .s-link{
    padding: .15rem 0rem;
    display: none;
}
.leftNav .box.active .s-link{
    display: block;
}

.rightBox{
    flex: 1;
    overflow: hidden;
}
.n_tit h3{
    font-size: .4rem;
    line-height: .84rem;
    color: #222222;
    font-weight: 700;
}
.n_tit:before{
    position: absolute;
    content: '';
    left: 0;
    right: 0;
    bottom: 0;
    height: .01rem;
    background: #e4e3e3;
}
.n_tit{
    position: relative;
    margin-top: .06rem;
    padding: 0 .19rem;
}
.inner_s1 li a{
    padding: 0 .6rem 0 .22rem;
    height: 1.3rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
    z-index: 2;
}
.inner_s1 li time{
    display: block;
    font-size: .2rem;
    line-height: .3rem;
    color: #ca3438;
    flex-shrink: 0;
    margin-right: .3rem;
    font-weight: 700;
}
.inner_s1 li h3{
    flex: 1;
    font-size: .22rem;
    line-height: .3rem;
    color: #222222;
    max-height: .6rem;
    font-weight: 700;
    transition: .5s;
}
.inner_s1 li:before{
    position: absolute;
    content: '';
    left: 0;
    right: 0;
    bottom: 0;
    height: .01rem;
    background: #e6e5e3;
    z-index: 1;
}
.inner_s1 li:after{
    position: absolute;
    content: '';
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: linear-gradient(90deg,transparent 0%,#fbf9f6 100%);
    opacity: 0;
    visibility: hidden;
    transition: .5s;
}
.inner_s1 li:hover h3{
    color: #a8060c;
}
.inner_s1 li:hover:after{
    opacity: 1;
    visibility: visible;
}
.inner_s1 li{
    position: relative;
}
/*inner_s2*/
.inner_s2 li a{
    position: relative;
    z-index: 2;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    padding: .29rem .26rem ;
}
.inner_s2 li .pic{
    width: 3.89rem;
    height: 2.33rem;
    border-radius: .2rem;
}
.inner_s2 li .txt{
    width: calc(100% - 4.2rem);
}
.inner_s2 li h3{
    font-size: .24rem;
    line-height: .32rem;
    color: #222222;
    height: .64rem;
    font-weight: 700;
    transition: .5s;
}
.inner_s2 li p{
    font-size: .16rem;
    line-height: .24rem;
    color: #222222;
    height: .48rem;
    margin-top: .13rem;
}
.inner_s2 li h5{
    display: flex;
    margin-top: .36rem;
}
.inner_s2 li h5 time{
    display: block;
    font-size: .16rem;
    line-height: .3rem;
    color: #222222;
}
.inner_s2 li h5 span img{
    display: block;
    width: .19rem;
    margin-right: .07rem;
}
.inner_s2 li h5 span{
    display: flex;
    align-items: center;
    font-size: .16rem;
    line-height: .3rem;
    margin-left: .24rem;
}
.inner_s2 li:before{
    position: absolute;
    content: '';
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    border: .01rem solid rgba(245, 241, 234,1);
    border-radius: .3rem;
}
.inner_s2 li:after{
    position: absolute;
    content: '';
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: linear-gradient(90deg,#ffffff 0%,#f9f8f3 100%);
    border: .01rem solid #ce787a;
    border-radius: .3rem;
    opacity: 0;
    visibility: hidden;
    transition: .5s;
}
.inner_s2 li:hover h3{
    color: #a8060c;
}
.inner_s2 li:hover:after{
    opacity: 1;
    visibility: visible;
}
.inner_s2 li + li{
    margin-top: .16rem;
}
.inner_s2 li{
    position: relative;
    border-radius: .3rem;
    background: #fff;
}
.inner_s2{
    margin-top: .47rem;
}

/*inner_s3*/
.inner_s3 .dtl_tit h2{
    font-size: .3rem;
    line-height: .4rem;
    color: #222222;
    text-align: center;
    font-weight: 700;
}
.inner_s3 .dtl_tit .cont{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-top: .22rem;
}
.inner_s3 .dtl_tit .cont .li{
    font-size: .16rem;
    line-height: .24rem;
    color: #666666;
    margin: 0 .15rem;
}
.inner_s3 .dtl_tit{
    padding-bottom: .27rem;
    border-bottom: 1px solid #e4e3e3;
}
.inner_s3 .dtl_txt p,.inner_s3 .dtl_txt span,.inner_s3 .dtl_txt strong,.inner_s3 .dtl_txt h1,.inner_s3 .dtl_txt h2.inner_s3 .dtl_txt h3,.inner_s3 .dtl_txt h4,.inner_s3 .dtl_txt h5,.inner_s3 .dtl_txt em{
    font-size: .18rem !important;
    line-height: 180% !important;
    color: #222222;
    text-indent: 2em;
}
.inner_s3 .dtl_txt p img{
    display: block;
    width: auto;
    height: auto;
    max-width: 100%;
    margin: 0 auto;
    border:0 !important;
    padding:15px 0;
}





/*.inner_s3 .dtl_txt p + p{
    margin-top: .1rem;
}*/
.inner_s3 .dtl_txt{
    margin-top: .21rem;
}
.inner_s3 .dtl_page p img{
    position: absolute;
    width: .36rem;
    right: .46rem;
    top: 50%;
    border-radius: 50%;
    box-shadow: 0 .06rem .1rem rgba(177, 41, 38, 0.09);
    transform: translateY(-50%);
}
.inner_s3 .dtl_page p{
    position: relative;
    font-size: .18rem;
    line-height: .38rem;
    color: #222222;
    padding: .2rem 1.1rem .2rem .52rem;
    background: linear-gradient(90deg,#ffffff 0%,#fbf9f6 100%);
    border-bottom: 1px solid #ece5da;
    transition: .5s;
}
.inner_s3 .dtl_page p:hover{
    color: #a8060c;
    font-weight: 700;
}
.inner_s3 .dtl_page{
    margin-top: 1.03rem;
    border-top: 1px solid #ece5da;
}
.table-box{
    overflow-x: auto;
}
.inner_s3{
    margin-top: .59rem;
}
/*inner_s4*/
.inner_s4 li{
    width: 32%;
    position: relative;
    margin-top: .33rem;
}
.inner_s4 li:nth-child(-n+2){
    margin-top: 0;
}
.inner_s4 li a{
    display: block;
    position: relative;
    padding: .34rem .2rem .21rem;
    z-index: 2;
}
.inner_s4 li h3{
    font-size: .26rem;
    line-height: .3rem;
    color: #222222;
    font-weight: 700;
    transition: .5s;
}
.inner_s4 li p{
    font-size: .16rem;
    line-height: .24rem;
    -webkit-line-clamp: 3;
    color: #666666;
    height: .72rem;
    margin-top: .2rem;
    transition: .5s;
}
.inner_s4 li .txt{
    padding: 0 .25rem;
    margin-bottom: .24rem;
}
.inner_s4 li .pic{
    /*padding-top: 2.33rem;*/
    padding-top: 43.79%;
    border-radius: .2rem;
}
.inner_s4 li:before{
    position: absolute;
    content: '';
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    border: .01rem solid #f7f0e7;
    border-radius: .2rem;
    background: #fff;
}
.inner_s4 li:after{
    position: absolute;
    content: '';
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: #b81c22 url("../images/n-img-7.png") no-repeat bottom right/contain;
    border: .01rem solid #f7f0e7;
    border-radius: .2rem;
    opacity: 0;
    visibility: hidden;
    transition: .5s;
}
.inner_s4 li:hover h3{
    color: #fff;
}
.inner_s4 li:hover p{
    color: #fff;
}
.inner_s4 li:hover:after{
    opacity: 1;
    visibility: visible;
}
.inner_s4{
    margin-top: .36rem;
}

/*inner_s5*/
.inner_s5 li{
    width: 31.26%;
    position: relative;
    margin-top: .44rem;
}
.inner_s5 li:nth-child(-n+3){
    margin-top: 0;
}
.inner_s5 li a{
    display: block;
    position: relative;
    z-index: 2;
    padding: .15rem .14rem .58rem;
}
.inner_s5.pxry-box li .pic{
    padding-top: 3.74rem;
    border-radius: .25rem;
}
.inner_s5.pxry-box li .txt{
    text-align: center;
}


.inner_s5 li .pic{
    padding-top: 2.74rem;
}
.inner_s5 li .jt{
    position: absolute;
    bottom: .11rem;
    right: .15rem;
    width: .36rem;
    height: .36rem;
    background: #fff url("../images/n-img-9.png") no-repeat 50%/.12rem;
    border-radius: 50%;
    z-index: 3;
    transition: .5s;
}
.inner_s5 li h3{
    font-size: .24rem;
    line-height: .32rem;
    color: #222222;
    font-weight: 700;
    transition: .5s;
}
.inner_s5 li p{
    font-size: .16rem;
    line-height: .24rem;
    color: #222222;
    height: .48rem;
    margin-top: .17rem;
}
.inner_s5 li .txt{
    margin-top: .24rem;
}

.inner_s5 li:before{
    position: absolute;
    content: '';
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: #fff;
    border: .01rem solid rgba(245, 241, 234,1);
    border-radius: .3rem;
    transition: .5s;
}
.inner_s5 li:hover .jt{
    background-color: #a8060c;
    background-image: url("../images/n-img-10.png");
}
.inner_s5 li:hover h3{
    color: #a8060c;
}
.inner_s5 li:hover:before{
    border-color: rgba(168, 6, 12,1);
    box-shadow: 0 .06rem .21rem rgba(177, 41, 38, 0.16);
}
.inner_s5{
    margin-top: .64rem;
}

.pxry-box ul li{
    width:47.93%
}
.pxry-box li:nth-child(-n+2){
  margin-top:0;
}
.pxry-box li:nth-child(3){
 margin-top: .44rem;
}









/*inner_s6*/

.inner_s6 .items{
    width: 48.1%;
}
.inner_s6 .item_tit{
    display: flex;
}
.inner_s6 .item_tit h3{
    font-size: .26rem;
    line-height: .61rem;
    color: #222222;
    font-weight: 700;
    min-width: 1.35rem;
    padding: 0 .15rem;
    text-align: center;
    border-radius: .2rem .5rem .5rem 0;
}
.inner_s6 .item_con ul li{
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    font-size: .18rem;
    color: #222222;
    line-height: .34rem;
    padding: .16rem 0;
    border-bottom: .01rem solid #eee2d7;
}
.inner_s6 .item_con ul li:last-child{
    border: none;
}
.inner_s6 .item_con ul li .label{
    width: 1.16rem;
    font-size: .18rem;
    line-height: .34rem;
    color: #222222;
    display: flex;
    justify-content: space-between;
    flex-shrink: 0;
    font-weight: 700;
    padding-right: .05rem;
}
.inner_s6 .item_con ul li .value{
    width: calc(100% - 1.45rem);
    margin-left: .23rem;
    display: flex;
    flex-wrap: wrap;
}
.inner_s6 .item_con ul li .value span{
    display: block;
    font-size: .18rem;
    line-height: .34rem;
    font-weight: 500;
    width: 20%;
}
.inner_s6 .item_con{
    padding: .14rem .17rem;
}
.inner_s6 .item{
    border-radius: .2rem;
    border: .01rem solid transparent;
    overflow: hidden;
}
.inner_s6 .item + .item{
    margin-top: .37rem;
}
.inner_s6 .item1 .item_tit h3{
    background: #ebdcce;
}
.inner_s6 .item1 .item_tit{
    background: #f4ede5;
}
.inner_s6 .item1 .item_con{
    background: linear-gradient(90deg,#f5efe9 0%,#ffffff 100%);
}
.inner_s6 .item1{
    border-color: #f4ecdf;
}
.inner_s6 .item2 .item_tit h3{
    color: #fff;
    background: #a8060c;
}
.inner_s6 .item2 .item_tit{
    background: #f8e8e4;
}
.inner_s6 .item2 .item_con{
    background: linear-gradient(90deg,#f5ece9 0%,#ffffff 100%);
}
.inner_s6 .item2 .item_con ul li{
    border-color: #f2e1da;
}
.inner_s6 .item2{
    border-color: #f6eee3;
}
.inner_s6 .item3 .item_tit h3{
    background: #e9dbdb;
}
.inner_s6 .item3 .item_tit{
    background: #f4efef;
}
.inner_s6 .item3 .item_con{
    background: linear-gradient(90deg,#faf7f7 0%,#ffffff 100%);
}
.inner_s6 .item3 .item_con ul li{
    border-color: #f5e7e3;
}
.inner_s6 .item3{
    border-color: #f4ecdf;
}

.inner_s6 .item4 .item_tit h3{
    background: #e8e8e8;
}
.inner_s6 .item4 .item_tit{
    background: #f7f7f7;
}
.inner_s6 .item4 .item_con{
    background: linear-gradient(90deg,#fbfbfb 0%,#ffffff 100%);
}
.inner_s6 .item4 .item_con ul li{
    border-color: #f0f0f0;
}
.inner_s6 .item4{
    border-color: #e8e8e8;
}
.inner_s6 {
    margin-top: .34rem;
}

/*inner_s7*/

.inner_s7 .item{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.inner_s7 .item .item_l{
    width: 58.62%;
}
.inner_s7 .item .li a{
    display: block;
    position: relative;
    z-index: 2;
}
.inner_s7 .item .li1 .pic{
    padding-top: 4.08rem;
}
.inner_s7 .item .li h3{
    font-size: .2rem;
    line-height: .28rem;
    color: #222222;
    font-weight: 700;
    transition: .5s;
}
.inner_s7 .item .li p{
    font-size: .16rem;
    line-height: .24rem;
    color: #222222;
    -webkit-line-clamp: 3;
    height: .72rem;
    margin-top: .18rem;
    transition: .5s;
}
.inner_s7 .item .li1 .txt{
    padding: .36rem .27rem .46rem;
}
.inner_s7 .item .li:before{
    position: absolute;
    content: '';
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    border: .01rem solid #f5f1ea;
    border-radius: .15rem;
}
.inner_s7 .item .li:after{
    position: absolute;
    content: '';
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: #a8060c;
    border-radius: .15rem;
    opacity: 0;
    visibility: hidden;
    transition: .5s;
}
.inner_s7 .item .li{
    border-radius: .15rem;
    position: relative;
    background: #fff;
    overflow: hidden;
}
.inner_s7 .item_r{
    width: 39.05%;
}
.inner_s7 .item .li2 a{
    padding: .32rem .26rem .36rem;
}
.inner_s7 .item .li2:before{
    background: linear-gradient(180deg,#ffffff 0%,#f9f7f1 100%);
}
.inner_s7 .item .li3 .pic{
    padding-top: 2.42rem;
}
.inner_s7 .item .li3 .txt{
    padding: .23rem .24rem .18rem;
}
.inner_s7 .item .li3:before{
    border-color: #f2f1f1;
}
.inner_s7 .item .li3{
    margin-top: .22rem;
}
.inner_s7 .item .li:hover h3{
    color: #fff;
}
.inner_s7 .item .li:hover p{
    color: #fff;
}
.inner_s7 .item .li:hover:after{
    opacity: 1;
    visibility: visible;
}
.inner_s7 .item:nth-child(2n) .li3{
    margin-top: 0;
    margin-bottom: .23rem;
}
.inner_s7 .item:nth-child(2n){
    flex-direction: row-reverse;
    margin-top: .24rem;
}
.inner_s7 {
    margin-top: .46rem;
}

/*inner_s8*/

.inner_s8 .item{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.inner_s8 .item .item_l{
    width: 1.3rem;
    position: relative;
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    border-right: .01rem solid #a8060c;
}
.inner_s8 .item .item_l h3{
    font-size: .26rem;
    line-height: 1.1;
    color: #222222;
    width: 1.1em;
    font-weight: bold;
}
.inner_s8 .item .item_r{
    flex: 1;
    padding: 0 .51rem 0 .55rem;
}
.inner_s8 .item ul{
    display: flex;
    flex-wrap: wrap;
}
.inner_s8 .item li{
    width: 30.63%;
    position: relative;
    margin: .3rem 0 0 4.055%;

}
.inner_s8 .item li:nth-child(3n+1){
    margin-left: 0;
}
.inner_s8 .item li:nth-child(-n+3){
    margin-top: 0;
}
.inner_s8 .item li a{
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    position: relative;
    z-index: 2;
    height: 1.2rem;
    padding: .1rem .2rem;
}
.inner_s8 .item li h4{
    font-size: .18rem;
    line-height: .32rem;
    color: #222222;
    font-weight: 700;
    transition: .5s;
   text-align: center;
}
.inner_s8 .item li h5{
    font-size: .16rem;
    line-height: .24rem;
    color: #222222;
    margin-top: .12rem;
    transition: .5s;
}
.inner_s8 .item li:before{
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    border: .01rem solid rgba(245, 241, 234,1);
    background: #fff;
    border-radius: .1rem;
}
.inner_s8 .item li:after{
    position: absolute;
    content: '';
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    border: .01rem solid rgba(245, 241, 234,1);
    background: #a8060c;
    border-radius: .1rem;
    opacity: 0;
    visibility: hidden;
    transition: .5s;
}
.inner_s8 .item li:hover h4,
.inner_s8 .item li:hover h5{
    color: #fff;
}
.inner_s8 .item li:hover:after{
    opacity: 1;
    visibility: visible;
}
.inner_s8 .item{
    padding: .3rem 0 .39rem;
    background-image: linear-gradient( 90deg, rgb(255,255,255) 0%, rgb(241,241,241) 49%, rgb(251,249,246) 100%);
    border: .01rem solid #f0eae0;
}
.inner_s8 .item + .item{
    margin-top: .29rem;
}
.inner_s8 .items{
    max-height: 22.92rem;
    overflow-y: scroll;
}
.inner_s8 .ajaxNore{
    position: absolute;
    left: 0;
    right: 0;
    bottom: 1.09rem;
}
.inner_s8 .ajaxNore span img{
    display: block;
    width: .15rem;
    margin-left: .13rem;
}
.inner_s8 .ajaxNore span{
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: .18rem;
    line-height: .24rem;
    font-weight: 500;
    color: #96000e;
}
.inner_s8.hide .items{
    mask: linear-gradient(0deg, transparent, #fff 30%);
    -webkit-mask: linear-gradient(0deg, transparent, #fff 30%);
}
.inner_s8{
    margin-top: .4rem;
    position: relative;
}
/*inner_s9*/

.inner_s9 .item{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.inner_s9 .item:nth-child(2n){
    flex-direction: row-reverse;
}
.inner_s9 .item + .item{
    margin-top: .26rem;
}
.inner_s9 .item_l{
    width: 49.31%;
}
.inner_s9 .li a{
    display: block;
    position: relative;
    z-index: 2;
    overflow: hidden;
    border-radius: .3rem;
}
.inner_s9 .li1 a .pic{
    padding-top: 3.52rem;
}
.inner_s9 .li1 h3{
    font-size: .2rem;
    line-height: .28rem;
    color: #fff;
    font-weight: 700;
    height: .56rem;
    position: absolute;
    left: 0;
    right: 0;
    bottom: .2rem;
    padding: 0 .28rem;
    z-index: 3;
}
.inner_s9 .li1 a:after{
    position: absolute;
    content: '';
    left: 0;
    right: 0;
    bottom: 0;
    height: 33.56%;
    background: linear-gradient(180deg,transparent 0%, #000 100%);
    opacity: .83;
}
.inner_s9 .item_r{
    width: 49.13%;
    display: flex;
    justify-content: space-between;
}
.inner_s9 .item_r .li2{
    width: 48.77%;
    border-radius: .3rem;
    position: relative;

}
.inner_s9 .item_r .li2 a{
    padding: .42rem .26rem .39rem;
    z-index: 2;
}
.inner_s9 .item_r .li2 h3{
    font-size: .2rem;
    line-height: .28rem;
    color: #222222;
    -webkit-line-clamp: 3;
    height: .84rem;
    font-weight: 700;
    transition: .5s;
}
.inner_s9 .item_r .li2 p{
    font-size: .16rem;
    line-height: .24rem;
    color: #222222;
    -webkit-line-clamp: 3;
    height: .72rem;
    margin-top: .2rem;
    transition: .5s;
}
.inner_s9 .item_r .li2 h6{
    display: block;
    width: .36rem;
    height: .36rem;
    background: #fff url("../images/n-img-9.png") no-repeat 50%/.12rem;
    border-radius: 50vw;
    box-shadow: 0 .06rem .1rem rgba(177, 41, 38, 0.09);
    margin-top: .58rem;
    transition: .5s;
}
.inner_s9 .item_r .li2:before{
    position: absolute;
    content: '';
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-image: -webkit-linear-gradient( 0deg, rgb(255,255,255) 0%, rgb(241,241,241) 49%, rgb(251,249,246) 100%);
    border: .01rem solid rgba(245, 241, 234,1);
    border-radius: .3rem;
}
.inner_s9 .item_r .li2:after{
    position: absolute;
    content: '';
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    background: rgba(168, 6, 12,1);
    border: .01rem solid rgba(245, 241, 234,1);
    border-radius: .3rem;
    opacity: 0;
    visibility: hidden;
    transition: .5s;
}
.inner_s9 .item_r .li2:hover h3{
    color: #fff;
}
.inner_s9 .item_r .li2:hover p{
    color: #fff;
}
.inner_s9 .item_r .li2:hover:after{
    opacity: 1;
    visibility: visible;
}
.inner_s9{
    margin-top: .39rem;
}

/*inner_s10*/
.inner_s10 ul{
    display: flex;
    flex-wrap: wrap;
}
.inner_s10 li{
    width: 31.89%;
    margin: .22rem 0 0 2.165%;
    position: relative;
}
.inner_s10 li:nth-child(3n+1){
    margin-left: 0;
}
.inner_s10 li:nth-child(-n+3){
    margin-top: 0;
}
.inner_s10 li a{
    display: block;
    position: relative;
    border-radius: .3rem;
    overflow: hidden;
    height: 2.52rem;
    padding: .15rem;
    z-index: 2;
    transition: .5s;
    cursor: pointer;
}
.inner_s10 li .pic{
    height: 100%;
    border-radius: .3rem;
}
.inner_s10 li a:before{
    position: absolute;
    content: '';
    left: .15rem;
    top: .15rem;
    bottom: .15rem;
    right: .15rem;
    border: .01rem solid rgba(245, 241, 234,1);
    border-radius: .3rem;
    opacity: 0;
    visibility: hidden;
    transition: .5s;
}
.inner_s10 li:before{
    position: absolute;
    content: '';
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: #fff;
    border: .01rem solid rgba(245, 241, 234,1);
    border-radius: .3rem;
}
.inner_s10 li:hover a:before{
    opacity: .5;
    visibility: visible;
    z-index: 3;
}
.inner_s10 li:hover a{
    padding: 0;
}
.inner_s10{
    margin-top: .64rem;
}
/*inner_s11*/

.inner_s11 .item1 h3{
    font-size: .26rem;
    line-height: .38rem;
    color: #a8060c;
    font-weight: 700;
    text-align: center;
}
.inner_s11 .item .desc{
    font-size: .18rem;
    line-height: 2;
    color: #222222;
    font-weight: 500;
}
.inner_s11 .item .desc p{
    text-indent:2em;
}
.inner_s11 .item1 .desc{
    margin-top: .3rem;
}
.inner_s11 .item2 .pic{
    padding-top: 4.2rem;
}
.inner_s11 .item2 li{
    width: 33.33%;
    position: relative;
}
.inner_s11 .item2 li:not(:first-child):before{
    position: absolute;
    content: '';
    left: 0;
    top: 50%;
    width: 1px;
    height: .56rem;
    background: #fff;
    opacity: .3;
    transform: translateY(-50%);
}
.inner_s11 .item2 h3{
    font-size: .52rem;
    line-height: 1;
    color: #fff;
    font-weight: 700;
    text-align: center;
}
.inner_s11 .item2 h4{
    font-size: .16rem;
    line-height: 1;
    color: #fff;
    text-align: center;
    margin-top: .15rem;
}
.inner_s11 .item2 ul{
    position: absolute;
    left: 0;
    right: 0;
    bottom: .39rem;
    z-index: 3;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.inner_s11 .item2:before{
    position: absolute;
    content: '';
    left: 0;
    right: 0;
    bottom: 0;
    height: 61.42%;
    background: linear-gradient(180deg, transparent 0%, rgba(28, 81, 2,1) 100%);
    opacity: 0.902;
    z-index: 1;
}
.inner_s11 .item2{
    position: relative;
    border-radius: .25rem;
    overflow: hidden;
    margin-top: .45rem;
}
.inner_s11 .item3{
    margin-top: .44rem;
}
.inner_s11 .item4 .li .li-top{
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: .8rem;
    padding-right: .16rem;
    background: linear-gradient( 90deg, rgb(255,255,255) 0%, rgb(241,241,241) 49%, rgb(251,249,246) 100%);
}
.inner_s11 .item4 .li .li-top h3{
    font-size: .26rem;
    line-height: .3rem;
    color: #222;
    font-weight: 700;
    flex: 1;
}
.inner_s11 .item4 .li .li-top .btn{
    width: .36rem;
    border-radius: 50vw;
    box-shadow: 0 .06rem .1rem rgba(177, 41, 38, 0.09);
    cursor: pointer;
    margin-left: .2rem;
    flex-shrink: 0;
}
.inner_s11 .item4 .li .li-top .btn img{
    display: block;
    width: 100%;
    transition: .5s;
}
.inner_s11 .item4 .li .li-top:before{
    position: absolute;
    content: '';
    left: 0;
    right: 0;
    top: 0;
    height: 1px;
    background: rgba(230, 219, 201,1);
    opacity: 0;
}
.inner_s11 .item4 .li .li-top:after{
    position: absolute;
    content: '';
    left: 0;
    right: 0;
    bottom: 0;
    height: 1px;
    background: rgba(230, 219, 201,1);
}
.inner_s11 .item4 .li:nth-child(1) .li-top:before{
    opacity: 1;
}
.inner_s11 .item4 .li-bot {
    padding: .27rem 0 .44rem;
    display: none;
    border-bottom: 1px solid rgba(230, 219, 201,1);
}
.inner_s11 .item4 .li .li-top .btn.on img{
    transform: rotate(90deg);
}

.inner_s11 .item4{
    margin-top: .4rem;
}
.inner_s11 .item5 li{
    width: 33.33%;
    position: relative;
    background: #000;
}
.inner_s11 .item5 li .pic{
    height: 2.73rem;
    background: #f5f2eb;
    opacity: .7;
    transition: all .5s;
}
.inner_s11 .item5 li .pic1 span{
    background-image: url("../images/n-img-42.jpg");
}

.inner_s11 .item5 li .pic2 span{
    background-image: url("../images/n-img-43.jpg");
}

.inner_s11 .item5 li .pic3 span{
    background-image: url("../images/n-img-44.jpg");
}


.inner_s11 .item5 li .txt{
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 3;
    padding: .37rem .37rem .44rem;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: space-between;
}
.inner_s11 .item5 li h3{
    font-size: .26rem;
    line-height: .3rem;
    color: #fff;
    font-weight: 700;
}
.inner_s11 .item5 li h4{
    font-size: .2rem;
    line-height: .28rem;
    color: #fff;
    font-weight: 500;
}
.inner_s11 .item5 li:before{
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    background: #a8060c;
    opacity: 0;
    visibility: visible;
    transition: all .5s;
    z-index: 2;
}
.inner_s11 .item5 li .pic{

}
.inner_s11 .item5 li:hover:before{
    opacity: .8;
    visibility: visible;
}
.inner_s11 .item5 ul{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    border-radius: .3rem;
    overflow: hidden;
}
.inner_s11 .item5{
    margin-top: .92rem;
}
.inner_s11 {
    margin-top: .57rem;
}

/*inner_s12*/

.inner_s12 .time_swiper h3{
    font-size: .24rem;
    line-height: .3rem;
    color: #222222;
    text-align: center;
    font-weight: 700;
    transition: .5s;
}
.inner_s12 .time_swiper .dot{
    width: .24rem;
    height: .24rem;
    margin: 0 auto;
    background: url("../images/n-img-19.png") no-repeat 50%/100%;
    transition: .5s;
}
.inner_s12 .time_swiper .dots{
    margin-top: .17rem;
}
.inner_s12 .time_swiper .images{
    position: absolute;
    top: -0.65rem;
    left: 1.5rem;
    width: 2rem;
    height: 1.6rem;
    filter: drop-shadow(0 0 .1rem rgba(0, 0, 0, 0.25));
    z-index: 3;
    opacity: 0;
    visibility: hidden;
    transition: all .5s;
}
.inner_s12 .time_swiper .images:before{
    content: '';
    position: absolute;
    top: -.02rem;
    left: -.02rem;
    right: -.02rem;
    bottom: -.02rem;
    background: #fff;
    clip-path: url(#clipPath);
    z-index: -1;
}
.inner_s12 .time_swiper .images img{
    display: block;
    height: 100%;
    width: 100% ;
    clip-path: url(#clipPath);
}
.inner_s12 .time_swiper li{
    cursor: pointer;
    position: relative;
}
.inner_s12 .time_swiper li.swiper-slide-next + li + li + li .images{
    left: auto;
    right: 1.3rem;
}
.inner_s12 .time_swiper li.swiper-slide-next + li + li + li .images:before,
.inner_s12 .time_swiper li.swiper-slide-next + li + li + li .images img{
    clip-path: url(#clipPath2);
}
.inner_s12 .time_swiper .swiper-slide-active h3{
    color: #b81c22;
}
.inner_s12 .time_swiper li:hover .images{
    opacity: 1;
    visibility: visible;
}
.inner_s12 .time_swiper .swiper-slide-active .dot{
    background-image: url("../images/n-img-20.png");
}
.inner_s12 .time_swiper .btn{
    width: .55rem;
    height: .55rem;
    background: transparent no-repeat 50%/100%;
    top: auto;
    bottom: .2rem;
    transform: none;
    transition: .5s;
}
.inner_s12 .time_swiper .prev{
    left: 0;
    background-image: url("../images/prev-1.png");
}
.inner_s12 .time_swiper .next{
    right: 0;
    background-image: url("../images/next-1.png");
}
.inner_s12 .time_swiper .prev:hover{
    background-image: url("../images/prev-2.png");
}
.inner_s12 .time_swiper .next:hover{
    background-image: url("../images/next-2.png");
}
.inner_s12 .time_swiper:after{
    position: absolute;
    content: '';
    left: 0;
    right: 0;
    bottom: .48rem;
    height: 1px;
    background: #ede6db;
}
.inner_s12 .time_swiper .swiper-container{
    padding: .7rem 0 .2rem;
}
.inner_s12 .time_swiper{
    position: relative;
    padding: 0 .55rem .16rem;
    margin-top: -.7rem;

}

.list_ls li {
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap;
    justify-content: space-between;
}
.list_ls li time{
    display: block;
    font-size: .18rem;
    line-height: .24rem;
    color: #222222;
    font-weight: 500;
    width: 1.1rem;
    flex-shrink: 0;
}
.list_ls li .line{
    display: block;
    width: .33rem;
    height: 1px;
    background: #a8060c;
    margin: .12rem .23rem 0 0;
    flex-shrink: 0;
}
.list_ls li .txt{
    flex: 1;
    overflow: hidden;
}
.list_ls li .desc{
    font-size: .16rem;
    line-height: .26rem;
    color: #222222;
}
.list_ls li .desc p{
    margin-bottom: .15rem;
}
.list_ls li + li{
    margin-top: .6rem;
}
.list_ls ul:before{
    position: absolute;
    content: '';
    left: 1.26rem;
    top: 0;
    bottom: 0;
    width: 1px;
    background: #a8060c;
}
.list_ls ul{
    position: relative;
    padding: .67rem 0 .5rem;
}
.list_ls{
    max-height: 13.2rem;
    overflow-y: scroll;
}
.inner_s12 .ajaxNore{
    position: absolute;
    left: 0;
    right: 0;
    bottom: .2rem;
}
.inner_s12 .ajaxNore span img{
    display: block;
    width: .15rem;
    margin-left: .13rem;
}
.inner_s12 .ajaxNore span{
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: .18rem;
    line-height: .24rem;
    font-weight: 500;
    color: #96000e;
}
.hs_out_box.hide .list_ls{
    mask: linear-gradient(0deg, transparent, #fff 30%);
    -webkit-mask: linear-gradient(0deg, transparent, #fff 30%);
}
.hs_out_box.no-scroll .list_ls{
    mask:none;
    -webkit-mask: none;
}
.hs_out_box{
    position: relative;
}
.inner_s12 .bot{
    padding: 0 .3rem 0 .32rem;
    margin-top: .08rem;
}
.inner_s12{
    margin-top: .88rem;
}

/*inner_s13*/

.inner_s13 ul{
    display: flex;
    flex-wrap: wrap;
}
.inner_s13 li{
    width: 31.79%;
    margin: .35rem 0 0 2.315%;
}
.inner_s13 li:nth-child(-n+3){
    margin-top: 0;
}
.inner_s13 li:nth-child(3n+1){
    margin-left: 0;
}
.inner_s13 li a{
    display: block;
    position: relative;
    overflow: hidden;
    border-radius: .35rem;
}
.inner_s13 li .pic{
    padding-top: 2.0rem;
}

/*手机端内页菜单*/

#m_n_nav {
    display: none;
    line-height: 50px;
    position: relative;
    z-index: 9;
    width: 100%;
    background: #b81d23;
}

#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: #b81d23;
}

#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;
}

#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: #b81d23;
}

@media (max-width: 1199px){
    .n_banner .img{
    }
    #m_n_nav{
        display: block;
    }
    .leftNav{
        display: none;
    }
    .rightBox{
        width: 100%;
    }
    .n_banner .n_top h2,
    .n_tit{
        display: none;
    }
    .n_banner .n_top{
        padding-bottom: .1rem;
        bottom: 0;
    }
    .n_tit{
        padding-bottom: .15rem;
    }

    .inner_page{
        padding: .3rem 0 .4rem;
    }
}
@media (max-width: 1025px){
    .pagination{
        padding-top: .3rem;
        gap: .1rem .2rem;
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
    }
    .pagination a{
        margin: 2px;
    }
    .pagination .p_pages .p_fun_d{
        margin: 2px;
    }
    .pagination .p_pages .p_no_d{margin: 2px;}
    .inner_s1 li h3{
        font-size: .2rem;
        line-height: .3rem;
        max-height: .6rem;
    }
    .inner_s1 li time{
        font-size: .18rem;
        margin-right: .2rem;
    }
    .inner_s1 li a{
        padding: 0 .2rem;
        height: .9rem;
    }
    .inner_s1{
        margin-top: 0;
    }
    .inner_s2 li a{
        padding: .2rem;
    }
    .inner_s2 li .pic{
        border-radius: .1rem;
    }
    .inner_s2 li:before,
    .inner_s2 li:after,
    .inner_s2 li{
        border-radius: .1rem;
    }
    .inner_s2 li h3{
        font-size: .2rem;
        line-height: .3rem;
        height: .6rem;
    }
    .inner_s2 li p{
        margin-top: .1rem;
    }
    .inner_s2 li h5{
        margin-top: .1rem;
    }
    .inner_s2{
        margin-top: 0;
    }
    .inner_s3 .dtl_tit h2{
        font-size: .26rem;
        line-height: 1.5;
    }
    .inner_s3 .dtl_tit .cont{
        margin-top: .1rem;
        gap: 0 .2rem;
    }
    .inner_s3 .dtl_tit .cont .li{
        margin: 0;
    }
    .inner_s3 .dtl_tit{
        padding-bottom: .15rem;
    }
    .inner_s3 .dtl_txt p{
        font-size: .18rem;
        line-height: 1.85;
    }
   /* .inner_s3 .dtl_txt p + p{
        margin-top: .1rem;
    }*/
    .inner_s3 .dtl_txt{
        margin-top: .2rem;
    }







    .inner_s3 .dtl_page p img{
        right: .1rem;
    }
    .inner_s3 .dtl_page p{
        line-height: .32rem;
        padding: .15rem .7rem .15rem .1rem;
    }
    .inner_s3 .dtl_page{
        margin-top: .3rem;
    }
    .inner_s3{
        margin-top: 0;
    }
    .inner_s4 li h3{
        font-size: .2rem;
    }
    .inner_s4 li p{
        margin-top: .05rem;
    }
    .inner_s4 li .txt{
        padding: 0;
        margin-bottom: .2rem;
    }
    .inner_s4 li .pic{
        padding-top: 43.8%;
        border-radius: .1rem;
    }
    .inner_s4 li a{
        padding: .2rem;
    }
    .inner_s4 li:before,
    .inner_s4 li:after{
        border-radius: .1rem;
    }
    .inner_s4 li{
        width: 49%;
        margin: 0;
    }
    .inner_s4 ul{
        gap: .2rem 2%;
    }
    .inner_s4{
        margin-top: 0;
    }
    .inner_s5 li .pic{
        padding-top: 51.79%;
        border-radius: .1rem;
    }
    .inner_s5 li h3{
        font-size: .2rem;
        line-height: .3rem;
    }
    .inner_s5 li p{
        margin-top: .05rem;
    }
    .inner_s5 li .txt {
        margin-top: 0.2rem;
    }
    .inner_s5 li a{
        padding: .2rem;
    }
    .inner_s5 li:before{
        border-radius: .1rem;
    }
    .inner_s5 li{
        width: 49%;
        margin: 0;
    }
    .inner_s5 ul{
        gap: .2rem 2%;
    }
   .pxry-box ul li:nth-child(3){
        margin-top:0;
  }
    .inner_s5{
        margin-top: 0;
    }
    .inner_s6 .item_tit h3{
        font-size: .2rem;
        line-height: .54rem;
        border-radius: .1rem .5rem .5rem 0;
    }
    .inner_s6 .item_con ul li .value span{
        width: 33%;
    }
    .inner_s6 .item_con ul li{
        padding: .1rem 0;
    }
    .inner_s6 .item_con{
        padding: .15rem;
    }
    .inner_s6 .item + .item{
        margin-top: .2rem;
    }
    .inner_s6 .item{
        border-radius: .1rem;
    }
    .inner_s6 .items{
        width: 49%;
    }
    .inner_s6{
        margin-top: 0;
    }
    .inner_s7 .item .item_l{
        width: 100%;
    }
    .inner_s7 .item .li1 .pic{
        padding-top: 60%;
    }
    .inner_s7 .item .li h3{
        line-height: .3rem;
    }
    .inner_s7 .item .li p{
        margin-top: .1rem;
    }
    .inner_s7 .item .li1 .txt{
        padding: .2rem;
    }
    .inner_s7 .item .li:before,
    .inner_s7 .item .li:after{
        border-radius: .1rem;
    }
    .inner_s7 .item .li{
        border-radius: .1rem;
    }
    .inner_s7 .item_r{
        width: 100%;
        margin-top: .2rem;

    }
    .inner_s7 .item .li2 a{
        padding: .2rem;
    }
    .inner_s7 .item .li3 .pic{
        padding-top: 53.42%;
    }
    .inner_s7{
        margin-top: 0;
    }
    .inner_s8 .item{
        padding: .2rem 0;
    }
    .inner_s8 .item .item_l{
        width: .8rem;
    }
    .inner_s8 .item .item_l h3{
        font-size: .2rem;
    }
    .inner_s8 .item .item_r{
        padding: 0 .2rem;
    }
    .inner_s8 .item li h4{
        line-height: .3rem;
    }
    .inner_s8 .item li h5{
        margin-top: .05rem;
        word-break: break-all;
    }
    .inner_s8 .item li a{
        padding: .1rem;
        height: 1rem;
    }
    .inner_s8 .item li{
        width: 32%;
        margin: 0;
    }
    .inner_s8 .item ul{
        gap: .2rem 2%;
    }
    .inner_s8 .item + .item{
        margin-top: .2rem;
    }
    .inner_s8 .items{
        max-height: none;
    }
   .inner_s8.hide .items{
        mask: none;
        -webkit-mask: none;
    }
    .ajaxNore{
        display:none;
    }
    .inner_s8{
        margin-top: 0;
    }
    .inner_s9 .item_l{
        width: 100%;
    }
    .inner_s9 .li1 a .pic{
        padding-top: 61.54%;
    }
    .inner_s9 .li a{
        border-radius: .1rem;
    }
    .inner_s9 .li1 h3{
        padding: 0 .2rem;
        bottom: .15rem;
        line-height: .3rem;
        height: auto;
        max-height: .6rem;
    }
    .inner_s9 .item_r{
        width: 100%;
        margin-top: .2rem;
    }
    .inner_s9 .item_r .li2 a{
        padding: .2rem;
    }
    .inner_s9 .item_r .li2 h3{
        line-height: .3rem;
        -webkit-line-clamp: 2;
        height: .6rem;
    }
    .inner_s9 .item_r .li2 p{
        margin-top: .1rem;
    }
    .inner_s9 .item_r .li2 h6{
        margin-top: .15rem;
    }
    .inner_s9 .item_r .li2:before,
    .inner_s9 .item_r .li2:after{
        border-radius: .1rem;
    }
    .inner_s9 .item_r .li2{
        width: 49%;
    }
    .inner_s9 .item + .item{
        margin-top: .2rem;
    }
    .inner_s9{
        margin-top: 0;
    }
    .inner_s10 li a{
        padding: .1rem;
        border-radius: .1rem;
        height: auto;
    }
    .inner_s10 li .pic{
        height: auto;
        padding-top: 64.24%;
        border-radius: .1rem;
    }
    .inner_s10 li:before{
        border-radius: .1rem;
    }
    .inner_s10 li:hover a{
        padding: .1rem;
    }
    .inner_s10 li:hover a:before{
        display: none;
    }
    .inner_s10 li{
        width: 32%;
        margin: 0;
    }
    .inner_s10 ul{
        gap: .2rem 2%;
    }
    .inner_s10{
        margin-top: 0;
    }
    .inner_s11 .item1 h3{
        font-size: .24rem;
        line-height: 1.5;
    }
    .inner_s11 .item .desc{
        font-size: .18rem;
        line-height: 1.85;
    }
    .inner_s11 .item1 .desc{
        margin-top: .1rem;
    }
    .inner_s11 .item2 .pic{
        padding-top: 52vw;
    }
    .inner_s11 .item2 h3{
        font-size: .4rem;
    }
    .inner_s11 .item2 h4{
        font-size: .16rem;
        margin-top: .05rem;
        line-height: 1.5;
    }
    .inner_s11 .item2 ul{
        bottom: .2rem;
    }
    .inner_s11 .item2{
        border-radius: .1rem;
        margin-top: .2rem;
    }
    .inner_s11 .item3{
        margin-top: .2rem;
    }
    .inner_s11 .item4 .li .li-top h3{
        font-size: .2rem;
    }
    .inner_s11 .item4 .li .li-top{
        height: .6rem;
        padding-right: .1rem;
    }
    .inner_s11 .item4 .li-bot{
        padding: .2rem 0;
    }
    .inner_s11 .item4{
        margin-top: .2rem;
    }
    .inner_s11 .item5 li .txt{
        padding: .2rem;
    }
    .inner_s11 .item5 li h3{
        font-size: .22rem;
    }
    .inner_s11 .item5 li h4{
        font-size: .2rem;
        line-height: 1.5;
    }
    .inner_s11 .item5 li .pic{
        height: 21vw;
    }
    .inner_s11 .item5 ul{
        border-radius: .1rem;
    }
    .inner_s11 .item5{
        margin-top: .2rem;
    }
    .inner_s11{
        margin-top: 0;
    }
    .inner_s12 .time_swiper .btn{
        width: .45rem;
        height: .45rem;
    }
    .inner_s12 .time_swiper{
        padding: 0 .45rem .1rem;
    }
    .inner_s12 .time_swiper h3{
        font-size: .2rem;
    }
    .inner_s12 .time_swiper .dot{
        width: .2rem;
        height: .2rem;
    }
    .inner_s12 .time_swiper .dots{
        margin-top: .1rem;
    }
    .inner_s12 .time_swiper:after{
        bottom: .2rem;
    }
    .list_ls ul{
        padding: .3rem 0;
    }
    .list_ls{
        max-height: none;
    }
    .hs_out_box.hide .list_ls{
        mask: none;
    }
    .inner_s12 .bot{
        padding-left: .37rem;
    }
    .list_ls li + li{
        margin-top: .3rem;
    }
    .inner_s12{
        margin-top: 0;
    }
    .inner_s13 li .pic{
        padding-top: 40%;
    }
    .inner_s13 li a{
        border-radius: .1rem;
    }
    .inner_s13 li{
        width: 32%;
        margin: 0;
    }
    .inner_s13 ul{
        gap: .2rem 2%;
    }
}
@media (max-width: 769px){

    .inner_s5.pxry-box li .pic{
        padding-top: 5rem;
    }

    .inner_s1 li a {
        padding: 0 0rem;
    }
    .inner_s2 li .pic{
        width: 100%;
        height: auto;
        padding-top: 59.9%;
    }
    .inner_s2 li .txt{
        width: 100%;
        margin-top: .2rem;
    }
    .inner_s4 li{
        width: 100%;
    }
    .inner_s5 li, .pxry-box ul li{
        width: 100%;
    }
   
    .inner_s6 .items{
        width: 100%;
    }
    .inner_s6 .items + .items{
        margin-top: .2rem;
    }
    .inner_s8 .item .item_l{
        width: 100%;
        border-bottom: .01rem solid #a8060c;
        border-right: none;
    }
    .inner_s8 .item .item_l h3{
        width: auto;
        line-height: .5rem;
    }
    .inner_s8 .item .item_r{
        flex: auto;
        margin-top: .2rem;
        padding: 0;
    }
    .inner_s8 .item{
        padding: .2rem;
    }
    .inner_s10 li{
        width: 49%;
    }
    .inner_s10 li:nth-child(9){
        /*display: none;*/
    }
    .inner_s11 .item2 li{
        width: 50%;
    }
    .inner_s11 .item2 li:first-child{
        width: 100%;
    }
    .inner_s11 .item2 ul{
        gap: .2rem 0;
    }
    .inner_s11 .item5 li{
        width: 100%;
    }
    .inner_s11 .item5 li .pic {
        height: 36vw;
    }
    .list_ls li time{
        width: 100%;
        margin-right: 0;
        font-size: .2rem;
        line-height: .3rem;
        margin-bottom: .05rem;
    }
    .list_ls li .line{
        margin-right: 0;
        position: absolute;
        left: 0;
        top: .15rem;
        width: .3rem;
        margin-top: 0;
    }
    .list_ls li .desc{
        font-size: .18rem;
        line-height: 1.8;

    }
    .list_ls li .txt{
        width: 100%;
        flex: auto;
    }
    .list_ls li{
        position: relative;
        padding-left: .4rem;
    }
    .list_ls ul:before{
        left: 0;
    }
    .inner_s12 .bot{
        padding: 0 .45rem;
    }
    .list_ls li + li{
        margin-top: .2rem;
    }
    .inner_s13 li{
        width: 49%;
    }

}
@media (max-width: 481px){
    .inner_s5.pxry-box li .pic {
        padding-top: 3.74rem;
    }
    .inner_s8 .item li{
        width: 49%;
    }
    .inner_s9 .item_r .li2{
        width: 100%;
    }
    .inner_s9 .item_r{
        gap: .2rem 0;
        flex-wrap: wrap;
    }
    .inner_s11 .item2 li{
        width: 100%;
    }
    .inner_s11 .item2 ul{
        top: .2rem;
    }
    .inner_s11 .item2 .pic {
        padding-top: 60vw;
    }
    .inner_s11 .item5 li .pic{
        padding-top: 42vw;
    }

}
.table-box{
    overflow-x: scroll;
}
@media (max-width: 414px){
    .inner_s5.pxry-box li .pic {
        padding-top: 2.74rem;
    }
}

.inner_s15 .pic{
    width: 2.88rem;
    height: 3.7rem;
    border-radius: .3rem;
}
.inner_s15 .txt{
    width: calc(100% - 3.34rem);
    margin-top: .23rem;
}
.inner_s15 .txt h3{
    font-size: .4rem;
    line-height: .5rem;
    color: #222222;
    font-weight: 700;
}
.inner_s15 .txt h4 span{
    display: block;
    font-size: .22rem;
    line-height: .3rem;
    color: #a9813c;
    font-weight: 500;
}
.inner_s15 .txt h4 span + span{
    margin-left: .2rem;
}
.inner_s15 .txt h4{
    display: flex;
    flex-wrap: wrap;
    margin-top: .15rem;
}
.inner_s15 .txt .line{
    height: 1px;
    background: #e8d6c5;
    opacity: .5;
    margin-top: .33rem;
}
.inner_s15 .txt .desc{
    font-size: .18rem;
    line-height: .3rem;
    color: #222222;
    margin-top: .3rem;
}
.inner_s15 .txt .desc p + p{
    margin-top: .3rem;
}
.inner_s15{
    margin-top: .54rem;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: space-between;
}
.inner_s14 .item1 .pic{
    width: 5.76rem;
    height: 3.97rem;
    border-radius: .25rem;
}
.inner_s14 .item1 .txt{
    width: calc(100% - 5.76rem);
    padding: .39rem .25rem .34rem;
}
.inner_s14 .item1 p{
    font-size: .22rem;
    line-height: .42rem;
    color: #000000;
    -webkit-line-clamp: 5;
    text-indent: 2em;
    height: 2.1rem;
}
.inner_s14 .item1 .img{
    margin-top: .34rem;
    display: flex;
    justify-content: flex-end;
}
.inner_s14 .item1 .img img{
    display: block;
    height: .81rem;
}

.inner_s14 .item1{
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: space-between;
    background: url("../images/n-img-39.png") no-repeat right center/auto 100%;
    border-radius: .25rem;
    overflow: hidden;
}

.inner_s14 .item2 .top h3{
    font-size: .22rem;
    line-height: .32rem;
    color: #a9813c;
    font-weight: 500;
}
.inner_s14 .item2 .top .desc{
    font-size: .18rem;
    line-height: .3rem;
    color: #222222;
    text-indent: 2em;
    margin-top: .26rem;
}
.inner_s14 .item2 .top .desc p + p{
    margin-top: .3rem;
}
.inner_s14 .item2 .bot .li-top{
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: .24rem .17rem .21rem .07rem;
    background: url("../images/n-img-40.png") repeat-x left center/100% 100%;
}
.inner_s14 .item2 .bot .li-top h3{
    flex: 1;
    font-size: .18rem;
    line-height: .36rem;
    color: #222222;
    font-weight: 700;
}
.inner_s14 .item2 .bot .li-top span{
    display: block;
    width: .36rem;
    height: .36rem;
    background: url("../images/n-img-5.png") no-repeat 50%/100% 100%;
    box-shadow: 0 .06rem .1rem 0 rgba(177, 41, 38, 0.09);
    border-radius: 50%;
    margin-left: .2rem;
    flex-shrink: 0;
    cursor: pointer;
}
.inner_s14 .item2 .bot .ul{
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: space-between;
    padding: .35rem .34rem .53rem;
}
.inner_s14 .item2 .bot ul{
    width: 50%;
}
.inner_s14 .item2 .bot .xglj-bot ul{
    width: 100%;
}




.inner_s14 .item2 .bot li{
    font-size: .16rem;
    line-height: .32rem;
    color: #222222;
    position: relative;
    padding-left: .2rem;
    background: url("../images/n-img-41.png") no-repeat left center/auto .14rem;
}
.inner_s14 .item2 .bot .li-bot{
    display: none;
}
.inner_s14 .item2 .bot .li.active .li-top span{
    transform: rotate(90deg);
}
.inner_s14 .item2 .bot{
    margin-top: .6rem;
}
.inner_s14 .item2{
    margin-top: .49rem;
}
.inner_s14{
    margin-top: .39rem;
}

@media (max-width: 1025px) {
    .inner_s15 .pic{
        border-radius: .1rem;
    }
    .inner_s15 .txt h3{
        font-size: .26rem;
        line-height: .3rem;
    }
    .inner_s15 .txt h4 span{
        font-size: .18rem;
        line-height: 1.5;
    }
    .inner_s15 .txt h4 span + span{
        margin-left: 0;
    }
    .inner_s15 .txt h4{
        gap: 0 .2rem;
        margin-top: .05rem;
    }
    .inner_s15 .txt .line{
        margin-top: .1rem;
    }
    .inner_s15 .txt .desc{
        line-height: 1.85;
        margin-top: .1rem;
    }
    .inner_s15 .txt .desc p + p{
        margin-top: .1rem;
    }
    .inner_s15{
        margin-top: 0;
    }
    .inner_s14 .item1 .pic {
        width: 4.46rem;
        height: 3.07rem;
        border-radius: .1rem;
    }
    .inner_s14 .item1 .txt {
        width: calc(100% - 4.46rem);
        padding: .2rem;
    }
    .inner_s14 .item1 p{
        font-size: .18rem;
        line-height: .3rem;
        height: 1.5rem;
    }
    .inner_s14 .item1 .img img{
        height: .5rem;
    }
    .inner_s14 .item1 .img{
        margin-top: .1rem;
    }
    .inner_s14 .item1{
        border-radius: .1rem;
    }
    .inner_s14 .item2 .top .desc{
        line-height: 1.85;
        margin-top: .1rem;
    }
    .inner_s14 .item2 .top .desc p + p{
        margin-top: .1rem;
    }
    .inner_s14 .item2 .bot .li-top{
        padding: .15rem .1rem;
    }
    .inner_s14 .item2 .bot .ul{
        padding: .2rem;
    }
    .inner_s14 .item2 .bot{
        margin-top: .2rem;
    }
    .inner_s14 .item2{
        margin-top: .3rem;
    }
}
@media (max-width: 769px) {
    .inner_s15{
        display: block;
    }
    .inner_s15 .pic{
        margin: 0 auto;
    }
    .inner_s15 .txt{
        width: 100%;
        margin-top: .2rem;
    }
    .inner_s15 .txt h3{
        text-align: center;
    }
    .inner_s15 .txt h4{
        justify-content: center;
    }
    .inner_s14 .item1 .pic{
        width: 100%;
        height: 66vw;
    }
    .inner_s14 .item1 .txt{
        width: 100%;
    }
    .inner_s14 .item2 .bot ul{
        width: 100%;
    }
}