@charset "UTF-8";


/* 分页 */

.pagination {
    text-align: center;
    font-size: 0;
    padding-top: 80px;
}

.pagination a {
    display: inline-block;
    border: 1px solid #dcdcdc;
    padding: 0 12px;
    height: 35px;
    font-size: 14px;
    line-height: 35px;
    text-align: center;
    color: #666;
    margin: 0 7px;
}

.pagination a.active {
    background: #a30a09;
    color: #fff;
    border: 1px solid #a30a09;
}

.pagination a:hover {
    background: #a30a09;
    color: #fff;
    border: 1px solid #a30a09;
}

.pagination span {
    display: inline-block;
    font-size: 14px;
}

.banner img{
    display: block;
    width: 100%;
}
.ny-main {
    min-height: 1000px;
    padding: 50px 0 60px;
    background: url("../images/ny-main.png") no-repeat right bottom;
    max-width: 1200px;
    margin: 0 auto;
}
.ny-left{
    width: 260px;
    float: left;
}
.ny-left>h4{
    font-size: 28px;
    line-height: 70px;
    color: #fff;
    text-align: center;
    font-weight: normal;
    background: #1f5a55;
    position: relative;
}
.ny-left>h4>span {
    position: absolute;
    top: 0;
    right: 0;
    width: 48px;
    height: 48px;
    background: url(../images/ny-icon3.png);
    background-repeat: no-repeat;
    background-position: center center;
    display: none;
}
.ny-left>ul{
    /* padding-bottom: 300px; */
    /*border: 1px solid #bababa;*/
    background: url("../images/sub-nav.png") no-repeat bottom center;
}
.ny-left>ul>li{
    line-height: 70px;
    position: relative;
    /* padding-left: 30px; */
    background: #f4f4f4;
    border-bottom: 1px solid #ddd;
    transition: all .3s;
}
.ny-left>ul>li>a{
    display: block;
    font-size: 18px;
    color: #111111;
    position: relative;
    /* padding-left: 30px; */
    /* padding-right: 40px; */
    white-space: nowrap;
    text-overflow: ellipsis;
    text-align: center;
}
.ny-left>ul>li>a:after{
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    width: 5px;
    height: 20px;
    background: #941100;
    border-radius: 50px;
    transform: translateY(-50%);
}
.ny-left>ul>li>span{
    position: absolute;
    right: 0;
    top: 0;
    width: 40px;
    height: 70px;
   background: url("../images/ny-iconi.png") no-repeat left center;
    cursor: pointer;
}
.ny-left>ul>li>a:before{
    content: '';
    position: absolute;
    left: -7px;
    bottom: 0;
    border: 7px solid transparent;
    border-bottom-color: #fff;
    display: none;
}
.ny-left>ul>li>ul{
    background: #fff;
    padding: 10px ;
    padding-left: 60px;

    margin-left: -30px;
    display: none;

}
.ny-left>ul>li>ul>li{
    line-height: 36px;
    position: relative;
}
.ny-left>ul>li>ul>li>a{
    display: block;
    font-size: 16px;
    line-height: 32px;
    padding-left: 20px;

}
.ny-left>ul>li>ul>li span{
    position: absolute;
    left: -10px;
    top: 0;
    display: block;
    color: #666666;
    cursor: pointer;
}
.ny-left>ul>li>ul>li:hover{
    color: #b20603;
}
.ny-left>ul>li>ul>li:hover span{
    color: #b20603;
}
.ny-left>ul>li.on{
    background: #096e56;
}
.ny-left>ul>li.on>a{
    color: #fff;
}
.ny-left>ul>li.on>span{
    background: url("../images/ny-iconi-on.png") no-repeat left center;
}
.ny-left>ul>li.on>a:before{
    display: block;
}
.ny-left>ul>li>a:after{
    display: none;
}




.ny-right{
    overflow: hidden;
    padding-left: 40px;
}
.ny-tit>h4{
    display: inline-block;
    font-size: 28px;
    line-height: 1;
    color: #111111;
    font-weight: normal;
    padding-left: 40px;
    background: url("../images/tab-icon1.png") no-repeat left center;
}
.ny-tit>div{
    float: right;
    font-size: 14px;
    line-height: 28px;
    color: #888888;

}
.ny-tit>div img,.ny-tit>div span,.ny-tit>div a{
    display: inline-block;
    vertical-align: middle;
}
.ny-tit {
    padding-bottom: 20px;
    border-bottom: 1px solid #1f5a55;
}
.list>ul>li>a{
    display: block;
    overflow: hidden;
    transition: all .3s;
}
.list>ul>li .tm{
    float: left;
    width: 55px;
    padding: 23px 0;
}
.list>ul>li .tm span{
    display: block;
    font-size: 12px;
    line-height: 1;
    color: #666666;
}
.list>ul>li .tm span:first-child{
    font-size: 18px;
    margin-bottom: 9px;
}
.list>ul>li p{
    overflow: hidden;
    padding-left: 30px;
    font-size: 16px;
    line-height: 85px;
    padding-right: 40px;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.list>ul>li{
    border-bottom: 1px solid #bababa;
    background: url("../images/list-icon.png") no-repeat right center;
    transition: all .3s;
    margin: 10px;
}
.list>ul>li:hover{
    background: url("../images/list-icon-on.png") no-repeat right center;
}
.list>ul>li:hover>a{
    transform: translateX(10px);
}
.list>ul>li:hover p{
    font-weight: 600;
    color: #1f5a55;
}
.list>ul>li:hover .tm span{
    color: #1f5a55;
}
.list{
    margin-top: 10px;
}

/*图片列表*/

.list-img>ul>li{
    float: left;
    width: 30.9%;
    margin-top: 40px;
    transition: all .3s ;
}
.list-img>ul>li>a{
    display: block;
    overflow: hidden;
}
.list-img>ul>li .pic{
    padding-top: 56.45%;
}
.list-img>ul>li p{
    font-size: 15px;
    line-height: 54px;
    color: #666666;
    text-align: center;
    border: 1px solid #dcdcdc;
    border-top:none ;
    transition: all .3s ease;
}
.list-img>ul>li:nth-child(3n+2){
    margin-left: 3.65%;
    margin-right: 3.65%;
}
.list-img>ul>li:hover p{
    background: #b20603;
    color: #fff;
}
.list-img>ul>li:hover{
    box-shadow: 0 0 5px 3px rgba(0,0,0,.45);
}

/*文章*/

.detail-tit{
    margin-top: 40px;
    padding-bottom: 30px;
    border-bottom: 1px dashed #dbdbdb;
}
.detail-tit>h4{
    font-size: 24px;
    line-height: 1;
    color: #333;
    text-align: center;
    margin-bottom: 19px;
}
.detail-tit>h4:nth-child(2){
    font-size: 22px;
    line-height: 1;
    color: #333333;
    font-weight: normal;
    margin-bottom: 30px;
}
.detail-tit>p{
    font-size: 16px;
    line-height: 1;
    color: #888888;
    text-align: center;
    margin-top: 20px;
}
.detail-tit>p>span{
    display: inline-block;
    margin-left: 13px;
}
.detail-text>p{
    font-size: 16px;
    line-height: 32px;
    color: #333;
    text-indent: 2em;
}
.detail-img>img{
    display: block;
    width: 100%;
    max-width:597px;
    margin: auto;
}
.detail-img{
    margin-top:16px;
    margin-bottom: 16px;
}
.detail-text{
    padding-top: 14px;
    padding-bottom: 30px;

    border-bottom: 1px dashed #dbdbdb;
}
.paging{
    padding-left: 5px;
    padding-top: 20px;
}
.paging>a{
    display: block;
    font-size: 16px;
    line-height: 36px;
    color: #333;
}
.paging>a>span{
    display: inline-block;
    color: #000;
    margin-right: 10px;

}
.paging>a:hover{
    color: #9b1011;
}
.paging>a:hover>span{
    color: #b20603;
}

/*机构*/
.system-list>ul>li {
    float: left;
    width: 32%;
    margin-top: 20px;
    line-height: 48px;
    border: 1px solid rgba(0,0,0,.2);
    box-shadow: 0 0 5px rgba(0,0,0,.2);
    transition: all .3s;
}
.system-list>ul>li:nth-child(3n+2){
    margin-left: 2%;
    margin-right: 2%;
}
.system-list>ul>li>a {
    display: block;
    overflow: hidden;
    padding: 0 20px;
}
.system-list>ul>li span {
    display: inline-block;
    font-size: 15px;
    color: #333;
    vertical-align: middle;
    margin-left: 10px;
    transition: all .3s;
}
.system-list>ul>li img {
    display: inline-block;
    vertical-align: middle;
}

.system-list>ul>li:hover{
    border-color: #b20603;
}
.system-list>ul>li:hover span{
    font-weight: 600;
    color: #b20603;
}
@media screen  and (max-width: 1060px){
    .ny-left{
        float: none;
        width: auto;
    }
    .ny-left>h4 {
        font-size: 16px;
        line-height: 48px;
        text-align: left;
        padding-left: 15px;
        padding-top: 0;
    }
    .ny-left>h4>span {
        display: block;
    }
    .ny-left ul{
        display: none;
        padding-bottom: 0;
        background: #fff;
    }
    .ny-left>ul>li{
        line-height: 42px;
        padding-left: 0;
    }
    .ny-left>ul>li>span{
        height: 42px;
    }
    .ny-left>ul>li>a{
        font-size: 14px;
    }
    .ny-left>ul>li>a:before{
        left: 30px;
    }
    .ny-left>ul ul>li>a{
        font-size: 12px;
    }
    .ny-left>ul ul{
        margin-left: 0;
    }
    .ny-right{
        margin-top: 20px;
        padding-left: 0;
    }
    .ny-tit>h4{
        font-size: 18px;
        padding-left: 30px;
        background-size: contain;
    }
    .ny-tit{
        padding-bottom: 10px;
    }
    .ny-tit>div{
        font-size: 12px;
    }
    .list>ul>li p{
        font-size: 13px;
        line-height: 48px;
        padding-left: 15px;
    }
    .list>ul>li .tm{
        padding: 5px 0;
    }
    .list>ul>li .tm span:first-child{
        font-size: 16px;
        margin-bottom: 5px;
    }
    .ny-main{
        min-height:auto;
        padding: 20px 0;
    }

}
@media screen and (max-width: 800px){
    .list-img>ul>li{
        width: 48%;
        margin-top: 20px;
    }
    .list-img>ul>li:nth-child(3n+2){
        margin-left: 0;
        margin-right: 0;
    }
    .list-img>ul>li:nth-child(even){
        margin-left: 4%;
    }
    .list-img>ul>li p{
        font-size: 13px;
        line-height: 36px;
    }
    .detail-tit>h4{
        font-size: 16px;
        line-height: 1.2;
        margin-bottom: 10px;
        padding: 10px;
    }
    .detail-tit>h4:nth-child(2){
        font-size: 14px;
        margin-bottom: 10px;
    }
    .detail-tit>p{
        font-size: 12px;
        margin-top: 10px;
    }
    .detail-tit {
        margin-top: 20px;
        padding-bottom: 20px;
    }
    .detail-text>p{
        font-size: 13px;
    }
    .detail-img>img{
        width: 80%;
    }
    .detail-text{
        padding-bottom: 15px;
    }
    .paging>a{
        font-size: 12px;
        line-height: 24px;
    }
    .paging{
        padding-top: 10px;
    }
    .system-list>ul>li{
        width: 48%;
    }
    .system-list>ul>li:nth-child(3n+2){
        margin-left: 0;
        margin-right: 0;
    }
    .system-list>ul>li:nth-child(even){
        margin-left: 4%;
    }
    .system-list>ul>li span{
        font-size: 14px;
    }
}
@media screen and (max-width: 500px){

    .ny-left>h4{
        line-height: 42px;
    }
    .ny-left>h4>span{
        height: 42px;
    }
    .list>ul>li .tm{
        width: 45px;
    }
    .ny-tit>div{
        float: none;
        padding: 10px;
    }
    .ny-main{
        padding-top: 10px;
    }
    .detail-tit{
        padding-bottom: 10px;
    }
    .detail-tit>p{
        line-height: 1.6;
    }
    .system-list>ul>li{
        float: none;
        width: auto;
    }

    .system-list>ul>li:nth-child(even){
        margin-left: 0;
    }
}


.lv4{
    padding-left: 30px;
    display: none;
}
.lv4>li{
    line-height: 32px;
    font-size: 14px;
    color: #333;
    position: relative;
}
.lv4>li.on{
    color: #b20603;
}
.lv4>li>a{
    display: block;
    padding-left: 20px;
}
.lv5{
    padding-left: 20px;
    display: none;
}
.lv5>li{
    line-height: 28px;
    font-size: 12px;
    color: #333;
text-align: center;
}
.lv5>li:hover{
    color: #b20603;
}

 
.nr font {font-size:16px!important;line-height:36px!important; font-family:"微软雅黑"!important;color:#666666!important}
 
.nr table p{text-indent:0em !important;margin-bottom:0em !important;  }
.nr>img{max-width:100% !important;height:auto !important}
.nr table{max-width:95% !important}
