@charset "UTF-8";
.pagination {
    text-align: center;
    font-size: 0;
    padding-top: .8rem;
}

.pagination a {
    display: inline-block;
    border: 1px solid #dcdcdc;
    padding: 0 0.12rem;
    height: 0.35rem;
    font-size: 0.14rem;
    line-height: 0.35rem;
    text-align: center;
    color: #666;
    margin: 0 7px;
}

.pagination a.active {
    background: #a30f0f;
    color: #fff;
    border: 1px solid #a30f0f;
}

.pagination a:hover {
    background: #a30f0f;
    color: #fff;
    border: 1px solid #a30f0f;
}

.n_banner .img img{
    display: block;
    width: 100%;
}
.inner_page{
    min-height: 6.08rem;
    padding-bottom: 1.2rem;
}
.leftNav{
    margin-top: -1.24rem;
    width: 18.125%;
    align-self: flex-start;
    position: relative;
    z-index: 2;
}
.leftNav .tit h2{
    font-size: .36rem;
    line-height: .52rem;
    color: #fff;
    font-weight: bold;
}
.leftNav .tit {
    height: 1.24rem;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #a30f0f no-repeat top center/100% 100%;
}
.leftNav .block .box h3{
    position: relative;
    font-size: .24rem;
    line-height: .85rem;
    color: #2F2F2F;
    padding: 0 .35rem 0 .19rem;
    border-bottom: 1px dashed rgba(17, 64, 108, 0.2);
    transition: .5s;
}
.leftNav .block .box a{
    display: block;
}
.leftNav .block .box i{
    position: absolute;
    right: .13rem;
    top: 50%;
    width: .09rem;
    height: .17rem;
    background: url("../images/n-img-2.png") no-repeat 50%/100% 100%;
    transform: translateY(-50%);
    cursor: pointer;
    transition: .5s;
}
.leftNav .block .s-link a{
    display: block;
    font-size: .16rem;
    line-height: .23rem;
    color: #424242;
    margin-top: .17rem;
    transition: .5s;
}
.leftNav .block .s-link a.active,
.leftNav .block .s-link a:hover{
    color: #a30f0f;
}
.leftNav .block .s-link{
    display: none;
    padding: 0 .18rem .24rem;
    border-bottom: 1px dashed rgba(17, 64, 108, 0.2);
}
.leftNav .block .box.active h3,
.leftNav .block .box.on h3,
.leftNav .block .box:hover h3{
    color: #a30f0f;
    font-weight: bold;

}
.leftNav .block .box.on h3{
    border-color: transparent;
}
.leftNav .block .box:last-child h3{
    border-color: transparent;
}
.leftNav .block{
    position: relative;
    z-index: 2;
    margin-left: .15rem;
    min-height: 4.2rem;
    padding: .05rem .25rem .2rem .22rem;
    background: #fff;
    box-shadow: 0 .04rem .1rem 0 rgba(0, 0, 0, 0.2);
}
.leftNav:after{
    position: absolute;
    content: '';
    left: 0;
    right: 0;
    top: 1.24rem;
    bottom: .19rem;
    background: #a30f0f;
}

.rightBox{
    width: 77.5%;
    padding-top: .5rem;
}
.n_tit h2{
    margin-right: .2rem;
    font-size: .24rem;
    line-height: .36rem;
    color: #414141;
    font-weight: bold;
    flex-shrink: 0;
}
.posi{
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    flex-shrink: 0;
    margin-left: .2rem;
}
.posi img{
    display: block;
    width: .16rem;
    margin-right: .1rem;
}
.posi *{
    font-size: .16rem;
    line-height: .26rem;
    color: #414141;
}
.posi span:not(:nth-child(2)){
    margin: 0 .02rem;
}
.posi a:hover,
.posi a.active{
    color: #a30f0f;
    transition: .5s;
}
.n_tit i:before{
    position: absolute;
    content: '';
    left: 0;
    top: 50%;
    width: 1px;
    height: .06rem;
    background: #a30f0f;
    transform: translateY(-50%);
}
.n_tit i{
    display: block;
    flex: 1;
    height: 1px;
    background: #a30f0f;
    position: relative;
}

.n_tit{
    display: flex;
    align-items: center;
    justify-content: space-between;
}


/*inner_s1*/

.inner_s1 li{
    position: relative;
    line-height: .8rem;
    border-bottom: 1px dashed #C4D1E5;
}
.inner_s1 li a{
    font-size: .2rem;
    color: #3D3D3D;
    padding: 0 1.2rem 0 .24rem;
    transition: .5s;
}
.inner_s1 li time{
    position: absolute;
    right: 0;
    top: 0;
    font-size: .16rem;
    color: #9E9E9E;
}
.inner_s1 li:before{
    position: absolute;
    content: '';
    left: 0;
    top: 50%;
    width: .05rem;
    height: .05rem;
    background: #a30f0f;
    transform: translateY(-50%);
}
.inner_s1 li:after{
    position: absolute;
    content: '';
    bottom: -1px;
    right: 0;
    width: 0;
    height: 1px;
    background: #a30f0f;
    transition: .5s;
}
.inner_s1 li:hover a{
    color: #a30f0f;
    font-weight: bold;
}
.inner_s1 li:hover:after{
    left: 0;
    width: 100%;
}

.inner_s1 {
    margin-top: .29rem;
}

/*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.8rem;
    height: 1.7rem;
}
.inner_s2 li .txt{
    width: calc(100% - 3.2rem);
    padding-right: .3rem;
}
.inner_s2 li h3{
    font-size: .2rem;
    line-height: .3rem;
    color: #333333;
    font-weight: bold;
    transition: .5s;
}
.inner_s2 li p{
    font-size: .16rem;
    line-height: .24rem;
    color: #666666;
    height: .48rem;
    margin-top: .15rem;
    transition: .5s;
}
.inner_s2 li time{
    margin-top: .16rem;
    display: block;
    font-size: .14rem;
    color: #9D9D9D;
    line-height: .3rem;
    transition: .5s;
}
.inner_s2 li:before{
    position: absolute;
    content: '';
    top: 0;
    bottom: 0;
    right: 0;
    width: 0;
    background: #a30f0f;
    box-shadow: .04rem .04rem .1rem 0 rgba(0, 0, 0, 0.2);
    transition: .5s;
    z-index: 1;
}
.inner_s2 li:after{
    position: absolute;
    content: '';
    left: 3.2rem;
    bottom: 0;
    right: 0;
    border-bottom: 1px dashed rgba(0, 0, 0, 0.16);
}
.inner_s2 li:hover:before{
    left: 0;
    width: 100%;
}
.inner_s2 li:hover h3{
    color: #fff;
}
.inner_s2 li:hover p{
    color: #fff;
}
.inner_s2 li:hover time{
    color: #fff;
}
.inner_s2 li:first-child{
    margin-top: 0;
}
.inner_s2 li{
    position: relative;
    margin-top: .3rem;
}

.inner_s2{
    margin-top: .36rem;
}

/*inner_s3*/

.inner_s3 ul{
    display: flex;
    flex-wrap: wrap;

}
.inner_s3 ul li{
    width: 30.15%;
    margin: .5rem 0 0 4.775%;
    position: relative;
}
.inner_s3 ul li:nth-child(-n+3){
    margin-top: 0;
}
.inner_s3 ul li:nth-child(3n+1){
    margin-left: 0;
}
.inner_s3 ul li a{
    display: block;
}
.inner_s3 ul li .pic{
    padding-top: 2.4rem;
}
.inner_s3 ul li h3{
    font-size: .2rem;
    line-height: .3rem;
    color: #333333;
    text-align: center;
    transition: .5s;
}
.inner_s3 ul li .txt{
    padding: .2rem .2rem .1rem;
    border-bottom: .02rem solid #a30f0f;
}
.inner_s3 ul li:hover h3{
    color: #a30f0f;
    font-weight: bold;
}

.inner_s3 {
    margin-top: .36rem;
}

/*inner_s4*/

.inner_s4 .tit2 h2{
    position: relative;
    font-size: .2rem;
    line-height: .26rem;
    color: #a30f0f;
    font-weight: bold;
    padding-left: .1rem;
}
.inner_s4 .tit2 h2:before{
    position: absolute;
    content: '';
    left: 0;
    top: 50%;
    width: .03rem;
    height: .22rem;
    background: #a30f0f;
    transform: translateY(-50%);
}

.inner_s4 ul li{
    width: 48.41%;
    margin: .3rem 0 0 ;
    position: relative;
    background: #fff;
    transition: .5s;
    box-shadow: 0 0 .1rem rgba(0, 0, 0, 0.15);
}
.inner_s4 ul li:nth-child(-n+2){
    margin-top: 0;
}
.inner_s4 ul li a{
    display: flex;
    align-items: center;
    height: .84rem;
    font-size: .2rem;
    line-height: .26rem;
    color: #a30f0f;
    font-weight: bold;
    padding: 0 .6rem;
    transition: .5s;
}
.inner_s4 ul li:after{
    position: absolute;
    content: '';
    bottom: 0;
    right: 0;
    width: 0;
    height: .04rem;
    background: #a30f0f;
    transition: .5s;
}
.inner_s4 ul li:hover:after{
    left: 0;
    width: 100%;
}


.inner_s4 ul{
    margin-top: .4rem;
}
.inner_s4 .block:not(:last-child){
    padding-bottom: .4rem;
    border-bottom: 1px solid #D8D8D8;
}
.inner_s4 .block:not(:first-child){
    margin-top: .4rem;
}
.inner_s4{
    margin-top: .36rem;
}

/*inner_s5*/

.inner_s5 ul li{
    width: 48.41%;
    margin: .3rem 0 0 ;
    position: relative;
    background: rgba(9, 142, 147, 0.1);
    transition: .5s;
}
.inner_s5 ul li:nth-child(-n+2){
    margin-top: 0;
}
.inner_s5 ul li a{
    display: flex;
    align-items: center;
    height: .84rem;
    font-size: .2rem;
    line-height: .26rem;
    color: #a30f0f;
    font-weight: bold;
    padding: 0 .6rem;
    transition: .5s;
}
.inner_s5 ul li:after{
    position: absolute;
    content: '';
    bottom: 0;
    right: 0;
    width: 0;
    height: .04rem;
    background: #fe9800;
    transition: .5s;
}
.inner_s5 ul li:hover:after{
    left: 0;
    width: 100%;
}
.inner_s5 ul li:hover a{
    color: #fff;
}
.inner_s5 ul li:hover{
    background: rgba(9, 142, 147, 1);
}
.inner_s5{
    margin-top: .36rem;
}

/*inner_s6*/
.inner_s6 .tit2 h2{
    position: relative;
    font-size: .2rem;
    line-height: .26rem;
    color: #a30f0f;
    font-weight: bold;
    padding-left: .1rem;
}
.inner_s6 .tit2 h2:before{
    position: absolute;
    content: '';
    left: 0;
    top: 50%;
    width: .03rem;
    height: .22rem;
    background: #a30f0f;
    transform: translateY(-50%);
}

.inner_s6 ul{
    display: flex;
    flex-wrap: wrap;
}
.inner_s6 li{
    width: 30.95%;
    margin: .3rem 0 0 3.575%;
    position: relative;
}
.inner_s6 li:nth-child(-n+3){
    margin-top: 0;
}
.inner_s6 li:nth-child(3n+1){
    margin-left: 0;
}
.inner_s6 li a{
    position: relative;
    padding: 0 .15rem .16rem;
    z-index: 2;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: space-between;
}
.inner_s6 li .pic{
    width: 1.6rem;
    height: 1.9rem;
}
.inner_s6 li .pic:after{
    position: absolute;
    content: '';
    left: 0;
    right: 0;
    bottom: 0;
    height: .04rem;
    background: #FE9800;
}
.inner_s6 li .txt{
    width: calc(100% - 1.8rem);
    margin-top: .4rem;
    padding: .25rem 0 0;
}
.inner_s6 li h3{
    font-size: .18rem;
    line-height: .28rem;
    color: #a30f0f;
    font-weight: bold;
    transition: .5s;
}
.inner_s6 li i{
    display: block;
    height: 1px;
    width: 1.25rem;
    max-width: 100%;
    background: #C9C9C9;
    margin: .09rem 0 .14rem;
    transition: .5s;
}
.inner_s6 li p{
    font-size: .16rem;
    line-height: .24rem;
    color: #3D3D3D;
    height: .48rem;
    transition: .5s;
}
.inner_s6 li:after{
    position: absolute;
    content: '';
    left: 0;
    right: 0;
    top: .4rem;
    bottom: 0;
    background: #a30f0f;
    opacity: .1;
    transition: .5s;
}
.inner_s6 li:hover:after{
    opacity: 1;
}
.inner_s6 li:hover h3{
    color: #fff;
}
.inner_s6 li:hover i{
    background: #fff;
}
.inner_s6 li:hover p{
    color: #fff;
}

.inner_s6 ul{
    margin-top: .2rem;
}

.inner_s6 .block:not(:last-child){
    padding-bottom: .4rem;
    border-bottom: 1px solid #D8D8D8;
}
.inner_s6 .block:not(:first-child){
    margin-top: .4rem;
}
.inner_s6{
    margin-top: .36rem;
}

/*inner_s7*/

.inner_s7 .dtl_tit h1{
    font-size: .2rem;
    line-height: 1.5;
    color: #333333;
    font-weight: bold;
    text-align: center;
}
.inner_s7 .dtl_tit .cont p{
    font-size: .16rem;
    line-height: .32rem;
    color: #9E9E9E;
    margin: 0 .3rem;
}
.inner_s7 .dtl_tit .cont{
    margin-top: .3rem;
    padding: .05rem 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    background: #F7F7F7;
}
.inner_s7 .dtl_txt p{
    font-size: .18rem;
    line-height: .34rem;
    color: #333;
    text-indent: 2em;
}
.inner_s7 .dtl_txt p img{
    display: block;
    width: auto;
    height: auto;
    max-width: 100%;
    margin: .4rem auto .2rem;
}
.inner_s7 .dtl_txt{
    margin-top: .3rem;
}
.inner_s7 .dtl_page p{
    font-size: .16rem;
    line-height: .34rem;
    color: #333333;
    transition: .5s;
}
.inner_s7 .dtl_page p:hover{
    color: #a30f0f;
}
.inner_s7 .dtl_page{
    margin-top: .4rem;
    padding-top: .35rem;
    border-top: 1px dashed #D8D8D8;
}

.inner_s7{
    margin-top: .36rem;
}

/*inner_s8*/

.inner_s8 .block1 .con{
    padding: .2rem .2rem .21rem;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: space-between;

}
.inner_s8 .block1 .pic{
    width: 1.32rem;
    height: 1.68rem;
}

.inner_s8 .block1 .txt{
    width: calc(100% - 1.6rem);
    padding-top: .08rem;
}
.inner_s8 .block1 .txt h2{
    font-size: .2rem;
    line-height: .3rem;
    color: #333333;
    font-weight: bold;
    margin-bottom: .07rem;
}
.inner_s8 .block1 .txt h4{
    display: flex;
    flex-wrap: wrap;
    margin-top: .05rem;
}
.inner_s8 .block1 .txt h4 span{
    display: block;
    font-size: .18rem;
    color: #666666;
    line-height: .36rem;
    margin-right: .6rem;
}
.inner_s8 .block1:after{
    position: absolute;
    content: '';
    left: 0;
    right: 0;
    bottom: 0;
    height: .02rem;
    background:#a30f0f;
}
.inner_s8 .block1{
    position: relative;
    background: #fff;
    box-shadow: 0 0 .1rem 0 rgba(0, 0, 0, 0.1);
}
.inner_s8 .block2 .tit3 h3:before{
    position: absolute;
    content: '';
    left: 0;
    top: 50%;
    width: .08rem;
    height: .08rem;
    background: #a30f0f;
    transform: translateY(-50%);
}
.inner_s8 .block2 .tit3 h3{
    font-size: .2rem;
    line-height: .46rem;
    color: #333333;
    font-weight: bold;
    padding-left: .2rem;
    position: relative;
}
.inner_s8 .block2 .tit3{
    padding: 0 .16rem;
    background: #F4F6F6;
}

.inner_s8 .block2 .txt p{
    font-size: .18rem;
    line-height: .34rem;
    color: #666666;

}
.inner_s8 .block2 .txt{
    padding: .2rem;
}
.inner_s8 .block2{
    margin-top: .2rem;
}
.inner_s8 .block2:nth-child(2){
    margin-top: .4rem;
}
.inner_s8{
    margin-top: .46rem;
}

/*inner_s9*/

.inner_s9 .li{
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    justify-content: space-between;
}
.inner_s9 .li .item{
    width: 47.62%;
    padding: .36rem 0 .4rem;
    min-height: 1.37rem;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: space-between;
    border-bottom: 1px solid rgba(51, 51, 51, 0.2);
}

.inner_s9 .li .item .ll span:before{
    position: absolute;
    content: '';
    left: 0;
    top: 50%;
    width: .03rem;
    height: .22rem;
    background: #a30f0f;
    transform: translateY(-50%);
}
.inner_s9 .li .item .ll span{
    display: block;
    font-size: .2rem;
    line-height: .3rem;
    color: #a30f0f;
    font-weight: bold;
    padding-left: .23rem;
    position: relative;
}
.inner_s9 .li .item .ll{
    width: 1.43rem;
}
.inner_s9 .li .item .rr{
    width: calc(100% - 1.43rem);
}
.inner_s9 .li .item .rr p{
    font-size: .2rem;
    line-height: .3rem;
    color: #3D3D3D;
}
.inner_s9 .li:first-child .item{
    border-top: 1px solid rgba(51, 51, 51, 0.2);
}
.inner_s9{
    margin-top: .36rem;
}

/*.inner_s10*/

.inner_s10 p{
    font-size: .18rem;
    line-height: .34rem;
    color: #3D3D3D;
    text-indent: 2em;
}
.inner_s10 p:not(:first-child){
    margin-top: .3rem;
}

.inner_s10 .block2 .left{
    width: 52.69%;
}
.inner_s10 .block2 .img img{
    display: block;
    position: relative;
    z-index: 2;
    width: 100%;
}
.inner_s10 .block2 .img:after{
    position: absolute;
    content: '';
    right: 0;
    bottom: 0;
    left: .24rem;
    top: .3rem;
    background: rgba(9, 142, 147, 0.1);
}
.inner_s10 .block2 .img{
    padding: 0 .24rem .3rem 0;
    position: relative;
}

.inner_s10 .block2 .right{
    width: 44.60%;
}
.inner_s10 .block2 h5 span{
    color: #a30f0f;
    font-weight: bold;
}
.inner_s10 .block2 h5{
    font-size: .18rem;
    line-height: .3rem;
    color: #333333;
    margin-top: .24rem;
}
.inner_s10 .block2{
    margin-top: .4rem;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: space-between;
}

.inner_s10 .block3 .left{
    width: 72.78%;
    position: relative;
    padding: .6rem;
}
.inner_s10 .block3 .left:after{
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    bottom: 0;
    width: .04rem;
    background: #FE9800;
}
.inner_s10 .block3 .right{
    width: 27.22%;
}
.inner_s10 .block3 .right .img{
    height: 100%;
}
.inner_s10 .block3 .right .img img{
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.inner_s10 .block3 p{
    color: #fff;
}
.inner_s10 .block3{
    margin-top: .6rem;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    background: #a30f0f url() no-repeat bottom center/100% auto;
    box-shadow: 0 0 .2rem 0 rgba(0, 0, 0, 0.1);
}
.inner_s10 .block4{
    margin-top: .6rem;
}

.inner_s10 .block5 li{
    width: 20%;
}
.inner_s10 .block5 li h3 span{
    display: block;
    font-size: .48rem;
    font-family: 'DIN Pro',sans-serif;
    line-height: 1;
    color: #a30f0f
}
.inner_s10 .block5 li h3{
    display: flex;
    align-items: baseline;
    justify-content: center;
    font-size: .18rem;
    line-height: .3rem;
    color: #3D3D3D;
}
.inner_s10 .block5 ul{
    padding: 0 0 .6rem;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    border-bottom: 1px solid #D8D8D8;
}
.inner_s10 .block5{
    margin-top: .5rem;
}
.inner_s10 .block6 img{
    display: block;
    width: 100%;
}
.inner_s10 .block6 {
    margin-top: .6rem;
}
.inner_s10{
    margin-top: .46rem;
}

/*手机端内页菜单*/

#m_n_nav {
    display: none;
    line-height: 50px;
    position: relative;
    z-index: 9;
    width: 100%;
    background: #a30f0f;
}

#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: #a30f0f;
}

#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: #a30f0f;
}

@media (max-width: 1199px){
    .n_banner .img{
    }
    #m_n_nav{
        display: block;
    }
    .leftNav{
        display: none;
    }
    .rightBox{
        width: 100%;
        padding-top: 0;
    }
    .n_tit h2,
    .n_tit i{
        display: none;
    }
    .posi{
        margin-left: 0;
    }
    .inner_page{
        padding: .3rem 0 .4rem;
    }
}
@media (max-width: 1025px){
    .inner_page{
        padding: .2rem 0 .4rem;
    }
    .inner_s1 li a{
        font-size: .19rem;
    }
    .inner_s1 li{
        line-height: .7rem;
    }
    .inner_s1{
        margin-top: .2rem;
    }
    .inner_s2 li .txt {
        width: calc(100% - 3rem);
        padding-right: .2rem;
    }
    .inner_s2 li:after{
        left: 3rem;
    }
    .inner_s2 li{
        margin-top: .26rem;
    }
    .inner_s2{
        margin-top: .3rem;
    }
    .pagination{
        padding-top: .4rem;
    }
    .inner_s3 ul li .pic{
        padding-top: 63.16%;
    }
    .inner_s3 ul li .txt{
        padding: .15rem;
    }
    .inner_s3 ul li{
        width: 32%;
        margin: 0;
    }
    .inner_s3 ul{
        gap: .26rem 2%;
    }
    .inner_s3{
        margin-top: .26rem;
    }
    .inner_s4 ul li a,
    .inner_s5 ul li a{
        padding: 0 .2rem;
        height: .64rem;
        font-size: .18rem;
    }
    .inner_s4 ul li,
    .inner_s5 ul li{
        width: 49%;
        margin: 0;
    }
    .inner_s4 ul,
    .inner_s5 ul{
        gap: .2rem 2%;
        margin-top: .3rem;
    }
    .inner_s4 .block:not(:last-child){
        padding-bottom: .3rem;
    }
    .inner_s4 .block:not(:first-child){
        margin-top: .3rem;
    }
    .inner_s4{
        margin-top: .26rem;
    }
    .inner_s5{
        margin-top: 0;
    }
    .inner_s6 li{
        width: 49%;
        margin: 0;
    }
    .inner_s6 ul{
        gap: .2rem 2%;
    }
    .inner_s6 .block:not(:last-child){
        padding-bottom: .2rem;
    }
    .inner_s6 .block:not(:first-child){
        margin-top: .3rem;
    }
    .inner_s6{
        margin-top: .26rem;
    }
    .inner_s8 .block2:nth-child(2){
        margin-top: .3rem;
    }
    .inner_s8 .block2 .txt{
        padding: .1rem;
    }
    .inner_s8 .block1 .txt h4 span{
        margin-right: .3rem;
    }
    .inner_s8 .block1 .txt h4{
        margin-top: 0;
    }
    .inner_s8{
        margin-top: .26rem;
    }
    .inner_s7 .dtl_tit .cont p{
        margin: 0;
    }
    .inner_s7 .dtl_tit .cont{
        margin-top: .15rem;
        gap: 0 .2rem;
    }
    .inner_s7 .dtl_txt{
        margin-top: .2rem;
    }
    .inner_s7 .dtl_txt p img{
        margin: .2rem auto;
    }
    .inner_s7 .dtl_page{
        margin-top: .3rem;
        padding-top: .2rem;
    }
    .inner_s7{
        margin-top: .26rem;
    }
    .inner_s9 .li .item{
        width: 100%;
        padding: .2rem 0;
    }
    .inner_s9 .li .item .ll span{
        padding-left: .15rem;
    }
    .inner_s9 .li:first-child .item:nth-child(2){
        border-top: none;
    }
    .inner_s9 .li .item .rr p{
        font-size: .18rem;
    }
    .inner_s9{
        margin-top: .26rem;
    }
    .inner_s10 .block2 .left{
        width: 100%;
    }
    .inner_s10 .block2 .img{
        padding: 0 .15rem .15rem 0;
    }
    .inner_s10 .block2 .img:after{
        left: .15rem;
        top: .15rem;
    }
    .inner_s10 p:not(:first-child){
        margin-top: .2rem;
    }
    .inner_s10 .block2 .right{
        width: 100%;
        margin-top: .2rem;
    }
    .inner_s10 .block2 h5{
        margin-top: .15rem;
    }
    .inner_s10 .block2{
        margin-top: .2rem;
    }
    .inner_s10 .block3 .left{
        padding: .2rem;
        width: 100%;
        position: static;
    }
    .inner_s10 .block3 .right{
        width: 100%;
    }
    .inner_s10 .block3 .right .img img{
        width: auto;
        height: auto;
        margin: 0 auto;
        max-width: 100%;
    }
    .inner_s10 .block3{
        margin-top: .2rem;
        position: relative;
        padding-bottom: .2rem;
    }
    .inner_s10 .block4{
        margin-top: .2rem;
    }
    .inner_s10 .block5 li h3 span{
        font-size: .38rem;
    }
    .inner_s10 .block5 li{
        width: 33.33%;
    }
    .inner_s10 .block5 ul{
        gap: .2rem 0;
        padding-bottom: .2rem;
        justify-content: center;
    }
    .inner_s10 .block5{
        margin-top: .2rem;
    }
    .inner_s10 .block6{
        margin-top: .2rem;
    }
    .inner_s10{
        margin-top: .26rem;
    }
}
@media (max-width: 769px){
    .inner_s1 li a{
        padding: 0 1.1rem 0 .15rem;
    }
    .inner_s1 li{
        line-height: .6rem;
    }
    .inner_s2 li .pic{
        width: 100%;
        height: auto;
        padding-top: 60.71%;
    }
    .inner_s2 li .txt{
        width: 100%;
        padding: .2rem .15rem;
    }
    .inner_s2 li time,
    .inner_s2 li p{
        margin-top: .1rem;
    }
    .inner_s2 li:after{
        left: 0;
    }
    .inner_s3 ul li{
        width: 49%;
    }

    .inner_s6 li .pic {
        width: 1.4rem;
        height: 1.7rem;
    }
    .inner_s6 li .txt {
        width: calc(100% - 1.6rem);
        margin-top: 0.3rem;
        padding: .2rem 0 0;
    }
    .inner_s6 li:after{
        top: .3rem;
    }
    .inner_s9 .li .item .ll{
        width: 100%;
        margin-bottom: .1rem;
    }
    .inner_s9 .li .item .rr{
        width: 100%;
    }
    .inner_s9 .li .item{
        display: block;
    }

}
@media (max-width: 641px){
    .inner_s6 li{
        width: 100%;
    }
    .inner_s10 .block5 ul{
        gap: .26rem 0;
    }
    .inner_s10 .block5 li{
        width: 50%;
    }
    .inner_s10 .block5 li:last-child{
        width: 100%;
    }
}
@media (max-width: 481px){
    .inner_s3 ul li .txt{
        padding: .1rem;
    }
    .inner_s4 ul li,
    .inner_s5 ul li{
        width: 100%;
    }
    .inner_s6 li h3{
        font-size: .2rem;
    }
    .inner_s6 li p{
        font-size: .18rem;
    }
    .inner_s8 .block1 .con{
        display: block;
    }
    .inner_s8 .block1 .pic{
        margin: 0 auto;
    }
    .inner_s8 .block1 .txt{
        width: 100%;
        padding-top: .15rem;
    }
    .inner_s8 .block1 .txt h2{
        text-align: center;
    }
    .inner_s8 .block1 .txt h4{
        justify-content: center;
    }
    .inner_s8 .block1 .txt h4 span{
        margin: 0;
    }

}