@charset "utf-8";

/**/
.pagination {
    text-align: center;
    font-size: 0;
    padding-top: .58rem;
}

.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: #1B3D98;
    color: #fff;
    border: 1px solid #1B3D98;
}

.pagination a:hover {
    background: #1B3D98;
    color: #fff;
    border: 1px solid #1B3D98;
}

.n_banner{
    position: relative;
}

.n_banner .img img{
    display: block;
    width: 100%;
}
.inner-page{
    padding: .67rem 0 1.16rem;
    background: #fff;
}
.inner-page .wp{
    width: 14.3rem;
}


.posi{
    display: flex;
    align-items: center;
}
.posi img{
    display: block;
    width: .17rem;
    margin-right: .1rem;
}
.posi a,.posi span{
    display: block;
    font-size: .16rem;
    line-height: .48rem;
    color: #626262;
}
.posi span:not(:nth-child(2)){
    margin: 0 0.03rem;
}

.leftNav {
    width: 16.85%;
    align-self: flex-start;
    background:#fff url("../images/n-left.png") no-repeat bottom center/contain;
    box-shadow: 0 .04rem .1rem 0 rgba(0, 0, 0, 0.2);
}

.leftNav .tit h3{
    font-size: .28rem;
    line-height: .4rem;
    color: #fff;
    font-weight: 700;
    padding-left: .32rem;
    background: url("/images/n-img-2.png") no-repeat left center/.08rem;
}
.leftNav .tit{
    padding: .3rem;
    background: url("/images/n-img-1.png") no-repeat bottom center/cover;
}

.leftNav .box h3{
    position: relative;
    font-size: .18rem;
    line-height: .63rem;
    color: #2C2C2C;
    padding: 0 .3rem 0 .05rem;
    border-bottom: 1px dashed transparent;
    transition: .5s;
}
.leftNav .box a{
    display: block;
}
.leftNav .box h3 i{
    position: absolute;
    right: .1rem;
    top: 50%;
    width: .16rem;
    height: .16rem;
    transform: translateY(-50%);
    background: url("/images/n-left-1.png") no-repeat 50%/100%;
    cursor: pointer;
    transition: .5s;
}
.leftNav .box .s-link a{
    display: block;
    font-size: .15rem;
    line-height: .25rem;
    color: #333;
    margin-top: .1rem;
    transition: .5s;
}
.leftNav .box .s-link a:first-child{
    margin-top: 0;
}
.leftNav .box .s-link a:hover{
    color: #1B3D98;
    font-weight: 700;
}
.leftNav .box .s-link{
    padding-top: .15rem;
    padding-left: .2rem;
    padding-bottom: .15rem;
    border-top: 1px solid #D8D8D8;
    display: none;
}
.leftNav .box.active h3 i,
.leftNav .box:hover h3 i,
.leftNav .box.on h3 i{
    background-image: url("/images/n-left-2.png");
}
.leftNav .box.active h3,
.leftNav .box:hover h3,
.leftNav .box.on h3 {
    color: #1B3D98;
    font-weight: 700;
}

.leftNav .box{
    border-bottom: 1px dashed #D8D8D8;
}

.leftNav .block{
    padding: 1px .23rem .3rem;
    min-height: 5rem;
}

.rightBox {
    width: 77.62%;
}

.n_tit{
    padding-bottom: .18rem;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: space-between;
    border-bottom: 1px solid #D8D8D8;
}

.n_tit h2{
    position: relative;
    font-size: .36rem;
    line-height: .48rem;
    color: #333333;
    font-weight: 700;
    padding-left: .27rem;
}
.n_tit h2:before{
    position: absolute;
    content: '';
    left: 0;
    top: 50%;
    width: .05rem;
    height: .3rem;
    background: #1B3D98;
    transform: translateY(-50%);
}


.inner-s1 li a{
    position: relative;
    z-index: 2;
    padding: .3rem .32rem;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}

.inner-s1 li .pic{
    width: 3.3rem;
    height: 2.2rem;
}
.inner-s1 li .txt{
    width: calc(100% - 3.6rem);
}

.inner-s1 li time{
    display: flex;
    align-items: flex-end;
    font-size: .16rem;
    line-height: .24rem;
    color: #A3A4A5;
    font-family: 'SourceHanSerifCN-Bold',sans-serif;
}
.inner-s1 li time i{
    display: block;
    font-size: .24rem;
    line-height: .3rem;
    color: #1B3D98;
    font-family: 'SourceHanSerifCN-Bold',sans-serif;
    margin-right: .05rem;
}
.inner-s1 li em{
    display: block;
    height: .07rem;
    width: 1.6rem;
    margin: .08rem 0 0 -.3rem;
    background: url("/images/n-img-4.png") no-repeat right center/auto 100%;
}
.inner-s1 li h3{
    font-size: .2rem;
    line-height: .26rem;
    color: #2C2C2C;
    margin-top: .18rem;
}
.inner-s1 li p{
    font-size: .16rem;
    line-height: .3rem;
    color: #808080;
    height: .6rem;
    margin-top: .16rem;
}
.inner-s1 li h6{
    position: relative;
    font-size: .18rem;
    line-height: .26rem;
    color: #fff;
    text-align: right;
    padding-right: .25rem;
    z-index: 2;
    margin-top: .12rem;
    display: none;
}
.inner-s1 li h6:after{
    position: absolute;
    content: '';
    right: 0;
    bottom: 0;
    width: .82rem;
    height: .21rem;
    background: url("/images/n-img-6.png") no-repeat 50%/100% 100%;
    z-index: -1;
}
.inner-s1 li .txt *{
    transition: .5s;
}
.inner-s1 li:after{
    position: absolute;
    content: '';
    left: 0;
    right: 0;
    top: .15rem;
    bottom: .15rem;
    background: linear-gradient(256deg, #153D8D 25%, #378CDA 85%), #1B3D98;
    opacity: 0;
    visibility: hidden;
    transition: .5s;
}
.inner-s1 li{
    padding: .15rem 0;
    position: relative;
    border-bottom: 1px dashed rgba(141, 141, 141, 0.3);
}
.inner-s1 li:hover:after{
    opacity: 1;
    visibility: visible;
}
.inner-s1 li:hover time{
    color: #fff;
}
.inner-s1 li:hover time i{
    color: #fff;
}
.inner-s1 li:hover em{
    background-image: url("/images/n-img-5.png");
}
.inner-s1 li:hover h3{
    color: #fff;
    font-weight: 700;
}
.inner-s1 li:hover p{
    color: rgba(255, 255, 255, 0.7);
}
.inner-s1 li:hover h6{
    display: block;
}
.inner-s1 li:hover {
    border-color: transparent;
}

.inner-s1{
    margin-top: .17rem;
}

.inner-s2 li{
    position: relative;
    font-size: .18rem;
    line-height: .64rem;
    color: #333333;
    border-bottom: 1px dashed rgba(0, 0, 0, 0.16);
    transition: .5s;
}
.inner-s2 li a{
    padding-left:.2rem;
   padding-right: 1rem;
}
.inner-s2 li time{
    position: absolute;
    right: 0;
    top: 0;
    font-family: Arial,sans-serif;
}
.inner-s2 li:before{
    position:absolute;
    content:'';
    left:0;
    top:50%;
    width:.05rem;
    height:.05rem;
    background:#153D8D;
    border-radius:50%;
    transform:translateY(-50%);
}
.inner-s2 li:hover{
    color: #153D8D;
}

.inner-s2 li:hover a{
    font-weight: 700;
}
.inner-s2{
    margin-top: .27rem;
}

.inner-s3 ul{
    display: flex;
    flex-wrap: wrap;
}

.inner-s3 ul li{
    width: 31.57%;
    margin-left: 2.645%;
    margin-top: .27rem;
}
.inner-s3 ul li:nth-child(3n+1){
    margin-left: 0;
}
.inner-s3 ul li:nth-child(-n+3){
    margin-top: 0;
}
.inner-s3 ul li a{
    display: block;
}
.inner-s3 ul li .pic{
    padding-top: 2.43rem;
}
.inner-s3 ul li h3{
    font-size: .16rem;
    line-height: .45rem;
    color: #333333;
    text-align: center;
    padding: 0 .1rem;
    background: rgba(0, 0, 0, 0.04);
    transition: .5s;
}
.inner-s3 ul li:hover h3{
    color: #fff;
    background: #1B3D98;
}
.inner-s3{
    margin-top: .44rem;
}

.inner-s4 .tit{
    display: flex;
    border-bottom: 1px solid #153D8D;
}
.inner-s4 .tit h3{
    font-size: .24rem;
    line-height: .55rem;
    color: #fff;
    font-weight: 700;
    text-align: center;
    min-width: 2.27rem;
    padding: 0 .15rem;
    background: linear-gradient(256deg, #153D8D 25%, #378CDA 85%), #F5F8FF;
    border-radius: 0 .2rem 0 0 ;
}

.inner-s4 ul{
    display: flex;
    flex-wrap: wrap;
}
.inner-s4 ul li{
    position: relative;

    border-bottom: 1px solid rgba(27, 61, 152, 0.2);
}
.list_boxn1 li:nth-child(4n+1){
    margin-left: 0;
}
.inner-s4 ul li .con{
    height: .68rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.inner-s4 ul li .con i{
    display: block;
    width: .15rem;
    height: .16rem;
    background: url("/images/n-img-8.png") no-repeat 50%/100% 100%;
    transition: .5s;
}
.inner-s4 ul li .con dl{
    width: calc(100% - .3rem);
    display: flex;
    flex-wrap: wrap;
}
.inner-s4 ul li a{
    display: block;
    font-size: .18rem;
    color: #333333;
    transition: .5s;
    /* margin-right: .1rem; */
}
.inner-s4 ul li:after{
    position: absolute;
    content: '';
    left: 0;
    right: 100%;
    bottom: -1px;
    height: 1px;
    background: #1B3D98;
    transition: .5s;
}
.inner-s4 ul li:hover a i{
    background-image: url("/images/n-img-9.png");
}
.inner-s4 ul li a:hover{
    color: #1B3D98;
    font-weight: 700;
}
.inner-s4 ul li:hover:after{
    right: 0;
}
.inner-s4 ul{
    margin-top: .24rem;
}
.list_boxn1 li{
    width: 21.36%;
    margin-left: 4.85%;
}
.list_boxn1 li:nth-child(4n+1){
    margin-left: 0;
}
.list_boxn2 li{
    width: 30.1%;
    margin-left: 4.85%;
}
.list_boxn2 li:nth-child(3n+1){
    margin-left: 0;
}

.inner-s4 .block:not(:first-child){
    margin-top: .7rem;
}
.inner-s4{
    margin-top: .52rem;
}

.inner-s5 ul{
    display: flex;
    flex-wrap: wrap;
}
.inner-s5 ul li{
    width: 20.33%;
    margin-left: 6.22%;
    margin-top: .23rem;
}
.inner-s5 ul li:nth-child(-n+4){
    margin-top: 0;
}
.inner-s5 ul li:nth-child(4n+1){
    margin-left: 0;
}
.inner-s5 ul li a{
    display: block;
}
.inner-s5 ul li a .img_hezi{
    padding-top: 3.2rem;
    z-index: 2;
}
.inner-s5 ul li .img_zd:after{
    position: absolute;
    content: '';
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: linear-gradient(219deg, #153D8D 25%, #378CDA 84%);
    opacity: 0;
    visibility: hidden;
    z-index: -1;
    transition: .5s;
}
.inner-s5 ul li .img_zd{
    padding: .05rem;
    z-index: 2;
}

.inner-s5 ul li h3{
    font-size: .2rem;
    line-height: .36rem;
    color: #333333;
}
.inner-s5 ul li h4{
    font-size: .16rem;
    line-height: .36rem;
}
.inner-s5 ul li .txt{
    padding: .04rem;
    text-align: center;
}
.inner-s5 ul li:hover .img_zd:after{
    opacity: 1;
    visibility: visible;
}
.inner-s5 ul li:hover h3{
    font-weight: 700;
}

.inner-s5{
    margin-top: .4rem;
}

.inner-s6 .img-box img{
    display: block;
    width: 100%;
    position: relative;
    z-index: 2;
}
.inner-s6 .img-box{
    position: relative;
    padding-left: .16rem;
    padding-bottom: .1rem;
}
.inner-s6 .img-box:after{
    position: absolute;
    content: '';
    left: 0;
    bottom: 0;
    width: 28.34%;
    height: 83.23%;
    background: url("/images/n-img-12.png") no-repeat left bottom/auto 100%;
}

.inner-s6 .para p{
    font-size: .16rem;
    line-height: .36rem;
    color: #666666;
    text-indent: 1em;
    margin-top: .36rem;
}
.inner-s6 .para p:first-child{
    text-indent: 0;
    margin-top: 0;
}
.inner-s6 .para {
    margin-top: .29rem;
}
.inner-s6{
    margin-top: .38rem;
}

.dtl_tit h1{
    font-size: .24rem;
    line-height: .36rem;
    color: #323232;
    font-weight: 700;
    text-align: center;
}
.dtl_tit .cont{
    margin-top: .18rem;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.dtl_tit .cont span{
    display: flex;
    align-items: center;
    font-size: .14rem;
    line-height: .2rem;
    color: #8D8D8D;
}
.dtl_tit .cont span img{
    display: block;
    max-width: .11rem;
    margin-right: .05rem;
}
.dtl_tit .cont i{
    display: block;
    font-size: .14rem;
    color: #DEDEDE;
    line-height: .2rem;
    margin: 0 .1rem;
}
.dtl_tit{
    padding-bottom: .2rem;
    margin-bottom: .2rem;
    border-bottom: 1px dashed rgba(0, 0, 0, 0.16);
}
.dtl_txt p{
    font-size: .18rem !important;
    line-height: .4rem !important;
    color: #323232;
    text-indent: 2em;
}
.dtl_txt p img ,video{
    display: block;
    /* width: auto; */
    height: auto !important;
    max-width: 100% !important;
    margin: .26rem auto;
   border-bottom: 0 !important;
    border-left: 0 !important;
    border-top: 0 !important;
    border-right: 0 !important;
}

.dtl_txt p img.px50{
    display: inline-block !important;
    vertical-align: middle;
    margin-right: 5px !important;
}


.dtl_txt table{  
    margin: 0 auto !important;
    width: auto !important;
}

.dtl_page p{
    font-size: .16rem;
    line-height: .36rem;
    color: #1B3D98;
}
.dtl_page p a{
    color: rgba(51, 51, 51, 0.66);
    transition: .5s;
}
.dtl_page p:hover a{
    color: #1B3D98;
}
.dtl_page{
    margin-top: .3rem;
    padding-top: .22rem;
    border-top: 1px dashed rgba(0, 0, 0, 0.16);
}

.inner-s7{
    margin-top: .42rem;
}


/*ÊÖ»ú¶ËÄÚÒ³²Ëµ¥*/

#m_n_nav {
    display: none;
    line-height: 50px;
    position: relative;
    z-index: 9;
    width: 100%;
    background:#1B3D98;
}

#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: #1B3D98;
}

#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: #1B3D98;
}


.flexjs{display:flex;justify-content:space-between;flex-wrap:wrap;}
.xxtp .left{ width: 82.75%;}
.xxtp .right{width: calc(100% - 82.75% - .2rem);position: relative;z-index: 10;}
.imgBox{position:relative;overflow:hidden;isolation:isolate}
.imgBox .img, .imgBox .imgLi{background-size:cover!important;background-position:center!important;background-repeat:no-repeat!important}
.imgBox .img, .imgBox .imgLi{padding-bottom:60%;transition:.5s;background-size:cover;display:block;background-repeat:no-repeat;background-position:center;display:block;background: #eee}
.imgBox img, .imgBox video{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;-o-object-fit:cover;object-fit:cover;transition:.5s}
.ieFiximg img{opacity: 0\0;transition: .5s}
.ieFiximg .imgbg{width: 100%;height: 100%;overflow: hidden;transition: .3s}

.trans{-webkit-transition: all 0.5s;transition: all 0.5s;}



.list20Box .imgBox .img{padding-bottom: 49.7%;padding-bottom: 5.8rem;}

.list21Box{height: 5.5rem;overflow: visible !important;}
.list21 .imgBox .img{padding-bottom: 61.30%;padding-bottom: 100%;}
.list21 .a, .list21 .imgBox{ display: block; height: 100%}
.list21 .a{display: block;position: relative;z-index: 1;transition: .5s;}
.list21 .a::before{content: "";position: absolute;top: -20px;right: calc((100vw - 16rem)/2*-1);bottom: -20px;left: -20px;z-index: -1;background: url(/images/list21_b.png) center no-repeat;background-size: cover;opacity: 0;visibility: hidden;transition: .5s;}

.list21 li.swiper-slide-thumb-active .a::before{ display: block; opacity: 1;visibility: visible;}
.xxtpW{overflow: hidden;padding: .4rem 0 0;margin: -.8rem 0 0;position: relative;z-index: 1;}
.xxtpW::before{content: "";position: absolute;top: -.8rem;right: calc((100vw - 16rem)/2*-1);bottom: 0;left: calc((100vw - 16rem)/2*-1);background: url(/images/xxtp_b.png) right top no-repeat;background-size: 67.5% 110%;}





@media (max-width: 1199px){
    .n_banner{
        margin-top: .75rem;
    }

    #m_n_nav{
        display: block;
    }
    .inner-page{
        padding: .2rem 0 .4rem;
        margin-bottom: 0;
    }
    .inner-page .wp{
        width: 100%;
    }
    .leftNav{
        display: none;
    }
    .rightBox{
        width: 100%;
    }
}

@media (max-width: 1025px){
    .n_tit h2{
        font-size: .22rem;
        line-height: .3rem;
        padding-left: .15rem;
    }
    .n_tit h2:before{
        width: .03rem;
        height: .2rem;
    }
    .posi a, .posi span{
        line-height: .3rem;
    }
    .posi img{
        margin-right: .05rem;
    }
    .n_tit{
        padding-bottom: .1rem;
    }
    .inner-s1 li{
        padding: 0;
    }
    .inner-s1 li a{
        padding: .2rem;
    }
    .inner-s1 li:after{
        top: 0;
        bottom: 0;
    }
    .pagination{
        padding-top: .3rem;
    }
    .inner-s1 li h3,
    .inner-s1 li p{
        margin-top: .1rem;
    }
    .inner-s2{
        margin-top: .1rem;
    }
    .inner-s2 li{
        line-height: .6rem;
    }
    .inner-s3 ul li .pic{
        padding-top: 71.47%;
    }
    .inner-s3 ul li{
        width: 32%;
        margin: 0 !important;
    }
    .inner-s3 ul{
        gap: .26rem 2%;
    }
    .inner-s3 {
        margin-top: 0.26rem;
    }
    .inner-s4 .tit h3 {
        font-size: .2rem;
        line-height: .48rem;
        min-width: 1.6rem;
    }
    .inner-s4 ul li{
        width: 32% !important;
        margin: 0 !important;
    }
    .inner-s4 ul li .con{
        height: .56rem;
    }
    .inner-s4 ul{
        gap: 0 2%;
        margin-top: .1rem;
    }
    .inner-s4 .block:not(:first-child) {
        margin-top: 0.35rem;
    }
    .inner-s4 {
        margin-top: 0.35rem;
    }
    .inner-s5 ul li a .img_hezi{
        padding-top: 125.36%;
    }
    .inner-s5 {
        margin-top: 0.3rem;
    }
    .inner-s5 ul li{
        width: 23.5%;
        margin: 0 !important;
    }
    .inner-s5 ul li h4{
        line-height: .24rem;
    }
    .inner-s5 ul li h3{
        line-height: .3rem;
    }
    .inner-s5 ul{
        gap: .2rem 2%;
    }
    .inner-s6 .img-box{
        padding-left: .1rem;
        padding-bottom: .1rem;
    }
    .inner-s6{
        margin-top: .26rem;
    }
    .inner-s6 .para p{
        margin-top: .2rem;
    }
    .inner-s6 .para img {
        
        display: block !important;
                
        /* width: auto; */
                
        height: auto !important;
                
        max-width: 100% !important;
                
        margin: 0.26rem auto;
    }
    .inner-s7{
        margin-top: .2rem;
    }
    .dtl_tit .cont{
        margin-top: .1rem;
    }
    .dtl_tit .cont span{
        line-height: 1.5;
        margin: 0 .1rem;
    }
    .dtl_tit .cont i{
        display: none;
    }
    .dtl_tit{
        padding-bottom: .15rem;
        margin-bottom: .15rem;
    }
    .dtl_txt p{
        font-size: .18rem;
        line-height: 2;
    }
    .dtl_page p{
        font-size: .18rem;
        line-height: 2;
    }
    .dtl_page{
        padding-top: .15rem;
        margin-top: .2rem;
    }

    .n_ba .imgBox:after{ display: none;}
    .xxtp .left{ width: 100%;}
    .xxtp .right{ width: 100%; }
    .list20Box .imgBox .img{ padding-bottom: 49.7%;}

    .list21Box{height: auto;margin: .2rem 0 0;overflow: hidden;}
    .list21 .imgBox .img{ padding-bottom: 56%;}
    .list21 .a::before{ display: none;}

    .list21 li .a::after{ content: ""; position: absolute; top: 0; right: 0; bottom: 0; left: 0; border: #B61D21 .04rem solid; opacity: 0; transition: .5s;}
    .list21 li.swiper-slide-thumb-active .a::after{ opacity: 1;}

    .xxtpW::before{ display: none;}



}

@media (max-width: 769px){
    .n_tit h2{
        width: 100%;
    }
    .posi{
        width: 100%;
        margin-top: .05rem;
    }
    .inner-s3 ul li{
        width: 48.5%;
    }
    .inner-s3 ul{
        gap: .26rem 3%;
    }
    .inner-s4 ul li{
        width: 49% !important;
    }
    .dtl_tit h1{
        font-size: .23rem;
    }
    .dtl_txt table{  
        overflow: scroll; display: block;width:100%
    }
     .dtl_txt table tr td {
       min-width: 1rem;
    }
}

@media (max-width: 641px){
    .inner-s1 li .pic{
        width: 100%;
        height: auto;
        padding-top: 68.75%;
    }
    .inner-s1 li .txt{
        width: 100%;
        padding-top: .15rem;
    }
    .inner-s1 li em{
        display: none;
    }
    .inner-s1 li:hover h6{
        display: none;
    }
    .inner-s5 ul li {
        width: 32%;
    }
}

@media (max-width: 481px){
    .inner-s1 li a{
        padding: .1rem .1rem .2rem;
    }
    .inner-s4 ul li{
        width: 100% !important;
    }
    .inner-s4 {
        margin-top: 0.25rem;
    }
    .inner-s4 .block:not(:first-child) {
        margin-top: 0.3rem;
    }
    .inner-s5 ul li {
        width: 48.5%;
    }
    .inner-s5 ul{
        gap: .2rem 3%;
    }
    .inner-s5 {
        margin-top: 0.2rem;
    }
}




/*2024-11-29*/

.n_title001{
    position: relative;
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: center;
}
.n_title001{
    position: relative;
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: center;
}

.n_title001 .tit-box{
    display: flex;
    align-items: flex-start;
}
.n_title001 .tit-box img{
    display: block;
    width: 1.09rem;
    margin-right: .33rem;
}
.n_title001 .li{
    position: relative;
    padding-top: .4rem;
    cursor: pointer;
}
.n_title001 .li:first-child{
    margin-left: 0;
}
.n_title001 .li h2{
    display: flex;
    font-size: .3rem;
    line-height: .4rem;
    color: #999999;
    font-weight: 700;
    transition: .3s;
    position: relative;
    z-index: 2;
}

.n_title001 .li h4{
    position: absolute;
    top: 0;
    left: .4rem;
    padding-left: .27rem;
    padding-right: .14rem;
    font-size: .14rem;
    line-height: .3rem;
    color: #1B3D98;
    text-transform: uppercase;
    height: .3rem;
    white-space: nowrap;
    opacity: 0;
    visibility: hidden;
    transition: .5s;
}
.n_title001 .li h4:before{
    position: absolute;
    content: '';
    left: 0;
    bottom: 0;
    width: .19rem;
    height: .19rem;
    background: url("/images/tit-line.png") no-repeat 50%/100%;
}
.n_title001 .li h4:after{
    position: absolute;
    content: '';
    right: 0;
    bottom: -.03rem;
    width: .07rem;
    height: .07rem;
    background: url("/images/tit-line2.png") no-repeat 50%/100%;
}
.n_title001 .li h4 em{
    position: absolute;
    left: .19rem;
    right: .07rem;
    bottom: 0;
    height: 1px;
    background: rgba(27, 61, 152, 0.3);
}

.n_title001 .li:after{
    position: absolute;
    content: '';
    right: -.2rem;
    bottom: -.09rem;
    width: .38rem;
    height: .22rem;
    background: url("/images/tit-bg.png") no-repeat 50%/100%;
    opacity: 0;
    visibility: hidden;
    transition: .5s;
}
.n_title001  .li.active h4{
    opacity: 1;
    visibility: visible;
}
.n_title001  .li.active h2{
    color: #333333;
    font-size: .36rem;
}
.n_title001  .li.active h2 span{
    color: #1B3D98;
}
.n_title001  .li.active:after{
    opacity: 1;
    visibility: visible;
}
.n_title001  .more{
    position: absolute;
    right: 0;
    top: .52rem;
}
.n_title001  .more a{
    display: none;
    font-size: .2rem;
    line-height: .28rem;
    color: #1B3D98;
    background: -webkit-linear-gradient(250deg, #153D8D 25%, #378CDA 85%), linear-gradient(250deg, #802FB6 15%, #1539B2 85%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
    font-weight: 700;
}
.n_title001  .more a.active{
    display: block;
}


.inner-s8 .left{
    width: 51.21%;
    margin-top: .1rem;
}

.list1wn a{
    display: block;
    position: relative;
}
.list1wn a .pic{
    padding-top: 4.75rem;
}

.list1wn a h3{
    position: absolute;
    left: 0;
    right: 0;
    bottom: .2rem;
    font-size: .18rem;
    line-height: .28rem;
    color: #fff;
    font-weight: 700;
    padding: 0 1.7rem 0 .2rem;
    z-index: 3;
}
.list1wn a:after{
    position: absolute;
    content: '';
    left: 0;
    right: 0;
    bottom: 0;
    height: .7rem;
    background: rgba(21, 21, 21, 0.4);
}

.list1wn .page{
    font-size: 0;
    left: auto;
    width: auto;
    right: .26rem;
    bottom: .28rem;
}
.list1wn .page span{
    font-size: 0;
    width: .1rem;
    height: .1rem;
    background: #fff;
    opacity: .6;
    margin: 0 .05rem;
}
.list1wn .page span.active{
    opacity: 1;
}

.inner-s8 .right{
    width: 45.85%;
}

.list_box1n li .show{
    position: relative;
    line-height: .56rem;
}
.list_box1n li .show a{
    font-size: .18rem;
    color: #464646;
    padding: 0 .7rem 0 .25rem;
}
.list_box1n li .show time{
    position: absolute;
    right: 0;
    top: 0;
    font-size: .16rem;
    color: #9E9E9E;
}
.list_box1n li .show:before{
    position: absolute;
    content: '';
    left: 0;
    top:50%;
    width: .08rem;
    height: .08rem;
    border: 1px solid #0A58A6;
    border-radius: 50%;
    transform: translateY(-50%);
}
.list_box1n li .hide a{
    padding: 0 0 .35rem;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: space-between;
    border-bottom: 1px dashed #C6D4E2;
}

.list_box1n li .hide time{
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    width: .78rem;
    height: .78rem;
    color: #1B3D98;
    border: 1px solid #0A58A6;
    opacity: 0;
}
.list_box1n li .hide time span{
    display: block;
    font-size: .16rem;
    line-height: 1;
    font-family: 'SourceHanSerifCN-Bold',sans-serif;
}
.list_box1n li .hide time em{
    display: block;
    font-size: .14rem;
    line-height: 1;
    margin-top: .05rem;
    font-family: 'SourceHanSerifCN-Bold',sans-serif;
}
.list_box1n li .hide .txt{
    width: calc(100% - .97rem);
}
.list_box1n li .hide h3{
    font-size: .18rem;
    line-height: .24rem;
    color: #1B3D98;
    font-weight: 700;
    opacity: 0;
}
.list_box1n li .hide p{
    font-size: .14rem;
    line-height: .26rem;
    color: #808080;
    margin-top: .1rem;
    opacity: 0;
}

.list_box1n li .hide,
.list_box1n li.active .show{
    display: none;
}

.list_box1n li.active .hide{
    display: block;
    margin: .1rem 0;
}
.list_box1n li.active .hide time,
.list_box1n li.active .hide h3,
.list_box1n li.active .hide p{
    animation: o-upfade-top 0.7s cubic-bezier(0.4, 0, 0.2, 1) forwards;
}
.list_box1n li.active .hide h3{
    animation-delay: .1s;
}
.list_box1n li.active .hide p{
    animation-delay: .2s;
}

.inner-s8 .content{
    margin-top: .29rem;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: space-between;
}
.inner-s8 .wp{
    width: 14rem;
}
.inner-s8 {
    padding: .58rem 0 .9rem;
}

.inner-s9 .left{
    width: 48.29%;
}

.inner-s9 .left .top a{
    padding: .14rem .29rem .15rem .13rem;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}

.inner-s9 .left .top .pic{
    width: 3.21rem;
    height: 2.3rem;
}
.inner-s9 .left .top .txt{
    width: calc(100% - 3.54rem);
}
.inner-s9 .left .top h3{
    font-size: .18rem;
    line-height: .3rem;
    color: #333333;
    font-weight: 700;
    transition: .5s;
    height: .6rem;
}
.inner-s9 .left .top p{
    font-size: .14rem;
    line-height: .28rem;
    color: #868686;
    height: .56rem;
    margin-top: .17rem;
}
.inner-s9 .left .top time{
    display: flex;
    align-items: center;
    font-size: .16rem;
    line-height: .28rem;
    color: #9F9F9F;
    margin-top: .19rem;
}
.inner-s9 .left .top time img{
    display: block;
    width: .22rem;
    margin-right: .06rem;
}
.inner-s9 .left .top:hover h3{
    color: #1B3D98;
}
.inner-s9 .left .top{
    border: 1px solid #8CB5E1;
    margin-top: .54rem;
}

.list_box2n li{
    position: relative;
    line-height: .59rem;
    border-bottom: 1px dashed #ACCDC2;
}
.list_box2n li a{
    font-size: .18rem;
    color: #333333;
    padding: 0 1.2rem 0 .22rem;
    transition: .5s;
}
.list_box2n li time{
    position: absolute;
    right: 0;
    top: 0;
    font-size: .14rem;
    color: #6C6C6C;
    font-family: 'SourceHanSerifCN-Bold',sans-serif;
}
.list_box2n li:before{
    position: absolute;
    content: '';
    left: 0;
    top: 50%;
    width: .10rem;
    height: .1rem;
    background: url("/images/n-img-20.png") no-repeat 50%/100%;
    transform: translateY(-50%);
}
.list_box2n li:hover a{
    color: #1B3D98;
}
.list_box2n li:last-child{
    border-bottom: none;
}

.inner-s9 .left .bot{
    margin-top: .15rem;
}
.inner-s9 .right{
    width: 48.29%;
}

.list_box3n li a{
    position: relative;
    z-index: 2;
    height: 1.06rem;
    padding-right: .2rem;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}
.list_box3n li time{
    display: block;
    width: .95rem;
    text-align: center;
    position: relative;
}
.list_box3n li time span{
    display: block;
    font-size: .18rem;
    line-height: 1.5;
    color: #1B3D98;
    font-family: 'SourceHanSerifCN-Bold',sans-serif;
    transition: .5s;
}
.list_box3n li time em{
    display: block;
    font-size: .16rem;
    line-height: 1;
    color: #7C7C7C;
    font-family: 'SourceHanSerifCN-Bold',sans-serif;
    margin-top: .05rem;
    transition: .5s;
}
.list_box3n li time:before{
    position: absolute;
    content: '';
    width: 1px;
    height: .44rem;
    top: 50%;
    right: 0;
    background: #8CB5E1;
    transform: translateY(-50%);
    transition: .5s;
}

.list_box3n li .txt{
    width: calc(100% - 1.16rem);
}
.list_box3n li h3{
    font-size: .18rem;
    line-height: .24rem;
    color: #333333;
    max-height: .48rem;
    transition: .5s;
}
.list_box3n li:before{
    position: absolute;
    content: '';
    left: 1.16rem;
    right: 0;
    bottom: 0;
    border-bottom: 1px dashed #ACCDC2;
}
.list_box3n li:after{
    position: absolute;
    content: '';
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: linear-gradient(261deg, #153D8D 25%, #378CDA 85%);
    opacity: 0;
    visibility: hidden;
    transition: .5s;
}
.list_box3n li{
    position: relative;
}
.list_box3n li:hover:after{
    opacity: 1;
    visibility: visible;
}
.list_box3n li:hover time span,
.list_box3n li:hover time em,
.list_box3n li:hover h3{
    color: #fff;
}
.list_box3n li:hover time:before{
    background: #fff;
}
.list_box3n {
    margin-top: .48rem;
}

.inner-s9 .wp{
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: space-between;
}

.inner-s9 .n_title001{
    justify-content: space-between;
}
.inner-s9 .wp{
   width: 14rem;
}
.inner-s9{
    padding: .7rem 0 .8rem;
    background: url("/images/index-s3.png") no-repeat 50%/cover;
}

.inner-s10 .left{
    width: 48.29%;
}

.list_box4n li a{
    padding: .28rem 0 .21rem;
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: space-between;
    z-index: 2;
}

.list_box4n li time{
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    width: .78rem;
    height: .78rem;
    border: 1px solid #D2DDEA;
    transition: .5s;
}

.list_box4n li time span{
    display: block;
    font-size: .26rem;
    line-height: 1;
    color: #0A58A6;
    font-family: 'SourceHanSerifCN-Bold',sans-serif;
}
.list_box4n li time em{
    display: block;
    font-size: .14rem;
    line-height: 1;
    color: #737373;
    font-family: 'SourceHanSerifCN-Bold',sans-serif;
    margin-top: .05rem;
}

.list_box4n li .txt{
    width: calc(100% - .92rem);
    padding-right: .28rem;
}
.list_box4n li h3{
    font-size: .18rem;
    line-height: .24rem;
    color: #1A1A1A;
    transition: .5s;
}
.list_box4n li p{
    font-size: .14rem;
    line-height: .26rem;
    color: #808080;
    height: .52rem;
    margin-top: .1rem;
    transition: .5s;
}
.list_box4n li:after{
    position: absolute;
    content: '';
    left: .4rem;
    top: 0;
    bottom: 0;
    right: 0;
    background: linear-gradient(104deg, #085ABD 47%, #0EAEDE 97%);
    opacity: 0;
    visibility: hidden;
    transition: .5s;
}
.list_box4n li{
    position: relative;
    margin-top: .12rem;
}
.list_box4n li:first-child{
    margin-top: 0;
}

.list_box4n li:hover time{
    background: #FFC062;
    border-color: #FFC062;
}
.list_box4n li:hover time span,
.list_box4n li:hover time em{
    color: #0A58A6;
}
.list_box4n li:hover h3{
    color: #fff;
    font-weight: 700;
}
.list_box4n li:hover p{
    color: #D4DAE1;
}

.list_box4n li:hover:after{
    opacity: 1;
    visibility: visible;
}

.list_box4n{
    margin-top: .4rem;
}

.inner-s10 .right{
    width: 48.29%;
}

.list_box5n li .show{
    position: relative;
    line-height: .63rem;
    border-bottom: 1px dashed #B8BFD1;
}
.list_box5n li:last-child .show{
    border-bottom: none;
}
.list_box5n li .show a{
    font-size: .18rem;
    color: #333333;
    padding: 0 1.13rem 0 .25rem;
}
.list_box5n li .show time{
    position: absolute;
    right: 0;
    top: 0;
    font-size: .14rem;
    color: #8A8A8A;
}
.list_box5n li .show:before{
    position: absolute;
    content: '';
    left: 0;
    top: 50%;
    width: .10rem;
    height: .1rem;
    background: url("/images/n-img-20.png") no-repeat 50%/100%;
    transform: translateY(-50%);
}
.list_box5n li .hide a{
    display: block;
    position: relative;
    padding: .2rem 0 ;
    border-bottom: 1px solid #1255B6;
}
.list_box5n li .hide time{
    display: flex;
    align-items: flex-end;
    font-size: .14rem;
    color: #8A8A8A;
    line-height: 1.2;
    height: .26rem;
    font-family: 'SourceHanSerifCN-Bold',sans-serif;
    opacity: 0;
}
.list_box5n li .hide time i{
    display: block;
    font-size: .26rem;
    line-height: 1;
    color: #1B3D98;
    font-family: 'SourceHanSerifCN-Bold',sans-serif;
    margin-right: .03rem;
}
.list_box5n li .hide h3{
    font-size: .18rem;
    line-height: .26rem;
    color: #1B3D98;
    font-weight: 700;
    margin-top: .15rem;
    opacity: 0;
}
.list_box5n li .hide p{
    font-size: .16rem;
    line-height: .26rem;
    color: #666666;
    height: .52rem;
    margin-top: .09rem;
    opacity: 0;
}
.list_box5n li .hide a:after{
    position: absolute;
    content: '';
    bottom: -.11rem;
    right: -.21rem;
    width: .22rem;
    height: .22rem;
    background: url("/images/n-img-22.png") no-repeat 50%/100%;
}

.list_box5n li .hide,
.list_box5n li.active .show{
    display: none;
}
.list_box5n li.active .hide{
    display: block;
    margin-bottom: .22rem;
}
.list_box5n li.active .hide time,
.list_box5n li.active .hide h3,
.list_box5n li.active .hide p{
    animation: o-upfade-top 0.7s cubic-bezier(0.4, 0, 0.2, 1) forwards;
}

.list_box5n li.active .hide h3{
    animation-delay: .1s;
}
.list_box5n li.active .hide p{
    animation-delay: .2s;
}

.list_box5n{
    margin-top: .57rem;
    border-top: .04rem solid #1255B6;
    padding: .1rem .35rem .15rem;
    background: #F6FBFF;
}
.inner-s10 .n_title001{
    justify-content: space-between;
}
.inner-s10 .wp{
    width: 14rem;
}

.inner-s10{
    padding: .74rem 0 1.19rem;
}

@media (max-width: 1199px){
    .inner-s8 .wp,
    .inner-s9 .wp,
    .inner-s10 .wp{
        width: 100%;
    }
}

@media (max-width: 1025px){
    .n_title001 .tit-box img{
        width: .85rem;
        margin-right: .15rem;
    }
    .n_title001 .li.active h2{
        font-size: .26rem;
    }
    .n_title001 .li h2{
        font-size: .24rem;
        line-height: .3rem;
    }
    .n_title001 .li h4{
        left: 0;
        padding-left: .2rem;
        padding-right: .1rem;
    }
    .n_title001 .li{
        padding-top: .35rem;
    }
    .n_title001 .more a{
        font-size: .18rem;
    }
    .n_title001 .more{
        top: .4rem;
    }
    .n_title001{
        justify-content: space-between;
    }
    .inner-s8 .left{
        width: 100%;
        margin-top: 0;
        margin-bottom: .2rem;
    }
    .list1wn a .pic{
        padding-top: 66.25%;
    }
    .inner-s8 .right{
        width: 100%;
    }
    .list_box1n li .hide a{
        padding: .2rem 0;
    }
    .list_box1n li.active .hide{
        margin: 0 0 .15rem;
    }
    .list_box1n li .show{
        line-height: .5rem;
    }
    .inner-s8{
        padding: .4rem 0;
    }
    .inner-s8 .content{
        margin-top: .26rem;
    }

    .inner-s9 .left{
        width: 100%;
        margin-bottom: .3rem;
    }
    .inner-s9 .left .top{
        margin-top: .26rem;
    }
    .list_box2n li{
    }
    .inner-s9 .left .bot{
        margin-top: .05rem;
    }
    .inner-s9 .right{
        width: 100%;
    }
    .list_box3n{
        margin-top: .26rem;
    }
    .inner-s9{
        padding: .4rem 0;
    }
    .inner-s10 .left{
        width: 100%;
        margin-bottom: .3rem;
    }
    .list_box4n li a{
        padding: .2rem 0;
    }
    .list_box4n{
        margin-top: .26rem;
    }
    .inner-s10 .right{
        width: 100%;
    }
    .list_box5n{
        margin-top: .26rem;
        padding: .2rem;
    }
    .list_box5n li .hide a{
        padding: .15rem 0;
    }
    .list_box5n li.active .hide{
        margin-bottom: .15rem;
    }
    .list_box5n li .show{
        line-height: .55rem;
    }
    .inner-s10{
        padding: .4rem 0;
    }
}

@media (max-width: 769px){
    .n_title001 .tit-box img{
        width: .6rem;
        margin-right: .1rem;
    }
    .n_title001 .tit-box .img{
        margin-top: .1rem;
    }
    .n_title001{
        margin-left: -15px;
    }
    .list1wn a h3{
        bottom: .1rem;
        padding: 0 1rem 0 0.15rem;
    }
    .list1wn .page{
        right: .05rem;
        bottom: 0.18rem;
    }
    .inner-s9 .left .top h3,
    .list_box3n li h3,
    .list_box4n li h3,
    .list_box5n li .hide h3{
        font-size: .19rem;
    }
    .list_box2n li a{
        padding-right: 1rem;
    }
}

@media (max-width: 641px){
    .inner-s9 .left .top a{
        padding: .15rem;
    }
    .inner-s9 .left .top .pic{
        width: 100%;
        height: auto;
        padding-top: 71.65%;
    }
    .inner-s9 .left .top .txt{
        width: 100%;
        margin-top: .2rem;
    }
    .inner-s9 .left .top p{
        margin-top: .05rem;
    }
    .inner-s9 .left .top time{
        margin-top: .1rem;
    }
    .list_box3n li a{
        height: 1rem;
    }
}