@charset "utf-8";

/**/
.pagination {
    text-align: center;
    font-size: 0;
    padding-top:0;
}

.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: #1e64c2;
    color: #fff;
    border: 1px solid #1e64c2;
}

.pagination a:hover {
    background: #1e64c2;
    color: #fff;
    border: 1px solid #1e64c2;
}

.n_banner{
    position: relative;
}
.n_banner:after{
    position: absolute;
    content: '';
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: url("../images/n_mask.png") no-repeat bottom center;
}
.n_banner .img img{
    display: block;
    width: 100%;
}

.n_banner .n_top{
    position: absolute;
    left: 0;
    right: 0;
    bottom: .29rem;
    z-index: 333;
}
.n_banner .n_wp{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.n_banner .n_top h2{
    font-size: .42rem;
    line-height: .63rem;
    color: #fff;
    font-weight: 600;
}
.posi{
    display: flex;
    align-items: center;
}
.posi img{
    display: block;
    width: .17rem;
    margin-right: .1rem;
}
.posi a,.posi span{
    display: block;
    font-size: .18rem;
    line-height: 1;
    color: #fff;
}
.posi span{
    margin: 0 0.03rem;
}

.n_dh{
    height: .72rem;
    background: #fff;
    box-shadow: 0 .04rem .1rem 0 rgba(117, 117, 117, 0.1);
}
.n_dh .n_wp{
    height: 100%;
}
.n_dh ul{
    height: 100%;
    display: flex;
    align-items: center;
}
.n_dh li{
    position: relative;
}
.n_dh li a{
    display: block;
}
.n_dh li h2{
    font-size: .18rem;
    line-height: .72rem;
    color: #333333;
    text-align: center;
    min-width: 1.4rem;
    padding: 0 .15rem;
    transition: .5s;
}
.n_dh li.active h2,.n_dh li:hover h2{
    color: #fff;
    background: #1e64c2;
}
.n_dh li .sub{
    position: absolute;
    left: 0;
    right: 0;
    top: 100%;
    transform: scaleY(0);
    visibility: hidden;
    filter: alpha(opacity=0);
    -moz-opacity: 0;
    -khtml-opacity: 0;
    opacity: 0;
    transition: .25s;
    transform-origin: top;
    background: #fff;
    box-shadow: 0 .04rem .1rem 0 rgba(117, 117, 117, 0.1);
    z-index: 10000;
}
.n_dh li .sub .box{
    text-align: center;
}
.n_dh li .sub .box a{
    display: block;
    font-size: .14rem;
    line-height: .42rem;
    color: #9E9E9E;
    transition: .5s;
}
.n_dh li .sub .box a:hover{
    color: #1e64c2;
}
.n_dh li:hover .sub {
    filter: alpha(opacity=100);
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1;
    visibility: visible;
    transform: scaleY(1);
}

.n_container{
    padding-top: .4rem;

    margin-bottom: .27rem;
    overflow: hidden;
}

.n_dqtit{
    display: flex;
    align-items: center;
    border-bottom: 1px solid #1e64c2;
    padding-bottom: .18rem;
    margin-bottom: .52rem;
}
.n_dqtit img{
    display: block;
    width: .26rem;
    margin-right: .18rem;
}
.n_dqtit h2{
    font-size: .3rem;
    line-height: 1;
    color: #227bdb;
    font-weight: 600;
}

.dq_list li{
    width: 48%;
    margin-left: 4%;
    margin-bottom: .32rem;
    position: relative;
}

.dq_list li:nth-child(2n+1){
    margin-left: 0;
}
.dq_list li a{
    display: block;
    font-size: .22rem;
    line-height: .66rem;
    color: #333333;
    padding-left: .2rem;
    background: #F7F7F7;
    border-left: .02rem solid #227bdb;
    transition: .5s;
    position: relative;
}
.dq_list li span{
    position:absolute;
    left: 15%;
    top: 94%;
    min-width:2rem;
    font-size:.16rem;
    color: #227bdb;
    line-height:.4rem;
    /* background:#227bdb; */
    border-radius:.05rem;
    text-align:center;
    padding:0 .1rem;
    transform:translateX(-50%) translateY(.2rem);
    z-index:3;
    opacity:0;
    visibility:hidden;
    transition:.5s;
}
.dq_list li span:before{
    position:absolute;
    content:'';
    left:50%;
    bottom: 80%;
    border:.05rem solid transparent;
    border-bottom-color:#227bdb;
    transform:translateX(-50%);
}
.dq_list li:hover a:before{
    left: -.48rem;
    opacity: 1;
    visibility: visible;
}
.dq_list li:hover a{
    color: #fff;
    background: #227bdb;
}
.dq_list li:hover span{
    opacity:1;
    visibility:visible;
     transform:translateX(-50%) translateY(.05rem);
    
}
.n_dqjz{
    padding-top: .45rem;
    padding-bottom: .46rem;
}

.n_list01 li a{
    position: relative;
    z-index: 3;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: .26rem .2rem .34rem .08rem;
}
.n_list01 li time{
    display: flex;
    width: 1.12rem;
    text-align: center;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    border-right: 1px solid #1e64c2;
    padding: .05rem 0;
    transition: .5s;
}
.n_list01 li time span{
    display: block;
    font-family: Impact,sans-serif;
    font-size: .36rem;
    line-height: 1;
    color: #227bdb;
    margin-bottom: .06rem;
    transition: .5s;
}
.n_list01 li time em{
    display: block;
    font-size: .18rem;
    line-height: 1;
    font-family: Consolas,sans-serif;
    color: #666666;
    transition: .5s;
}
.n_list01 li .txt{
    width: calc(100% - 1.36rem);
}
.n_list01 li h3{
    font-size: .22rem;
    line-height: .4rem;
    color: #222222;
    margin-bottom: .1rem;
    transition: .5s;
}
.n_list01 li p{
    font-size: .16rem;
    line-height: .3rem;
    color: #666666;
    transition: .5s;
}
.n_list01 li{
    position: relative;
    z-index: 2;
    background: #FAFAFA;
}
.n_list01 li:after{
    position: absolute;
    content: '';
    left: 0;
    right: 100%;
    top: 0;
    bottom: 0;
    background: #debb7b;
    background-size: 100% 100%;
    opacity: 0;
    visibility: hidden;
    transition: .5s;
    box-shadow: 0 .04rem .16rem 0 rgba(0, 0, 0, 0.16);
}
.n_list01 li:hover h3{
    color: #fff;
    font-weight: 600;
}
.n_list01 li:hover p,
.n_list01 li:hover time span,
.n_list01 li:hover time em{
    color: #FFFFFF;
}
.n_list01 li:hover time{
    border-right-color: #fff;
}
.n_list01 li:hover:after{
    right: 0;
    opacity: 1;
    visibility: visible;
}
.n_list01 li{
    margin-bottom: .36rem;
}

.n_container .line{
    display: block;
    height: 1px;
    background: #D8D8D8;
    margin-top: .35rem;
}

.n_list02 li a{
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: .2rem;
    position: relative;
    z-index: 3;
}
.n_list02 li .pic{
    width: 2.8rem;
    height: 1.8rem;
}
.n_list02 li .txt{
    width: calc(100% - 3.2rem);
}
.n_list02 li h3{
    font-size: .22rem;
    line-height: .4rem;
    color: #222222;
    margin-bottom: .09rem;
}
.n_list02 li p{
    font-size: .16rem;
    line-height: .3rem;
    color: #666666;
    height: .6rem;
    margin-bottom: .28rem;
}
.n_list02 li time{
    display: block;
    font-size: .18rem;
    line-height: .3rem;
    color: #9E9E9E;
    font-family: Consolas,sans-serif;
    padding-left: .25rem;
    background: url("../images/n_time01.png") no-repeat left center;
    background-size: .16rem;
}
.n_list02 li *{
    transition: .5s;
}
.n_list02 li{
    background: #FAFAFA;
    margin-bottom: .4rem;
    position: relative;
    z-index: 3;
}

.n_list02 li:after{
    position: absolute;
    content: '';
    left: 0;
    right: 100%;
    top: 0;
    bottom: 0;
    background: #debb7b;
    background-size: 100% 100%;
    opacity: 0;
    visibility: hidden;
    transition: .5s;

}
.n_list02 li:hover:after{
    right: 0;
    opacity: 1;
    visibility: visible;
}
.n_list02 li:hover h3,
.n_list02 li:hover p{
    color: #fff;
}
.n_list02 li:hover time{
    color: #fff;
    background-image: url("../images/n_time02.png");
}
.n_list02 li.noimg .txt{
    width: 100%;
}
.n_list02 li.noimg a{
    padding: .24rem .4rem .29rem;
}

.detail{
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    flex-wrap: wrap;
    padding-top: .55rem;
}
.detail .dtl_l{
    width: 100%;
}

.dtl_tit h1{
    font-size: .24rem;
    line-height: .3rem;
    color: #333333;
    text-align: center;
    margin-bottom: .32rem;
}
.dtl_tit h2{
    font-size: .22rem;
    line-height: .3rem;
    color: #333333;
    text-align: center;
    margin-bottom: .2rem;
}
.dtl_tit p{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    text-align: center;
    font-size: .16rem;
    line-height: .4rem;
    color: #9E9E9E;
    background: rgba(0, 0, 0, 0.04);
    max-width: 83.52%;
    margin: 0 auto;
}
.dtl_tit p span{
    display: block;
    margin: 0 .2rem;
}

.dtl_txt p{
    font-size: .18rem;
    line-height: 2em;
    color: #333;
    margin-top: .2rem;
}

.dtl_txt img{
    display: block;
    /* width: auto !important;*/
    max-width: 100% !important;
    height: auto !important;
    margin: 0 auto !important;
}
.dtl_txt p i{
    display: block;
    height: .1rem;
}


.dtl_fj{
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: space-between;
}
.dtl_fj .left{
    width: .6rem;
}
.dtl_fj .left span{
    display: block;
    font-size: .18rem;
    line-height: .48rem;
    color: #333333;
    font-weight: 600;
}
.dtl_fj .right{
    width: calc(100% - .78rem);
}
.dtl_fj .right a{
    display: block;
    font-size: .18rem;
    line-height: .48rem;
    color: #333333;
    padding-left: .3rem;
    background: url("../images/fj.png") no-repeat left top.14rem;
    background-size: .18rem;
    transition: .5s;
}
.dtl_fj .right a:hover{
    color: #1e64c2;
}
.dtl_fj{
    margin-top: .83rem;
    margin-bottom: .25rem;
    padding: .24rem .37rem .23rem;
    background: linear-gradient(180deg, #F6F6F6 0%, rgba(246, 246, 246, 0) 100%);
}

.dtl_page p{
    font-size: .18rem;
    line-height: .48rem;
    color: #333333;
}
.dtl_page p a{
    transition: .5s;
}
.dtl_page p:hover a{
    color: #1e64c2;
}
.dtl_page{
    padding: 0 .33rem;
}

.detail .dtl_r{
    width: 28.35%;
}
.dtl_h2{
    display: flex;
    align-items: center;
    padding-bottom: .3rem;
    margin-bottom: .22rem;
    border-bottom: 1px solid #D8D8D8;
}
.dtl_h2 h4{
    font-size: .2rem;
    line-height: .24rem;
    color: #222222;
}

.dtl_r .item{
    margin-bottom: .44rem;
    padding: .21rem .23rem .4rem .24rem;
    box-shadow: 0 .04rem .1rem 0 rgba(187, 187, 187, 0.2);
}

.dtl_list li{
    position: relative;
    line-height: .28rem;
    margin-bottom: .18rem;
}
.dtl_list li:last-child{
    margin-bottom: 0;
}
.dtl_list li a{
    font-size: .16rem;
    line-height: .28rem;
    color: #333333;
    padding-left: .46rem;
    transition: .5s;
}
.dtl_list li i{
    position: absolute;
    left: 0;
    width: .28rem;
    height: .28rem;
    background: linear-gradient(270deg, rgba(238, 238, 238, 0) 0%, #E2E2E2 100%);
    font-size: .18rem;
    line-height: .28rem;
    color: #999999;
    text-align: center;
    border-radius: .04rem;
}
.dtl_list li:first-child i{
    color: #B01717;
    background: linear-gradient(270deg, rgba(255, 226, 226, 0) 0%, #FADBDB 100%);
}
.dtl_list li:nth-child(2) i{
    color: #E52728;
    background: linear-gradient(270deg, rgba(255, 226, 226, 0) 0%, #FADBDB 100%);
}
.dtl_list li:nth-child(3) i{
    color: #ED531F;
    background: linear-gradient(270deg, rgba(255, 226, 226, 0) 0%, #FADBDB 100%);
}
.dtl_list li:hover a{
    color: #1e64c2;
}


.n_list04{
    padding-top: .3rem;
}
.n_list04 li{
    width: 43.79%;
    margin-bottom: .52rem;
    position: relative;
    z-index: 3;
}
.n_list04 li a{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.n_list04 li .pic{
    width: 1.7rem;
    height: 2.28rem;
}
.n_list04 li .txt{
    width: calc(100% - 2.03rem);
}
.n_list04 li .txt h1{
    font-size: .24rem;
    line-height: .32rem;
    color: #333333;
    font-weight: 600;
    margin-bottom: .18rem;
    transition: .5s;
}
.n_list04 li .txt h3{
    font-size: .14rem;
    line-height: .34rem;
    -webkit-line-clamp: 3;
    height: 1.02rem;
    margin-bottom: .27rem;
}
.n_list04 li .txt h5{
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
.n_list04 li .txt h5 img{
    flex: 1;
    max-width: 85%;
    max-height: .07rem;
    object-fit: fill;
    object-position: right center;
}
.n_list04 li .txt h5 i{
    display: block;
    font-size: .12rem;
    line-height: .36rem;
    color: #666666;
    margin-left: .12rem;
    white-space: nowrap;
    flex-shrink: 0;
}
.n_list04 li:after{
    position: absolute;
    content: '';
    left: -.4rem;
    top: -.26rem;
    bottom: -.26rem;
    right: 100%;
    background: #2177d4;
    opacity: 0;
    visibility: hidden;
    transition: .5s;
    z-index: -1;
}
.n_list04 li:hover:after{
    right: -.4rem;
    opacity: 1;
    visibility: visible;
}
.n_list04 li:hover .txt h1{
    color: #fff;
}
.n_list04 li:hover .txt h3,
.n_list04 li:hover .txt h5 i{
    color: #fff;
}



/*手机端内页菜单*/

#m_n_nav {
    display: none;
    line-height: 50px;
    position: relative;
    z-index: 9;
    width: 100%;
    background: #1f67c8;
}

#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: #1e64c2;
}

#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: #1e64c2;
}

@media (max-width: 1199px){
    .n_banner{
        margin-top: .75rem;
    }
    #m_n_nav{
        display: block;
    }
    .n_dh{
        display: none;
    }
    .n_banner .n_top h2{
        display: none;
        font-size: .28rem;
        line-height: .5rem;
    }
    .n_banner .n_top{
        bottom: .15rem;
    }
    .detail{
        padding-top: 0;
    }
    .n_container{
        padding: .45rem 0;
        margin-bottom: 0;
    }
    .n_dqjz{
        padding: 0;
    }
}

@media (max-width: 1025px){
    .detail .dtl_l{
        width: 100%;
    }
    .detail .dtl_r{
        display: none;
    }
    .dtl_tit h1{
        font-size: .22rem;
        line-height: 2;
        margin-bottom: .2rem;
    }
    .dtl_fj{
        margin-top: .3rem;
        padding: .2rem;
    }
    .dtl_page{
        padding: 0;
    }

    .dtl_tit p{
        max-width: none;
    }
    .n_list02 li{
        margin-bottom: .3rem;
    }
    .n_list01 li a{
        padding: .2rem .2rem .2rem 0;
    }
    .n_list01 li time span{
        font-size: .3rem;
    }
    .n_list01 li h3{
        font-size: .2rem;
        line-height: .3rem;
    }
    .n_list01 li{
        margin-bottom: .3rem;
    }
    .n_dqtit h2{
        font-size: .25rem;
    }
    .n_dqtit{
        padding-bottom: .15rem;
        margin-bottom: .3rem;
    }
    .dq_list li{
        position: relative;
        width: 47%;
        margin-left: 5%;
        margin-bottom: .3rem;
        background: #F7F7F7;
    }
    .dq_list li a{
        padding: 0 .2rem;
        font-size: .2rem;
        line-height: .6rem;
        z-index: 3;
        background: transparent;
    }
    .dq_list li a:before{
        display: none;
    }
    .dq_list li:after{
        position: absolute;
        content: '';
        left: 0;
        right: 100%;
        top: 0;
        bottom: 0;
        background: #227bdb;
        transition: .5s;
        z-index: 1;
    }
    .dq_list li:hover:after{
        right: 0;
    }
    .dq_list li:hover a{
        color: #fff;
        padding: 0 .2rem;
    }

    .n_list04 li{
        width: 48%;
        margin-bottom: .3rem;
    }
    .n_list04 li .txt h1{
        font-size: .22rem;
        margin-bottom: .1rem;
    }
    .n_list04 li .txt h3{
        line-height: .28rem;
        height: .84rem;
        margin-bottom: .15rem;
    }
    .n_list04{
        padding-top: 0;
    }

}
@media (max-width: 768px){
    .dtl_fj .left{
        width: 100%;
    }
    .dtl_fj .right{
        width: 100%;
    }
    .dtl_fj .right a{
        line-height: .36rem;
    }
    .dtl_fj .right a{
        background-position: left top .09rem;
    }
    .n_list02 li .pic{
        width: 100%;
        height: auto;
        padding-top: 64.28%;
    }
    .n_list02 li .txt{
        width: 100%;
        margin-top: .2rem;
    }
    .n_list02 li p{
        margin-bottom: .1rem;
    }
    .n_list02 li.noimg .txt{
        margin-top: 0;
    }
    .n_list02 li.noimg a{
        padding: .2rem;
    }
    .n_list01 li time{
        width: 1rem;
    }
    .n_list01 li .txt {
        width: calc(100% - 1.2rem);
    }
    .dq_list li{
        width: 48%;
        margin-left: 0;
    }
    .dq_list ul{
        justify-content: space-between;
    }

    .n_list04 li{
        width: 100%;
    }
    .n_banner .n_top{
        bottom: .1rem;
    }


}
@media (max-width: 481px){
    .dq_list li{
        width: 100%;
    }
    .n_list03 li{
        width: 100%;
    }
    .n_list04 li .pic {
        width: 1.4rem;
        height: 1.87rem;
    }
    .n_list04 li .txt {
        width: calc(100% - 1.6rem);
    }

}






/*2024-05-06*/

.n_pic li{
    width: 33.33%;
    padding: 0 0.15rem;
    /* margin-bottom: 0.3rem; */
}
.n_pic li a{
    display: block;
}
.n_pic li a .pic{
    padding-top: 64.92%;
}
.n_pic li a .txt h5{
    font-size: .22rem;
    color: #000000;
    line-height: .32rem;
    height: 0.64rem;
    text-align: center;
}
.n_pic li a .txt{
    padding: 0.15rem .25rem;
}
.n_pic{
    padding-top: .2rem;
    overflow: hidden;
    margin: 0 auto;
}
.n_pic ul{
    margin: 0 -.15rem;
}

@media screen and (max-width: 768px){
    .n_pic ul{
        justify-content: space-between;
    }
    .n_pic li{
        width: 48%;
        padding: 0;
        margin-bottom: 0.2rem;
    }
    .n_pic .ldy{
        width: 48% !important;
        margin: 0 !important;
    }
    .n_pic li a .txt{
        padding: 0.15rem 0.1rem;
    }
    .n_pic li a .txt h5{
        font-size: .2rem;
    }
    .n_pic ul{
        margin: 0 ;
    }
    .n_pic{
        padding-top: 0;
    }
}

@media screen and (max-width: 768px){

}

.leftNav{
    width: 2.58rem;
    align-self: flex-start;
    padding-top: .11rem;
    background: #227bdb;
}
.leftNav .lv1{
    min-height: 6.5rem;
    padding: .17rem 0;
   /* margin-bottom: -.47rem;*/
    transform: translateX(.11rem);
    background: url("../images/navbg.png") #f5f5f5 no-repeat bottom center;
    /* background-size: 100% 100%; */
}
.leftNav .lv1 h2{
    position: relative;
    font-size: .2rem;
    line-height: .27rem;
    padding: .2rem .2rem;
    color: #111111;
    transition: .5s;
}
.leftNav .lv1 h2 i{
    position: absolute;
    right: 0.1rem;
    top: 0;
    bottom: 0;
    width: 0.2rem;
    background: url("../images/n_left.png") no-repeat 50%;
    background-size: 0.15rem;
    opacity: 0;
    visibility: hidden;
    transition: .5s;
    cursor: pointer;
}
.leftNav .lv1 h2:before{
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    right: 0;
    bottom: 100%;
    background: rgba(47, 49, 139, 0.1);
    transition: .5s;
    z-index: -1;
}
.leftNav .lv1 h2:after{
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    bottom: 0;
    width: 3px;
    height: 0;
    background: #debb7b;
    transition: .5s;
}
.leftNav .lv1 li.active h2:after,
.leftNav .lv1 li.on h2:after{
    height: 100%;
}
.leftNav .lv1 li.active h2:before,
.leftNav .lv1 li.on h2:before{
    bottom: 0;
}
.leftNav .lv1 li.active h2 i,
.leftNav .lv1 li.on h2 i,
.leftNav .lv1 li:hover h2 i{
    opacity: 1;
    visibility: visible;
}
.leftNav .lv1 li:hover h2,
.leftNav .lv1 li.on h2,
.leftNav .lv1 li.active h2{
    color: #227bdb;
    font-weight: 600;
}
.leftNav .lv2{
    padding-left: .42rem;
    display: none;
    background: #f6f6f6;
}

.leftNav .lv2 li {
    font-size: .18rem;
    line-height: .28rem;
    color: #000;
    padding: .1rem ;
    transition: .5s;
}
.leftNav .lv2 li:hover{
    color: #1e64c2;
    font-weight: 600;
}

.rightBox{
    width: calc(100% - 3.18rem);
}

@media screen and (max-width: 1199px){
    .leftNav{
        display: none;
    }
    .rightBox{
        width: 100%;
    }
    .n_pic .ldy{
        width: 48% !important;
        margin: 0 !important;
    }
}


/*2024-06-17*/

.back_home{
    display: flex;
    justify-content: flex-end;
    margin-top: .3rem;
}
.back_home a{
    display: flex;
    align-items: center;
    font-size: .18rem;
    line-height: .48rem;
    color: #fff;
    padding: 0 .2rem;
    border-radius: .1rem;
    background: #227bdb;
    border: 1px solid #227bdb;
}
.back_home a .icon{
    width: .28rem;
    height: .26rem;
    margin-right: .05rem;
    position: relative;
}
.back_home a .icon .img2{
    opacity: 0;
    visibility: hidden;
}
.back_home a:hover .icon .img1{
    opacity: 0;
    visibility: hidden;
}
.back_home a:hover .icon .img2{
    opacity: 1;
    visibility: visible;
}
.back_home a:hover{
    color: #227bdb;
    background: #fff;
    border-color: #227bdb;
}

@media screen and (max-width: 769px){
    .back_home{
        justify-content: center;
    }
}


/* share */
.share{padding-bottom: 0.5rem;}
@font-face{font-family:"socialshare";
    src:url("../font/iconfont.eot");
    src:url("../font/iconfont.eot?#iefix") format("embedded-opentype"),url("../font/iconfont.woff") format("woff"),url("../font/share/iconfont.ttf") format("truetype"),url("../font/iconfont.svg#iconfont") format("svg")}
.social-share{display: flex;align-items: center;justify-content: flex-end;width: 2.5rem;}
.social-share *{font-family:"socialshare" !important}
.social-share .icon-tencent:before{content:"\f07a"}
.social-share .icon-qq:before{content:"\f11a"}
.social-share .icon-weibo:before{content:"\f12a"}
.social-share .icon-wechat:before{content:"\f09a"}
.social-share .icon-douban:before{content:"\f10a"}
.social-share .icon-heart:before{content:"\f20a"}
.social-share .icon-like:before{content:"\f00a"}
.social-share .icon-qzone:before{content:"\f08a"}
.social-share .icon-linkedin:before{content:"\f01a"}
.social-share .icon-diandian:before{content:"\f05a"}
.social-share .icon-facebook:before{content:"\f03a"}
.social-share .icon-google:before{content:"\f04a"}
.social-share .icon-twitter:before{content:"\f06a"}
.social-share a{position:relative;text-decoration:none;margin:0 .05rem;display:inline-block;outline:none;}
.social-share .social-share-icon{position:relative;display:inline-block;width: 0.28rem;height: 0.28rem;font-size: 0.16rem;border-radius: 50%;line-height: 0.26rem;border: 1px solid;color: #fff;text-align:center;vertical-align:middle;transition: 0.6s ease-out 0s;background: #fff;}
.social-share .social-share-icon:hover{background: #ff763b;color: #fff;}.social-share .icon-weibo{color:#ff763b;border-color: #ff763b !important;}
.social-share .icon-weibo:hover{}
.social-share .icon-tencent{color:#56b6e7;border-color:#56b6e7}
.social-share .icon-tencent:hover{background:#56b6e7}
.social-share .icon-qq{color:#56b6e7;border-color: #56b6e7 !important;}
.social-share .icon-qq:hover{background:#56b6e7}
.social-share .icon-qzone{color:#FDBE3D;border-color:#FDBE3D;}
.social-share .icon-qzone:hover{background: #FDBE3D;}
.social-share .icon-douban{color:#33b045;border-color:#33b045}
.social-share .icon-douban:hover{background:#33b045}
.social-share .icon-linkedin{color:#0077B5;border-color:#0077B5}
.social-share .icon-linkedin:hover{background:#0077B5}
.social-share .icon-facebook{color:#44619D;border-color:#44619D}
.social-share .icon-facebook:hover{background:#44619D}
.social-share .icon-google{color:#db4437;border-color:#db4437}
.social-share .icon-google:hover{background:#db4437}
.social-share .icon-twitter{color:#55acee;border-color:#55acee}
.social-share .icon-twitter:hover{background:#55acee}
.social-share .icon-diandian{color:#307DCA;border-color:#307DCA}
.social-share .icon-diandian:hover{background:#307DCA}
.social-share .icon-wechat{position:relative;color:#7bc549;border-color: #7bc549 !important;}
.social-share .icon-wechat:hover{background: #7bc549;color: #fff;}
.social-share .icon-wechat .wechat-qrcode{display:none;border:1px solid #eee;position:absolute;z-index: 100;bottom: -205px;left:-84px;width:200px;height:192px;color:#666;font-size:12px;text-align:center;background-color:#fff;box-shadow:0 2px 10px #aaa;transition:all 200ms;-webkit-tansition:all 350ms;-moz-transition:all 350ms;top: auto;}
.social-share .icon-wechat .wechat-qrcode.bottom{top:40px;left:-84px}
.social-share .icon-wechat .wechat-qrcode.bottom:after{display:none}
.social-share .icon-wechat .wechat-qrcode h4{font-weight:normal;height:26px;line-height:26px;font-size:12px;background-color:#f3f3f3;margin:0;padding:0;color:#777}
.social-share .icon-wechat .wechat-qrcode .qrcode{width:105px;margin:10px auto}
.social-share .icon-wechat .wechat-qrcode .qrcode img{max-width: 100%;margin: 0 auto;display: block;}
.social-share .icon-wechat .wechat-qrcode .qrcode table{margin:0 !important}
.social-share .icon-wechat .wechat-qrcode .help p{font-weight:normal;line-height:16px;padding:0;margin:0;font-size: 12px;display: block;max-width: none}
.social-share .icon-wechat .wechat-qrcode:after{content:'';position:absolute;left:50%;margin-left:-6px;top: -16px;width:0;height:0;border-width:8px 6px 6px 6px;border-style:solid;border-color: transparent transparent #fff transparent;}
.social-share .icon-wechat:hover .wechat-qrcode{display:block}


.dtl_tit p .font-ctl{
    display: flex;
    align-items: center;
    font-size: .16rem;
    line-height: .4rem;
    color: #7E7E7E;
}
.dtl_tit p .font-ctl a{
    display: block;
    margin: 0 .07rem;
}

.dtl_tit p{
    background: none;
}

.dtl_tit{
    padding-bottom: .2rem;
    border-bottom: 1px dashed #227bdb;
}

@media screen and (max-width: 1199px){
    #share-2{
        display: none;
    }
}