@charset "UTF-8";
/**/
.pagination {
    text-align: center;
    font-size: 0;
    padding-top: 1.03rem;
}

.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: #5b6a48;
    color: #fff;
    border: 1px solid #5b6a48;
}

.pagination a:hover {
    background: #5b6a48;
    color: #fff;
    border: 1px solid #5b6a48;
}

.pagination span {
    display: inline-block;
    font-size: 0.14rem;
}

.head{
    opacity: 1;
    transform: none;
}
.head.on{
    background: #566244;
}
.banner img{
    display: block;
    width: 100%;
}
.banner {
    position: relative;
}
.banner:after{
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: url("/images/b-sd.png") no-repeat top;
}
.ny-main{
    padding-bottom: 1.32rem;
    background: url("/images/ny-mian.jpg") no-repeat bottom;
    background-size: cover;
}
.leftNav{
    width: 3.34rem;
}
.leftNav h4{
    position: relative;
    font-size: 0.32rem;
    line-height: 1.5em;
    padding:0.3rem 0.55rem;
    color: #fff;
    font-family: "苹方";
    background: url("/images/ny-img02.jpg") no-repeat 50%;
    background-size: cover;
    margin-top: -1.08rem;
}
.leftNav>ul>li{
    position: relative;

}
.leftNav>ul>li>a{
    display: block;
    font-size: 0.2rem;
    color: #333333;
    line-height: 1.5em;
    padding: 0.15rem 0.5rem 0.15rem 0.27rem;
    font-family: "苹方-中";
    border-bottom: 1px dashed #cacaca;
    border-radius: 0.05rem;
    overflow: hidden;
    position: relative;
}
.leftNav>ul>li i{
    position: absolute;
    width: 0.16rem;
    height: 0.6rem;
    right: 0.2rem;
    top: 0;
    background: url("/images/ny-img03.png") no-repeat 50%;
    background-size: 0.16rem;
    cursor: pointer;
}
.leftNav>ul>li ul a{
    display: block;
    font-size: 0.16rem;
    line-height: 1.5em;
    padding: 0.1rem 0.3rem;
    color: #333;
    font-family: "苹方-中";
}
.leftNav>ul>li ul{
    padding-top: 0.15rem;
    display: none;
}
.leftNav>ul>li>a:after{
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    right: 100%;
    height: 0.03rem;
    background: #fb9149;
    transition: all .3s;
}
.leftNav>ul>li.active>a,
.leftNav>ul>li.on>a{
    color: #fb9149;
    background: url("/images/ny-img05.png") no-repeat 50%;
    background-size: 100% 100%;
    border: none;
}
.leftNav>ul>li.active>a:after,
.leftNav>ul>li.on>a:after{
    right: 0;
}
.leftNav>ul>li.active>i,
.leftNav>ul>li.on>i{
    background-image: url("/images/ny-img04.png");
}
.leftNav>ul>li ul a:hover{
    color: #fb9149;
}
.leftNav>ul{
    padding: 0.1rem 0.2rem 1.88rem;
    background:#f4f4f4 url("../images/ny-img06.jpg") no-repeat bottom center;
    background-size: 100% ;
}

.rightBox {
    width: calc(100% - 4.18rem);
}
.ny-tit{
    position: relative;
    border-bottom: 1px solid #d3d3d3;
    margin-top: 0.35rem;
}
.ny-tit h4{
    position: relative;
    display: inline-block;
    font-size: 0.24rem;
    line-height: 0.52rem;
    color: #546143;
    font-family: "苹方";
    width: 40%;
    color: #fb9149;
}
.ny-tit h4:after{
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 0.04rem;
    background: #fb9149;
}

.position{
    position: absolute;
    right: 0;
    top: 0;
    line-height: 0.52rem;
    /* width: 60%; */
}
.position>*{
    display: inline-block;
    vertical-align: middle;
    font-size: 0.14rem;
    color: #333333;
}
.position a.active{
    color: #546143;
}

/*list*/

.list .a-box a{
    display: block;
    position: relative;
    line-height: 0.6rem;
    font-size: 0.16rem;
    border-bottom: 1px dashed #d9cece;
    transition: all .3s;
    background-size: auto 0.6rem;
    background-position: right center;
    background-repeat: no-repeat;
}
.list .a-box a em{
    display: block;

    color: #333333;
    padding-left: 0.26rem;
    padding-right: 1.25rem;
    font-family: "苹方-中";
}
.list .a-box a span{
    position: absolute;
    right: 0.1rem;
    top: 0;
    color: #777e6e;
}
.list .a-box a:before{
    content: '';
    position: absolute;
    left: 0.08rem;
    top: 50%;
    width: 6px;
    height: 6px;
    margin-top: -3px;
    background: #777e6e;
    border-radius: 50%;
}
.list .a-box a:hover{
    margin: 0 -0.15rem;
    padding: 0 0.15rem;
    /* background-image:  url("/images/ny-img07.png"); */
    background-color: #5b6a48;
    /* box-shadow: 0 0 0.45rem #546143; */
    border-color: transparent;
}
.list .a-box a:hover em,.list a:hover span{
    color: #fff;
}
.list .a-box a:hover:before{
    left: 0.23rem;
    background-color: #fff;
}
.list .a-box{
    margin-top: 0.28rem;
}

/*pic-list*/
.pic-list .a-box a{
    display: block;
    width: 30.5%;
    border: 1px solid #dfdfdf;
    padding: 0.12rem 0.15rem;
    margin: 0.19rem 0;
    transition: all .3s;
}
.pic-list .a-box a .pic{
    padding-top: 65.2%;
}
.pic-list .a-box a p{
    font-size: 0.18rem;
    color: #333333;
    line-height: 1.5em;
    text-align: center;
    font-family: "苹方-中";
    margin-top: 0.2rem;
}
.pic-list .a-box{
    margin-top: 0.14rem;
}
.pic-list .a-box a:hover{
    border-color: #475433;
    box-shadow: 0 0 0.5rem #546143;
}

/*txt-list*/

.txt-list .a-box a{
    font-size: 0;
    display: block;
    position: relative;
    padding-bottom: 0.38rem;
    padding-top: 0.39rem;
    border-bottom: 1px dashed #d9cdcd;
}
.txt-list .a-box a.hpt .txt{
    padding-right: 2.28rem;
}
.txt-list .a-box .txt time{
    display: inline-block;
    vertical-align: middle;
    width: 0.86rem;
}
.txt-list .a-box .txt span{
    display: block;
    font-size: 0.3rem;
    color: #546143;
    font-family: "苹方";
    text-align: center;
    line-height: 1;
}
.txt-list .a-box .txt em{
    display: block;
    text-align: center;
    font-size: 0.14rem;
    color: #72696a;
    line-height: 1;
    margin-top: 0.1rem;
}
.txt-list .a-box .txt>div{
    display: inline-block;
    width: calc(100% - 1.2rem);
    vertical-align: top;
    padding-left: 0.34rem;
    border-left: 1px solid #dad3d4;
}
.txt-list .a-box .txt h4{
    font-size: 0.2rem;
    color: #333333;
    line-height: 1.5;
    font-family: "苹方-中";
    margin-bottom: 0.25rem;
}
.txt-list .a-box .txt p{
    font-size: 0.14rem;
    line-height: 1.43em;
    color: #666666;
    height: 0.41rem;
    font-family: "苹方-中";
    text-indent: 2em;
}
.txt-list .a-box .img{
    position: absolute;
    top: 0.2rem;
    right: 0;
    width: 1.95rem;
    height: 1.28rem;
}
.txt-list .a-box .img img{
    display: block;
    width: 100%;
}
.txt-list .a-box {
    margin-top: 0.32rem;
}

/*content*/
.content p{
    font-size: 0.16rem;
    line-height: 2;
    color: #333;
    font-family: "苹方-中";
    text-indent: 2em;
    margin-bottom: 0.3rem;
}
.content{
    margin-top: 0.2rem;
}
.content table p{
    text-indent:0em;
    margin-bottom:0px;
    text-align:center;
}

/*detail*/
.detail{
    margin-top: 0.35rem;
}
.dtl-tit h4{
    font-size: 0.24rem;
    color: #333333;
    line-height: 1.5em;
    text-align: center;
    margin-bottom: 0.1rem;
}
.dtl-tit p{
    font-size: 0;
    text-align: center;
}
.dtl-tit p span{
    font-size: 0.14rem;
    color: #999999;
    line-height: 2.14em;
    display: inline-block;
    vertical-align: middle;
    margin: 0 0.08rem;
}
.dtl-tit {
    padding-top: 0.1rem;
    padding-bottom: 0.1rem;
    border-bottom: 1px solid #dfdfdf;
}
.dtl-tit p .dyicon{}
.dtl-tit p .dyicon a{color: #566244;background:url(/images/dyIcon.png) no-repeat left center;padding-left: 30px;/* line-height: 0.4rem; */display: block;}
.dtl-tit p .dyicon a:hover{color: #414835;}
.dtl-tit .dtl-ar{
    font-size: 0;
    text-align: center;
}
.dtl-tit .dtl-ar span{
    font-size: 0.14rem;
    color: #999999;
    line-height: 2.14em;
    display: inline-block;
    vertical-align: middle;
    margin: 0 0.08rem;
}
.dtl-tit .share{
    display: inline-block;
    vertical-align: middle;
    margin-left: 0.1rem;
}
.dtl-tit .share a{
    width: 0.32rem;
    height: 0.32rem;
    font-size: 0.2rem;
    line-height: 0.32rem;
    margin: 0 0.05rem;
}
.content img{
    display: block;
    width: auto;
    max-width: 900px;
    margin: 0 auto;
    height: auto!important;
}
.p-page{
    border-top: 1px solid #dfdfdf;
    padding-top: 0.23rem;
    margin-top: 0.7rem;
}
.p-page p{
    font-size: 0.16rem;
    line-height: 2.25em;
    color: #333333;
}


@media screen and (max-width: 1560px){.content img{ width: 80%;}}
@media screen and (max-width: 640px){.content img{ width: 100%;}}
/*system*/
.system h3{
    position: relative;
    display: inline-block;
    font-size: 0.22rem;
    line-height: 0.52rem;
    color: #546143;
    font-family: "苹方";
    margin-top: .3rem;
}
.system h3:after{
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 0.04rem;
    background: #546143;
}
.system .a-box a{
    display: block;
    border: 1px solid #dfdfdf;
    width: 23%;
    padding: 0.25rem 0.28rem 0.12rem;
    background: url("/images/system-img.jpg") no-repeat 50%;
    background-size: cover;
    margin: 0.19rem 0;
}
.system .a-box a h4{
    font-size: 0.18rem;
    color: #333333;
    line-height: 1;
    font-family: "苹方-中";
    margin-bottom: 0.2rem;
}
.system .a-box a p{
    font-size: 0.14rem;
    color: #6e7861;
    line-height: 1.71em;
    font-family: "苹方-中";
}
.system .a-box a:hover{
    box-shadow: 0 0 0.45rem #546143;
}
.system .a-box{
    margin-top: 0.15rem;
}

/*leader*/
.leader .a-box a{
    display: flex;
    justify-content: flex-start;
    width: 45.47%;
    border-bottom: 1px solid #dfdfdf;
    align-items: center;
    padding: 0.405rem 0;
    position: relative;

}
.leader .a-box a span{
    font-size: 0.22rem;
    color: #ff6700;
    line-height: 1.5em;
    font-family: "苹方";
    min-width: 2.35rem;
    padding-left: 0.15rem;
}
.leader .a-box a:nth-child(2n) span{
    min-width: 3.45rem;
}
.leader .a-box a em{
    font-size: 0.24rem;
    color: #333;
    line-height: 1.5em;
    font-family: "苹方-中";
}
.leader .a-box a:nth-child(2n):before{
    position: absolute;
    content: '';
    left: -0.46rem;
    top: 50%;
    width: 1px;
    background: #dfdfdf;
    height: 0.92rem;
    transform: translateY(-50%);
}
.leader .a-box{
    padding: 0.23rem 0.4rem 0.23rem 0.2rem;
}

@media screen and (max-width: 1060px){
    .leftNav{
        width: 100%;
        margin-bottom: 0.25rem;
    }
    .leftNav h4{
        margin-top: 0.25rem;
        font-size: 0.26rem;
        padding: 0.125rem 0.15rem;
    }
    .leftNav h4 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.125rem;
        background: #f4f4f4;
        display: none;
    }
    .rightBox{
        width: 100%;
    }
    .list .a-box a{
        font-size: 0.2rem;
        line-height: 0.7rem;
    }
    .ny-tit{
        margin-top: 0;
    }
    .pagination{
        padding-top: 0.4rem;
    }
    .ny-main{
        padding-bottom: 0.5rem;
    }
    .banner:after{
        display: none;
    }
    .banner{
        margin-top: 1.1rem;
    }
    .pic-list .a-box a{
        width: 32%;
    }
    .pic-list .a-box a p{
        font-size: 0.22rem;
    }
    .content p{
        font-size: 0.2rem;
    }
    .leader .a-box{
        padding: 0.2rem 0;
    }
}
@media screen and (max-width: 820px){
    .pic-list .a-box a{
        width: 49%;
        margin: 0.125rem 0;
    }
    .system .a-box a{
        width: 32%;
        margin: 0.125rem 0;
    }
    .system .a-box a h4{
        font-size: 0.2rem;
    }
    .leader .a-box a{
        width: 100%;
        padding: 0.25rem 0;
    }
    .leader .a-box a:nth-child(2n) span{
        min-width: 2.35rem;
    }

    .txt-list .a-box .txt p{
        font-size: 0.18rem;
        height: 0.46rem;
    }
}
@media screen and (max-width: 640px){
    .position{
        position: static;
    }
    .pic-list .a-box a{
        width: 100%;
    }
    .system .a-box a{
        width: 48%;
    }
    .txt-list .a-box .img{
        position: static;
        width: auto;
        height: auto;
        margin-bottom: 0.25rem;
    }
    .txt-list .a-box .img{
        max-width: 100%;
    }
    .txt-list .a-box a{
        padding: 0.25rem 0;
    }
    .txt-list .a-box a.hpt .txt{
        padding-right: 0;
    }
    .txt-list .a-box .txt h4{
        font-size: 0.22rem;
    }
    .txt-list .a-box .txt>div{
        padding-left: 0.2rem;
    }
}
@media screen and (max-width: 420px){
    .system .a-box a{
        width: 100%;
    }
    .leader .a-box a span,
    .leader .a-box a em{
        font-size: 0.22rem;
    }
}