@charset "utf-8";
.pb_sys_style1 .p_no_d {
    border: 1px solid #0348a2 !important;
    color: #fff;
    background-color: #0348a2 !important;
}
.inner_banner{
    position: relative;
    overflow: hidden;
}
.inner_banner .img img{
    display: block;
    width: 100%;
}
.leftNav .content{
    position: relative;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 10;
    border-bottom: 0.05rem solid #FFAE01;
}
.leftNav .content h2{
    font-size: 0.26rem;
    color: #FFFFFF;
    font-weight: bold;
    line-height: 0.34rem;
    width: 2.4rem;
    height: 1.04rem;
    background: url(../images/ny/w-sN_bg1.png) center center no-repeat;
    -webkit-background-size: 100% 100%;
    background-size: 100% 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.pagination {
    text-align: center;
    font-size: 0;
    padding-top: .48rem;
}

.pagination a {
    display: inline-block;
    vertical-align: middle;
    border: 1px solid #dcdcdc;
    padding: 0 0.12rem;
    min-width: 0.38rem;
    height: 0.38rem;
    font-size: 0.16rem;
    line-height: 0.36rem;
    text-align: center;
    color: #666;
    border-radius: 0.02rem;
    margin: 0 3px;
    position: relative;
}

.pagination .page-first, .pagination .page-end{
    border-color: transparent;
}

.pagination .page-prev i, .pagination .page-next i{
    margin: -0.09rem 0 0 -0.06rem;
    position: absolute;
    left: 50%;
    top: 50%;
    width: 0.12rem;
    height: 0.19rem;
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-background-size: contain;
    background-size: contain;
}

.pagination .page-prev i{
    background-image: url(../images/ny/w-page_arrow1.png);
}

.pagination .page-next i{
    background-image: url(../images/ny/w-page_arrow2.png);
}

.pagination .page-prev:hover i{
    background-image: url(../images/ny/w-page_arrow3.png);
}

.pagination .page-next:hover i{
    background-image: url(../images/ny/w-page_arrow4.png);
}

.pagination a.active {
    background: #01488F;
    color: #fff;
    border: 1px solid #01488F;
}

.pagination a:hover {
    background: #01488F;
    color: #fff;
    border: 1px solid #01488F;
}
.inner_page{
    padding: 0 0 0.78rem;
    background-color: #F2F5FC;
}
.inner_page .wp{
    align-items: flex-start;
    max-width: 100%;
}
.leftNav{
    margin-right: 0.6rem;
    /* border-top: 0.05rem solid #FFAE01; */
    width: 2.4rem;
    /* background-color: #FFFFFF; */
    flex-shrink: 0;
    /* position: relative; */
    padding-top: 38px;
}
.leftNav .tit h3{
    font-size: .23rem;
    line-height: .3rem;
    color: #333333;
    font-weight: bold;
}
.leftNav .tit{
    height: 1.2rem;
    display: flex;
    align-items: center;
    justify-content: center;
}
.leftNav .box a{
    display: block;
    padding: 0 0.1rem;
}
.leftNav .box h3{
    position: relative;
    font-size: 0.23rem;
    line-height: 0.38rem;
    padding: 12px 0;
    color: #333333;
    text-align: center;
    cursor: pointer;
    z-index: 2;
    transition: .5s;
}
.leftNav .box h3 i{
    margin-top: -0.065rem;
    position: absolute;
    right: 0.25rem;
    top: 50%;
    width: 0.13rem;
    height: 0.13rem;
    background: url(../images/ny/w-arrow1.png) center center no-repeat;
    -webkit-background-size: contain;
    background-size: contain;
}
.leftNav .box .s-link a{
    padding: 0.08rem 0;
    font-size: .18rem;
    line-height: .3rem;
    color: #333333;
    text-align: center;
    transition: .5s;
}
.leftNav .box .s-link a.active{
    color: #003F98;
    font-weight: bold;
}
.leftNav .box .s-link a:hover{
    color: #003F98;
}
.leftNav .box .s-link{
    display: none;
    padding: .12rem;
    position: relative;
    background-color: #F0F7FD;
    z-index: 2;
}
.leftNav .box.active{
    margin: 0.21rem 0;
}
.leftNav .box.active h3{
    padding: 29px 0;
}
.leftNav .box.active h3:before{
    opacity: 1;
    visibility: visible;
}
.leftNav .box.active h3{
    color: #FFFFFF;
    font-weight: bold;
    background-color: #003F98;
}
.leftNav .box.active:before, .leftNav .box.active:after{
    opacity: 1;
    visibility: visible;
}
.leftNav .box.active.has{}
.leftNav .box.active.has h3 i{
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
}
.leftNav .box{
    position: relative;
}
.leftNav .box:before{
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    bottom: 0;
    width: .02rem;
    background: #F3CE91;
    opacity: 0;
    visibility: hidden;
    z-index: 10;
    transition: .5s;
}
.leftNav .box:after{
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 0.06rem;
    background-color: #fff;
    opacity: 0;
    visibility: hidden;
    z-index: 9;
}
.leftNav .block{
    padding: 0.13rem 0;
    position: relative;
    background: #fff;
}
.rightBox{
    padding-top: 38px;
    width: calc(100% - 3rem);
    max-width: 100%;
    flex-grow: 1;
}
.rightBox .rightBox-top{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.rightBox .rightBox-top .n_tit{
    flex-grow: 1;
}
.rightBox .rightBox-top .posi{
    margin-left: 0.22rem;
    flex-shrink: 0;
}

.posi{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-end;
}
.posi img{
    display: block;
    width: .2rem;
    margin-right: .09rem;
}
.posi *{
    display: block;
    font-size: .18rem;
    line-height: .26rem;
    color: #9E9E9E;
    transition: .5s;
}
.posi span:not(:nth-child(2)){
    margin: 0 .05rem;
}
.posi a:hover,
.posi a.active{
    color: #003F98;
}
.n_tit h3{
    padding-left: 0.22rem;
    font-size: .3rem;
    line-height: .4rem;
    color: #003F98;
    font-weight: bold;
    margin-right: .2rem;
    flex-shrink: 0;
    max-width: 75%;
    position: relative;
}
.n_tit h3:before{
    content: '';
    position: absolute;
    left: 0;
    top: 0.03rem;
    bottom: 0.01rem;
    width: 0.05rem;
    background-color: #003F98;
}
.n_tit i{
    display: block;
    height: .01rem;
    flex: 1;
    background: #D8D8D8;
    position: relative;
}
.n_tit{
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.inner_s1 li a{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.inner_s1 li .pic{
    width: 3.15rem;
    height: 1.97rem;
    border-radius: .1rem;
}
.inner_s1 li .txt{
    position: relative;
    z-index: 2;
    width: calc(100% - 3.25rem);
    padding: .26rem .35rem;
    background: #fff url("../images/ny/n-img-3.png") no-repeat bottom right/contain;
    border-radius: .1rem;
    box-shadow: 0 .02rem .1rem rgba(240, 240, 240, 0.5);
}
.inner_s1 li time{
    display: block;
    font-size: .16rem;
    line-height: .24rem;
    color: #003F98;
    font-family: 'SourceHanSerifCN-Bold', sans-serif;
    transition: .5s;
    position: relative;
    z-index: 2;
}
.inner_s1 li h3{
    margin-top: .12rem;
    font-size: .2rem;
    line-height: .3rem;
    color: #333333;
    font-weight: bold;
    transition: .5s;
    position: relative;
    z-index: 2;
}
.inner_s1 li .line{
    margin-top: .13rem;
    height: .01rem;
    background: #F3CE91;
    opacity: .4;
    position: relative;
    z-index: 2;
    display: block;
}
.inner_s1 li p{
    font-size: .16rem;
    line-height: .26rem;
    color: #666666;
    height: .52rem;
    margin-top: .13rem;
    transition: .5s;
    position: relative;
    z-index: 2;
}
.inner_s1 li .txt:after{
    position: absolute;
    content: '';
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: url("../images/ny/n-img-4.png") repeat 50%/contain;
    opacity: 0;
    visibility: hidden;
    border-radius: .1rem;
    box-shadow: 0 .02rem .1rem rgba(177, 12, 15, 0.3389);
    transition: .5s;
}
.inner_s1 li:hover time{
    color: #fff;
}
.inner_s1 li:hover h3{
    color: #F3CE91;
}
.inner_s1 li:hover .line{
    color: #FFFFFF;
}
.inner_s1 li:hover p{
    color: #fff;
    opacity: .8;
}
.inner_s1 li:hover .txt:after{
    opacity: 1;
    visibility: visible;
}
.inner_s1 li + li{
    margin-top: .4rem;
}
.inner_s1{
    margin-top: .4rem;
}

/*inner_s2*/
.inner_s2 .list li a{
    display: block;
    position: relative;
    padding: .2rem 0;
}
.inner_s2 .list li .h3{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.inner_s2 .list li .h3 h3{
    flex: 1;
    font-size: .2rem;
    line-height: .3rem;
    color: #333333;
    transition: .5s;
}
.inner_s2 .list li .h3 h3 span{
    color: #003F98;
}
.inner_s2 .list li .h3 time{
    display: block;
    font-size: .16rem;
    line-height: .3rem;
    color: #003F98;
    font-family: 'SourceHanSerifCN-Bold', sans-serif;
    margin-left: .3rem;
    flex-shrink: 0;
}
.inner_s2 .list li p{
    font-size: .16rem;
    line-height: .23rem;
    color: #666666;
    height: .46rem;

}
.inner_s2 .list li .desc{
    display: none;
    margin-top: .17rem;
}
.inner_s2 .list li:before{
    position: absolute;
    content: '';
    left: 0;
    right: 0;
    bottom: 0;
    height: .01rem;
    background: #DADADA;
}
.inner_s2 .list li:after{
    position: absolute;
    content: '';
    left: 0;
    right: 100%;
    bottom: 0;
    height: .04rem;
    background: #003F98;
    transition: .5s;
}
.inner_s2 .list li.active h3{
    color: #003F98;
    font-weight: bold;
}
.inner_s2 .list li.active:after{
    animation: line .5s linear forwards;
}
@keyframes line {
    0%{
        opacity: 0;
        visibility: hidden;
        right: 100%;
    }
    100%{
        opacity: 1;
        visibility: visible;
        right: 0;
    }
}

.inner_s2 li{
    position: relative;
}

.inner_s2 .img_list{
    padding: .2rem 0 .1rem;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.inner_s2 .img_list .li{
    width: 48.67%;
}
.inner_s2 .img_list .li a{
    display: block;
    border-radius: .08rem;
    overflow: hidden;
}
.inner_s2 .img_list .li .pic{
    padding-top: 2.12rem;
}
.inner_s2 .txt_box h3{
    font-size: .22rem;
    line-height: .32rem;
    color: #B00C0F;
    font-weight: bold;
}
.inner_s2 .txt_box dl{
    display: flex;
    flex-wrap: wrap;
    margin-top: .36rem;
}
.inner_s2 .txt_box dd h4{
    font-size: .2rem;
    line-height: .3rem;
    color: #333333;
    padding-left: .12rem;
    position: relative;
}
.inner_s2 .txt_box dd h4:before{
    position: absolute;
    content: '';
    left: 0;
    top: 50%;
    width: .04rem;
    height: .04rem;
    background: #003F98;
    border-radius: 50%;
    transform: translateY(-50%);
}
.inner_s2 .txt_box dd i{
    display: block;
    width: 1px;
    height: .22rem;
    background: #D8D8D8;
}
.inner_s2 .txt_box dd + dd{
    margin-left: .57rem;
    align-self: center;
}
.inner_s2 .txt_box{
    margin: .4rem 0 .2rem;
    padding: .2rem .3rem .3rem;
    background: #fff;
    border-radius: .16rem;
    box-shadow: .04rem .05rem .12rem rgba(0, 0, 0, 0.04);
}


.inner_s2 {
    margin-top: .2rem;
}

/*inner_s3*/
.inner_s3 .item_tit h3{
    font-size: .22rem;
    line-height: .32rem;
    color: #B00C0F;
    font-weight: bold;
}
.inner_s3 .item1 .item_list ul{
    display: flex;
    flex-wrap: wrap;
}
.inner_s3 .item1 li{
    width: 30.97%;
    margin: .2rem 0 0 3.545%;
}
.inner_s3 .item1 li:nth-child(-n+3){
    margin-top: 0;
}
.inner_s3 .item1 li:nth-child(3n+1){
    margin-left: 0;
}
.inner_s3 .item1 li a{
    display: block;
    background: #FFFFFF;
}
.inner_s3 .item1 li .pic{
    padding-top: 2.46rem;
}
.inner_s3 .item1 li h3{
    font-size: .2rem;
    line-height: .3rem;
    color: #333333;
    transition: .5s;
}
.inner_s3 .item1 li time{
    font-size: .16rem;
    line-height: .24rem;
    color: rgba(51, 51, 51, 0.6);
    margin-top: .16rem;
    display: block;
}
.inner_s3 .item1 li .txt{
    padding: .2rem .2rem .14rem;
}
.inner_s3 .item1 li:hover h3{
    color: #003F98;
    font-weight: bold;
}
.inner_s3 .item1 .item_list{
    margin-top: .2rem;
}

.inner_s3 .item2 .item_list ul{
    display: flex;
    flex-wrap: wrap;
}
.inner_s3 .item2 .item_list li{
    width: 22.65%;
    margin: .3rem 0 0 3.13%;
}
.inner_s3 .item2 .item_list li:nth-child(-n+4){
    margin-top: 0;
}
.inner_s3 .item2 .item_list li:nth-child(4n+1){
    margin-left: 0;
}
.inner_s3 .item2 .item_list li a{
    display: block;
    position: relative;
}
.inner_s3 .item2 .item_list li .pic{
    padding-top: 3.46rem;
}
.inner_s3 .item2 .item_list li h3{
    font-size: .2rem;
    line-height: .29rem;
    color: #fff;
    font-weight: bold;
    padding: 0 .3rem;
    position: absolute;
    left: 0;
    right: 0;
    bottom: .2rem;
    z-index: 3;
}
.inner_s3 .item2 .item_list li a:after{
    position: absolute;
    content: '';
    left: 0;
    right: 0;
    bottom: 0;
    height: 51.15%;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000000 100%);
}
.inner_s3 .item2 .item_list{
    margin-top: .2rem;
}
.inner_s3 .item + .item{
    margin-top: .4rem;
}
.inner_s3{
    margin-top: .4rem;
}

/*inner_s4*/

.inner_s4 ul{
    display: flex;
    flex-wrap: wrap;
}
.inner_s4 li{
    width: 30.97%;
    margin: .4rem 0 0 3.545%;
}
.inner_s4 li:nth-child(-n+3){
    margin-top: 0;
}
.inner_s4 li:nth-child(3n+1){
    margin-left: 0;
}
.inner_s4 li a{
    display: block;
    background: #fff;
}
.inner_s4 li .pic{
    padding-top: 1.96rem;
}
.inner_s4 li h3{
    font-size: .2rem;
    line-height: .29rem;
    max-height: .58rem;
    color: #333333;
    text-align: center;
    transition: .5s;
}
.inner_s4 li .txt{
    height: 1.04rem;
    display: flex;
    align-items: center;
    justify-content: center;
}
.inner_s4 li:hover h3{
    color: #003F98;
    font-weight: bold;
}
.inner_s4{
    margin-top: .4rem;
}

/*inner_s5*/

.inner_s5 .item .item_tit h3{
    font-size: .22rem;
    line-height: .32rem;
    color: #003F98;
    font-weight: bold;
}
.inner_s5 .item .item_list ul{
    display: flex;
    flex-wrap: wrap;
}
.inner_s5 .item1 li{
    width: 23%;
    padding: .2rem 0;
    margin: .1rem 0 0 2.66%;
    position: relative;
}
.inner_s5 .item1 li:nth-child(-n+4){
    margin-top: 0;
}
.inner_s5 .item1 li:nth-child(4n+1){
    margin-left: 0;
}
.inner_s5 .item1 li a{
    display: block;
    font-size: .2rem;
    line-height: .3rem;
    color: #333333;
    transition: .5s;
}
.inner_s5 .item1 li:before{
    position: absolute;
    content: '';
    left: 0;
    right: 0;
    bottom: 0;
    height: .01rem;
    background: #D8D8D8;
}
.inner_s5 .item1 li:after{
    position: absolute;
    content: '';
    left: 0;
    bottom: 0;
    right: 100%;
    height: .03rem;
    background: #B00C0F;
    transition: .5s;
}
.inner_s5 .item1 li:hover a{
    color: #003F98;
    font-weight: bold;
}
.inner_s5 .item1 li:hover:after{
    right: 0;
}
.inner_s5 .item .item_list{
    margin-top: .1rem;
}
.inner_s5 .item2 .li_tit h3{
    font-size: .2rem;
    line-height: .3rem;
    color: #003F98;
    font-weight: bold;
}
.inner_s5 .item2 .li_list ul{
    display: flex;
    flex-wrap: wrap;
}
.inner_s5 .item2 .li_list li{
    width: 15.93%;
    margin: .3rem 0 0 12.09%;
}
.inner_s5 .item2 .li_list li:nth-child(-n+4){
    margin-top: 0;
}
.inner_s5 .item2 .li_list li:nth-child(4n+1){
    margin-left: 0;
}
.inner_s5 .item2 .li_list li a{
    display: block;
}
.inner_s5 .item2 .li_list li .img{
    width: 1.8rem;
    max-height: 1.8rem;
    background: #D8D8D8;
    max-width: 100%;
}
.inner_s5 .item2 .li_list li .img img{
    display: block;
    width: 100%;
    margin: 0 auto;
}
.inner_s5 .item2 .li_list li h4{
    font-size: .2rem;
    line-height: .3rem;
    color: #333333;
    margin-top: .1rem;
    text-align: center;
    transition: .5s;
}
.inner_s5 .item2 .li_list{
    margin-top: .2rem;
}
.inner_s5 .item2 .li + .li{
    margin-top: .3rem;
}
.inner_s5 .item2 .item_con{
    margin-top: .4rem;
}
.inner_s5 .item + .item{
    margin-top: .4rem;
}
.inner_s5{
    margin-top: .4rem;
}

/*inner_s6*/

.inner_s6 .item .item_tit h3{
    font-size: .22rem;
    line-height: .32rem;
    color: #B00C0F;
    font-weight: bold;
}
.inner_s6 .item .item_con .desc{
    font-size: .18rem;
    line-height: .32rem;
    color: #333333;
    text-indent: 2em;
}
.inner_s6 .item .item_con .desc strong{
    font-weight: bold;
}
.inner_s6 .item .item_con{
    margin-top: .1rem;
}
.inner_s6 .item2 .li_tit h3{
    font-size: .2rem;
    line-height: .32rem;
    color: #D69E42;
    font-weight: bold;
}
.inner_s6 .item2 .li_con{
    margin-top: .1rem;
}
.inner_s6 .item2 .li + .li{
    margin-top: .3rem;
}
.inner_s6 .item{
    padding: .3rem 0;
    border-bottom: 1px solid #D8D8D8;
}
.inner_s6 .item:last-child{
    border: none;
}
.inner_s6{
    margin-top: .1rem;
}

/*手机端内页菜单*/

#m_n_nav {
    display: none;
    line-height: 50px;
    position: relative;
    z-index: 9;
    width: 100%;
    background: #003F98;
}

#bnt_back {
    position: absolute;
    left: 15px;
    top: 0px;
}

#bnt_back img {
    height: 18px;
    display: inline-block;
    vertical-align: middle;
}

#bnt_back svg {
    fill: rgb(255, 255, 255);
    height: 30px;
    vertical-align: middle;
    width: 26px;
}

#m_n_nav i {
}

#m_n_nav h1 {
    font-size: 14px;
    color: rgb(255, 255, 255);
    text-align: center;
    margin: 0px;
    line-height: 50px;
}

#bnt_sub_nav {
    position: absolute;
    right: 15px;
    top: 0px;
    height: 50px;
    cursor: pointer;
    color: rgb(255, 255, 255);
    font-size: 18px;
    display: flex;
    align-items: center;
}

#bnt_sub_nav svg {
    fill: rgb(255, 255, 255);
    height: 20px;
    vertical-align: middle;
    width: 20px;
}

#bnt_sub_nav img {
    display: block;
    height: 20px;
}

#bnt_sub_nav.on img {
    transform: rotate(-180deg);
}

#sub_nav_content {
    background: rgb(240, 243, 245);
    display: none;
    box-shadow: rgb(153, 153, 153) 0px 0px 5px;
    z-index: 9;
}

#sub_nav_content ul {
    display: none;
}
#sub_nav_content ul li {
    display: block;
    line-height: 28px;

}

#sub_nav_content ul li a {
    display: block;

    height: 30px;
    line-height: 30px;
    font-size: 13px;
    padding-left: 10px;
    color: rgb(83, 84, 85);
}

#sub_nav_content ul li.on a {
    color: #003F98;
}

#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: #003F98;
}

@media (max-width: 1199px){
    .inner_banner .content{
        display: none;
    }
    #m_n_nav{
        display: block;
    }
    .leftNav{
        display: none;
    }
    .rightBox{
        padding: 0;
        width: 100%;
    }
    .rightBox .rightBox-top{
        display: block;
    }
    .rightBox .rightBox-top .posi{
        margin: 0;
        margin-top: 0.15rem;
    }
    .n_tit{
    }
    .posi{
        justify-content: flex-start;
    }
    .inner_page{
        padding: .3rem 0 .4rem;
    }
}
@media (max-width: 1025px){
    .pagination{
        padding-top: .3rem;
    }
    .n_tit h3{
        font-size: .26rem;
        line-height: .3rem;
        margin-right: .1rem;
    }
    .inner_s1 li + li{
        margin-top: .2rem;
    }
    .inner_s2 .list li .desc{
        margin-top: .1rem;
    }
    .inner_s2 .list li:after{
        height: .02rem;
    }
    .inner_s2 .list li .h3 time{
        margin-left: .2rem;
    }
    .inner_s2 .img_list .li .pic{
        padding-top: 38.55%;
    }
    .inner_s2{
        margin-top: .3rem;
    }
    .inner_s2 .img_list{
        padding: 0;
    }
    .inner_s2 .txt_box dl{
        margin-top: .15rem;
        gap: 0 .2rem;
    }
    .inner_s2 .txt_box dd h4{
        font-size: .18rem;
    }
    .inner_s2 .txt_box dd + dd{
        margin-left: 0;
    }
    .inner_s2 .txt_box{
        margin: 0;
        padding: .2rem;
        border-radius: .1rem;
    }
    .inner_s3 .item1 li .pic{
        padding-top: 56%;
    }
    .inner_s3 .item1 li .txt{
        padding: .15rem;
    }
    .inner_s3 .item1 li time{
        margin-top: .1rem;
    }
    .inner_s3 .item1 li{
        width: 32%;
        margin: 0;
    }
    .inner_s3 .item1 ul{
        gap: .2rem 2%;
    }
    .inner_s3 .item + .item{
        margin-top: .3rem;
    }
    .inner_s3 {
        margin-top: 0.2rem;
    }
    .inner_s3 .item2 .item_list li .pic{
        padding-top: 135.15625%;
    }
    .inner_s3 .item2 .item_list li h3{
        padding: 0 .2rem;
        bottom: .15rem;
    }
    .inner_s3 .item2 .item_list li{
        width: 23.5%;
        margin: 0;
    }
    .inner_s3 .item2 .item_list ul{
        gap: .2rem 2%;
    }
    .inner_s6 .item2 .li_con{
        margin-top: .05rem;
    }
    .inner_s6 .item{
        padding: .2rem 0;
    }
    .inner_s6{
        margin-top: 0;
    }
    .inner_s5 .item1 li a{
        font-size: .18rem;
    }
    .inner_s5 .item1 li{
        padding: .1rem 0;
        width: 23.5%;
        margin: 0;
    }
    .inner_s5 .item1 ul{
        gap: .1rem 2%;
    }
    .inner_s5 .item2 .li_list li{
        width: 25%;
        margin: 0;
    }
    .inner_s5 .item2 .li_list ul{
        gap: .2rem 0;
    }
    .inner_s5 .item2 .li_list li .img{
        width: 1.4rem;
        margin: 0 auto;
    }
    .inner_s5 .item2 .li_list{
        margin-top: .1rem;
    }
    .inner_s5 .item2 .li + .li{
        margin-top: .2rem;
    }
    .inner_s5 .item2 .item_con{
        margin-top: .2rem;
    }
    .inner_s5 .item + .item{
        margin-top: .3rem;
    }
    .inner_s5{
        margin-top: .2rem;
    }
}
@media (max-width: 769px){
    .inner_s1 li .pic{
        width: 100%;
        height: auto;
        padding-top: 62.54%;
    }
    .inner_s1 li h3 {
        margin-top: .05rem;
    }
    .inner_s1 li .line {
        margin-top: .1rem;
    }
    .inner_s1 li p{
        margin-top: .1rem;
    }
    .inner_s1 li .txt{
        margin-top: .1rem;
        padding: .2rem;
        width: 100%;
    }
    .inner_s1{
        margin-top: .3rem;
    }
    .inner_s2 .img_list .li{
        width: 100%;
    }
    .inner_s2 .img_list{
        gap: .2rem 0;
    }
    .inner_s3 .item1 li{
        width: 49%;
    }
    .inner_s3 .item2 .item_list li{
        width: 49%;
    }
    .inner_s5 .item1 li{
        width: 32%;
    }
    .inner_s5 .item2 .li_list li{
        width: 32%;
    }
}
@media (max-width: 481px){
    .inner_s3 .item1 li{
        width: 100%;
    }
    .inner_s5 .item1 li{
        width: 49%;
    }
    .inner_s5 .item2 .li_list li{
        width: 50%;
    }
}

/*2025-11-26*/


/*inner_s7*/

.inner_s7 .dtl_tit h1{
    font-size: .26rem;
    line-height: 1.5;
    color: #333333;
    font-family: 'MiSans-Bold', sans-serif;
    text-align: center;
    font-weight: 700;
}
.inner_s7 .dtl_tit .cont p{
    font-size: .16rem;
    line-height: .32rem;
    color: #8b8989;
    margin: 0 .3rem;
}
.inner_s7 .dtl_tit .cont{
    margin-top: .3rem;
    padding: .05rem 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    /* background: #ffffff; */
}
.inner_s7 .dtl_txt div{ font-size: .2rem !important;
    line-height: .34rem !important;
    color: #333;
    word-break: break-all;
    font-family: '微软雅黑' !important;  background: none !important;}
.inner_s7 .dtl_txt div span{ font-size: .2rem !important;
    line-height: .34rem !important;
    color: #333;
    word-break: break-all;
    font-family: '微软雅黑' !important;}
.inner_s7 .dtl_txt p{
    font-size: 18px !important;
    line-height: 38px !important;
    color: #333;
    word-break: break-all;
    font-family: '微软雅黑' !important;
    text-indent: 2em;
    background: none !important;
}
.inner_s7 .dtl_txt iframe{display:block;max-width:100%;margin:0 auto;min-width: 80%;}
.inner_s7 .dtl_txt p span{
    font-size: 18px !important;
    line-height: 38px!important;
    color: #333;
    word-break: break-all;
    font-family: '微软雅黑' !important;
}
.inner_s7 .dtl_txt *{  background: none !important;}
.inner_s7 .dtl_txt p img{
    display: block;
    /* width: auto; */
    height: auto !important;
    max-width: 100%;
    margin: .1rem auto;
}
.inner_s7 .dtl_txt table{margin:0 auto;min-width: 70%;}
.inner_s7 .dtl_txt table td{padding:0 8px;line-height:36px;}
.inner_s7 .dtl_txt table td p{text-indent:0 !important;}
.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 a{
    font-size: inherit;
    color: inherit;
}
.inner_s7 .dtl_page p:hover{
    color: #003F98;
}
.inner_s7 .dtl_page{
    margin-top: .4rem;
    padding-top: .35rem;
    border-top: 1px dashed #D8D8D8;
}

.inner_s7{
    margin-top: .36rem;
}

@media (max-width: 1025px) {
    .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_s8{
    font-size:0.18rem;
    color:#000;
    line-height:2.16;
    padding:0.33rem 0 0.7rem;
}
.inner_s8 .txt{
    overflow: hidden;
    overflow-x: auto;
}
.inner_s8 .txt img, .m-details_b1 .txt video, .m-details_b1 .txt iframe, .m-details_b1 .txt table{
    margin: 0 auto;
    display: block;
    max-width: 100% !important;
}
@media (max-width: 1025px) {
    .inner_s8{
        line-height: 1.7;
    }
}



.inner_s9{
    padding:0.6rem 0 0;
    margin:0 -0.2rem -0.45rem;
    overflow: hidden;
}
.inner_s9 li{
    float:left;
    width: 25%;
}
.inner_s9 .con{
    display:block;
    margin: 0 0.1rem 0.45rem;
    border:0.01rem solid #e9eced;
    position:relative;
    padding: 0.23rem 0.1rem 0;
    background-color:#fff;
    -webkit-transition:.4s;
    -o-transition:.4s;
    -moz-transition:.4s;
    transition:.4s;
}
.inner_s9 .con:hover::after {

    content: ''; margin-top: -0.085rem; position: absolute; left: 0; bottom: 0; width: 100%; height: 2px;  background:#003f98;-webkit-transition: .5s; -o-transition: .5s; transition: .5s;
}
.inner_s9 .pic{
    position:relative;
    height:0;
    padding-top:119.45%;
    overflow:hidden;
}
.inner_s9 .pic img{
    position:absolute;
    top:0;
    left:0;
    display:block;
    width:100%;
    height:100%;
    -o-object-fit:cover;
    object-fit:cover;
}
.inner_s9 .txt{
    text-align:center;
    font-size:0.2rem;
    color:#000;
    margin: 0.18rem 0.12rem;
    -o-text-overflow:ellipsis;
    text-overflow:ellipsis;
    white-space:nowrap;
    overflow:hidden;
    height:1.5em;
}
.inner_s9 .txt .name{
    white-space: nowrap;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
    overflow: hidden;
}
@media screen and (max-width:767px){
    .inner_s9{
        padding-top: 0.3rem;
        margin: 0 -0.1rem -0.2rem;
    }
    .inner_s9 li{
        width: 50%;
    }
    .inner_s9 .con{
        margin: 0 0.1rem 0.2rem;
        padding: 0.1rem;
    }
    .inner_s9 .txt{
        margin: 0.1rem;
    }
}




.inner_s10{margin-bottom: 0;padding-top: 0.35rem;}
.inner_s10 li{margin-bottom: 0.37rem;}
.inner_s10 .con{padding: 0.24rem 0; margin-left: 0.24rem; display: block; position: relative; z-index: 1; display: flex; align-items: flex-start;}
.inner_s10 .bg{position: absolute; left: 0; top: 0; right: 0; bottom: 0; background: rgba(255, 255, 255, 0.8); z-index: -1; overflow: hidden; -webkit-transition: .5s; -o-transition: .5s; transition: .5s;}
.inner_s10 .bg:before{content: ''; position: absolute; left: 0; top: 0; width: 100%; height: 100%; background: linear-gradient(277deg, #40B1FD -17%, #0F72F4 102%), rgba(205, 225, 253, 0.2); border: 1px solid rgba(2, 54, 169, 0.2); z-index: 1; opacity: 0; -webkit-transition: .5s; -o-transition: .5s; transition: .5s;}
.inner_s10 .bg:after{content: ''; position: absolute; right: 0; bottom: 0; width: 4.82rem; height: 0; background: url(../images/ny/w-bg1.png) center bottom no-repeat; -webkit-background-size: 100% auto; background-size: 100% auto; z-index: 2; opacity: 0; -webkit-transition: 1s linear; -o-transition: 1s linear; transition: 1s linear;}
.inner_s10 .pic{margin-left: -0.24rem; width: 2.92rem; height: 1.94rem; flex-shrink: 0;}
.inner_s10 .text{padding: 0.26rem 0.34rem; width: calc(100% - 2.92rem); max-width: 100%; flex-grow: 1;}
.inner_s10 h4{font-size: 0.2rem; color: #333333; font-weight: normal; line-height: 1.4; white-space: nowrap; -ms-text-overflow: ellipsis; text-overflow: ellipsis; overflow: hidden; -webkit-transition: .5s; -o-transition: .5s; transition: .5s;}
.inner_s10 .desc{margin-top: 0.15rem; font-size: 0.16rem; color: #666666; line-height: 1.75; max-height: 3.5em; overflow: hidden; -webkit-transition: .5s; -o-transition: .5s; transition: .5s;}
.inner_s10 time{display: block; margin-top: 0.22rem; font-size: 0.16rem; color: #666666; line-height: 0.24rem; -webkit-transition: .5s; -o-transition: .5s; transition: .5s;}
.inner_s10 time i{margin: -3px 0.08rem 0 0; display: inline-block; vertical-align: middle; width: 0.2rem; height: 0.2rem; background: url(../images/ny/w-date1.png) center center no-repeat; -webkit-background-size: contain; background-size: contain; -webkit-transition: .5s; -o-transition: .5s; transition: .5s;}
.inner_s10 .con:hover{}
.inner_s10 .con:hover .bg{background-color: transparent;}
.inner_s10 .con:hover .bg:before{opacity: 1;}
.inner_s10 .con:hover .bg:after{height: 1.72rem; opacity: 1;}
.inner_s10 .con:hover .tit, .inner_s10 .con:hover h4, .inner_s10 .con:hover .desc, .inner_s10 .con:hover time{color: #fff;}
.inner_s10 .con:hover time i{background-image: url(../images/ny/w-date2.png);}
.inner_s11{padding-top: 0.07rem;}
.inner_s11 li{}
.inner_s11 .con{/* padding-right: 30px; */display: block;height: 0.6rem;line-height: 0.6rem;position: relative;z-index: 1;overflow: hidden;}
.inner_s11 .con:before{content: ''; position: absolute; left: 0; bottom: 0; right: 0; height: 1px; border-top: 1px dashed #C4D1E5; z-index: -2;}
.inner_s11 .con:after{content: ''; position: absolute; left: 0; top: 0; width: 100%; height: 100%; background: linear-gradient(273deg, #40B1FD -17%, #0F72F4 103%), #F5F9FF; z-index: -1; opacity: 0; -webkit-transition: .5s; -o-transition: .5s; transition: .5s;}
.inner_s11 time{margin-left: 0.15rem;float: right;font-size: 0.16rem;color: #666666;-webkit-transition: .5s;-o-transition: .5s;transition: .5s;}
.inner_s11 h4{padding-left: 0.2rem;font-size: 0.18rem;color: #333333;font-weight: normal;height: inherit;line-height: inherit;position: relative;white-space: nowrap;-ms-text-overflow: ellipsis;text-overflow: ellipsis;overflow: hidden;-webkit-transition: .5s;-o-transition: .5s;transition: .5s;}
.inner_s11 h4:before{content: ''; margin-top: -0.085rem; position: absolute; left: 0; top: 50%; width: 0.1rem; height: 0.17rem; background: url(../images/ny/w-arrow3.png) center center no-repeat; -webkit-background-size: contain; background-size: contain; -webkit-transition: .5s; -o-transition: .5s; transition: .5s;}
.inner_s11 .con:hover{}
.inner_s11 .con:hover:after{opacity: 1;}
.inner_s11 .con:hover h4, .inner_s11 .con:hover time{color: #fff;}
.inner_s11 .con:hover h4{font-weight: bold;}
.inner_s11 .con:hover time{margin-right: 0.15rem;f}
.inner_s11 .con:hover h4:before{opacity: 0; -webkit-transform: translateX(100%); -ms-transform: translateX(100%); -o-transform: translateX(100%); transform: translateX(100%);}
.inner_s12{padding-top: 0.11rem; font-size: 16px; color: #666666; line-height: 21px;}
.inner_s12 li{padding: 0.25rem 0; border-bottom: 1px dashed #D8D8D8;}
.inner_s12 h4{margin-bottom: 0.19rem; font-size: 0.18rem; color: #333333; font-weight: bold; line-height: 0.24rem;}
.inner_s12 h4 a{}
.inner_s12 h4 span{margin-right: 0.07rem; display: inline-block; vertical-align: bottom; font-size: 0.24rem; color: #003F98; line-height: 0.32rem;}
.inner_s13{padding: 0.06rem 0 0.12rem; font-size: 0.16rem; color: #666666; line-height: 0.21rem;}
.inner_s13 li{padding: 0.315rem 0;}
.inner_s13 h4{margin-bottom: 0.25rem; font-size: 0.18rem; color: #333333; font-weight: bold; line-height: 0.24rem;}
.inner_s13 h4 span{margin-right: 0.07rem; display: inline-block; vertical-align: bottom; font-size: 0.24rem; color: #003F98; line-height: 0.32rem;}
.inner_s13 .link{margin: 0 -0.14rem -0.27rem; display: flex; flex-wrap: wrap;}
.inner_s13 .link .lk-item{padding: 0 0.14rem; margin-bottom: 0.27rem; width: 25%; flex-shrink: 0;}
.inner_s13 .link a{padding: 0.15rem 0; display: block; font-size: 0.18rem; color: #333333; line-height: 0.24rem; position: relative; white-space: nowrap; -ms-text-overflow: ellipsis; text-overflow: ellipsis; overflow: hidden; -webkit-transition: .5s; -o-transition: .5s; transition: .5s;}
.inner_s13 .link a:before{content: ''; position: absolute; left: 0; bottom: 0; right: 0; height: 1px; background-color: #003F98;}
.inner_s13 .link a:after{content: ''; position: absolute; left: 0; bottom: 0; width: 0; height: 1px; background-color: #FFAE01; -webkit-transition: .5s; -o-transition: .5s; transition: .5s;}
.inner_s13 .link a:hover{color: #003F98; font-weight: bold;}
.inner_s13 .link a:hover:after{width: 100%;}
@media screen and (max-width:767px){
    .inner_s10{margin-bottom: -0.2rem;}
    .inner_s10 li{margin-bottom: 0.2rem;}
    .inner_s10 .con{margin: 0; padding: 0.2rem; display: block;}
    .inner_s10 .pic{margin: 0; width: 100%; height: 52vw;}
    .inner_s10 .text{width: 100%; padding: 0.2rem 0 0.1rem;}
    .inner_s10 h4{font-size: 0.22rem;}
    .inner_s10 .desc{margin-top: 0.12rem;}
    .inner_s10 .desc  p{overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;}
    .inner_s10 time{margin-top: 0.15rem;}
    .inner_s11 .con{padding-right: 0.1rem; height: 0.68rem; line-height: 0.68rem;}
    .inner_s11 h4{padding-left: 0.15rem;}
    .inner_s11 h4:before{width: 0.06rem; height: 0.1rem; margin-top: -0.05rem;}
    .inner_s12 li{padding: 0.2rem 0;}
    .inner_s12 h4{margin-bottom: 0.1rem;}
    .inner_s12 li p{
        line-height: 1.5;
    }
    .inner_s13{padding: 0;}
    .inner_s13 li{padding: 0.2rem 0;}
    .inner_s13 h4{margin-bottom: 0.05rem;}
    .inner_s13 .link{margin: 0 -0.1rem -0.1rem;}
    .inner_s13 .link .lk-item{padding: 0 0.1rem; margin-bottom: 0.1rem; width: 50%;}
}

/*2026-01-29*/

.inner_s14 .item1 h4{
    font-size: .28rem;
    line-height: .32rem;
    color: #333333;
    font-family: "Times New Roman", Times, serif;
    text-align: center;
    font-weight: 700;
}
.inner_s14 .item1 h3{
    font-size: .32rem;
    line-height: .48rem;
    color: #003F98;
    font-family: "Times New Roman", Times, serif;
    font-weight: 700;
    text-align: center;
    margin-top: .21rem;
}

.inner_s14 .item .tit{
    position: relative;
}
.inner_s14 .item .tit h3{
    font-size: .3rem;
    line-height: .34rem;
    color: #003F98;
    font-family: "Times New Roman", Times, serif;
    position: relative;
    z-index: 2;
    font-weight: 700;
}
.inner_s14 .item .tit:before{
    position: absolute;
    content: '';
    left: -.39rem;
    top: -.38rem;
    width: 1.9rem;
    height: 1rem;
    background: url("../images/ny/n-img-2.png") no-repeat 50%/100%;
    pointer-events: none;
}
.inner_s14 .item .desc,
.inner_s14 .item .desc *{
    font-size: .24rem !important;
    line-height: .36rem;
    color: #333333;
    font-family: "Times New Roman", Times, serif !important;
    text-align: justify;
}
.inner_s14 .item .desc p + p{
    margin-top: .2rem;
}
.inner_s14 .item .desc p:has(img){
    display: block;
    flex-wrap: wrap;
    justify-content: center;
    gap: .3rem;
    margin: .4rem 0 .6rem;
    font-size: 0 !important;
    text-align: center;
    text-indent: 0;
}
.inner_s14 .item .desc p img{
    display: inline-block;
    width: auto;
    max-width: 100%;
    height: auto;
    border-radius: 15px;
    max-height: 555px;
    max-width: 12rem;
    margin: .15rem;
}
.inner_s14 .item .desc p:has(a){
    display: flex;
    flex-wrap: wrap;
    gap: 0 .62rem;
    margin-top: .4rem;
}
.inner_s14 .item .desc p a{
    display: block;
    color: #1A65BD;
    word-break: break-all;
}
.inner_s14 .item .desc{
    margin-top: .36rem;
}
.inner_s14 .item2 .item-l{
    width: 50.93%;
}
.inner_s14 .item2 .item-r{
    width: 46.46%;
}
.inner_s14 .item2 .pic{
    padding-top: 4.2rem;
    border-radius: 0 .9rem 0 .9rem;
}
.inner_s14 .item2 .desc p + p{
    margin-top: 0;
}
.inner_s14 .item2 .desc{
    margin-top: .26rem;
}
.inner_s14 .item2{
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: space-between;
    margin-top: .58rem;
}

.inner_s14 .item:not(.item1,.item5){
    border-bottom: .01rem solid rgba(0, 63, 152, 0.2);
}
.inner_s14 .item2{
    padding-bottom: .4rem;
}
.inner_s14 .item3{
    margin-top: .78rem;
    padding-bottom: .76rem;
}
.inner_s14 .item4{
    margin-top: .78rem;
    padding-bottom: .01rem;
}
.inner_s14 .item5{
    margin-top: .75rem;
}
.inner_s14{
    margin-top: .36rem;
}

@media (max-width: 1025px) {
    .inner_s14 .item1 h4{
        font-size: .28rem;
        line-height: 1.5;
    }
    .inner_s14 .item1 h3{
        font-size: .3rem;
        line-height: 1.5;
        margin-top: 0;
    }
    .inner_s14 .item1 h3 br{
        display: none;
    }
    .inner_s14 .item .desc, .inner_s14 .item .desc *{
        font-size: .2rem !important;
        line-height: 1.75;
        max-width: 100% !important;
        /* display: block; */
    }
    .inner_s14 .item .desc p + p{
        margin-top: .5em;
    }
    .inner_s14 .item .desc p:has(img){
        margin: .2rem 0;
    }
    .inner_s14 .item .desc{
        margin-top: .15rem;
    }
    .inner_s14 .item2 .item-l{
        width: 100%;
    }
    .inner_s14 .item2 .item-r{
        width: 100%;
        margin-top: .2rem;
    }
    .inner_s14 .item2 .pic{
        padding-top: 59vw;
        border-radius: 0 .2rem 0 .2rem;
    }
    .inner_s14 .item2 .desc{
        margin-top: .15rem;
    }
    .inner_s14 .item2{
        margin-top: .25rem;
        padding-bottom: .2rem;
    }
    .inner_s14 .item3{
        padding-bottom: .2rem;
        margin-top: .25rem;
    }
    .inner_s14 .item4{
        margin-top: .25rem;
        padding-bottom: .2rem;
    }
    .inner_s14 .item5{
        margin-top: .25rem;
    }
    .inner_s14{
        margin-top: .3rem;
    }

    .inner_s14 .item .desc p img{
        display:block;
        margin:0;
    }
    .inner_s14 .item .desc p:has(img){
        display:flex;
    }
}

@media(min-width:1199px){
    .inner_banner{
        margin-top:1.8rem
    }
    .bodyV1 .header_box{position: fixed;top: 0;background-color: #EFF2F6;}
}