@charset "utf-8";
.header_box:before{
    position: absolute;
    content: '';
    left: 0;
    right: 0;
    top: 0;
    height: 2.6rem;
    background: linear-gradient(180deg, #09347B 0%, rgba(10, 44, 115, 0) 100%);
    transition: all .5s;
}

.pagination {
    text-align: center;
    font-size: 0;
    padding-top: 1.1rem;
}
.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: #08357C;
    color: #fff;
    border: 1px solid #08357C;
}

.pagination a:hover {
    background: #08357C;
    color: #fff;
    border: 1px solid #08357C;
}


.n_banner{
    position: relative;
    overflow: hidden;
}
.n_banner .img img{
    display: block;
    width: 100%;
}
.n_banner:before{
    position: absolute;
    content: '';
    left: 0;
    right: 0;
    bottom: -.44rem;
    height: 26.33%;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000000 100%);
}
.inner-page{
    background: url("../images/inner-page.png") no-repeat left bottom/33.85vw auto;
}
.leftNav{
    width: 18.75%;
    margin-top: .65rem;
    align-self: flex-start;
}
.leftNav .tit{
    position: relative;
    padding-left: .22rem;
}
.leftNav .tit h3{
    font-size: .4rem;
    line-height: .58rem;
    color: #333333;
    font-weight: 600;
}
.leftNav .tit:before,
.leftNav .tit:after{
    position: absolute;
    content: '';
    top: 50%;
    height: .4rem;
    background: #DFC584;
    transform: translateY(-50%);
}
.leftNav .tit:before{
    left: 0;
    width: .06rem;
}
.leftNav .tit:after{
    left: .08rem;
    width: .02rem;
}

.leftNav .block .box h3{
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: .2rem;
    line-height: .56rem;
    color: #333333;
    padding: 0 .29rem 0 .22rem;
    transition: all .5s;
}
.leftNav .block .box h3 a{
    flex: 1;
}
.leftNav .block .box h3 i{
    display: block;
    width: .16rem;
    height: .06rem;
    background: url("../images/arrow-7.png") no-repeat 50% /100%;
    opacity: 0;
    margin-left: .2rem;
    flex-shrink: 0;
    transition: all .5s;
}
.leftNav .block .s-link a{
    display: block;
    font-size: .16rem;
    line-height: 1.5;
    color: #666666;
    padding: .05rem .29rem .05rem .22rem;
    transition: all .5s;
}
.leftNav .block .s-link a:hover{
    color: #08357C;
}
.leftNav .block .s-link{
    padding: .1rem 0;
    display: none;
}
.leftNav .block .box.active h3 i,
.leftNav .block .box:hover h3 i{
    opacity: 1;
}
.leftNav .block .box.active h3,
.leftNav .block .box:hover h3{
    background: #08357C;
    color: #FFFFFF;
}
.leftNav .block .box.active .s-link{
    /*display: block;*/
}
.leftNav .block{
    margin-top: .26rem;
}

.rightBox{
    width: 81.25%;
    position: relative;
    padding: .75rem 0 1.1rem .5rem;
}
.rightBox .bg-box{
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: calc((100vw - 16rem) / -2);
    background: #FFFFFF;
    box-shadow: -.03rem .07rem .17rem .04rem rgba(23, 29, 142, 0.0624);
    pointer-events: none;
}
.n-tit {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}
.n-tit h3{
    font-size: .28rem;
    line-height: .36rem;
    color: #08357C;
    font-weight: 600;
}
.posi{
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: flex-end;
    font-size: .18rem;
    line-height: .24rem;
    color: #666666;
}
.posi img{
    display: block;
    width: .16rem;
    margin-right: .1rem;
}
.posi span{
    display: block;
    margin: 0 .03rem;
}
.posi a{
    display: block;
    transition: all .5s;
}
.posi a:hover,
.posi a.active{
    color: #08357C;
}

.inner-s1 li a{
    padding: .3rem .42rem .33rem .3rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
    z-index: 2;
}
.inner-s1 li time{
    display: block;
    color: #08357C;
    text-align: center;
    margin-right: .3rem;
    flex-shrink: 0;
    transition: all .5s;
}
.inner-s1 li time span{
    display: block;
    font-size: .34rem;
    line-height: 1;
    font-weight: 500;
}
.inner-s1 li time em{
    display: block;
    font-size: .14rem;
    line-height: 1;
    margin-top: .06rem;
}
.inner-s1 li .line{
    display: block;
    width: .01rem;
    height: .5rem;
    background: #08357C;
    opacity: .2;
    margin-right: .3rem;
    flex-shrink: 0;
    transition: all .5s;
}
.inner-s1 li .text{
    flex: 1;
    overflow: hidden;
    display: block;
    position: relative;
    transition: all .5s;
}
.inner-s1 li h3{
    font-size: .2rem;
    line-height: .26rem;
    color: #333333;
    font-weight: 500;
    transition: all .5s;
}
.inner-s1 li p{
    font-size: .16rem;
    line-height: .22rem;
    color: #666666;
    margin-top: .09rem;
    transition: all .5s;
}
.inner-s1 li .arrow{
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    width: .15rem;
    opacity: 0;
    visibility: hidden;
    transition: all .5s;
    display: none;
}
.inner-s1 li:before{
    position: absolute;
    content: '';
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    border: .01rem solid #08357C;
    opacity: .2;
}
.inner-s1 li:after{
    position: absolute;
    content: '';
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: #08357C url("../images/n-img-1.png") no-repeat 50%/contain;
    box-shadow: 0 .02rem .13rem rgba(23, 29, 142, 0.6477);
    opacity: 0;
    visibility: hidden;
    transition: all .5s;
}
.inner-s1 li:hover time{
    color: #FFFFFF;
}
.inner-s1 li:hover .line{
    background: #FFFFFF;
    opacity: .25;
}
.inner-s1 li:hover h3{
    color: #FFFFFF;
    font-weight: 600;
}
.inner-s1 li:hover p{
    color: #FFFFFF;
}
.inner-s1 li:hover .arrow{
    opacity: 1;
    visibility: visible;
}
.inner-s1 li:hover .text{
    padding-right: .58rem;
}
.inner-s1 li:hover:after{
    opacity: 1;
    visibility: visible;
}
.inner-s1 li + li{
    margin-top: .32rem;
}
.inner-s1 li{
    position: relative;
}
.inner-s1 {
    margin-top: .54rem;
}

.inner-s2 li a{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    position: relative;
    z-index: 2;
    padding: .34rem 0 .35rem;
    transition: all .5s;
}
.inner-s2 li .pic{
    width: 3.18rem;
    height: 1.79rem;
    margin-right: .3rem;
    flex-shrink: 0;
}
.inner-s2 li .text{
    flex: 1;
    overflow: hidden;
}
.inner-s2 li time{
    display: block;
    font-size: .18rem;
    line-height: .24rem;
    color: #08357C;
    transition: all .5s;
}
.inner-s2 li h3{
    font-size: .2rem;
    line-height: .28rem;
    color: #333333;
    font-weight: 500;
    margin-top: .21rem;
    transition: all .5s;
}
.inner-s2 li p{
    font-size: .16rem;
    line-height: .24rem;
    color: #666666;
    height: .48rem;
    margin-top: .13rem;
    transition: all .5s;
}
.inner-s2 li .arrow{
    width: .19rem;
    height: .13rem;
    background: url("../images/arrow-1.png") no-repeat 50%/100%;
    margin-top: .15rem;
    transition: all .5s;
}
.inner-s2 li:before{
    position: absolute;
    content: '';
    left: 0;
    right: 0;
    bottom: 0;
    border-bottom: .01rem dashed rgba(23, 29, 142, 0.2);
}
.inner-s2 li:after{
    position: absolute;
    content: '';
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    background: #08357C url("../images/n-img-4.png") no-repeat 50%/cover;
    box-shadow: 0 .02rem .1rem 0 rgba(23, 29, 142, 0.5042);
    opacity: 0;
    visibility: hidden;
    transition: all .5s;
}
.inner-s2 li:hover time{
    color: #FFFFFF;
}
.inner-s2 li:hover h3{
    color: #FFFFFF;
    font-weight: 600;
}
.inner-s2 li:hover p{
    color: #FFFFFF;
}
.inner-s2 li:hover .arrow{

}
.inner-s2 li:hover:after{
    opacity: 1;
    visibility: visible;
}

.inner-s2 li {
    position: relative;
}
.inner-s2{
    margin-top: .2rem;
    min-height: 3rem;
}

.inner-s3 .item h2{
    font-size: .28rem;
    line-height: .36rem;
    color: #08357C;
    font-weight: 600;
}
.inner-s3 .item .desc{
    font-size: .2rem;
    line-height: .34rem;
    color: #333333;
    text-indent: 2em;
    margin-top: .48rem;
}
.inner-s3 .item .desc p + p{
    margin-top: .28rem;
}

.inner-s3 .item2  .desc img{
    display: block;
    width: 100%;
}
.inner-s3 .item2  .desc{
    margin-top: -.35rem;
}
.inner-s3 .item3 .list ul{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.inner-s3 .item3 .list li{
    width: 27.44%;
    position: relative;
    aspect-ratio:1/1;
    border-radius: 50%;
    background: url("../images/n-img-6.png") no-repeat 50%/100%;
}
.inner-s3 .item3 .list li .con{
    position: absolute;
    top: .09rem;
    bottom: .09rem;
    right: 0;
    left: .18rem;
    padding: .34rem;
    background: linear-gradient(90deg, #313797 0%, #4C56ED 128%);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    color: #FFFFFF;
}

.inner-s3 .item3 .list li h3{
    font-size: .28rem;
    line-height: .36rem;
    color: #FFFFFF;
    text-align: center;
    font-weight: 600;
}
.inner-s3 .item3 .list li p{
    font-size: .18rem;
    line-height: .24rem;
    color: #FFFFFF;
    text-align: center;
    -webkit-line-clamp: 3;
    max-height: .72rem;
    margin-top: .24rem;
}
.inner-s3 .item3 .list{
    margin-top: .48rem;
}
.inner-s3{
    margin-top: .7rem;
}
.inner-s4 .dtl-l{
    width: 72.6875%;
}
.inner-s4 .dtl-tit h2{
    font-size: .3rem;
    line-height: .4rem;
    color: #333333;
    text-align: center;
    font-weight: 600;
}
.inner-s4 .dtl-tit .cont{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-top: .2rem;
}
.inner-s4 .dtl-tit .cont .li{
    font-size: .16rem;
    line-height: .22rem;
    color: #666666;
    margin: 0 .25rem;
}
.inner-s4 .dtl-tit:before,
.inner-s4 .dtl-tit:after{
    position: absolute;
    content: '';
    top: 0;
    bottom: 0;
    background: #DFC584;
}
.inner-s4 .dtl-tit:before{
    left: 0;
    width: .06rem;
}
.inner-s4 .dtl-tit:after{
    left: .08rem;
    width: .02rem;
}
.inner-s4 .dtl-tit{
    padding: .35rem .2rem;
    position: relative;
    background: rgba(8, 53, 124, 0.0652);
}
.inner-s4 .dtl-txt p,
.inner-s4 .dtl-txt p *{
    font-size: .2rem !important;
    line-height: 1.6;
    color: #333333;
    text-indent: 2em;
    font-family: 'Microsoft Yahei', Arial, sans-serif !important;
}
.inner-s4 .dtl-txt p + p{
    margin-top: .28rem;
}
.inner-s4 .dtl-txt p img{
    display: block;
    width: auto;
    height: auto !important;
    max-width: 100%;
    margin: 0 auto;
}
.inner-s4 .dtl-txt{
    margin-top: .53rem;
}
.inner-s4 .dtl-page p{
    font-size: .2rem;
    line-height: .32rem;
    color: #333333;
    transition: all .5s;
}
.inner-s4 .dtl-page p + p{
    margin-top: .2rem;
}
.inner-s4 .dtl-page p:hover{
    color: #08357C;
    font-weight: 600;
}
.inner-s4 .dtl-page{
    padding-top: .59rem;
    margin-top: .59rem;
    border-top: 1px solid #08357C;
}
.inner-s4 .dtl-r{
    width: 25.125%;
    padding-left: .36rem;
    position: relative;
}
.inner-s4 .dtl-r h2{
    display: flex;
    align-items: center;
    font-size: .3rem;
    line-height: .4rem;
    color: #08357C;
    font-weight: 600;
}
.inner-s4 .dtl-r h2 img{
    display: block;
    width: .25rem;
    margin-right: .1rem;
}
.inner-s4 .dtl-r li a{
    display: block;
    padding: .32rem 0 .37rem;
}
.inner-s4 .dtl-r li time{
    display: block;
    font-size: .18rem;
    line-height: .24rem;
    color: #08357C;
}
.inner-s4 .dtl-r li h3{
    font-size: .18rem;
    line-height: .24rem;
    color: #333333;
    height: .48rem;
    margin-top: .14rem;
    transition: all .5s;
}
.inner-s4 .dtl-r li:before{
    position: absolute;
    content: '';
    left: 0;
    right: 0;
    bottom: 0;
    height: .01rem;
    background: #08357C;
    opacity: .2;
    transition: all .5s;
}
.inner-s4 .dtl-r li:hover h3{
    color: #08357C;
    font-weight: 600;
}
.inner-s4 .dtl-r li{
    position: relative;
}
.inner-s4 .dtl-r:before{
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    bottom: -.34rem;
    width: .01rem;
    background: #08357C;
    opacity: .2;
}


.inner-s4{
    margin-top: .6rem;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: space-between;
}

@media (min-width: 1200px) {
    .inner-s2 li:hover a{
        padding-left: .3rem;
        padding-right: .3rem;
    }
    .inner-s3 .item3 .list li:nth-child(3) .con{
        padding-left: .47rem;
        padding-right: .47rem;
    }
}

/*手机端内页菜单*/

#m_n_nav {
    display: none;
    line-height: 50px;
    position: relative;
    z-index: 9;
    width: 100%;
    background: #08357C;
}

#bnt_back {
    position: absolute;
    left: 15px;
    top: 0px;
}

#bnt_back img {
    height: 18px;
    display: inline-block;
    vertical-align: middle;
}

#bnt_back svg {
    fill: rgb(255, 255, 255);
    height: 30px;
    vertical-align: middle;
    width: 26px;
}

#m_n_nav i {
}

#m_n_nav h1 {
    font-size: 14px;
    color: rgb(255, 255, 255);
    text-align: center;
    margin: 0px;
    line-height: 50px;
    font-weight: 600;
}

#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: #08357C;
}
#sub_nav_content dl dt.on a {
    color: #08357C;
}
#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: #08357C;
}

@media (max-width: 1199px){

    #m_n_nav{
        display: block;
    }
    .leftNav{
        display: none;
    }
    .rightBox{
        width: 100%;
        padding: .4rem 0;
    }
    .rightBox .bg-box{
        left: -10px;
        right: -10px;
    }
    .pagination{
        padding-top: .3rem;
    }
}
@media (max-width: 1199px) {

    .n-tit h3{
        font-size: .26rem;
        line-height: .3rem;
    }
    .posi img{
        width: .14rem;
        margin-right: .05rem;
    }
    .posi{
        font-size: .16rem;
    }
    .inner-s1 li time{
        margin-right: .15rem;
    }
    .inner-s1 li .line{
        margin-right: .15rem;
    }
    .inner-s1 li p{
        margin-top: .05rem;
    }
    .inner-s1 li:hover .arrow{
        opacity: 0;
        visibility: hidden;
    }
    .inner-s1 li:hover .text{
        padding-right: 0;
    }
    .inner-s1 li a{
        padding: .2rem;
    }
    .inner-s1 li + li{
        margin-top: .15rem;
    }
    .inner-s1{
        margin-top: .2rem;
    }
    .inner-s2 li .pic{
        margin-right: .2rem;
    }
    .inner-s2 li a{
        padding: .2rem 0;
    }
    .inner-s2 li:after{
        left: -10px;
        right: -10px;
    }
    .inner-s3 .item h2{
        font-size: .22rem;
        line-height: .3rem;
    }
    .inner-s3 .item .desc{
        font-size: .18rem;
        line-height: 1.75;
        margin-top: .15rem;
    }
    .inner-s3 .item .desc p + p{
        margin-top: .1rem;
    }
    .inner-s3 .item1 .images{
        margin-top: 0;
    }
    .inner-s3 .item + .item{
        margin-top: .2rem;
    }
    .inner-s3 .item3 .list li h3{
        font-size: .2rem;
        line-height: .3rem;
    }
    .inner-s3 .item3 .list li p{
        line-height: 1.5;
        max-height: 4.5em;
        margin-top: .05rem;
    }
    .inner-s3 .item3 .list li .con{
        padding: .2rem;
    }
    .inner-s3 .item3 .list li{
        width: 32%;
    }
    .inner-s3 .item3 .list{
        margin-top: .2rem;
    }
    .inner-s3{
        margin-top: .2rem;
    }
    .inner-s4 .dtl-tit h2{
        font-size: .22rem;
        line-height: 1.5;
    }
    .inner-s4 .dtl-tit .cont .li{
        margin: 0;
        line-height: 1.5;
    }
    .inner-s4 .dtl-tit .cont{
        gap: 0 .2rem;
        margin-top: .05rem;
    }
    .inner-s4 .dtl-tit{
        padding: .2rem;
    }
    .inner-s4 .dtl-txt p,
    .inner-s4 .dtl-txt p *{
        font-size: .17rem !important;
        line-height: 1.85;
    }
    .inner-s4 .dtl-txt p + p{
        margin-top: .1rem;
    }
    .inner-s4 .dtl-txt{
        margin-top: .2rem;
    }
    .inner-s4 .dtl-page p{
        font-size: .17rem;
        line-height: 1.85;
    }
    .inner-s4 .dtl-page p + p{
        margin-top: 0;
    }
    .inner-s4 .dtl-page{
        padding-top: .1rem;
        margin-top: .2rem;
    }
    .inner-s4 .dtl-r h2{
        font-size: .22rem;
        line-height: .3rem;
    }
    .inner-s4 .dtl-r h2 img{
        width: .2rem;
        margin-right: .05rem;
    }
    .inner-s4 .dtl-r li time{
        font-size: .16rem;
        line-height: .24rem;
    }
    .inner-s4 .dtl-r li h3{
        font-size: .17rem;
        line-height: .25rem;
        height: .5rem;
        margin-top: .05rem;
    }
    .inner-s4 .dtl-r li a{
        padding: .15rem 0;
    }
    .inner-s4 .dtl-r{
        padding-left: .2rem;
    }
    .inner-s4{
        margin-top: .2rem;
    }
}
@media (max-width: 769px) {
    .rightBox{
        padding: .2rem 0 .4rem;
    }
    .n-tit h3{
        width: 100%;
    }
    .posi{
        margin-top: .05rem;
        width: 100%;
        justify-content: flex-start;
    }
    .inner-s2 li .pic{
        width: 100%;
        height: auto;
        padding-bottom: 56.29%;
    }
    .inner-s2 li h3{
        margin-top: .05rem;
    }
    .inner-s2 li p{
        margin-top: .05rem;
    }
    .inner-s2 li .text{
        flex: auto;
        width: 100%;
        padding-top: .2rem;
    }
    .inner-s3 .item3 .list li{
        width: 49%;
    }
    .inner-s3 .item3 .list ul{
        gap: .2rem 0;
    }
    .inner-s4 .dtl-l{
        width: 100%;
    }
    .inner-s4 .dtl-r{
        width: 100%;
        margin-top: .4rem;
        padding-left: 0;
    }
    .inner-s4 .dtl-r:before{
        bottom: 0;
        top: 0;
        display: none;
    }

}
@media (max-width: 481px) {
    .inner-s3 .item3 .list li{
        width: 3rem;
    }
    .inner-s3 .item3 .list ul{
        flex-direction: column;
        align-items: center;
    }
}

.v_news_content table p {
    text-indent: 0 !important;
}
.v_news_content table{
    margin: 0 auto !important;
    text-align: center;
}
.v_news_content p a * {
    word-break: break-word;
    max-width: 100%;
    white-space: normal;

}
.desc p:has(img) {
    margin: 0 auto;
    text-align: center;
    text-indent: 0;
}

.desc p img {
    max-width: 100%;
    height: auto;
    object-fit: cover;
}
.pb_sys_style1 .p_no_d {
    border: 1px solid #08357c !important;
    color: #fff;
    background-color: #08357c !important;
}
.pb_sys_common {
    font-family: 'Microsoft Yahei', Arial, sans-serif !important;

}
