@charset "utf-8";

.head{
    position: static;
    background: #94070a;
}
.head .d2{
    background: #fff;
}
.head .d2 .nav>ul>li:after{
    border-bottom-color: #94070a;
}
.nav>ul>li{
    line-height: 0.6rem;
    padding-bottom: 0;
}
.nav>ul>li>a{
    color: #333;
    font-weight: normal;
}
.nav>ul>li.on>a,
.nav>ul>li.active>a{
    font-weight: 600;
}
.banner img{
    display: block;
    width: 100%;
}
.nyMain .wrap{
    align-items: flex-start;
    margin-top: -0.48rem;
}
.leftNav{
    width: 3rem;
    position: relative;
    border-left: 0.06rem solid #eeeeee;
}
.leftNav:after{
    position: absolute;
    content: '';
    left: -0.06rem;
    top: 0;
    width: 5.3rem;
    height: 2.5rem;
    background: url("../images/ny-img01.png") no-repeat 50%;
    background-size: 5.3rem;
}

.leftTit{
    position: relative;
    z-index: 3;
    padding-left: 0.4rem;
    padding-top: 1.15rem;
    padding-bottom: 0.41rem;
}
.leftTit1{
    padding-bottom:0.7rem;
}
.leftTit h4{
    font-size: 0.4rem;
    line-height: 1.5em;
    color: #fff;
}
.leftTit i{
    display: block;
    font-size: 0.18rem;
    line-height: 2em;
    color: #fff;
    font-family: "tezhan";
    min-height: 2em;
}
.leftNav>ul{
    padding-top: 0.1rem;
    padding-bottom: 1.82rem;
}
.leftNav>ul>li{
    position: relative;
    line-height: 0.59rem;
    padding-left: 0.33rem;

}
.leftNav>ul>li>a{
    display: block;
    font-size: 0.18rem;
    color: #333;
    padding-right: 0.3rem;
    border-bottom: 1px solid #eeeeee;
    transition: all .3s;
    font-weight: bold;
}
.leftNav>ul>li:before{
    content: '';
    position: absolute;
    left: -0.06rem;
    top: 0;
    height: 0;
    width: 0.06rem;
    background: #94070a;
    transition: all .3s;
}
.leftNav>ul>li.on>a,
.leftNav>ul>li.active>a{
    color: #94070a;
    font-weight: 600;
    font-size: 0.2rem;
}
.leftNav>ul>li.on:before,
.leftNav>ul>li.active:before{
    height: 0.6rem;
}
.leftNav>ul>li i{
    position: absolute;
    right: 0;
    top: 0;
    width: 0.2rem;
    height: 0.6rem;
    background: url("../images/ny-img02.png") no-repeat 50%;
    background-size: 0.2rem;
    cursor: pointer;
    transition: all .3s;
}
.leftNav>ul>li.on i,.leftNav>ul>li.active i{
    background-image: url("../images/ny-img03.png");
}
.leftNav>ul>li .lv2>li>a{
    display: block;
    font-size: 0.16rem;
    line-height: 1.65em;
    padding: 0.15rem 0.1rem 0.15rem 0.2rem;
    transition: all .3s;
    padding-right: 0.35rem;
}
.leftNav>ul>li .lv2>li{
    position:relative;
    border-bottom: 1px solid #fff;
}
.leftNav>ul>li .lv2>li i{
    right:0.15rem;
}
.leftNav>ul>li .lv2>li:hover{
    background:#94070a;
}
.leftNav>ul>li .lv2>li:hover>i{
    background-image: url("../images/ny-imgbai.png");
}
.leftNav>ul>li .lv2>li:hover>a{
    color: #fff;
    font-weight: 600;
}
.leftNav>ul>li .lv2>li.active{
    background:#94070a;
}
.leftNav>ul>li .lv2>li.active>i{
    background-image: url("../images/ny-imgbai.png");
}
.leftNav>ul>li .lv2>li.active>a{
    color: #fff;
    font-weight: 600;
}



.leftNav>ul>li>.lv2{
    display: block;
    background: #e5e5e5;
}
.leftNav>ul>li .lv3 {   
     display:none
}

.leftNav>ul>li .lv3 a{
    line-height:2em;
    font-size: 0.15rem;
}
.leftNav>ul>li .lv3 li{
    line-height:0.25rem;
    background: #fff;
     padding: 0.1rem 0.2rem 0.1rem 0.35rem;
    border-top:1px solid #fff;
}
.leftNav>ul>li .lv3 li:hover{
    background:#94070a;
}
.leftNav>ul>li .lv3 li:hover a{
    color:#fff;
}
.leftNav>ul>li .lv3 li.active{
    background:#94070a;
}
.leftNav>ul>li .lv3 li.active a{
    color:#fff;
}


.rightBox{
    position: relative;
    z-index: 3;
    width: calc(100% - 3rem);
    background: #fff;
    padding: 0.33rem 0.5rem 0.52rem;
    margin-top: 0.48rem;
}
.position{
    align-items: center;
    padding-bottom: 0.31rem;
    border-bottom: 1px solid #dcdcdc;
}
.position img{
    display: block;
    width: 0.16rem;
    height: 0.19rem;
    margin-right: 0.07rem;
}
.position a,
.position span{
    display: inline-block;
    font-size: 0.16rem;
    line-height: 1.5em;
    color: #333333;
    margin: 0 0.03rem;
}

/*list*/

.list .a-list p{
    display: block;
    overflow: hidden;
    line-height: 0.45rem;
    border-top: 1px solid #eee;
    position: relative;
}
.list .a-list p:first-child{
    border-top: none;
}
.list .a-list p span{
    position: absolute;
    left: 0;
    top: 50%;
    font-size: 0.14rem;
    color: #999999;
    line-height: 1.78em;
    padding: 0 0.12rem 0 0.11rem;
    border-radius: 0.35rem;
    background: #eaeaea;
    transform: translateY(-50%);
    transition: all .3s;
}
.list .a-list p em{
    display: block;
    padding-left: 1.3rem;
    font-size: 0.18rem;
    color: #333333;
}
.list .a-list p:hover span{
    background: #94070a;
    color: #fff;
}
.list .a-list p:hover em .column{
    color:#94070a;
    font-weight:bold;
}

/*ssjg*/
.list .a-ssjg a{
    display: block;
    overflow: hidden;
    line-height: 0.62rem;
    border-top: 1px solid #eee;
    position: relative;
}
.list .a-ssjg a:first-child{
    border-top: none;
}
.list .a-ssjg a i{
    position: absolute;
    left: 0;
    top: 50%;
    font-size: 0.14rem;
    color: #999999;
    line-height: 1.78em;
    padding: 0 0.12rem 0 0.11rem;
    border-radius: 0.35rem;
    background: #eaeaea;
    transform: translateY(-50%);
    transition: all .3s;
}
.list .a-ssjg a em{
    display: block;
    padding-left: 1.3rem;
    font-size: 0.18rem;
    color: #333333;
}
.list .a-ssjg a:hover i{
    background: #94070a;
    color: #fff;
}
.list .a-ssjg a span{
    color:#94070a;
    font-size:inherit;
    font-family:inherit;
}
/*txt-list*/

.txt-list .a-list a{
    display: block;
    overflow: hidden;
    font-size: 0;
    border: 1px solid #eee;
    margin-top: 0.33rem;
    border-left: none;
    border-right: none;
}
.txt-list .a-list a .cover_img{
    display: inline-block;
    vertical-align: middle;
    width: 2.8rem;
    height: 1.8rem;
}
.txt-list .a-list a .txt{
    display: inline-block;
    vertical-align: middle;
    width: calc(100% - 3.1rem);
    margin-left: 0.3rem;
}
.txt-list .a-list a .txt h4{
    font-size: 0.2rem;
    line-height: 1.8em;
    color: #333;
    font-weight: 600;
    margin-bottom: 5px;
}
.txt-list .a-list a .txt p{
    font-size: 0.16rem;
    line-height: 1.5em;
    color: #999999;
    height: 0.48rem;
    margin-bottom: 0.15rem;
}
.txt-list .a-list a .txt span{
    display: block;
    font-size: 0.16rem;
    line-height: 1.5em;
    padding-left: 0.24rem;
    color: #999999;
    background: url("../images/txt-img01.png") no-repeat left;
    background-size: 0.14rem;
}
.txt-list .a-list a:hover .txt h4{
    color: #94070a;
}

/*pic-list*/

.pic-list .a-list a{
    display: block;
    width: 30%;
    position: relative;
    overflow: hidden;
    margin: 0.25rem 0;
}
.pic-list .a-list a .pic{
    padding-top: 126.66%;
}
.pic-list .a-list a>p{
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    font-size: 0.18rem;
    line-height: 0.5rem;
    color: #fff;
    padding-left: 0.25rem;
    padding-right: 0.3rem;
    background: url("../images/pic-img01.png") no-repeat 50%;
    background-size: 100% 100%;
}
.pic-list .a-list a .txt h4{
    font-size: 0.2rem;
    color: #333333;
    line-height: 1.5em;
    height: 0.6rem;
    font-weight: 600;
    margin-bottom: 0.23rem;
}
.pic-list .a-list a .txt i{
    display: block;
    width: 0.6rem;
    height: 1px;
    background: #94070a;
    margin-bottom: 0.24rem;
}
.pic-list .a-list a .txt p{
    font-size: 0.16rem;
    color: #999999;
    line-height: 1.875;
    -webkit-line-clamp: 6;
    height: 1.8rem;
}
.pic-list .a-list a .txt {
    position: absolute;
    left: 0;
    right: 0;
    top: 100%;
    bottom: 0;
    background: #fff;
    padding: 0.25rem ;
    transition: all .3s;
}
.pic-list .a-list a:hover .txt{
    top: 0;
}
.pic-list .a-list a:hover{
    box-shadow: 0 0 0.15rem rgba(51, 51, 51, 0.15);
}
.pic-list .a-list{
    margin-top: 0.32rem;
}

/*detail*/
.detail{
    padding:20px 0;
}
.nry-tit h2 {
    font-weight: normal;
    font-size: 24px;
    letter-spacing: 1px;
    color: #333333;
    text-align: center;
    margin-bottom: 25px;
    line-height: 40px;
}

.nry-tit p span {
    display: inline;
    font-size: 14px!important;
    color: #999999!important;
}
.nry-tit p>span{
    margin: 0 10px;
}
.nry-tit p {
    padding: 12px 0;
    font-size: 0;
    background-color: #f6f6f6;
    text-align: center;
    /* margin-bottom: 40px; */
}

.detail p{
    font-size: 16px!important;
    color: #444;
    line-height: 2.25em!important;
   
    /* margin-top: 0.2rem!important; */
    font-family: "Arial, Helvetica,'Microsoft Yahei', sans-serif;"!important;
}
.detail span{
    font-size: 17px!important;
    color: #666666;
    font-family: "微软雅黑"!important;
}
.detail img{
    display: block;
    width: auto;
    max-width: 90%;
    margin: 0 auto;
    height: auto;
}
.detail table td{
    border:1px solid #ececec!important;
    text-align: center;
}
.detail table p{
    text-indent:0em!important;
    margin:10px 0!important;
}
/*system*/
.system .sy-item h4{
    font-size: 0.2rem;
    color: #333333;
    font-weight: 600;
    padding-left: 0.3rem;
    background: #eeeeee;
    line-height: 0.55rem;
    border-left: 0.05rem solid #94070a;
}

.system .sy-item ul>li{
    float: left;
    width: 21%;

    background: #eeeeee;
    margin: 0.15rem 0;
    margin-left: 5.3%;
}
.system .sy-item ul>li:nth-child(4n+1){
    margin-left: 0;
}
.system .sy-item ul>li a{
    display: block;
    font-size: 0.18rem;
    color: #333;
    text-align: center;
    line-height: 0.5rem;
    padding: 0 0.15rem;
    transition: all .3s;

}
.system .sy-item ul>li:hover a{
    font-weight: 600;
}
.system .sy-item ul{
    margin-top: 0.25rem;
}
.system .sy-item {
    margin-top: 0.5rem;
}
.system .sy-item:first-child{
    margin-top: 0.36rem;
}

@media screen and (max-width: 1060px){
    .banner{
        margin-top: 1rem;
    }
    .nyMain .wrap{
        margin-top: 0.25rem;
    }
    .leftNav{
        width: 100%;
        margin-bottom: 0.25rem;
        border: none;
    }
    .leftNav:after{
        display: none;
    }
    .leftTit{
        padding: 0.1rem 0.25rem;
        background: #94070a;
    }
    .leftTit h4{
        font-size: 0.3rem;
    }
    .leftTit span{
        position: absolute;
        top: 50%;
        right: 0.15rem;
        width: 0.37rem;
        height: 0.46rem;
        transform: translateY(-50%);
        background: url(../images/sub-h4.png) no-repeat center center;
        background-size: 0.2rem;
    }
    .leftNav>ul{
        padding: 0;
        display: none;
    }
    .leftNav>ul>li:before{
        left: 0;
    }
    .leftNav>ul>li i{
        right: 0.2rem;
    }
    .rightBox{
        width: 100%;
        padding: 0.25rem 0;
        margin-top: 0;
    }
    .list .a-list p em{
        font-size: 0.2rem;
    }
    .list .a-ssjg a em{
        font-size: 0.2rem;
    }
    .pic-list .a-list{
        margin-top: 0;
    }
    .nry-tit h2 {
        font-size: 20px;
    }
    .detail p{
        font-size: 0.2rem;
    }
}

@media screen and (max-width: 640px){
    .banner{
        margin-top: 0.8rem;
    }
    .list .a-list p em{
        padding-left: 1.5rem;
    }
    .list .a-ssjg a em{
        padding-left: 1.5rem;
    }
    .pic-list .a-list a{
        width: 48%;
    }
    .pic-list .a-list a>p{
        font-size: 0.2rem;
    }
    .nry-tit h2 {
        font-size: 16px;
        margin-bottom: 15px;
    }
    .system .sy-item ul>li{
        width: 32%;
        margin-left: 2%;
    }
    .system .sy-item ul>li:nth-child(4n+1){
        margin-left: 2%;
    }
    .system .sy-item ul>li:nth-child(3n+1){
        margin-left: 0;
    }
    .system .sy-item ul>li a{
        font-size: 0.2rem;
    }
    .system .sy-item h4{
        font-size: 0.24rem;
    }
    .system .sy-item{
        margin-top: 0.3rem;
    }
}

@media screen and (max-width: 420px){
    .txt-list .a-list a .cover_img{
       display: block;
       width: auto;
       height: auto;
       padding-top: 64.29%;
        margin-bottom: 0.25rem;
   }
    .txt-list .a-list a .txt{
        display: block;
        width: auto;
        margin-left: 0;
    }
    .pic-list .a-list a .txt p{
        -webkit-line-clamp: 3;
        height: 1rem;
    }
    .system .sy-item ul>li{
        width: 48%;
        margin-left: 4%;
    }
    .system .sy-item ul>li:nth-child(4n+1){
        margin-left: 4%;
    }
    .system .sy-item ul>li:nth-child(3n+1){
        margin-left: 4%;
    }
    .system .sy-item ul>li:nth-child(4n+1){
        margin-left: 2%;
    }
    .system .sy-item ul>li:nth-child(2n+1){
        margin-left: 0;
    }
}
/*列表2*/

.list2 li .n_list2_tit{
    display: flex;
    align-items: center;
    background: #f5f5f5;
    border: 1px solid #ddd;
}
.list2 li .n_list2_tit span{
    width: 0.5rem;
    height: .5rem;
    background: url("../images/s4-img01.png") no-repeat 50%;
    background-size: .1rem;
    cursor: pointer;
}
.list2 li .n_list2_tit h2{
    font-size: .2rem;
    line-height: .5rem;
    color: #333;
    font-weight: 600;
}
.list2 li .n_list2_bd dd{
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}
.list2 li .n_list2_bd .aleft{
    width: 1.5rem;
    text-align: center;
}
.list2 li .n_list2_bd .aleft span{
    display: block;
    font-size: .18rem;
    line-height: .36rem;
    font-weight: 600;
}
.list2 li .n_list2_bd .aright{
    width: calc(100% - 1.5rem);
}
.list2 li .n_list2_bd .aright h3{
    font-size: .16rem;
    color: #007aff;
    line-height: .36rem;
}
.list2 li .n_list2_bd .aright p,.list2 li .n_list2_bd .aright #vsb_content_2 P{
    font-size: .16rem;
    line-height: .36rem;
    color: #333;
}
.list2 li .n_list2_bd{
    display: none;
    border: 1px solid #ddd;
    border-top: none;
}
.list2 li{
    margin-bottom: .2rem;

}
.list2 li .n_list2_tit span.active{
    transform: rotate(90deg);
}
.list2 {
    padding-top: .3rem;
}

@media screen and (max-width: 640px){
    .list2 li .n_list2_bd .aleft{
        width: 1.2rem;
    }
    .list2 li .n_list2_bd .aright{
        width: calc(100% - 1.2rem);
    }
}