@charset "utf-8";
/*2023-10-11 当前位置*/
.position{
    font-size: 0;
    padding-bottom: .14rem;
    border-bottom: 1px solid #ddd;
    margin-bottom: .2rem;
}
.position *{
    font-size: .18rem;
    line-height: .32rem;
    color: #333;
    margin-right: .1rem;
}
.position a.active,
.position a:hover{
    color: #575aff;
}
/*2023-10-11 当前位置*/

/**/
.pagination {
    text-align: center;
    font-size: 0;
    padding-top: 0.56rem;
}

.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: #575aff;
    color: #fff;
    border: 1px solid #575aff;
}

.pagination a:hover {
    background: #575aff;
    color: #fff;
    border: 1px solid #575aff;
}

.pagination span {
    display: inline-block;
    font-size: 0.14rem;
}

.banner  img{
    display: block;
    width: 100%;
}
.n_container{
    padding-top: .2rem;
    padding-bottom: 0.6rem;
}

.n_list li{
    display: block;
    position: relative;
    line-height: 0.72rem;
    font-size: 0.2rem;
    border-bottom: 1px solid #e8e1e1;

    background-size: auto 0.6rem;
    background-position: right center;
    background-repeat: no-repeat;
}
.n_list li a{
    padding-left: 0.26rem;
    padding-right: 1.25rem;
    transition: all .5s;
}
.n_list li time{
    position: absolute;
    right: 0.1rem;
    top: 0;
    color: #777e6e;
}
.n_list li:before{
    content: '';
    position: absolute;
    left: 0.1rem;
    top: 50%;
    width: .05rem;
    height: .05rem;
    transform: translateY(-50%);
    background: #000000;
    border-radius: 50%;
}
.n_list li:hover a{
    color: #575aff;
    font-weight: 600;
}
.n_list li:hover:before {
    background: #575aff;
}


/*detail*/

.dtl-tit h4{
    font-size: .3rem;
    line-height: 1.5;
    color: #000;
    text-align: center;
    font-weight: 600;
    margin-bottom: .18rem;
}
.dtl-tit .dtl-ar {
    font-size: 0;
    text-align: center;
}
.dtl-ar span{
    display: inline-block;
    font-size: .18rem;
    line-height: .32rem;
    color: #999;
    margin: 0 .08rem;
}
.dtl-tit {
    padding-top: .4rem;
    padding-bottom: .1rem;
    border-bottom: 1px solid #dee4eb;
}

.dtl-txt p{
    font-size: .2rem;
    color: #000000;
    line-height: 2;
    text-indent: 2em;
    margin-top: .32rem;
}
.dtl-txt img{
    display: block !important;
    width: auto !important;
    max-width: 100% !important;
    margin: 0 auto;
}
.p-page{
    border-top: 1px solid #dee4eb;
    padding-top: 0.3rem;
    margin-top: 0.42rem;
}
.p-page p{
    font-size: 0.2rem;
    line-height: 2;
    color: #203880;
}
.p-page p a{
    color: #333;
}
.p-page p:hover a{
    color: #575aff;
}



@media screen and (max-width: 1024px){
    .banner {
        margin-top: 0.75rem;
    }
    .n_container{
        padding-top: .2rem;
        padding-bottom: .4rem;
    }

    .dtl-tit h4{
        font-size: .24rem;
    }
    .n_list li{
        font-size: .2rem;
    }
    .pagination{
        padding-top: .25rem;
    }
    .dtl-txt p{
        margin-top: 1.25em;
    }
    .dtl-tit{
        padding-top: .25rem;
    }
    .p-page{
        padding-top: .2rem;
        margin-top: .3rem;
        margin-bottom: 0;
    }
}