@charset "utf-8";
.pagination {
    text-align: center;
    font-size: 0;
    padding-top: 1.09rem;
}

.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: #2fa26e;
    color: #fff;
    border: 1px solid #2fa26e;
}

.pagination a:hover {
    background: #2fa26e;
    color: #fff;
    border: 1px solid #2fa26e;
}
.inner_page{
    padding: .17rem 0 2.04rem;
    background:#FFFFFF url("../images/index-s7.png") no-repeat bottom center;
    background-size: 100% auto;
}
.n-tit h2{
    font-size: .3rem;
    line-height: .84rem;
    color: #2fa26e;
    font-weight: 700;
    position: relative;
    font-family: 'SourceHanSerifCN', sans-serif;
}
.n-tit h2:after{
    position: absolute;
    content: '';
    left: 0;
    right: 0;
    bottom: -1px;
    height: .03rem;
    background: #2fa26e;
}
.posi{
    display: flex;
    flex-wrap: wrap;
    align-self: center;
    font-size: .16rem;
    line-height: .32rem;
    color: #999999;
}
.posi span{
    display: block;
    margin: 0 .05rem;
}
.posi a{
    display: block;
    transition: .5s;
}
.posi a:hover, .posi a.active{
    color: #2fa26e;
}

.n-tit{
    border-bottom: 1px solid #D8D8D8;
}
@media (max-width: 1025px) {
    .inner_page{
        padding: .3rem 0 .4rem;
    }
    .pagination{
        padding-top: .3rem;
    }
    .n-tit h2{
        font-size: .26rem;
        line-height: .56rem;
    }
}



/*inner_s1*/

.inner_s1 .list01 li a{
    padding: .38rem 0 .37rem;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: space-between;
}
.inner_s1 .list01 li .img_box{
    width: 4.4rem;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: space-between;
}
.inner_s1 .list01 li .pic{
    flex: 1;
    height: 2.4rem;
}
.inner_s1 li time{
    width: .8rem;
    height: .8rem;
    color: #fff;
    font-family: 'SourceHanSerifCN', sans-serif;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    background: #2fa26e;
}
.inner_s1 .list01 li time span{
    display: block;
    font-size: .36rem;
    line-height: 1;
    font-weight: 700;
}
.inner_s1 .list01 li time em{
    display: block;
    font-size: .16rem;
    line-height: 1;
    margin-top: .05rem;
    font-weight: 600;
}
.inner_s1 .list01 li .txt{
    width: calc(100% - 4.79rem);
}
.inner_s1 .list01 li h3{
    font-size: .24rem;
    line-height: .3rem;
    color: #000000;
    font-weight: 700;
    transition: .5s;
    margin-top: .16rem;
}
.inner_s1 .list01 li p{
    font-size: .16rem;
    line-height: .3rem;
    color: #999999;
    -webkit-line-clamp: 3;
    height: .9rem;
    margin-top: .3rem;
}

.inner_s1 .list01 li:before{
    position: absolute;
    content: '';
    left: 0;
    right: 0;
    bottom: 0;
    border-bottom: .01rem dashed #b5d4be;
}
.inner_s1 .list01 li:after{
    position: absolute;
    content: '';
    left: 0;
    width: 0;
    bottom: 0;
    height: 1px;
    background: #2fa26e;
    transition: .5s;
}
.inner_s1 .list01 li:hover h3{
    color: #2fa26e;
}
.inner_s1 .list01 li:hover:after{
    right: 0;
    width: 100%;
}
.inner_s1 .list01 li{
    position: relative;
}

.inner_s1{
    margin-top: .18rem;
}

@media (max-width: 1025px) {
    .inner_s1 .list01 li a{
        padding: .2rem 0;
    }
    .inner_s1 .list01 li .img_box {
        width: 4rem;
    }
    .inner_s1 .list01 li .pic{
        height: 2rem;
    }
    .inner_s1 .list01 li .txt {
        width: calc(100% - 4.2rem);
    }
    .inner_s1 .list01 li h3{
        font-size: .2rem;
        line-height: .3rem;
        margin-top: .1rem;
    }
    .inner_s1 .list01 li p{
        line-height: .24rem;
        height: .72rem;
        margin-top: .1rem;
    }
    .inner_s1 .list01 li h6{
        margin-top: .2rem;
    }
}
@media (max-width: 769px) {
    .inner_s1 .list01 li .img_box {
        width: 100%;
        position: relative;
        display: block;
    }

    .inner_s1 .list01 li .pic {
        flex: auto;
        height: auto;
        padding-top: 66.66%;
    }

    .inner_s1 li time {
        position: absolute;
        left: 0;
        bottom: 0;
        z-index: 5;
    }

    .inner_s1 .list01 li .txt {
        width: 100%;
        margin-top: .2rem;
    }

    .inner_s1 .list01 li h3 {
        margin-top: 0;
    }

    .inner_s1 .list01 li h6 {
        margin-top: .1rem;
    }
}


/*inner_s2*/

.inner_s2 .list02 li a{
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    padding: .2rem 0 .2rem;
}
.inner_s2 .list02 li time{
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    width: 1rem;
    height: .5rem;
    background: #2fa26e;
    color: #fff;
    font-family: 'SourceHanSerifCN', sans-serif;
}
.inner_s2 .list02 li time span{
    display: block;
    font-size: .36rem;
    line-height: 1;
    font-weight: 700;
}
.inner_s2 .list02 li time em{
    display: block;
    font-size: .16rem;
    line-height: 1;
   /* margin-top: .05rem;*/
    font-weight: 600;
}
.inner_s2 .list02 li .txt{
    width: calc(100% - 1.28rem);
}
.inner_s2 .list02 li h3{
    font-size: .24rem;
    line-height: .3rem;
    color: #000000;
    transition: .5s;
    margin-top: .12rem;
}
.inner_s2 .list02 li p{
    font-size: .16rem;
    line-height: .3rem;
    color: #999999;
    height: .6rem;
    margin-top: .22rem;
}

.inner_s2 .list02 li:before{
    position: absolute;
    content: '';
    left: 0;
    right: 0;
    bottom: 0;
    border-bottom: .01rem dashed #b5d4be;
}
.inner_s2 .list02 li:after{
    position: absolute;
    content: '';
    left: 0;
    width: 0;
    bottom: 0;
    height: 1px;
    background: #2fa26e;
    transition: .5s;
}
.inner_s2 .list02 li:hover h3{
    color: #2fa26e;
    font-weight: 700;
}
.inner_s2 .list02 li:hover:after{
    right: 0;
    width: 100%;
}
.inner_s2 .list02 li{
    position: relative;
}
.inner_s2{
    margin-top: .15rem;
}
@media (max-width: 1025px) {
    .inner_s2 .list02 li h3{
        font-size: .2rem;
        line-height: .3rem;
        margin-top: 0;
    }
    .inner_s2 .list02 li p{
        line-height: .24rem;
        height: .48rem;
        margin-top: .05rem;
    }
    .inner_s2 .list02 li h6{
        margin-top: .1rem;
    }
    .inner_s2 .list02 li .txt {
        width: calc(100% - 1rem);
    }
    .inner_s2 .list02 li a{
        padding: .2rem 0;
    }
}


/*inner_s3*/

.inner_s3 .list03 ul{
    display: flex;
    flex-wrap: wrap;
}
.inner_s3 .list03 li{
    width: 22.58%;
    margin: .79rem 0 0 2.855%;
    position: relative;
}
.inner_s3 .list03 li:nth-child(-n+4){
    margin-top: 0;
}
.inner_s3 .list03 li:nth-child(4n+1){
    margin-left: 0;
}
.inner_s3 .list03 li a{
    display: block;
}
.inner_s3 .list03 li .pic{
    padding-top: 3.6rem;
}
.inner_s3 .list03 li h3{
    font-size: .2rem;
    line-height: .3rem;
    color: #000000;
    transition: .5s;
}
.inner_s3 .list03 li p{
    font-size: .14rem;
    line-height: .24rem;
    color: #999999;
    height: .48rem;
    margin-top: .06rem;
}
.inner_s3 .list03 li h6 img{
    display: block;
    height: .18rem;
    margin-left: .09rem;
}
.inner_s3 .list03 li h6{
    display: flex;
    align-items: center;
    font-size: .14rem;
    line-height: 1;
    color: #9E9E9E;
    margin-top: .35rem;
}
.inner_s3 .list03 li .txt{
    padding: .3rem 0 .21rem;
}
.inner_s3 .list03 li:before{
    position: absolute;
    content: '';
    left: 0;
    right: 0;
    bottom: 0;
    height: 1px;
    background: #b5d4be;
}
.inner_s3 .list03 li:after{
    position: absolute;
    content: '';
    left: 0;
    width: 0;
    bottom: 0;
    height: 1px;
    background: #2fa26e;
    transition: .5s;
}
.inner_s3 .list03 li:hover h3{
    color: #2fa26e;
    font-weight: 700;
}
.inner_s3 .list03 li:hover:after{
    right: 0;
    width: 100%;
}
.inner_s3{
    margin-top: .6rem;
}
@media (max-width: 1025px) {
    .inner_s3 .list03 li .pic{
        padding-top: 63.64%;
    }
    .inner_s3 .list03 li p{
        font-size: .16rem;
    }
    .inner_s3 .list03 li h6{
        margin-top: .1rem;
    }
    .inner_s3 .list03 li .txt{
        padding: .2rem 0;
    }
    .inner_s3 .list03 li{
        width: 32%;
        margin: 0;
    }
    .inner_s3 .list03 ul{
        gap: .2rem 2%;
    }
    .inner_s3 {
        margin-top: 0.3rem;
    }
}

@media (max-width: 769px) {
    .inner_s3 .list03 li{
        width: 49%;
    }
    .inner_s3 .list03 li:nth-child(9){
        display: none;
    }
}
@media (max-width: 481px) {
    .inner_s3 .list03 li{
        width: 100%;
    }
    .inner_s3 .list03 li:nth-child(9){
        display: block;
    }
}


/*inner_s4*/

.inner_s4 .list04 ul{
    display: flex;
    flex-wrap: wrap;
}
.inner_s4 .list04 li{
    width: 23.78%;
    margin: .61rem 0 0 1.62%;
    position: relative;
}
.inner_s4 .list04 li:nth-child(-n+4){
    margin-top: 0;
}
.inner_s4 .list04 li:nth-child(4n+1){
    margin-left: 0;
}
.inner_s4 .list04 li a{
    display: block;
}
.inner_s4 .list04 li .pic{
    padding-top: 2.13rem;
}
.inner_s4 .list04 li h3{
    font-size: .18rem;
    line-height: .3rem;
    color: #000000;
    transition: .5s;
}
.inner_s4 .list04 li .txt{
    padding: .18rem 0 .24rem;
}
.inner_s4 .list04 li:before{
    position: absolute;
    content: '';
    left: 0;
    right: 0;
    bottom: 0;
    height: 1px;
    background: #b5d4be;
}
.inner_s4 .list04 li:after{
    position: absolute;
    content: '';
    left: 0;
    width: 0;
    bottom: 0;
    height: 1px;
    background: #2fa26e;
    transition: .5s;
}
.inner_s4 .list04 li:hover h3{
    color: #2fa26e;
}
.inner_s4 .list04 li:hover:after{
    right: 0;
    width: 100%;
}
.inner_s4{
    margin-top: .6rem;
}
@media (max-width: 1025px) {
    .inner_s4 .list04 li .pic{
        padding-top: 63.96%;
    }
    .inner_s4 .list04 li .txt{
        padding: .1rem 0;
    }
    .inner_s4 .list04 li{
        width: 23.5%;
        margin: 0;
    }
    .inner_s4 .list04 ul{
        gap: .2rem 2%;
    }
    .inner_s4{
        margin-top: .3rem;
    }
}
@media (max-width: 769px) {
    .inner_s4 .list04 li{
        width: 32%;
    }
    .inner_s4 .list04 li:nth-child(9){
        display: none;
    }
}
@media (max-width: 480px) {
    .inner_s4 .list04 li{
        width: 49%;
    }
    .inner_s4 .list04 li:nth-child(9){
        display: block;
    }
}

/*inner_s5*/

.inner_s5 .dtl_tit h2{
    font-size: .3rem;
    line-height: .32rem;
    color: #000000;
    font-weight: 700;
    text-align: center;
}
.inner_s5 .dtl_tit .cont{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-top: .29rem;
}
.inner_s5 .dtl_tit .cont .li{
    font-size: .16rem;
    line-height: .28rem;
    color: #999999;
    margin: 0 .1rem;
}
.inner_s5 .dtl_tit{
    padding-bottom: .1rem;
    border-bottom: 1px solid #D8D8D8;
}
.inner_s5 .dtl_txt p{
    font-size: .18rem;
    line-height: .36rem;
    color: #333333;
    text-indent: 2em;
}
.inner_s5 .dtl_txt p img{
    display: block;
    width: auto;
    height: auto;
    max-width: 100%;
    margin: 0 auto;
}
.inner_s5 .dtl_txt p + p{
    margin-top: .2rem;
}
.inner_s5 .dtl_txt{
    margin-top: .34rem;
}
.inner_s5 .dtl_page p{
    font-size: .2rem;
    line-height: .4rem;
    color: #2fa26e;
}
.inner_s5 .dtl_page p a{
    color: #0B0B0B;
    transition: .5s;
}
.inner_s5 .dtl_page p:hover a{
    color: #2fa26e;
}
.inner_s5 .dtl_page{
    padding-top: .22rem;
    margin-top: .47rem;
    border-top: 1px solid #b5d4be;
}
.inner_s5{
    margin-top: .41rem;
    margin-bottom: 40px;
}
@media (max-width: 1025px) {
    .inner_s5 .dtl_tit h2{
        font-size: .26rem;
        line-height: 1.5;
    }
    .inner_s5 .dtl_tit .cont {
        gap: .1rem .2rem;
        margin-top: .1rem;
    }
    .inner_s5 .dtl_tit .cont .li{
        margin: 0;
    }
    .inner_s5 .dtl_tit{
        padding-bottom: .15rem;
    }
    .inner_s5 .dtl_txt p{
        line-height: 1.85;
    }
    .inner_s5 .dtl_txt p + p{
        margin-top: .1rem;
    }
    .inner_s5 .dtl_txt{
        margin-top: .2rem;
    }
    .inner_s5 .dtl_page{
        margin-top: .2rem;
        padding-top: .1rem;
    }
    .inner_s5 .dtl_page p{
        font-size: .18rem;
        line-height: 1.85;
    }
    .inner_s5 {
        margin-top: 0.3rem;
    }
}
@media (max-width: 769px) {}
@media (max-width: 480px) {

}