@charset "UTF-8";

.n_wp{
    width: 13rem;
}
.n_container{
    padding-top: 0.2rem;
    padding-bottom: 0.53rem;
    min-height: 3rem;
}
/**/
.pagination {
    text-align: center;
    font-size: 0;
    padding-top: 0.22rem;
}

.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: #0e478c;
    color: #fff;
    border: 1px solid #0e478c;
}

.pagination a:hover {
    background: #0e478c;
    color: #fff;
    border: 1px solid #0e478c;
}

.pagination span {
    display: inline-block;
    font-size: 0.14rem;
}
.banner {
    position: relative;
}
.banner:after{
    position: absolute;
    content: '';
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: url("../images/n_bmask.png") no-repeat bottom center;
    background-size: 100% 1.77rem;
}
.banner .n_img img{
    display: block;
    width: 100%;
}
.banner .n_top{
    position: absolute;
    right: 0;
    left: 0;
    bottom: 0;
    z-index: 3;
}
.banner .n_top h2{
    font-size: 0.36rem;
    color: #fff;
    line-height: 0.4rem;
    padding-bottom: 0.6rem;
}
.n_posi {
    position: absolute;
    right: 0;
    bottom: -0.52rem;
    display: flex;
    align-items: center;
}
.n_posi img{
    display: block;
    width: 0.19rem;
    margin-right: 0.1rem;
}
.n_posi a,
.n_posi span{
    font-size: 0.16rem;
    line-height: 0.36rem;
    color: #333333;
}
.n_posi a{
    margin: 0 0.04rem;
}
.n_sunnav{
    margin-top: -0.3rem;
}
.n_sunnav .n_sunsc{
    margin-right: 49%;
    position: relative;
    padding-right: 0.5rem;
}
.n_sunnav .n_sunsc ul{
    position: relative;
    z-index: 3;
    overflow-x: auto;
    white-space: nowrap;
    font-size: 0;
}
.n_sunnav .n_sunsc ul li{
    display: inline-block;
    line-height: 0.8rem;
    position: relative;
    padding: 0 0.27rem;
}
.n_sunnav .n_sunsc ul li:before{
    position: absolute;
    content: '';
    left: 0;
    top: 50%;
    width: 2px;
    height: 0.13rem;
    background: #fff;
    transform: translateY(-50%);
}
.n_sunnav .n_sunsc ul li:first-child{
    padding-left: 0;
}
.n_sunnav .n_sunsc ul li:first-child:before{
    display: none;
}
.n_sunnav .n_sunsc ul li a{
    display: block;
    font-size: 0.18rem;
    color: #fff;
    position: relative;
}
.n_sunnav .n_sunsc ul li a:after{
    position: absolute;
    content: '';
    left: 0;
    right: 0;
    bottom: 0.03rem;
    height: 0.01rem;
    background: #ffc881;
    opacity: 0;
    visibility: hidden;
}
.n_sunnav .n_sunsc ul li a:before{
    position: absolute;
    content: '';
    left: 50%;
    bottom: 0.04rem;
    border: 0.06rem solid transparent;
    border-bottom-color: #ffc881;
    transform: translateX(-50%);
    opacity: 0;
    visibility: hidden;
}
.n_sunnav .n_sunsc:after{
    position: absolute;
    content: '';
    right: 0;
    top: 0;
    width: 100vw;
    bottom: 0;
    background: url('../images/n_nav.png') no-repeat right center;
    z-index: 1;
    background-size: 100% 100%;
}
.n_sunnav .n_sunsc ul li:hover a:after,
.n_sunnav .n_sunsc ul li:hover a:before,
.n_sunnav .n_sunsc ul li.active a:after,
.n_sunnav .n_sunsc ul li.active a:before{
    opacity: 1;
    visibility: visible;
}

.n_list li a{
    position: relative;
    z-index: 3;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.n_list li a time{
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 0.88rem;
    height: 1.02rem;
    background: #f7f7f7;
    color: #333333;
    text-align: center;
    transition: .5s;
}
.n_list li a time span{
    display: block;
    font-size: 0.3rem;
    font-weight: 600;
    line-height: 0.34rem;
}
.n_list li a time em{
    display: block;
    font-size: 0.14rem;
    line-height: 0.3rem;
}
.n_list li a .txt{
    width: calc(100% - 1.08rem);
}
.n_list li a .txt h2{
    font-size: 0.18rem;
    color: #333333;
    line-height: 0.3rem;
    font-weight: 600;
    margin-bottom: 0.04rem;
}
.n_list li a .txt p{
    font-size: 0.14rem;
    color: #8f8f8f;
    line-height: 0.3rem;
    height: 0.6rem;
}
.n_list li{
    padding: 0.21rem 0;
    position: relative;
    transition: .5s;
}
.n_list li:before{
    position: absolute;
    content: '';
    left: 0;
    right: 100%;
    top: 0;
    bottom: 0;
    background: linear-gradient(#165aac,#0e478d);
    background: -ms-linear-gradient(#165aac,#0e478d);
    background: -moz-linear-gradient(#165aac,#0e478d);
    background: -webkit-linear-gradient(#165aac,#0e478d);
    background-size: cover;
    transition: .5s;
}
.n_list li:hover:before{
    right: 0;
}
.n_list li:hover{
    padding: 0.21rem;
}
.n_list li:hover a time{
    color: #fff;
    background: #0e478d;
}
.n_list li:hover a .txt h2,
.n_list li:hover a .txt p{
    color: #fff;
}
/*n_list2*/
.n_list2 li{
    position: relative;
    line-height: 0.56rem;
    color: #333333;
}
.n_list2 li a{
    font-size: 0.18rem;
    padding-right: 1.7rem;
}
.n_list2 li a:before{
    content: '›';
    display: inline-block;
    margin-right: 5px;
}
.n_list2 li time{
    position: absolute;
    right: 0;
    top: 0;
    font-size: 0.18rem;
}


/*n_pic_list*/

.n_pic_list ul li{
    width: 31.54%;
    margin-bottom: 0.54rem;
}
.n_pic_list ul li:nth-child(3n+2){
    margin-left: 2.69%;
    margin-right: 2.69%;
}
.n_pic_list ul li a{
    display: block;
}
.n_pic_list ul li .pic{
    padding-top: 63.41%;
}
.n_pic_list ul li .pic time{
    position: absolute;
    left: 0;
    bottom: 0.2rem;
    font-size: 0.14rem;
    color: #fff;
    line-height: 0.36rem;
    padding: 0 0.16rem;
    background: rgba(43, 65, 150, 0.7);
}
.n_pic_list ul li .txt{
    padding: 0.2rem 0.24rem 0.33rem;
    box-shadow: 0 0 10px rgba(51, 51, 51, 0.2);
}
.n_pic_list ul li .txt h2{
    font-size: 0.18rem;
    color: #333;
    line-height: 0.28rem;
    font-weight: 600;
    margin-bottom: 0.14rem;
}
.n_pic_list ul li .txt p{
    font-size: 0.14rem;
    line-height: 0.24rem;
    color: #999999;
    height: 0.48rem;
}
.n_nav ul{
    padding-top: 0.2rem;
    padding-bottom: 0.28rem;
}
.n_nav ul li{
    display: inline-block;
    padding: 0 0.22rem;
    background: #f0f7ff;
    border-radius: 5px;
    transition: .5s;
    margin-bottom: 0.2rem;
    position: relative;
}
.n_nav ul li a{
    display: block;
    font-size: 0.18rem;
    color: #295fcc;
    line-height: 0.52rem;
}
.n_nav ul li:hover,
.n_nav ul li.active{
    background: #295fcc;
}
.n_nav ul li:hover a,
.n_nav ul li.active a{
    color: #fff;
}
.n_nav ul li.xiala .sub{
    position: absolute;
    top: 100%;
    left: 50%;
    padding-top: 0.15rem;

    min-width: 1.4rem;
    transform: translateX(-50%);
    z-index: 999;
    opacity: 0;
    visibility: hidden;
    transition: .3s;
}
.n_nav ul li.xiala .sub:before{
    position: absolute;
    content: '';
    left: 50%;
    top: 0.05rem;
    transform: translateX(-50%);
    border: 0.05rem solid transparent;
    border-bottom-color: #295fcc;
}
.n_nav ul li.xiala .sub .box{
    background: #fff;
    box-shadow: 0 0 10px rgba(51, 51, 51, 0.2);
    border-radius: 5px;
    border-top: 0.03rem solid #295fcc;
}
.n_nav ul li.xiala .sub a{
    font-size: 0.14rem;
    color: #333;
    line-height: 0.34rem;
    padding: 5px 10px;
    text-align: center;
    transition: .5s;
    white-space: nowrap;
}
.n_nav ul li.xiala .sub a:hover{
    color: #fff;
    background: #295fcc;
}
.n_nav ul li.xiala:hover .sub{
    opacity: 1;
    visibility: visible;
}

/*tch_list*/
.sele{
    justify-content: flex-start;
    align-items: flex-start;
    position: relative;
}
.sele h3{
    font-size: 0.18rem;
    color: #333333;
    font-weight: 600;
    line-height: 0.3rem;
}
.sele .sele-r{
    width: calc(100% - 1rem);
    padding-left: 0.2rem;
}
.sele .sele-r ul{
    display: flex;
    flex-wrap: wrap;
}
.sele .sele-r ul li{
    font-size: 0.16rem;
    color: #333;
    line-height: 0.3rem;
    margin-right: 0.22rem;
    padding: 0 0.16rem;
    transition: 0.5s;
    cursor: pointer;
    margin-bottom: 0.1rem;
}
.sele .sele-r ul li.on,
.sele .sele-r ul li:hover{
    background: #295fcc;
    border-radius: 50px;
    color: #fff;
}
.sele{
    margin-bottom: 0.2rem;
}
.n_jsy{
    padding-top: 0.2rem;
    padding-bottom: 0.1rem;
    margin-bottom: 0.37rem;
    border-bottom: 1px solid #e6e6e6;
}

.n_tch_list li{
    width: 50%;
    padding: 0.15rem;
    background-position: 50%;
    background-size: cover;
    background-repeat: no-repeat;
    transition: .5s;
    margin-bottom: 0.27rem;
}
.n_tch_list1 li{
 width: 100%; 
}
.n_tch_list li a{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.n_tch_list li .pic{
    width: 1.6rem;
    height: 2rem;
}
.n_tch_list li .txt{
    width: calc(100% - 2rem);
}
.n_tch_list li .txt h2{
    font-size: .22rem;
    color: #0e5cad;
    line-height: 0.28rem;
    margin-bottom: 0.16rem;
}
.n_tch_list li .txt h2 i{
    display: inline-block;
    font-size: 0.14rem;
    padding: 0 0.14rem;
    background: #edf6ff;
    border-radius: 50px;
    margin-left: .12rem;
}
.n_tch_list li .txt h5{
    display: flex;
    align-items: flex-start;
    font-size: 0.14rem;
    line-height: .3rem;
    color: #666666;
}
.n_tch_list li .txt h5 span{
    color: #333;
    white-space: nowrap;
}
.n_tch_list li:hover{
    background-image: url("../images/n_tch2.jpg");
    box-shadow: 0 0 10px rgba(51, 51, 51, 0.2);
}




/*n_dtl*/

.n_dtl_tit h2{
    font-size: .24rem;
    color: #333333;
    line-height: .36rem;
    text-align: center;
    margin-bottom: 0.07rem;
}
.n_dtl_tit h3{
    font-size: .22rem;
    color: #333333;
    line-height: .36rem;
    text-align: center;
    margin-bottom: 0.07rem;
    font-weight: 100;
}

.n_dtl_tit p{
    font-size: 0;
    text-align: center;
}
.n_dtl_tit p span{
    font-size: 0.16rem;
    line-height: 0.36rem;
    color: #999999;
    margin: 0 0.11rem;
}
.n_dtl_tit{
    padding-top: .2rem;
    padding-bottom: 0.18rem;
}
.n_dtl_txt p{
    font-size: 0.16rem;
    line-height: 0.36rem;
    color: #333333;
    text-indent: 2em;
    margin-bottom: 10px;
}
.n_dtl_txt img{
    display: block;
    width: auto;
    max-width: 100%;
    margin: 0 auto;
    border: 0!important;
}
.n_dtl_txt table{
    width: 100% !important;
    margin:0 auto;
    border:1px solid #eee;
}
.n_dtl_txt table td{
    border:1px solid #eee;
}
.n_dtl_txt table p{
    margin-bottom:0em;
    text-indent: 0em;
    text-align: center;
}
.n_dtl_pg p{
    font-size: 0.14rem;
    line-height: 0.36rem;
    color: #333333;
}
.n_dtl_pg p:hover a{
    color: #0e478c;
}
.n_dtl_pg {
    /* padding-left: 0.8rem; */
}

/*表格样式*/
.n_table table{
    border-collapse: collapse;
    border-spacing: 0;
    width: 100%;
    text-align: center;
    box-sizing: border-box;
    background: #fff;
}

.n_table td {
    text-align: center;
    line-height: 0.3rem;
    padding: 0.2rem 0.1rem;
    border: 1px solid #e3e3e3;
}
.n_table td.t1{
    width: 15.7%;
}
.n_table td.t2
{
    width: 35.16%;
}
.n_table td.t3{
    width: 30.87%;
}
.n_table td.t4{
    width: 18.27%;
}
.n_table thead tr{
    background: #e7f2ff;
}
.n_table thead tr td{
    font-size: 0.22rem;
    color: #0f4a92;
    padding: 0.25rem 0.1rem;
}
.n_table{
    margin-top: 0.38rem;
}

/*n_ysjs*/

.n_ysjs .aleft{
    width: 53.08%;
}
.n_ysjs .aleft p,.fl01_txt p{
    font-size: 0.16rem!important;
    line-height: 0.36rem!important;
    color: #333333;
    text-indent: 2em!important;
    margin-bottom: 0.36rem;
}
.n_ysjs .aleft h5{
    font-size: 0.16rem;
    line-height: 0.36rem;
    color: #333333;
    text-indent: 2em;
}
.n_ysjs .aright{
    width: 43.08%;
    padding-right: 0.2rem;
    align-self: flex-start;
    position: relative;
}
.n_ysjs .aright img{
    display: block;
    width: auto;
    margin: 0 auto;
    max-width: 100%;
    position: relative;
    z-index: 3;
}
.n_ysjs .aright:after{
    position: absolute;
    content: '';
    left: 0.2rem;
    top: 0.2rem;
    right: 0;
    bottom: -0.2rem;
    background: #dbe7ff;
}
.n_ysjs{
    padding-top: 0.37rem;
}

/*n_history*/

.n_history a{
    display: block;
    position: relative;
}
.n_history .txt h2{
    font-size: 0.16rem;
    color: #0e478c;
    line-height: 1;
    margin-bottom: 0.1rem;
}
.n_history .txt h2 i{
    font-size: 0.3rem;
    font-family: Impact;
    margin-right: 5px;
}
.n_history .txt p{
    font-size: 0.16rem;
    line-height: 0.26rem;
}
.n_history a .dots{
    position: absolute;
    bottom: -0.35rem;
    left: 0.5rem;
    width: 0.22rem;
    height: 0.22rem;
    background: url("../images/n_history.png") no-repeat 50%;
    background-size: 0.22rem;
}
.n_history .swiper-slide:nth-child(2n){
    padding-top: 1.5rem;
}
.n_history .swiper-slide:nth-child(2n) a .dots{
    bottom: auto;
    top:-0.5rem;
}
.n_history  a.i5 .dots{
    bottom: -0.05rem;
    left: 0.8rem;
}
.n_history .btn{
    width: 0.62rem;
    height: 0.62rem;
    margin-top: -0.31rem;
    background-size: 0.62rem;
}
.n_history .prev{
    left: 0;
    margin-top: 0.2rem;
    background-image: url("../images/n_history3.png");
}
.n_history .next{
    right: 0;
    background-image: url("../images/n_history4.png");
}
.n_history{
    position: relative;
    padding: 0 1.2rem;
    margin-top: 1rem;
    margin-bottom: 1rem;
    background: url("../images/n_history2.png") no-repeat 50%;
    background-size: 100%;
}

/*手机端内页菜单*/

#m_n_nav {
    display: none;
    line-height: 50px;
    position: relative;
    z-index: 9;
    width: 100%;
    background: #0e478c;
}

#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 {
    padding: 10px;
}

#sub_nav_content ul li {
    display: block;
    line-height: 28px;
    margin: 1rem 0px;
}

#sub_nav_content ul li a {
    display: block;
    border-left: 2px solid #0e478c;
    height: 30px;
    line-height: 30px;
    font-size: 14px;
    padding-left: 10px;
    color: rgb(83, 84, 85);
}

#sub_nav_content ul li.on a {
    color: #0e478c;
}

#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: inline-block;
    margin-bottom: 0px;
    float: left;
}

#sub_nav_content dt a {
    margin: 0px 20px;
    display: block;
    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 dt.title {
    background: rgb(250, 250, 251);
}

#sub_nav_content dt.title i {
    opacity: 1;
}

#sub_nav_content dt.title_on {
    background: rgb(250, 250, 251);
}

#sub_nav_content dt.title_on a {
    color: #0e478c;
    border-top: 1px solid rgb(255, 255, 255);
}

#sub_nav_content dt.title_on a i {
    color: #0e478c;
}

#sub_nav_content dt.last a {
    border-top: 1px solid rgb(248, 248, 248);
}

#sub_nav_content dt.on a, #sub_nav_content dt.title_on a {
    color: #0e478c;
}

#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: #0e478c;
}

@media screen and (max-width: 1200px){
    .banner{
        margin-top: 0.75rem;
    }
    .n_posi a, .n_posi span{
        color: #fff;
    }
    .banner:after{
        display: none;
    }
    .banner .n_top h2{
        display: none;
    }
    .n_posi{
        position: static;
    }
    .n_wp{
        width: 100%;
    }
    .n_sunnav{
        display: none;
    }
    #m_n_nav {
        display: block;
    }
    .n_table .scroll {
        overflow: hidden;
        overflow-x: scroll;
    }
    .n_table .scroll table{
        min-width: 680px;
    }
}
@media screen and (max-width: 1024px){
    .n_nav ul{
        justify-content: flex-start;
    }
    .n_nav ul li{
        margin-right: 0.1rem;
    }
    .sele .sele-r ul li{
        margin-right: 0.15rem;
    }
    .sele{
        margin-bottom: 0.1rem;
    }
    .n_jsy{
        margin-bottom: 0.2rem;
    }
    .n_dtl_pg{
        padding-left: 0;
    }
    .n_table{
        margin-top: .2rem;
    }
    .n_table thead tr td{
        padding: 0.2rem 0.1rem;
    }
    .n_table thead tr td{
        font-size: 0.2rem;
    }
    .n_ysjs{
        padding-top: 0.2rem;
    }
    .n_history:before{
        position: absolute;
        content: '';
        left: 0;
        right: 0;
        top: 50%;
        height: 1px;
        background: #ddd;
    }
    .n_history{
        background: #fff;
    }
    .n_history a .dots,
    .n_history a.i5 .dots{
        bottom: -0.4rem;
    }
    .n_history .prev{
        margin-top: -0.31rem;
    }
    .n_history .swiper-slide:nth-child(2n) a .dots {
        top: -0.4rem;
    }
}
@media screen and (max-width: 768px){
    .n_list li a .txt h2,
    .n_list2 li a{
        font-size: 0.2rem;
    }
    .n_list li a .txt p{
        font-size: 0.16rem;
    }
    .n_list2 li a{
        padding-right: 1.1rem;
    }
    .n_pic_list ul{
        justify-content: space-between;
    }
    .n_pic_list ul li{
        width: 48%;
        margin-bottom: 0.25rem;
    }
    .n_pic_list ul li:nth-child(3n+2){
        margin-left: 0;
        margin-right: 0;
    }
    .n_tch_list li{
        width: 100%;
        margin-bottom: 0.2rem;
    }
    .sele .sele-r ul li{
        font-size: 0.18rem;
    }
    .n_dtl_pg p{
        font-size: .18rem;
    }
    .n_dtl_txt p{
        margin-bottom: .25rem;
    }
    .n_dtl_txt p{
        font-size: .18rem;
    }
    .n_ysjs .aleft{
        width: 100%;
        margin-bottom: 0.2rem;
    }
    .n_ysjs .aright{
        width: 100%;
    }
    .n_ysjs .aleft p,
    .n_ysjs .aleft h5{
        font-size: 0.18rem;
    }
    .n_ysjs .aleft p{
        margin-bottom: 0.25rem;
    }
    .n_ysjs .aright:after{
        display: none;
    }
    .n_tch_list li .txt h5{
        font-size: 0.16rem;
        white-space: break-spaces;
        word-break: break-all;
    }
    .n_tch_list li .txt h5 span{
        white-space: nowrap;
    }
    .n_history .txt p{
        font-size: 0.18rem;
    }
    .n_history .swiper-slide:nth-child(2n) {
        padding-top: 1rem;
    }
    .n_history a .dots, .n_history a.i5 .dots {
        bottom: -0.28rem;
    }
    .n_history .swiper-slide:nth-child(2n) a .dots {
        top: -0.28rem;
    }
    .n_history{
        padding: 0 0.65rem;
    }
    .n_history .btn {
        width: 0.4rem;
        height: 0.4rem;
        margin-top: -0.2rem;
        background-size: 0.4rem;
    }
    .n_history .prev{
        margin-top: -0.2rem;
    }
}

@media screen and (max-width: 640px){
    .n_pic_list ul li .txt{
        padding: 0.2rem;
    }
    .n_nav ul li{
        padding: 0 0.15rem;
    }
    .n_tch_list li .pic {
        width: 1.4rem;
        height: 1.75rem;
    }
    .n_tch_list li .txt {
        width: calc(100% - 1.6rem);
    }
}
@media screen and (max-width: 480px){
    .n_pic_list ul li{
        width: 100%;
    }
    .n_history .txt p{
        height: 0.52rem;
    }
    .n_history .txt{
        padding-bottom: 0.2rem;
    }
    .n_history  .swiper-slide:nth-child(2n) .txt{
        padding-bottom: 0;
        padding-top: 0.2rem;
    }
    .n_history .swiper-slide:nth-child(2n) a .dots {
        top: -0.06rem;
    }
    .n_history a .dots, .n_history a.i5 .dots {
        bottom: -0.06rem;
    }
}