@charset "utf-8";

/**/
.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: #ba2a18;
    color: #fff;
    border: 1px solid #ba2a18;
}

.pagination a:hover {
    background: #ba2a18;
    color: #fff;
    border: 1px solid #ba2a18;
}

.pagination span {
    display: inline-block;
    font-size: 0.14rem;
}
.banner{
    position: relative;
}
.banner .img img{
    display: block;
    width: 100%;
}

.banner .n_top{
    position: absolute;
    left: 0;
    right: 0;
    bottom: -.2rem;
    z-index: 3;
}
.banner .n_top h2{
    font-size: .4rem;
    color: #fff;
    line-height: .44rem;
    margin-bottom: .47rem;
}

.banner .n_top .position{
    position: relative;
    font-size: .14rem;
    line-height: .22rem;
    color: #fff;
    padding:.2rem 0 ;
    width: 5.75rem;
}
.banner .n_top .position:after{
    position: absolute;
    content: '';
    width: 8.34rem;
    right: 0;
    top: 0;
    bottom: 0;
    background: url("../images/n_psi.png") no-repeat right   center;
    background-size: 100% 100%;
}

.leftNav{
    align-self: flex-start;
    width: 18.75%;
    padding-bottom: .3rem;
    background: #f5f5f5;
    background-size: cover;
}
.leftNav .n_n_title{
    display: none;
}
.n_container{
    padding-top: .2rem;
    padding-bottom: 1.05rem;
}


.leftNav .lv1 li h2{
    position: relative;
    font-size: .18rem;
    color: #000000;
    line-height: .32rem;
    padding: .2rem .5rem;
    transition: .5s;
}
.leftNav .lv1 li h2 i{
    position: absolute;
    right: .3rem;
    top: 0;
    bottom: 0;
    width: .2rem;
    background: url("../images/n_left.png") no-repeat 50%;
    background-size: .15rem;
    opacity: 0;
    visibility: hidden;
    transition: .5s;
    cursor: pointer;
}
.leftNav .lv1 li h2:before{
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    bottom: 0;
    width: .08rem;
    height: 0;
    background: #ba2a18;
    transition: .5s;
}
.leftNav .lv2{
    padding-left: .4rem;
    display: none;
}
.leftNav .lv2 li {
    font-size: .16rem;
    line-height: .26rem;
    color: #000;
    padding: .1rem ;
}
.leftNav .lv1 li.on h2 i,
.leftNav .lv1 li.active h2 i,
.leftNav .lv1 li:hover h2 i{
    opacity: 1;
    visibility: visible;
}
.leftNav .lv1 li.on h2 ,
.leftNav .lv1 li.active h2 ,
.leftNav .lv1 li:hover h2 {
    color: #ba2a18;
    font-size: .2rem;
    background: #fff;
}
.leftNav .lv1 li.on h2:before,
.leftNav .lv1 li.active h2:before ,
.leftNav .lv1 li:hover h2:before{
    height: 100%;
}
.leftNav .lv2 li:hover{
    color: #ba2a18;
}

.rightBox{
    width: calc(100% - 23.125% );
    padding-top: .46rem;
}
.n_tit{
    position: relative;
    padding-bottom: .18rem;
    margin-bottom: .25rem;
}
.n_tit h3{
    font-size: .3rem;
    color: #000;
}
.n_tit:after{
    position: absolute;
    content: '';
    left: 0;
    right: 0;
    bottom: 0;
    height: 1px;
    background: linear-gradient(to right,#ba2a18,#d1d2e4);
    background: -webkit-linear-gradient(to right,#ba2a18,#d1d2e4);
    background: -moz-linear-gradient(to right,#ba2a18,#d1d2e4);
    background: -ms-linear-gradient(to right,#ba2a18,#d1d2e4);
}


/*n_list*/

.n_list ul li {
    position: relative;
    padding: .17rem 0;
    border-bottom: 1px dashed #cccdd1;
}
.n_list ul li a{
    font-size: .18rem;
    color: #000;
    padding-left: .2rem;
    padding-right: 1.1rem;
    line-height: .31rem;
    transition: .5s;
}
.n_list ul li span{
    position: absolute;
    right: 0;
    top: 50%;
    font-size: .16rem;
    color: #666666;
    line-height: .31rem;
    transform: translateY(-50%);
}
.n_list ul li:before{
    position: absolute;
    content: '·';
    left: 0;
    top: 50%;
    font-size: .16rem;
    line-height: .31rem;
    color: #000;
    transform: translateY(-50%);
}
.n_list ul li:after{
    position: absolute;
    content: '';
    left: 0;
    right: 100%;
    height: 1px;
    bottom: -1px;
    background: #ba2a18;
    transition: .5s;
}
.n_list ul li:hover:after{
    right: 0;
}
.n_list ul li:hover a{
    color: #ba2a18;
    /* font-size: .2rem;*/
}


/*n_listTxt*/
.n_listTxt li a{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    padding: 0.22rem 0.2rem 0.25rem;
    transition: all .3s;
}
.n_listTxt li .pic{
    width: 1.98rem;
    height: 1.37rem;
}
.n_listTxt li .txt{
    width: calc(100% - 2.3rem);
}
.n_listTxt li .txt h2{
    font-size: 0.2rem;
    color: #000000;
    line-height: 0.3rem;
    display: block;
    white-space: nowrap;
    margin-bottom: 0.12rem;
}
.n_listTxt li .txt p{
    font-size: 0.14rem;
    line-height: 0.26rem;
    color: #999;
    height: 0.52rem;
    margin-bottom: 0.1rem;
}
.n_listTxt li .txt time{
    display: block;
    font-size: 0.16rem;
    color: #999999;
    line-height: 0.2rem;
}
.n_listTxt li{
    position: relative;
    border-bottom: 1px dashed #d4d5d8;
}
.n_listTxt li:after{
    position: absolute;
    content: '';
    left: 0;
    bottom: -1px;
    right: 100%;
    height: 1px;
    background: #ba2a18;
    transition: .5s;
}
.n_listTxt li:hover:after{
    right: 0;
}
.n_listTxt li:hover a{
    background: #f0f3f6;
}
.n_listTxt li:hover .txt h3{
    color: #ba2a18;
}

/*n_dtl*/
.n_dtl p{
    font-size: .16rem;
    line-height: 2em;
    color: #000000;
    text-indent: 2em;
    margin-top: 2em;
}
.n_dtl{
    padding-top: 0.01rem;
}

/*n_content*/

.n_content .rightBox{
    width: 100%;
}

.n_con_tit h2{
    font-size: .36rem;
    color: #000000;
    line-height: 1.5em;
    text-align: center;
    font-weight: 600;
    margin-bottom: .27rem;
}
.n_con_tit ul{
    font-size: 0;
    text-align: center;
}
.n_con_tit ul li{
    display: inline-block;
    font-size: .16rem;
    color: #888888;
    line-height: .32rem;
    margin: 0 .14rem;
    position: relative;
}
.n_con_tit ul li span{
    /* display: flex; */
    /* align-items: center; */
}
.n_con_tit ul li span img{
    width: .25rem;
    cursor: pointer;
}

.n_con_tit{
    padding-bottom: 0.08rem;
    border-bottom: 1px solid #d6d9de;
}
.n_con_txt p{
    font-size: .18rem;
    line-height: 2em;
    color: #000000;
    margin-top: 10px;
    text-indent: 2em;
}
.n_con_txt img{
    display: block;
    width: auto;
    max-width: 100%;
    margin: 0 auto;
}
.n_con_page {
    border-top: 1px solid #d6d9de;
    padding-top: .4rem;
    margin-top: .25rem;
}
.n_con_page p{
    font-size: .18rem;
    line-height: 2em;
    color: #000000;
}


/*n_leader2*/
.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.12rem;
    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: #ba2a18;
    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_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: #ba2a18;
    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: #f5f5f5;
    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;
}
.n_tch_list li:hover{
    box-shadow: 0 0 10px rgba(51, 51, 51, 0.2);
}



/*手机端内页菜单*/

#m_n_nav {
    display: none;
    line-height: 50px;
    position: relative;
    z-index: 9;
    width: 100%;
    background: #ba2a18;
}

#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: #ba2a18;
}

#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: #ba2a18;
}

.n_tit .zi3{display:none}
@media screen and (max-width: 1024px){
.n_tit .zi3{display:block;text-align:right;}
    .banner {
        margin-top: 0.75rem;
    }

    .leftNav,
    .n_top{
        display: none;
    }
    .rightBox{
        width: 100%;
        padding-top: 0;

    }
    #m_n_nav{
        display: block;
    }
    .n_container{
        padding-top: .4rem;
        padding-bottom: .4rem;
    }
    .n_tit{
        margin-bottom: .1rem;
    }
    .n_tit h3{
        font-size: .26rem;
    }
    .n_container{
        padding-top: .3rem;
        padding-bottom: .4rem;
        min-height: 6rem;
    }
    .n_content .rightBox{
        width: 100%;
        padding-top: 0;
    }
    .n_con_tit h2{
        font-size: .28rem;
    }
    .n_content_rr{
        width: 100%;
        padding-top: .4rem;
    }
    .n_content_rr h3{
        margin-bottom: .4rem;
    }
    .n_content_rr:before{
        top: 0.4rem;
    }

    .sele .sele-r ul li{
        margin-right: 0.15rem;
    }
    .sele{
        margin-bottom: 0.1rem;
    }
    .n_jsy{
        margin-bottom: 0.2rem;
    }
}


@media screen and (max-width: 768px){


    .n_pic li .txt{
        padding: 0.2rem;
    }
    .n_dtl p{
        font-size: .18rem;
        margin-top: .2rem;
    }
    .n_con_txt p{
        margin-top: .2rem;
    }
    .n_content_rr li a p{
        font-size: .18rem;
        line-height: .28rem;
        height: .56rem;
    }
    .n_con_tit h2{
        font-size: .23rem;
    }
   /* .n_con_txt p,
    .n_dtl p{
        font-size: .2rem;
    }*/
    .n_con_page{
        padding-top: .25rem;
    }
    .n_tch_list li{
        width: 100%;
        margin-bottom: 0.2rem;
    }
    .sele .sele-r ul li{
        font-size: 0.18rem;
    }
    .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;
    }
}
@media screen and (max-width: 640px){

    .n_listTxt li .pic{
        width: 100%;
        height: auto;
        padding-top: 69.19%;
    }
    .n_listTxt li .txt {
        width: 100%;
        padding: 0.2rem 0.1rem;
    }
    .n_listTxt li a{
        padding: 0;
    }
    .n_listTxt li{
        margin-bottom: 0.2rem;
    }
    .pagination{
        padding-top: .2rem;
    }
    .n_tch_list li .pic {
        width: 1.4rem;
        height: 1.75rem;
    }
    .n_tch_list li .txt {
        width: calc(100% - 1.6rem);
    }
}


@media (max-width:350px){
        .n_tit h3{display:none;}
}