@charset "utf-8";


/**/
.pagination {
    text-align: center;
    font-size: 0;
    padding-top: .92rem;
}

.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: #1C7B46;
    color: #fff;
    border: 1px solid #1C7B46;
}

.pagination a:hover {
    background: #1C7B46;
    color: #fff;
    border: 1px solid #1C7B46;
}

.inner-page{
    margin-top: 1.45rem;
    padding: .62rem 0 1.23rem;
    position: relative;
    min-height: 54.0625vw;
    z-index: 2;
    background: #fff url("../images/inner-page-1.png") no-repeat bottom center/100% auto;
}
.inner-page:before{
    position: absolute;
    content: '';
    left: 0;
    right: 0;
    top: 0;
    height: 27.03125vw;
    background: url("/images/inner-page-2.png") no-repeat top center/100% auto;
    z-index: -1;
}




.n_tit01{
    display: flex;
    flex-wrap: wrap;
    align-items: flex-end;
    justify-content: space-between;
}
.n_tit01 h2{
    display: flex;
    align-items: center;
    font-size: .3rem;
    line-height: .4rem;
    color: #0559A6;
    font-family: 'SourceHanSerifCN-Heavy',sans-serif;
}
.n_tit01 h2 img{
    display: block;
    width: .35rem;
    margin-right: .1rem;
}

.posi{
    display: flex;
    font-size: .18rem;
    line-height: .26rem;
    color: #666666;
}
.posi span,
.posi a{
    font-family: 'SourceHanSerifCN-Medium',sans-serif;
}
.posi span:not(:first-child){
    margin: 0 .02rem;
}

.n_list01 li a{
    position: relative;
    z-index: 2;
    padding: .34rem .31rem .35rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.n_list01 li time{
    display: block;
    padding: .06rem 0 .1rem;
    width: 1.1rem;
    text-align: center;
    color: #1C7B46;
    border-right: 1px solid rgba(151, 151, 151, 0.4);
}
.n_list01 li time span{
    display: block;
    font-size: .36rem;
    line-height: 1;
    font-family: 'SourceHanSansCN-Medium',sans-serif;
}
.n_list01 li time em{
    display: block;
    font-size: .14rem;
    line-height: 1;
    margin-top: .07rem;
}
.n_list01 li .txt{
    width: calc(100% - 1.39rem);
}

.n_list01 li h3{
    font-size: .2rem;
    line-height: .24rem;
    color: #333333;
}
.n_list01 li p{
    font-size: .16rem;
    line-height: .2rem;
    color: #666666;
    margin-top: .22rem;
}
.n_list01 li:after{
    position: absolute;
    content: '';
    left: 0;
    right: 0;
    bottom: 0;
    height: 42.25%;
    opacity: 0;
    background: linear-gradient(180deg, rgba(28, 123, 70, 0) 0%, #1C7B46 100%);
    transition: .5s;
}
.n_list01 li:before{
    position: absolute;
    content: '';
    left: 0;
    right: 100%;
    bottom: 0;
    height: .04rem;
    background: #1C7B46;
    transition: .5s;
}
.n_list01 li{
    position: relative;
    margin-top: .3rem;
    background: #fff url("../images/n-img-1.png") no-repeat right .25rem bottom/ auto 100%;
    box-shadow: 0 .04rem .12rem 0 rgba(0, 0, 0, 0.0969);
}
.n_list01 li:hover:after{
    opacity: 0.1371;
}
.n_list01 li:hover:before{
    right: 0;
}
.n_list01 li:hover h3{
    color: #1C7B46;
    font-family: 'SourceHanSansCN-Bold',sans-serif;
}
.n_list01 li:first-child{
    margin-top: 0;
}
.n_list01{
    margin-top: .62rem;
}

.n_list02 ul{
    display: flex;
    flex-wrap: wrap;
}
.n_list02 li{
    position: relative;
    z-index: 2;
    width: 30.76%;
    margin-left: 3.86%;
    margin-top: .6rem;
    background: #fff url("../images/n-img-1.png") no-repeat bottom right/.77rem auto;
    box-shadow: 0 .04rem .12rem 0 rgba(0, 0, 0, 0.0969);
}
.n_list02 li:nth-child(-n+3){
    margin-top: 0;
}
.n_list02 li:nth-child(3n+1){
    margin-left: 0;
}
.n_list02 li a{
    display: block;
    position: relative;
    z-index: 2;
}
.n_list02 li .pic{
    padding-top: 2.58rem;
}
.n_list02 li time{
    position: absolute;
    left: 0;
    bottom: 0;
    min-width: 1.14rem;
    padding: 0 .1rem;
    font-size: .16rem;
    line-height: .34rem;
    color: #fff;
    background: #1C7B46;
    text-align: center;
    z-index: 3;
}
.n_list02 li .txt h3{
    font-size: .2rem;
    line-height: .24rem;
    color: #333333;
    -webkit-line-clamp: 3;
    height: .72rem;
}
.n_list02 li .txt{
    padding: .34rem .37rem .22rem;
}
.n_list02 li:after{
    position: absolute;
    content: '';
    left: 0;
    right: 0;
    bottom: 0;
    height: 36.53%;
    opacity: 0;
    background: linear-gradient(180deg, rgba(28, 123, 70, 0) 0%, #1C7B46 100%);
    transition: .5s;
}
.n_list02 li:before{
    position: absolute;
    content: '';
    left: 0;
    right: 100%;
    bottom: 0;
    height: .02rem;
    background: #1C7B46;
    transition: .5s;
}
.n_list02 li:hover:after{
    opacity: 0.1371;
}
.n_list02 li:hover:before{
    right: 0;
}
.n_list02 li:hover .txt h3{
    color: #1C7B46;
    font-family: 'SourceHanSansCN-Bold',sans-serif;
}
.n_list02 {
    margin-top: .62rem;
}

.n_list03 li{
    position: relative;
    z-index: 2;
    margin-top: .46rem;
    background: #fff url("../images/n-img-1.png") no-repeat right .17rem bottom/1.72rem auto;
    box-shadow: 0 .04rem .12rem 0 rgba(0, 0, 0, 0.0969);
}

.n_list03 li a{
    position: relative;
    z-index: 2;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.n_list03 li .pic{
    width: 4.6rem;
    height: 2.68rem;
    z-index: 2;
}
.n_list03 li .txt{
    width: calc(100% - 4.6rem);
    padding: .43rem .6rem .43rem .4rem;
}

.n_list03 li time{
    display: flex;
    font-size: .18rem;
    line-height: .3rem;
    color: #1C7B46;
}
.n_list03 li time i{
    display: block;
    font-size: .24rem;
    line-height: 1;
    margin: 0.03rem .05rem 0 0;
}

.n_list03 li h3{
    font-size: .2rem;
    line-height: .24rem;
    color: #333333;
    margin-top: .22rem;
}
.n_list03 li .line{
    display: block;
    width: 1.07rem;
    height: .03rem;
    background: #1C7B46;
    margin-top: .26rem;
}
.n_list03 li p{
    font-size: .16rem;
    line-height: .28rem;
    color: #666666;
    height: .56rem;
    margin-top: .21rem;
}

.n_list03 li:after{
    position: absolute;
    content: '';
    left: 0;
    right: 0;
    bottom: 0;
    height: 52.61%;
    opacity: 0;
    background: linear-gradient(180deg, rgba(28, 123, 70, 0) 0%, #1C7B46 100%);
    transition: .5s;
}
.n_list03 li:before{
    position: absolute;
    content: '';
    left: 0;
    right: 100%;
    bottom: 0;
    height: .04rem;
    background: #1C7B46;
    transition: .5s;
}
.n_list03 li:hover:after{
    opacity: 0.1371;
}
.n_list03 li:hover:before{
    right: 0;
}
.n_list03 li:hover{
    box-shadow: 0 .04rem .12rem 0 rgba(28, 123, 70, 0.3702);
}
.n_list03 li:hover h3{
    color: #1C7B46;
    font-family: 'SourceHanSansCN-Bold',sans-serif;
}
.n_list03 li:first-child{
    margin-top: 0;
}


.n_list03{
    margin-top: .62rem;
}

.dtl-tit h1{
    font-size: .3rem;
    line-height: 1.2;
    text-align: center;
    color: #333333;
    font-family: Microsoft Yahei;
    font-weight: bold;
}
.dtl-tit .cont{
    margin-top: .36rem;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.dtl-tit .cont span{
    display:inherit;
    font-size: .16rem;
    line-height: .2rem;
    color: #666666;
    margin: 0 .2rem;
}
.dtl-tit{
    margin-bottom: .25rem;
}

.dtl-txt p{
    font-size: .2rem !important;
    line-height: 1.6 !important;
    color: #666666;
    text-indent: 2em;
    margin-top: 1.6em;
}
.dtl-txt *{
    font-size: .2rem !important;
    line-height: 1.6 !important;
}
.dtl-txt table{
    width: auto !important;
    max-width: 100% !important;
}
.detail .dtl-txt .tbsc{
       overflow:auto;
}

.dtl-txt p:first-child{
    margin-top: 0;
}


.dtl-txt img{
    display: block;

    height: auto!important;
    max-width: 100% !important;
    margin: 0 auto !important;
}
.dtl-txt p em{
    display: block;
    font-size: .16rem;
    line-height: .2rem;
    margin-top: .18rem;
    text-align: center;
    text-indent: 0;
}

.dtl-page p{
    font-size: .2rem;
    line-height: .32rem;
    color: #666666;
    margin-top: .23rem;
    font-family: 'SourceHanSansCN-Medium',sans-serif;
    transition: .5s;
}
.dtl-page p a{
    font-family: 'SourceHanSansCN-Medium',sans-serif;
}
.dtl-page p:first-child{
    margin-top: 0;
}
.dtl-page p i{
    display: inline-block;
    vertical-align: top;
    width: .16rem;
    height: .06rem;
    margin: .13rem 0 0 .12rem;
    background: url("/images/n-img-5.png") no-repeat 50%/100%;
}
.dtl-page p:hover{
    color: #1C7B46;
}
.dtl-page p:hover i{
    background-image: url("/images/n-img-6.png");
}
.dtl-page{
    margin-top: .6rem;
    padding-top: .6rem;
    border-top: 1px solid #1C7B46;
}

.detail{
    margin-top: .6rem;
}

.inner-s1{
    margin-top: .62rem;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.inner-s1 .left{
    width: 71.81%;
    padding: 0 0 .41rem .41rem;
    position: relative;
}
.inner-s1 .left:after{
    position: absolute;
    content: '';
    left: 0;
    bottom: 0;
    right: .41rem;
    height: 4.29rem;
    background: linear-gradient(90deg, #0559A6 -1%, #1C7B46 100%);
}
.list_hg a{
    display: block;
    position: relative;
}
.list_hg a .pic{
    padding-top: 7.25rem;
}
.list_hg a h3{
    position: absolute;
    left: 0;
    right: 0;
    bottom: .26rem;
    font-size: .2rem;
    line-height: .24rem;
    color: #fff;
    padding: 0 .5rem;
    z-index: 3;
}
.list_hg a:after{
    position: absolute;
    content: '';
    left: 0;
    right: 0;
    bottom: 0;
    height: .95rem;
    opacity: .7493;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000000 100%);
}

.inner-s1 .right{
    width: 25.21%;
}
.list_hgg .item{
    position: relative;
}
.list_hgg .item .pic{
    padding-top: 2.04rem;
}
.list_hgg .item:after{
    position: absolute;
    content: '';
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    opacity: 0;
    background: linear-gradient(180deg, rgba(28, 123, 70, 0) 0%, #1C7B46 100%);
    transition: .5s;
    z-index: 2;
}
.list_hgg .item .txt{
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    opacity: 0;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    transition: .5s;
    z-index: 3;
}
.list_hgg .item .txt img{
    display: block;
    width: .17rem;
}
.list_hgg .item .txt h3{
    font-size: .16rem;
    line-height: .2rem;
    color: #fff;
    font-family: 'SourceHanSansCN-Medium',sans-serif;
}

.list_hgg .swiper-slide-thumb-active .item .txt{
    opacity: 1;
}
.list_hgg .swiper-slide-thumb-active .item:after{
    opacity: 0.6773;
}

.list_hgg {
    height: 6.72rem;
}

.inner-s1 .btn-box{
    margin-top: .54rem;
    display: flex;
    height: .39rem;
    align-items: center;
}
.inner-s1 .btn{
    position: static;
    transform: none;
    width: .31rem;
    height: .31rem;
    border: 1px solid #666666;
    border-radius: 50%;
    background: transparent no-repeat 50%/.16rem;
    transition: .5s;
}
.inner-s1 .prev{
    margin-right: .16rem;
    background-image: url("/images/n-img-10.png");
}
.inner-s1 .next{
    background-image: url("/images/n-img-11.png");
}

.inner-s1 .btn:hover{
    border-color: #1C7B46;
    width: .39rem;
    height: .39rem;
    background-size: .2rem;
}
.inner-s1 .prev:hover{
    background-image: url("/images/n-img-12.png");
}
.inner-s1 .next:hover{
    background-image: url("/images/n-img-13.png");
}


.inner-s2 .item-tit{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}

.inner-s2 .item-tit h2{
    display: flex;
    align-items: center;
    font-size: .26rem;
    line-height: .36rem;
    color: #0559A6;
    font-family: 'SourceHanSerifCN-Heavy',sans-serif;
}

.inner-s2 .item-tit h2 img{
    display: block;
    width: .35rem;
    margin-right: .1rem;
}
.inner-s2 .item-tit a{
    display: block;
    font-size: .18rem;
    line-height: .36rem;
    color: #666666;
    transition: .5s;
}

.inner-s2 .item-ul li{
    position: relative;
    line-height: .71rem;
    font-size: .2rem;
    border-bottom: 1px solid #979797;
}
.inner-s2 .item-ul li:last-child{
    border: none;
}
.inner-s2 .item-ul li a{

    color: #333333;
    padding: 0 1.2rem 0 .36rem;
    transition: .5s;
}
.inner-s2 .item-ul li time{
    position: absolute;
    right: 0;
    top: 0;
    color: #1C7B46;
}
.inner-s2 .item-ul li:before{
    position: absolute;
    content: '';
    left: 0;
    top: 50%;
    width: .12rem;
    height: .12rem;
    background: #0559A6;
    border-radius: 50%;
    transform: translateY(-50%);
    transition: .5s;
}
.inner-s2 .item-ul li:after{
    position: absolute;
    content: '';
    left: 0;
    right: 100%;
    bottom: -1px;
    height: 1px;
    background: #1C7B46;
    transition: .5s;
}

.inner-s2 .item-ul li:hover:after{
    right: 0;
}
.inner-s2 .item-ul li:hover a{
    color: #0559A6;
}
.inner-s2 .item-ul li:hover time{
    color: #0559A6;
}


.inner-s2 .item-ul{
    margin-top: .18rem;
}
.inner-s2 .item{
    margin-top: .6rem;
    padding: .4rem .4rem .3rem;
    background: #fff url("../images/n-img-14.png") no-repeat top center/100%;
    box-shadow: 0 .12rem .21rem 0 rgba(0, 0, 0, 0.06);
}



@media (max-width: 1199px){
    .inner-page{
        margin-top: .75rem;
    }
}
@media (max-width: 1025px){
    .inner-page{
        padding: .35rem 0 .4rem;
    }
    .n_tit01 h2{
        font-size: .26rem;
        line-height: .3rem;
    }
    .n_tit01 h2 img{
        width: .24rem;
        margin-right: .1rem;
    }
    .n_list01 li a{
        padding: .2rem;
    }
    .n_list01 li{
        margin-top: .2rem;
    }
    .n_list01,
    .n_list02,
    .n_list03{
        margin-top: 0.26rem;
    }
    .pagination{
        padding-top: .4rem;
    }
    .n_list03 li .pic {
        width: 3.7rem;
    }
    .n_list03 li .txt {
        width: calc(100% - 3.7rem);
        padding: .3rem;
    }
    .n_list03 li{
        margin-top: .3rem;
    }
    .n_list02 li .pic{
        padding-top: 58.24%;
    }
    .n_list02 li .txt{
        padding: .2rem;
    }
    .n_list02 li{
        width: 32%;
        margin: 0 !important;
    }
    .n_list02 ul{
        gap: .2rem 2%;
    }
    .dtl-tit h1{
        font-size: .24rem;
    }
    .dtl-tit .cont{
        margin-top: .2rem;
    }
    .dtl-tit .cont span{
        margin: 0 .1rem;
    }
    .dtl-txt p{
        font-size: .18rem;
        line-height: 2;
        margin-top: 1em;
    }
    .dtl-page {
        margin-top: 0.2rem;
        padding-top: 0.2rem;
    }
    .dtl-page p{
        font-size: .18rem;
        line-height: 2;
        margin-top: 0;
    }
    .detail {
        margin-top: 0.2rem;
    }
    .inner-s1{
        margin-top: 0.26rem;
    }
    .inner-s1 .left{
        width: 100%;
        padding: 0;
        margin-bottom: .3rem;
    }
    .list_hg a .pic{
        padding-top: 73.01%;
    }
    .list_hg a h3{
        padding: 0 .1rem;
        bottom: .15rem;
    }
    .inner-s1 .right{
        width: 100%;
        position: relative;
    }
    .list_hgg .item .pic{
        padding-top: 56.2%;
    }
    .list_hgg{
        height: auto;
    }
    .inner-s1 .btn-box{
        margin-top: 0;
        display: block;
        height: auto;
    }
    .inner-s1 .btn{
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        z-index: 5;

    }
    .inner-s1 .prev{
        margin-right: 0;
        left: .1rem;
    }
    .inner-s1 .next{
        right: .1rem;
    }
    .inner-s1 .left:after{
        display: none;
    }
    .inner-s2 .item{
        margin-top: .3rem;
        padding: .2rem;
    }
    .inner-s2 .item-tit h2{
        font-size: .24rem;
        line-height: .34rem;
    }
    .inner-s2 .item-tit h2 img{
        width: .24rem;
        margin-right: .05rem;
    }
    .inner-s2 .item-tit a{
        font-size: .16rem;
    }
    .inner-s2 .item-ul li{
        font-size: .18rem;
        line-height: .61rem;
    }
    .inner-s2 .item-ul li:before{
        width: .06rem;
        height: .06rem;
    }
    .inner-s2 .item-ul li a{
        padding: 0 1.1rem 0 0.2rem;
    }
    .inner-s2 .item-ul{
        margin-top: .1rem;
    }
}

@media (max-width: 769px){
    .posi{
        width: 100%;
        margin-top: .1rem;
    }
    .n_list01 li time{
        width: 1rem;
    }
    .n_list01 li .txt {
        width: calc(100% - 1.2rem);
    }
    .n_list01 li p{
        margin-top: 0.15rem;
    }
    .n_list03 li .pic{
        width: 100%;
        height: auto;
        padding-top: 58.26%;
    }
    .n_list03 li .txt{
        width: 100%;
        padding: .2rem;
    }
    .n_list03 li h3{
        margin-top: .1rem;
    }
    .n_list03 li .line{
        margin-top: .15rem;
    }
    .n_list03 li p{
        margin-top: .1rem;
    }
    .n_list02 li {
        width: 49%;
    }
}

@media (max-width: 481px){
    .n_list01 li a{
        padding: .2rem .2rem .2rem 0;
    }
    .n_list02 li {
        width: 100%;
    }
}


.pb_sys_common{line-height:40px !important;}