<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";

.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: #334A9C;
    color: #fff;
    border: 1px solid #334A9C;
}

.pagination a:hover {
    background: #334A9C;
    color: #fff;
    border: 1px solid #334A9C;
}
.n_banner .img img{
    display: block;
    width: 100%;
}
.inner_page{
    padding: 0 0 1.1rem;
    background: url("../images/inner_page2.png") no-repeat top center/cover;
}
.leftNav{
    margin-top: -.62rem;
    width: 3.1rem;
    align-self: flex-start;
    position: relative;
}
.leftNav .tit h2{
    font-size: .38rem;
    line-height: .48rem;
    color: #FFFFFF;
    text-align: center;
    font-family: 'SourceHanSansCN-Medium', sans-serif;
}
.leftNav .tit{
    padding: .34rem .15rem;
    background: url("../images/n-img-1.png") no-repeat bottom center/cover;
}

.leftNav .block .box h3{
    position: relative;
    height: .94rem;
    display: flex;
    align-items: center;
    justify-content: center;
}
.leftNav .block .box h3 i{
    display: block;
    flex: 1;
    max-width: .19rem;
    height: .05rem;
    background: no-repeat 50%/auto 100%;
    opacity: 0;
    transition: .5s;
    position: relative;
    z-index: 2;
}
.leftNav .block .box h3 i.i1{
    background-image: url("../images/n-img-2.png");
    background-position: left center;
}
.leftNav .block .box h3 i.i2{
    background-image: url("../images/n-img-3.png");
    background-position: right center;
}
.leftNav .block .box h3 a{
    display: block;
    font-size: .22rem;
    line-height: .32rem;
    color: #333333;
    margin: 0 .13rem;
    flex-shrink: 0;
    transition: .5s;
    position: relative;
    z-index: 2;
}
.leftNav .block .box h3:after{
    position: absolute;
    content: '';
    left: -.28rem;
    right: -.28rem;
    top: 0;
    bottom: 0;
    background: url("../images/n-img-4.png") no-repeat 50%/cover;
    opacity: 0;
    visibility: hidden;
    transition: .5s;
}
.leftNav .block .box.active h3:after,
.leftNav .block .box:hover h3:after,
.leftNav .block .box.active  h3 i,
.leftNav .block .box:hover h3 i{
    opacity: 1;
    visibility: visible;
}
.leftNav .block .box.active h3 a,
.leftNav .block .box:hover h3 a{
    color: #fff;
}
.leftNav .block .s-link a{
    display: block;
    font-size: .2rem;
    line-height: .3rem;
    margin-top: .15rem;
    color: #666;
    text-align: center;
    transition: .5s;
}
.leftNav .block .s-link a:hover{
    color: #334A9C;
}
.leftNav .block .s-link{
    padding-bottom: .15rem;
    display: none;
}

.leftNav .block .box.active .s-link{
    display: block;
}

.leftNav .block .box{
    border-bottom: 1px solid rgba(235, 209, 174, 0.7);
}
.leftNav .block{
    padding: .21rem .2rem .73rem;
    background: #fff url("../images/n-img-5.png") no-repeat bottom center/100% auto;
    box-shadow: 0 .02rem .18rem 0 rgba(51, 74, 156, 0.1484);
}

.rightBox{
    width: calc(100% - 3.88rem);
    padding-top: .24rem;
}
.posi{
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
.posi *{
    display: block;
    font-size: .16rem;
    line-height: .24rem;
    color: #666666;
    transition: .5s;
}
.posi span:not(:first-child){
    margin: 0 .03rem;
}
.posi a:hover,
.posi a.active{
    color: #0B3486;
}

.n_tit h2{
    font-size: .24rem;
    line-height: .34rem;
    color: #333333;
    font-family: 'SourceHanSansCN-Bold',sans-serif;
}
.n_tit{
    margin-top: .34rem;
    padding-bottom: .25rem;
    border-bottom: .03rem solid #334A9C;
}

/*inner_s1*/

.inner_s1 li a{
    position: relative;
    z-index: 2;
    padding: .14rem;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}
.inner_s1 li .pic{
    width: 3.36rem;
    height: 1.95rem;
}
.inner_s1 li .txt{
    width: calc(100% - 3.66rem);
    padding-right: .24rem;
}
.inner_s1 li time{
    display: block;
    font-size: .18rem;
    line-height: .26rem;
    color: #334A9C;
    padding-left: .24rem;
    background: url("../images/n-img-7.png") no-repeat left center/.16rem;
    transition: .5s;
}
.inner_s1 li i:before{
    position: absolute;
    content: '';
    left: -.3rem;
    right: 0;
    top: 50%;
    height: 2px;
    background: #334A9C;
    transform: translateY(-50%);
    transition: .5s;
}
.inner_s1 li i:after{
    position: absolute;
    content: '';
    right: 0;
    top: 0;
    bottom: 0;
    width: .09rem;
    background: #334A9C;
    border-radius: .5rem;
    transition: .5s;
}
.inner_s1 li i{
    display: block;
    width: 1.44rem;
    height: .09rem;
    position: relative;
    margin: .12rem 0;
}
.inner_s1 li h3{
    font-size: .2rem;
    line-height: .3rem;
    color: #333333;
    transition: .5s;
}
.inner_s1 li p{
    margin-top: .13rem;
    font-size: .16rem;
    line-height: .24rem;
    color: #666666;
    height: .48rem;
    transition: .5s;
}
.inner_s1 li:after{
    position: absolute;
    content: '';
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: url("../images/n-img-9.png") no-repeat 50%/cover;
    box-shadow: 0px 2px 8px 0px rgba(51, 74, 156, 0.5452);
    opacity: 0;
    visibility: hidden;
    transition: .5s;
}
.inner_s1 li{
    position: relative;
    background: #fff;
    box-shadow: 0 .02rem .07rem 0 rgba(51, 74, 156, 0.0617);
}
.inner_s1 li+li{
    margin-top: .38rem;
}
.inner_s1 li:hover:after{
    opacity: 1;
    visibility: visible;
}
.inner_s1 li:hover time{
    color: #fff;
    background-image: url("../images/n-img-8.png");
}
.inner_s1 li:hover i:before,
.inner_s1 li:hover i:after{
    background: #fff;
}
.inner_s1 li:hover h3{
    color: #fff;
    font-family: 'SourceHanSansCN-Bold',sans-serif;
}
.inner_s1 li:hover p{
    color: rgba(255, 255, 255, 0.8);
}
.inner_s1 {
    margin-top: .46rem;
}

/*inner_s2*/

.inner_s2 li a{
    position: relative;
    padding: 0 .36rem 0 .3rem;
    height: .91rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: #fff;
    transition: .5s;
}
.inner_s2 li time{
    display: block;
    text-align: center;
    width: .62rem;
    margin-right: .36rem;
}
.inner_s2 li time span{
    display: block;
    font-size: .28rem;
    line-height: 1;
    color: #334A9C;
    transition: .5s;
}
.inner_s2 li time em{
    margin-top: .05rem;
    display: block;
    font-size: .12rem;
    line-height: .21rem;
    color: #fff;
    background: #334A9C;
    transition: .5s;
}
.inner_s2 li h3{
    flex: 1;
    font-size: .2rem;
    line-height: .3rem;
    color: #333333;
    transition: .5s;
}
.inner_s2 li h6{
    width: .16rem;
    height: .27rem;
    background: url("../images/n-img-10.png") no-repeat 50%/100% auto;
    opacity: 0;
    margin-left: .2rem;
    transition: .5s;
}
.inner_s2 li {
    box-shadow: 0px 2px 7px 0px rgba(51, 74, 156, 0.0617);
}
.inner_s2 li+li{
    margin-top: .26rem;
}
.inner_s2 li:hover time span{
    color: #fff;
}
.inner_s2 li:hover time em{
    background: #E78014;
}
.inner_s2 li:hover h3{
    color: #fff;
    font-family: 'SourceHanSansCN-Bold', sans-serif;
}
.inner_s2 li:hover h6{
    opacity: 1;
}
.inner_s2 li:hover a{
    background: #334A9C;
    box-shadow: 0px 2px 11px 0px rgba(51, 74, 156, 0.8124);
}
.inner_s2 {
    margin-top: .52rem;
}

.inner_s3 li{
    margin-top: .44rem;
    width: 48.17%;
    position: relative;
    background: #fff;
    border-radius: 0 .12rem .12rem 0;
    box-shadow: 0px 2px 7px 0px rgba(51, 74, 156, 0.0617);
}
.inner_s3 li:nth-child(-n+2){
    margin-top: 0;
}
.inner_s3 li a{
    position: relative;
    z-index: 2;
    display: flex;
    align-items: center;
    flex-direction: row-reverse;
    justify-content: space-between;
}
.inner_s3 li .imgBox{
    width: 1.53rem;
    border-radius: .12rem;
    border: .02rem solid #E78014;
    overflow: hidden;
}
.inner_s3 li .pic{
    padding-top: 1.86rem;
    border-radius: .1rem;
    overflow: hidden;
}
.inner_s3 li .txt{
    width: calc(100% - 1.53rem);
    padding: 0 .22rem 0 .27rem;
}
.inner_s3 li h2{
    font-size: .26rem;
    line-height: .38rem;
    color: #334A9C;
    font-family: 'SourceHanSansCN-Medium', sans-serif;
    transition: .5s;
}
.inner_s3 li h3{
    margin-top: .09rem;
    font-size: .16rem;
    line-height: .24rem;
    color: #333333;
    transition: .5s;
}
.inner_s3 li p{
    margin-top: .17rem;
    font-size: .16rem;
    line-height: .26rem;
    color: #666666;
    height: .52rem;
    transition: .5s;
}
.inner_s3 li:after{
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    bottom: 0;
    width: .03rem;
    background: #334A9C;
    z-index: 2;
    transition: .5s;
}
.inner_s3 li:before{
    position: absolute;
    content: '';
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: url("../images/n-img-11.png") no-repeat 50%/cover;
    box-shadow: 0px 2px 12px 0px rgba(51, 74, 156, 0.7006);
    border-radius: 0 .12rem .12rem 0;
    opacity: 0;
    visibility: hidden;
    transition: .5s;
}
.inner_s3 li:hover:before{
    opacity: 1;
    visibility: visible;
}
.inner_s3 li:hover h2{
    color: #fff;
    font-family: 'SourceHanSansCN-Bold',sans-serif;
}
.inner_s3 li:hover h3{
    color: #fff;
}
.inner_s3 li:hover p{
    color: rgba(255, 255, 255, 0.7);
}
.inner_s3 li:hover:after{
    background: #E78014;
}
.inner_s3{
    margin-top: .52rem;
}


/*inner_s4*/

.inner_s4 .dtl_tit h1{
    font-size: .3rem;
    line-height: 1.5;
    color: #333333;
    text-align: center;
    font-family: 'SourceHanSansCN-Bold', sans-serif;
}
.inner_s4 .dtl_tit .cont{
    margin-top: .28rem;
    display: flex;
    justify-content: center;
}
.inner_s4 .dtl_tit .cont .li{
    font-size: .16rem;
    line-height: .24rem;
    color: #666666;
    margin: 0 .27rem;
}

.inner_s4 .dtl_txt p{
    font-size: .2rem;
    line-height: .35rem;
    color: #666666;
    text-indent: 2em;
    font-family: 'SourceHanSansCN-Regular','Microsoft Yahei',Arial,sans-serif !important;
}
.inner_s4 .dtl_txt p + p{
    margin-top: .29rem;
}
.inner_s4 .dtl_txt p img{
    display: block;
    width: auto;
    height: auto !important;
    max-width: 100% !important;
    margin: 0 auto;
}
.inner_s4 .dtl_txt{
    margin-top: .24rem;
}
.inner_s4 .dtl_page p{
    font-size: .2rem;
    line-height: .3rem;
    color: #333333;
    transition: .5s;
}
.inner_s4 .dtl_page p+p{
    margin-top: .2rem;
}
.inner_s4 .dtl_page p:hover{
    color: #334A9C;
    font-family: 'SourceHanSansCN-Bold',sans-serif;
}
.inner_s4 .dtl_page{
    margin-top: .58rem;
    padding-top: .58rem;
    border-top: .03rem solid rgba(51, 74, 156, 0.46);
}
.inner_s4 {
    margin-top: .5rem;
}</pre></body></html>