@charset "utf-8";

.header_box {
    padding: .3rem 0;
}

.header_box:after {
    height: 1.79rem;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.6161) 0%, rgba(0, 0, 0, 0) 100%);
}

/**/
.pagination {
    text-align: center;
    font-size: 0;
    padding-top: 1.02rem;
}

.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: #015DD3;
    color: #fff;
    border: 1px solid #015DD3;
}

.pagination a:hover {
    background: #015DD3;
    color: #fff;
    border: 1px solid #015DD3;
}

.n_banner img {
    display: block;
    width: 100%;
}

.inner-page {
    position: relative;
    padding-bottom: 1.02rem;
    background: #fff url("../images/inner-bg.png") no-repeat bottom center/100%;
}

.left-nav {
    align-self: flex-start;
    position: relative;
    z-index: 2;
    margin-top: -1.2rem;
    width: 18.125%;
    padding-bottom: 1.1rem;
    background: #fff;
    box-shadow: 0 .05rem .1rem .02rem rgba(0, 0, 0, 0.1);
}

.left-nav .tit h3 {
    font-size: .26rem;
    line-height: .36rem;
    color: #fff;
    text-align: center;
}

.left-nav .tit h4 {
    margin-top: .08rem;
    display: flex;
    align-items: flex-end;
    justify-content: center;
}

.left-nav .tit h4 span {
    display: block;
    font-size: .16rem;
    line-height: .2rem;
    color: #fff;
    margin: 0 .09rem;
    flex-shrink: 0;
}

.left-nav .tit h4 i {
    display: block;
    width: .5rem;
    height: .02rem;
    margin-bottom: .05rem;
    background: #fff;
}

.left-nav .tit {
    padding: .26rem .2rem .3rem;
    background: url("/images/n-img-1.jpg") no-repeat bottom center/cover;
}

.left-nav .block .box h3 {
    position: relative;
    font-size: .2rem;
    line-height: .59rem;
    color: #333;
    padding: 0 .6rem 0 .47rem;
    border-bottom: 1px dashed rgba(235, 209, 174, 0.4);
}

.left-nav .block .box h3:after {
    position: absolute;
    content: '';
    left: 0;
    right: 100%;
    top: -1px;
    bottom: -1px;
    background: #F5F6F8;
    opacity: 0;
    visibility: hidden;
    transition: .5s;
}

.left-nav .block .box a {
    display: block;
    position: relative;
    z-index: 2;
}

.left-nav .block .box h3 i {
    position: absolute;
    content: '';
    right: .47rem;
    top: 50%;
    width: .07rem;
    height: .12rem;
    transform: translateY(-50%);
    background: url("/images/n-img-2.png") no-repeat 50%/100%;
    cursor: pointer;
    transition: .5s;
    z-index: 2;
}

.left-nav .block .s-link a {
    display: block;
    font-size: .16rem;
    line-height: .34rem;
    color: #666;
    transition: .5s;

}

.left-nav .block .s-link a:hover {
    color: #015DD3;
}

.left-nav .block .s-link {
    display: none;
    padding: .15rem 0 0 .47rem;
}

.left-nav .block .box.on h3:after,
.left-nav .block .box.active h3:after {
    right: 0;
    opacity: 1;
    visibility: visible;
}

.left-nav .block .box.on h3 i,
.left-nav .block .box.active h3 i {
    background-image: url("/images/n-img-3.png");
}

.left-nav .block .box.on h3,
.left-nav .block .box.active h3 {
    color: #015DD3;
}

.left-nav .block .box.active .s-link {
    display: block;
}

.right-box {
    width: 78.125%;
}

.n-tit {
    padding: .6rem 0 .34rem;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid rgba(151, 151, 151, 0.4);
}

.n-tit h2 {
    display: flex;
    align-items: flex-start;
    font-size: .26rem;
    line-height: .3rem;
    color: #333333;
}

.n-tit h2 img {
    display: block;
    width: .42rem;
    margin-right: .05rem;
}

.posi {
    display: flex;
    align-items: center;
    font-size: .18rem;
    line-height: .24rem;
    color: #666666;
}

.posi span:not(:first-child) {
    margin: 0 0.03rem;
}

.inner-s1 li a {
    position: relative;
    z-index: 2;
    padding: .5rem .3rem;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}

.inner-s1 li .pic {
    width: 3.78rem;
    height: 2.2rem;
}

.inner-s1 li .txt-box {
    width: calc(100% - 4.18rem);
}

.inner-s1 li time {
    display: flex;
    align-items: flex-end;
    font-size: .16rem;
    line-height: 1.25em;
    color: #015DD3;
}

.inner-s1 li time i {
    display: block;
    font-size: .24rem;
    line-height: 1;
    margin-right: .03rem;
}

.inner-s1 li h3 {
    font-size: .2rem;
    line-height: .24rem;
    color: #333;
    margin-top: .24rem;
}

.inner-s1 li p {
    font-size: .16rem;
    line-height: .28rem;
    color: #666666;
    height: .56rem;
    margin-top: .39rem;
}

.inner-s1 li .txt-box * {
    transition: .5s;
}

.inner-s1 li:after {
    position: absolute;
    content: '';
    left: 0;
    right: 100%;
    top: 0;
    bottom: -1px;
    background: url("/images/n-img-6.png") no-repeat bottom center/cover;
    opacity: 0;
    visibility: hidden;
    transition: .5s;
}

.inner-s1 li {
    position: relative;
    border-bottom: 1px dashed rgba(1, 93, 211, 0.4);
}

.inner-s1 li:hover:after {
    right: 0;
    opacity: 1;
    visibility: visible;
}

.inner-s1 li:hover time {
    color: #FFFFFF;
}

.inner-s1 li:hover h3 {
    color: #FFFFFF;
    font-family: 'SourceHanSansCN-Bold', sans-serif;
}

.inner-s1 li:hover p {
    color: #FFFFFF;
}

.inner-s2 li a {
    position: relative;
    z-index: 2;
    padding: .49rem .3rem .43rem;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}

.inner-s2 li time {
    display: block;
    width: 1rem;
    text-align: center;
}

.inner-s2 li time span {
    display: block;
    font-size: .44rem;
    line-height: 1;
    color: #015DD3;
    font-family: 'SourceHanSansCN-Bold', sans-serif;
}

.inner-s2 li time em {
    margin-top: .17rem;
    display: block;
    font-size: .18rem;
    line-height: .28rem;
    color: #fff;
    background: linear-gradient(270deg, #2273D7 0%, #1E6AC8 100%);
}

.inner-s2 li .txt-box {
    width: calc(100% - 1.5rem);
}

.inner-s2 li h3 {
    font-size: .22rem;
    line-height: .28rem;
    color: #333;
}

.inner-s2 li p {
    font-size: .16rem;
    line-height: .28rem;
    color: #666666;
    height: .56rem;
    margin-top: .12rem;
}

.inner-s2 li a * {
    transition: .5s;
}

.inner-s2 li:after {
    position: absolute;
    content: '';
    left: 0;
    right: 100%;
    top: 0;
    bottom: -1px;
    background: url("/images/n-img-7.png") no-repeat bottom center/cover;
    opacity: 0;
    visibility: hidden;
    transition: .5s;
}

.inner-s2 li {
    position: relative;
    border-bottom: 1px dashed rgba(1, 93, 211, 0.4);
}

.inner_list1 li a {
    padding: .2rem
}

.inner_list1 li p {
    height: auto;
}

.inner-s2 li:hover:after {
    right: 0;
    opacity: 1;
    visibility: visible;
}

.inner-s2 li:hover time span {
    color: #fff;
}

.inner-s2 li:hover time em {
    background: #fff;
    color: #015DD3;
}

.inner-s2 li:hover h3 {
    color: #fff;
    font-family: 'SourceHanSansCN-Medium', sans-serif;
}

.inner-s2 li:hover p {
    color: #fff;
}

.inner-s3 li {
    margin-top: .42rem;
    width: 49%;
    height: 100%;
    /* min-height: 2.85rem; */
    background: #fff url("../images/n-img-9.png") no-repeat bottom left/contain;
    box-shadow: 0 .05rem .08rem .02rem rgba(0, 0, 0, 0.1019);
}

.inner-s3 li a {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    height: 100%;
    min-height: 2.6rem;
}

.inner-s3 li .pic {
    width: 2.02rem;
    height: 2.61rem;
    min-height: 100%;
}

.inner-s3 li .txt-box {
    width: calc(100% - 2.02rem);
    position: relative;
    padding: .2rem .2rem .18rem .2rem;
}

.inner-s3 li .name {
    display: flex;
    align-items: flex-start;
}

.inner-s3 li .name h3 {
    font-size: .2rem;
    line-height: .24rem;
    color: #015DD3;
    margin-right: .05rem;
    flex-shrink: 0;
}

.inner-s3 li .name h4 {
    font-size: .16rem;
    line-height: .24rem;
    color: #333333
}

.inner-s3 li .txt-box i {
    display: block;
    margin: .14rem 0 .1rem;
    border-top: 1px dashed rgba(1, 93, 211, 0.4);
}

.inner-s3 li .txt-box h5 {
    font-size: .14rem;
    line-height: .18rem;
    color: #666666;
    margin-bottom: .1rem;
}

.inner-s3 li .txt-box h5.h51 {
    margin-bottom: .1rem;
}

.inner-s3 li .txt-box h5:last-child {
    margin-bottom: 0;
}

.inner-s3 li .txt-box h5 span {
    color: #015DD3
}

.inner-s3 li .txt-box:before {
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    width: .06rem;
    height: .8rem;
    background: #015DD3;
    transition: .5s;
}

.inner-s3 li:hover .txt-box:before {
    height: 100%;
}

.inner-s4 .item h3 {
    font-size: .24rem;
    line-height: .3rem;
    color: #015DD3;
    margin-bottom: .3rem;
}

.inner-s4 .item ul {
    display: flex;
    flex-wrap: wrap;
}

.inner-s4 .item li {
    width: 31.5%;
    margin-top: .24rem;
    margin-left: 2.75%;
    background: rgba(1, 93, 211, 0.15);
    position: relative;
}

.inner-s4 .item li:nth-child(-n+3) {
    margin-top: 0;
}

.inner-s4 .item li:nth-child(3n+1) {
    margin-left: 0;
}

.inner-s4 .item li h4 {
    position: relative;
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: center;
    height: .8rem;
    padding: .1rem .42rem;
    transition: .5s;
}

.inner-s4 .item li h4 span {
    display: block;
    font-size: 0;
}

.inner-s4 .item li a {
    display: inline;
    font-size: .16rem;
    line-height: .24rem;
    color: #333333;
    transition: .5s;
}

.inner-s4 .item li:after {
    position: absolute;
    content: '';
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: url("/images/n-img-10.png") no-repeat 50%/cover;
    box-shadow: 0 .04rem .13rem .02rem rgba(0, 0, 0, 0.2648);
    opacity: 0;
    visibility: hidden;
    transition: .5s;
}

.inner-s4 .item li a:hover {
    color: #015DD3;
}

.inner-s4 .item li:hover:after {
    /* opacity: 1; */
    /* visibility: visible; */
}

.inner-s4 .item:before {
    position: absolute;
    content: '';
    left: 0;
    right: 0;
    top: 0;
    height: .06rem;
    background: #015DD3;
}

.inner-s4 .item {
    margin-top: .76rem;
    position: relative;
    background: #fff;
    padding: .3rem .3rem .5rem;
    box-shadow: 0 .07rem .11rem .01rem rgba(0, 0, 0, 0.0804);
}

.inner-s4 .item:first-child {
    margin-top: .47rem;
}


.inner-s5 {
    margin-top: .6rem;
    position: relative;
    padding: 0 1.7rem 0 .35rem;
}

.inner-s5 .list-top a {
    display: block;
}

.inner-s5 .list-top .pic {
    padding-top: 5.89rem;
}

.inner-s5 .bot {
    position: absolute;
    left: .55rem;
    bottom: 1.8rem;
    width: 9.86rem;
    z-index: 100;
}

.inner-s5 .list-bot {
    padding: .17rem 0;
}

.inner-s5 .list-bot h3 {
    margin-top: .15rem;
    font-size: .2rem;
    line-height: .24rem;
    color: #333333;
    text-align: center;
    transition: .5s;
}

.inner-s5 .list-bot .img_hezi {
    padding-top: 1.26rem;
}

.inner-s5 .list-bot .img_zd:after {
    position: absolute;
    content: '';
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    border: .07rem solid #015DD3;
    opacity: 0;
    visibility: hidden;
    transition: .5s;
}

.inner-s5 .list-bot .img_zd {
    transition: .5s;
}

.inner-s5 .list-bot .swiper-slide-thumb-active .img_zd:after {
    opacity: 1;
    visibility: visible;
}

.inner-s5 .list-bot .swiper-slide-thumb-active .img_zd {
    transform: translateY(-.17rem);
}

.inner-s5 .list-bot .swiper-slide-thumb-active h3 {
    color: #015DD3;
    transform: translateY(-.17rem);
}

.inner-s5 .bot .btn-box {
    position: absolute;
    bottom: -1rem;
    right: -1.53rem;
    display: flex;
    align-items: center;
    z-index: 100;
}

.inner-s5 .bot .btn {
    position: static;
    width: .3rem;
    height: .3rem;
    background: no-repeat 50%/100%;
    transform: none;
}

.inner-s5 .bot .prev {
    margin-right: .13rem;
    background-image: url("/images/prev-5.png");
}

.inner-s5 .bot .next {
    background-image: url("/images/next-5.png");
}
.inner-s5 .swiper-slide-prev {
    overflow: hidden;
}
.inner-s5:before {
    position: absolute;
    content: '';
    right: 0;
    bottom: 0;
    width: 1.87rem;
    height: 4.75rem;
    background: #015DD3 url("../images/n-img-13.png") no-repeat 50%/contain;
    z-index: 99;
}



.detail .dtl-tit h1 {
    font-size: .28rem;
    line-height: .34rem;
    color: #333;
    text-align: center;
    font-family: 'SourceHanSansCN-Medium', sans-serif;
}

.detail .dtl-tit p {
    margin-top: .17rem;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.detail .dtl-tit p>span {
    display: block;
    font-size: .16rem;
    line-height: .24rem;
    color: #666;
    margin: 0 .1rem;
}

.detail .dtl-tit {
    margin: .6rem 0 .4rem;
    padding: .22rem .2rem .23rem;
    background: rgba(216, 216, 216, 0.329);
}

.detail .dtl-txt p {
    font-size: .18rem;
    line-height: 1.44;
    color: #666666;
    text-indent: 2em;
    margin-top: .2rem;
}

.detail .dtl-txt img {
    display: block;
    height: auto !important;
    max-width: 100% !important;
    margin: 0 auto !important;
}

.detail .dtl-line {
    margin-top: .4rem;
    height: .06rem;
    background: url("/images/n-img-15.png") no-repeat left center/auto 100%;
}

.detail .dtl-page {
    padding-top: .4rem;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.detail .dtl-page p {
    max-width: 48%;
    font-size: .18rem;
    line-height: .22rem;
    color: #666;
    transition: .5s;
}

.detail .dtl-page p:hover {
    color: #015DD3;
}

.detail .dtl-back {
    margin-top: .7rem;
    display: flex;
    justify-content: center;
}

.detail .dtl-back a {
    display: block;
    font-size: .18rem;
    line-height: .6rem;
    color: #fff;
    width: 1.8rem;
    text-align: center;
    background: #015DD3;
    border-radius: .06rem;
}

.inner-s6 ul {
    display: flex;
    flex-wrap: wrap;
}

.inner-s6 li {
    width: 30.64%;
    margin-left: 4.04%;
    margin-top: .45rem;
    position: relative;
    background: #fff;
}

.inner-s6 li:nth-child(3n+1) {
    margin-left: 0;
}

.inner-s6 li:nth-child(-n+3) {
    margin-top: 0;
}

.inner-s6 li a {
    display: block;
    position: relative;
    z-index: 2;
}

.inner-s6 li .pic {
    padding-top: 2.15rem;
}

.inner-s6 li .txt h3 {
    font-size: .16rem;
    line-height: .24rem;
    color: #333;
    text-align: center;
    transition: .5s;
}

.inner-s6 li .txt {
    padding: .2rem .1rem .28rem;
}

.inner-s6 li:after {
    position: absolute;
    content: '';
    left: 0;
    right: 0;
    bottom: 0;
    height: .02rem;
    background: #015DD3;
    transition: .5s;
}

.inner-s6 li:hover:after {
    height: 100%;
}

.inner-s6 li:hover .txt h3 {
    color: #fff;
}

.inner-s6 {
    margin-top: .46rem;
}




/*ÊÖ»ú¶ËÄÚÒ³²Ëµ¥*/

#m_n_nav {
    display: none;
    line-height: 50px;
    position: relative;
    z-index: 9;
    width: 100%;
    background: #015DD3;
}

#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: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    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 {
    -webkit-transform: rotate(-180deg);
    -moz-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    -o-transform: rotate(-180deg);
    transform: rotate(-180deg);
}

#sub_nav_content {
    background: rgb(240, 243, 245);
    display: none;
    -webkit-box-shadow: rgb(153, 153, 153) 0px 0px 5px;
    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: #015DD3;
}

#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: #015DD3;
}


@media (max-width: 1199px) {
    .n_banner {
        margin-top: .75rem;
    }

    .left-nav {
        display: none;
    }

    #m_n_nav {
        display: block;
    }

    .inner-page {
        margin-top: 0;
        padding: .3rem 0 .45rem;
        min-height: 5rem;
    }

    .right-box {
        width: 100%;
    }
}

@media (max-width: 1025px) {
    .n-tit {
        padding: 0 0 .2rem;
    }

    .posi {
        font-size: .16rem;
    }

    .pagination {
        padding-top: .3rem;
    }

    .inner-s1 li a {
        padding: .3rem .2rem;
    }

    .inner-s1 li p {
        margin-top: .15rem;
    }

    .inner-s1 li h3 {
        margin-top: .15rem;
    }

    .inner-s2 li a {
        padding: .25rem .2rem;
    }

    .inner-s2 li time em {
        font-size: .16rem;
        margin-top: .1rem;
    }

    .inner-s2 li time {
        width: .8rem;
    }

    .inner-s2 li .txt-box {
        width: calc(100% - 1.1rem);
    }

    .inner-s2 li p {
        margin-top: .08rem;
    }

    .inner-s2 li h3 {
        font-size: .2rem;
    }

    .inner-s3 li .txt-box {
        width: calc(100% - 1.8rem);
        padding: 0.2rem .2rem .2rem 0.2rem;
    }

    .inner-s3 li .txt-box i {
        margin: .15rem 0 .1rem;
    }

    .inner-s3 li .txt-box:before {
        width: .03rem;
    }

    .inner-s3 li .pic {
        width: 1.8rem;
        height: 2.3rem;
    }

    .inner-s3 li {
        margin-top: 0.3rem;
        width: 100%;
    }

    .inner-s3 li a {
        min-height: auto;
    }

    .inner-s4 .item {
        margin-top: .3rem;
        padding: .3rem .2rem;
    }

    .inner-s4 .item:first-child {
        margin-top: .3rem;
    }

    .inner-s4 .item li h4 {
        padding: .1rem .2rem;
    }

    .inner-s4 .item h3 {
        margin-bottom: .2rem;
    }

    .inner-s4 .item li {
        width: 32%;
        margin: 0 !important;
    }

    .inner-s4 .item ul {
        gap: .2rem 2%;
    }

    .detail .dtl-tit h1 {
        font-size: .24rem;
        line-height: .3rem;
    }

    .detail .dtl-tit p {
        margin-top: .1rem;
    }

    .detail .dtl-tit {
        padding: .2rem;
        margin: .3rem 0;
    }

    .detail .dtl-txt p {
        line-height: 2;
    }

    .detail .dtl-line {
        margin-top: .3rem;
    }

    .detail .dtl-page {
        padding-top: .1rem;
    }

    .detail .dtl-page p {
        width: 100%;
        max-width: 100%;
        white-space: normal;
        line-height: 2;
    }

    .detail .dtl-back {
        margin-top: 0.3rem;
    }

    .detail .dtl-back a {
        line-height: .5rem;
        width: 1.4rem;
    }

  .inner-s5 {
padding: 0;
margin-top: .3rem;
}

.inner-s5 .list-top1 .pic {
padding-top: 56.31%;
}

.inner-s5 .bot {
position: relative;
inset: auto;
margin-top: .1rem;
width: auto;
}

.inner-s5 .list-bot .img_hezi {
padding-top: 56.25%;
}

.inner-s5 .bot .btn {
position: absolute;
top: 50%;
transform: translateY(-50%);
}

.inner-s5 .bot .btn-box {
position: static;
display: block;
}

.inner-s5:after,
.inner-s5:before {
display: none;
}

.inner-s5 .list-bot {
padding: 0;
}

.inner-s5 .list-bot .swiper-slide-thumb-active .img_zd {
transform: none;
}

.inner-s5 .list-bot .img_zd:after {
border-width: .04rem;
}




    .inner-s6 li .pic {
        padding-top: 56.14%;
    }

    .inner-s6 li .txt {
        padding: .2rem .1rem;
    }

    .inner-s6 li {
        width: 32%;
        margin: 0 !important;
    }

    .inner-s6 ul {
        gap: .26rem 2%;
    }

    .inner-s6 {
        margin-top: .3rem;
    }
}


@media (max-width: 769px) {
    .n-tit h2 {
        width: 100%;
        font-size: .24rem;
        align-items: center;
    }

    .n-tit h2 img {
        width: .3rem;
    }

    .posi {
        width: 100%;
        margin-top: .1rem;
    }

    .n-tit {
        padding-bottom: .15rem;
    }

    .inner-s1 li .pic {
        width: 3.08rem;
        height: 1.8rem;
    }

    .inner-s1 li .txt-box {
        width: calc(100% - 3.3rem);
    }

    .inner-s1 li a {
        padding: .2rem;
    }

    .inner-s2 li a {
        padding: .15rem .1rem;
    }

    .inner-s2 li time span {
        font-size: .36rem;
    }

    .inner-s2 li time em {
        font-size: .14rem;
        margin-top: .05rem;
    }

    .inner-s2 li time {
        width: 0.7rem;
    }

    .inner-s2 li .txt-box {
        width: calc(100% - 0.85rem);
    }

    .inner-s3 li {
        width: 100%;
    }
}

@media (max-width: 641px) {
    .inner-s1 li a {
        padding: .2rem .1rem;
    }

    .inner-s1 li .pic {
        width: 100%;
        height: auto;
        padding-top: 58.2%;
    }

    .inner-s1 li .txt-box {
        width: 100%;
        padding-top: .2rem;
    }

    .inner-s3 li a {
        display: block;
        padding-top: .2rem;
    }

    .inner-s3 li .pic {
        width: 1.6rem;
        height: 2.1rem;
        margin: 0 auto;
    }

    .inner-s3 li .name {
        flex-wrap: wrap;
        justify-content: center;
    }

    .inner-s3 li .name h3 {
        width: 100%;
        text-align: center;
    }

    .inner-s3 li .name h3 em {
        display: none;
    }

    .inner-s3 li .txt-box h5.h51 {
        margin-bottom: .05rem;
    }

    .inner-s3 li .txt-box h5 {
        margin-bottom: .05rem;
    }

    .inner-s3 li .txt-box {
        width: 100%;

    }

    .inner-s3 li .txt-box:before {
        display: none;
    }

    .inner-s4 .item li {
        width: 49%;
    }

    .inner-s4 .item li h4 {
        padding: .1rem;
    }

    .inner-s6 li {
        width: 49%;
    }
}