@charset "utf-8";
.pagination {
    text-align: center;
    font-size: 0;
    padding-top: 1.2rem;
}
.pagination span
{
    display:inline-block;
    margin-top:.1rem
}

.pagination a {
    display: inline-block;
    border: 1px solid #979797;
    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: #006834;
    color: #fff;
    border: 1px solid #006834;
}

.pagination a:hover {
    background: #006834;
    color: #fff;
    border: 1px solid #006834;
}
.n_banner{
    position: relative;
}
.n_banner .img img{
    display: block;
    width: 100%;
}

.n_banner .top{
    position: absolute;
    left: 0;
    right: 0;
    bottom: -.42rem;
    z-index: 5;
}
.n_banner .top h2{
    font-size: .56rem;
    line-height: .8rem;
    color: #fff;
    font-family: 'SourceHanSerifCN-Bold', sans-serif;
    text-align: center;
}
.n_dh{
    padding: .03rem;
    position: relative;
    margin-top: .52rem;
    border: 1px solid #006834;
    border-radius: .4rem .4rem 0 0;
}
.n_erji{
    display: flex;
    justify-content: center;
    background: #006834;
    border-radius: .4rem .4rem 0 0;
    gap: 0 1.2rem;
    padding: 0 .2rem;
}
.n_erji li{
    position: relative;
    flex-shrink: 0;
}
.n_erji li h3{
    font-size: .2rem;
    line-height: .8rem;
    color: #fff;
    position: relative;
}
.n_erji li a{
    display: block;
    position: relative;
    z-index: 2;
}
.n_erji li h3:before{
    position: absolute;
    content: '';
    left: 50%;
    right: 50%;
    bottom: 0;
    height: .02rem;
    background: #E1AE6A;
    opacity: 0;
    visibility: hidden;
    transition: .5s;
}
.n_erji li h3:after{
    position: absolute;
    content: '';
    left: 0;
    right: 0;
    bottom: 0;
    height: 0;
    opacity: 0;
    visibility: hidden;
    background: linear-gradient(180deg, rgba(242, 215, 163, 0) 0%, #E1AE6A 100%);
    transition: .5s;
}
.n_erji li:hover h3:before,
.n_erji li.active h3:before{
    left: 0;
    right: 0;
    opacity: 1;
    visibility: visible;
}
.n_erji li:hover h3:after,
.n_erji li.active h3:after{
    opacity: 0.3964;
    height: .27rem;
    visibility: visible;
}
.inner_page{
    padding: .8rem 0 1.21rem;
    background: #fff url("../images/inner_page.png") no-repeat bottom center/100% auto;
}
.posi{
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
.posi img{
    display: block;
    width: .2rem;
    margin-right: .08rem;
}
.posi *{
    display: block;
    font-size: .18rem;
    line-height: .26rem;
    color: rgba(61, 61, 61, 0.7);
    transition: .5s;
}
.posi span:not(:nth-child(2)){
    margin: 0 .03rem;
}
.posi a:hover,
.posi a.active{
    color: #006834;
}

/*inner_s1*/

.inner_s1 li a{
    position: relative;
    z-index: 2;
    padding: .4rem 0;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    transition: .5s;
}
.inner_s1 li .pic{
    width: 4.02rem;
    height: 2.53rem;
}
.inner_s1 li .txt{
    width: calc(100% - 4.32rem);
}
.inner_s1 li .txts
{
    width:100%;
}
.inner_s1 li time{
    display: block;
    font-size: .2rem;
    line-height: .3rem;
    color: #006834;
    transition: .5s;
}
.inner_s1 li h3{
    margin-top: .14rem;
    font-size: .2rem;
    line-height: .3rem;
    color: #333333;
    transition: .5s;
}
.inner_s1 li i{
    display: block;
    height: 1px;
    background: #006834;
    opacity: .2;
    margin-top: .3rem;
}
.inner_s1 li p{
    font-size: .18rem;
    line-height: .28rem;
    color: #666;
    opacity: .9;
    height: .56rem;
    margin-top: .3rem;
}
.inner_s1 li:after{
    position: absolute;
    content: '';
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: url("../images/n-img-3.png") no-repeat 50%/cover;
    box-shadow: 0 .04rem .27rem 0 rgba(0, 104, 52, 0.5456);
    opacity: 0;
    visibility: hidden;
    transition: .5s;
}
.inner_s1 li{
    position: relative;
    border-bottom: 1px solid rgba(151, 151, 151, 0.3);
}
.inner_s1 li:hover a{
    padding: .4rem;
}
.inner_s1 li:hover time{
    color: #fff;
}
.inner_s1 li:hover h3{
    color: #fff;
    font-family: 'SourceHanSansCN-Bold', sans-serif;
}
.inner_s1 li:hover i{
    background: #fff;
}
.inner_s1 li:hover p{
    color: #fff;
}
.inner_s1 li:hover:after{
    opacity: 1;
    visibility: visible;
    border-radius: .6rem 0 .6rem 0;
}
.inner_s1{
    margin-top: .07rem;
}

/*inner_s2*/

.inner_s2 ul{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: .41rem 3.25%;
}
.inner_s2 ul li{
    position: relative;
    width: 48.375%;
    background: #fff;
    border: 1px solid rgba(0, 104, 52, 0.15);
    border-radius: .3rem 0 .3rem 0;
    box-shadow: 0 .02rem .15rem 0 rgba(0, 0, 0, 0.0546);
}
.inner_s2 li a{
    position: relative;
    z-index: 2;
    padding: .36rem .45rem .3rem .34rem;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}
.inner_s2 li time{
    display: block;
    text-align: center;
    color: #006834;
    flex-shrink: 0;
    margin-right: .05rem;
    transition: .5s;
}
.inner_s2 li time span{
    display: block;
    font-size: .24rem;
    line-height: 1;
    font-family: 'sourceHanSerifCN-Medium',sans-serif;
}
.inner_s2 li time em{
    display: block;
    font-size: .12rem;
    line-height: 1;
    margin-top: .05rem;
}
.inner_s2 li i{
    display: block;
    height: 1px;
    width: .3rem;
    background: #006834;
    opacity: .3;
    margin-top: .14rem;
    margin-right: .14rem;
    flex-shrink: 0;
    transition: .5s;
}
.inner_s2 li .txt{
    flex: 1;
    overflow: hidden;
}
.inner_s2 li h3{
    font-size: .2rem;
    line-height: .3rem;
    color: #333333;
    font-family: 'SourceHanSansCN-Medium', sans-serif;
    transition: .5s;
}
.inner_s2 li p{
    font-size: .16rem;
    line-height: .28rem;
    color: #666666;
    height: .56rem;
    margin-top: .2rem;
    transition: .5s;
}
.inner_s2 ul li:after{
    position: absolute;
    content: '';
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: url("../images/n-img-4.png") no-repeat 50%/cover;
    border-radius: .3rem 0 .3rem 0;
    box-shadow: 0 .02rem .15rem 0 rgba(0, 104, 52, 0.5508);
    opacity: 0;
    visibility: hidden;
    transition: .5s;
}
.inner_s2 ul li:hover:after{
    opacity: 1;
    visibility: visible;
}
.inner_s2 ul li:hover time{
    color: #fff;
}
.inner_s2 ul li:hover i{
    background: #fff;
}
.inner_s2 ul li:hover h3{
    color: #fff;
    font-family: 'SourceHanSansCN-Bold', sans-serif;
}
.inner_s2 ul li:hover p{
    color: #fff;
}
.inner_s2 {
    margin-top: .48rem;
}

/*inner_s3*/

.inner_s3 .detail{
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: space-between;
}
.inner_s3 .dtl_l{
    width: 70%;
}
.inner_s3 .dtl_tit h1{
    font-size: .28rem;
    line-height: .46rem;
    color: #333333;
    font-family: 'SourceHanSansCN-Bold', sans-serif;
}
.inner_s3 .cont{
    display: flex;
    flex-wrap: wrap;
    margin-top: .2rem;
}
.inner_s3 .cont .li{
    font-size: .16rem;
    line-height: .24rem;
    color: #666666;
    margin-right: .7rem;
}
.inner_s3 .dtl_tit:after{
    position: absolute;
    content: '';
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    opacity: 0.0818;
    background: linear-gradient(90deg, #006834 -2%, rgba(0, 104, 52, 0.16) 100%);
    z-index: -1;
}
.inner_s3 .dtl_tit{
    position: relative;
    z-index: 2;
    padding: .35rem .28rem .47rem .36rem;
}
.inner_s3 .dtl_txt p{
    font-size: .2rem;
    line-height: 1.8;
    color: #333333;
    text-indent: 2em;
}
.inner_s3 .dtl_txt p + p{
    margin-top: .3rem;
}
.inner_s3 .dtl_txt p img{
    display: block;
    width: auto !important;
    height: auto !important;
    max-width: 100%;
    margin: 0 auto;
}
.inner_s3 .dtl_txt{
    margin-top: .35rem;
}
.inner_s3 .dtl_page p{
    font-size: .2rem;
    line-height: .36rem;
    color: #333333;
    transition: .5s;
}
.inner_s3 .dtl_page p + p{
    margin-top: .12rem;
}
.inner_s3 .dtl_page p:hover{
    color: #006834;
}
.inner_s3 .dtl_page{
    margin-top: .6rem;
    padding-top: .6rem;
    border-top: 1px solid rgba(0, 104, 52, 0.63);
}
.inner_s3 .dtl_r{
    width: 26.125%;
    position: relative;
   padding: .26rem 0 .88rem .6rem;
    margin-top: .1rem;
}

.inner_s3 .dtl_r .tit h2{
    display: flex;
    align-items: center;
    font-size: .28rem;
    line-height: .36rem;
    color: #333333;
}
.inner_s3 .dtl_r .tit h2 img{
    display: block;
    width: .24rem;
    margin-right: .1rem;
}
.inner_s3 .dtl_r ul li a{
    display: block;
    padding: .25rem 0 .26rem;
}
.inner_s3 .dtl_r ul li time{
    display: block;
    font-size: .16rem;
    line-height: .24rem;
    color: #006834;
}
.inner_s3 .dtl_r ul li h3{
    font-size: .2rem;
    line-height: .3rem;
    color: #333333;
    height: .6rem;
    margin-top: .12rem;
    transition: .5s;
}
.inner_s3 .dtl_r ul li{
    border-bottom: 1px dashed rgba(151, 151, 151, 0.3);
    transition: .5s;
}
.inner_s3 .dtl_r ul li:hover h3{
    color: #006834;
    font-family: 'SourceHanSansCN-Bold', sans-serif;
}
.inner_s3 .dtl_r ul li:hover{
    border-color: #006834;
}
.inner_s3 .dtl_r ul{
    margin-top: .05rem;
}
.inner_s3 .dtl_r:before{
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    bottom: 0;
    width: 1px;
    background: #979797;
    opacity: .2;
}
.inner_s3{
    margin-top: .47rem;
}

/*inner_s4*/
.inner_s4 .top{
    display: flex;
    align-items: center;
    justify-content: center;
}
.inner_s4 .top .ser_inp{
    width: 5.1rem;
    height: .51rem;
    display: block;
    background: #fff;
    border: 1px solid rgba(151, 151, 151, 0.3);
    padding: 0 .32rem;
    font-size: .2rem;
    color: rgba(102, 102, 102, 0.3);
    font-family: 'SourceHanSansCN-Regular', sans-serif;
}
.inner_s4 .top .ser_inp::placeholder{
    color: rgba(102, 102, 102, 0.3);
}
.inner_s4 .top .ser_btn{
    display: block;
    width: 1.68rem;
    height: .53rem;
    background: #006834;
    font-size: .2rem;
    color: #fff;
    text-align: center;
    margin-left: .29rem;
    cursor: pointer;
}
.inner_s4 .bot ul{
    display: flex;
    flex-wrap: wrap;
    gap: .51rem 4.375%;
    justify-content: space-between;
}
.inner_s4 .bot ul li{
    width: 47.8125%;
    position: relative;
    background: #fff;
    border-radius: .3rem 0 .3rem 0;
    box-shadow: .02rem .04rem .1rem .01rem rgba(0, 0, 0, 0.1478);
    transition: .5s;
}
.inner_s4 .bot ul li a{
    position: relative;
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.inner_s4 .bot ul li .pic{
    width: 2.06rem;
    height: 2.84rem;
    border-radius: .3rem 0 0 0;
}
.inner_s4 .bot ul li .txt{
    width: calc(100% - 2.44rem);
    padding-right: .45rem;
}
.inner_s4 .bot ul li .name{
    display: flex;
    align-items: baseline;
    flex-wrap: wrap;
}
.inner_s4 .bot ul li h2{
    font-size: .26rem;
    line-height: .38rem;
    color: #006834;
    font-family: 'SourceHanSansCN-Bold', sans-serif;
    margin-right: .23rem;
}
.inner_s4 .bot ul li h4{
    font-size: .2rem;
    line-height: .26rem;
    color: #333333;
}
.inner_s4 .bot ul li p{
    font-size: .16rem;
    line-height: .3rem;
    color: #666666;
    -webkit-line-clamp: 4;
    max-height: 1.2rem;
}
.inner_s4 .bot ul li .para:before{
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    bottom: 0;
    width: .02rem;
    background: #006834;
    transition: .5s;
}
.inner_s4 .bot ul li .para{
    position: relative;
    padding-left: .23rem;
    margin-top: .39rem;
}
.inner_s4 .bot ul li:after{
    position: absolute;
    content: '';
    right: 0;
    bottom: 0;
    width: 1.39rem;
    height: 1.39rem;
    background: url("../images/n-img-8.png") no-repeat right bottom/100% 100%;
    transition: .5s;
}
.inner_s4 .bot ul li:hover h2,
.inner_s4 .bot ul li:hover h4,
.inner_s4 .bot ul li:hover p{
    color: #fff;
}
.inner_s4 .bot ul li:hover .para:before{
    background: #E1AE6A;
}
.inner_s4 .bot ul li:hover:after{
    background-image: url("../images/n-img-9.png");
}
.inner_s4 .bot ul li:hover{
    background: #006834;
    box-shadow: .02rem .04rem .23rem .01rem rgba(0, 104, 52, 0.395);
}
.inner_s4 .bot{
    margin-top: .6rem;
}
.inner_s4{
    margin-top: .44rem;
}

/*手机端内页菜单*/

#m_n_nav {
    display: none;
    line-height: 50px;
    position: relative;
    z-index: 9;
    width: 100%;
    background: #006834;
}

#bnt_back {
    position: absolute;
    left: 15px;
    top: 0px;
}

#bnt_back img {
    height: 18px;
    display: inline-block;
    vertical-align: middle;
}

#bnt_back svg {
    fill: rgb(255, 255, 255);
    height: 30px;
    vertical-align: middle;
    width: 26px;
}

#m_n_nav i {
}

#m_n_nav h1 {
    font-size: 14px;
    color: rgb(255, 255, 255);
    text-align: center;
    margin: 0px;
    line-height: 50px;
}

#bnt_sub_nav {
    position: absolute;
    right: 15px;
    top: 0px;
    height: 50px;
    cursor: pointer;
    color: rgb(255, 255, 255);
    font-size: 18px;
    display: flex;
    align-items: center;
}

#bnt_sub_nav svg {
    fill: rgb(255, 255, 255);
    height: 20px;
    vertical-align: middle;
    width: 20px;
}

#bnt_sub_nav img {
    display: block;
    height: 20px;
}

#bnt_sub_nav.on img {
    transform: rotate(-180deg);
}

#sub_nav_content {
    background: rgb(240, 243, 245);
    display: none;
    box-shadow: rgb(153, 153, 153) 0px 0px 5px;
    z-index: 9;
}

#sub_nav_content ul {
    display: none;
}
#sub_nav_content ul li {
    display: block;
    line-height: 28px;

}

#sub_nav_content ul li a {
    display: block;

    height: 30px;
    line-height: 30px;
    font-size: 13px;
    padding-left: 10px;
    color: rgb(83, 84, 85);
}

#sub_nav_content ul li.on a {
    color: #006834;
}

#sub_nav_content dl {
    font-size: 0px;
    overflow: hidden;
    background: rgb(255, 255, 255);
    padding: 10px 0px;
}

#sub_nav_content dt {
    position: relative;
    background: rgb(255, 255, 255);
    z-index: 999;
    width: 100%;
    display: block;
    margin-bottom: 0px;
    /*float: left;*/
    line-height: 30px;
    padding: 0 20px;
}
#sub_nav_content dt i{
    float: right;
    font-family: simsun;
    font-style: normal;
    font-weight: bold;
    font-size: .16rem;
}
#sub_nav_content dt a {

    display: inline-block;
    width: 88%;
    color: rgb(91, 83, 73);
    line-height: 30px;
    font-size: 14px;
    font-weight: 400;
    vertical-align: top;
}

#sub_nav_content dt a i {
    position: absolute;
    right: 15px;
    top: 0px;
    opacity: 0;
    display: none;
}

#sub_nav_content dt a {
}



#sub_nav_content dd {
    display: none;
}

#sub_nav_content dd .box {
    padding: 0px;
}

#sub_nav_content dd a {
    padding: 0px 25px;
    line-height: 30px;
    border-top: 1px solid rgb(231, 231, 231);
    font-size: 12px;
    color: rgb(91, 83, 73);
    display: block;
    height: 30px;
}

#sub_nav_content dd a.on {
    color: #006834;
}
.keywordfontcolor1165712
{
    font-weight: bold !important;
    font-family: 'SourceHanSansCN-Regular','Microsoft Yahei',Arial,sans-serif !important;
    color: #dd4b39 !important;
    font-size: 0.26rem !important;
}
.pb_sys_style3 .p_no_d
{
   border: 1px solid #006834 !important;
    color: #fff;
    background-color: #006834 !important;
}
.inner_video,.img_list {margin-top: .48rem;}
.list_box_n_news{ margin:0 -.16rem; margin-bottom:.32rem; display:flex; flex-wrap:wrap}
.list_box_n_news li{ float:left; width:33.333333%; padding:0 .16rem; margin-bottom: .3rem;}
.list_box_n_news li a{ display:block; overflow:hidden}
.list_box_n_news li a .img .img_hezi{ padding-bottom:67.65% !important}
.list_box_n_news li a .img .time{ width:130px; height:36px; line-height:36px; text-align:center; background:rgba(255,255,255,.9); font-family:Roboto_l; font-size:.14rem; color:#2f343d; position:absolute; top: .3rem; left: .3rem; transition:.5s;}
.list_box_n_news li a .img .time svg{ width:14px; height:14px; fill:#9ba7b9; transition:.5s; vertical-align:middle; margin:-3px .08rem 0 0; }
.list_box_n_news li a .con{background: #ffffff;padding:.36rem .3rem;position: relative;}
.list_box_n_news li a .con h5{font-size:.2rem;color:#303030;line-height:.3rem;height:.6rem;transition:.5s;position: relative;z-index: 99;} 
.list_box_n_news li a .con p{ font-size:.14rem; color:#787878; line-height:24px; height:48px; overflow:hidden; margin:.12rem 0 .34rem}
.list_box_n_news li a .con span{ font-size:13px; color:#343637; text-decoration:underline; transition:.5s}
.list_box_n_news li:hover a .img_zd img{transform: scale(1.15);}
.list_box_n_news li:hover a .img_zd .time{background:#006834;color:#ffffff}
.list_box_n_news li a .con:after{position: absolute;content: '';left: 0;right: 0;top: 0;bottom: 0;background: url("../images/n-img-4.png") no-repeat 50%/cover;box-shadow: 0 .02rem .15rem 0 rgba(0, 104, 52, 0.5508);opacity: 0;visibility: hidden;transition: .5s;z-index: 2;}
.list_box_n_news li:hover a .con:after{opacity: 1;visibility: visible;}
.list_box_n_news li:hover a .con h5{color: #ffffff;}
/*图片放大*/
.slow img {-moz-transition: all 0.9s ease-in-out;-webkit-transition: all 0.9s ease-in-out; -o-transition: all 0.9s ease-in-out; -ms-transition: all 0.9s ease-in-out;transition: all 0.9s ease-in-out;}
.img_list .list_box_n_news li a .con{padding: .1rem .3rem;}
.img_list .list_box_n_news li a .con h5{text-align:center;line-height: .6rem;}




@media (max-width: 1199px){
    .n_banner .img{
    }
    #m_n_nav{
        display: block;
    }

    .n_banner .top{
        display: none;
    }
    .posi{
        margin-left: 0;
    }
    .inner_page{
        padding: .3rem 0 .4rem;
    }
    .pagination{
        padding-top: .3rem;
    }
}
@media (max-width: 1025px){
    .inner_s1 li .pic {
        width: 3.2rem;
        height: 2rem;
    }
    .inner_s1 li .txt {
        width: calc(100% - 3.4rem);
    }
    .inner_s1 li i{
        margin-top: .1rem;
    }
    .inner_s1 li p{
        margin-top: .1rem;
    }
    .inner_s1 li h3{
        margin-top: .05rem;
    }
    .inner_s1 li a,
    .inner_s1 li:hover a{
        padding: .2rem 0;
    }
    .inner_s1 li:after{
        left: -15px;
        right: -15px;
    }
    .inner_s1 li:hover:after{
        border-radius: .15rem 0 .15rem 0;
    }
    .inner_s2 li p{
        margin-top: .05rem;
    }
    .inner_s2 li a{
        padding: .2rem;
    }
    .inner_s2 ul li{
        width: 49%;
        border-radius: .15rem 0;
    }
    .inner_s2 ul{
        gap: .2rem 2%;
    }
    .inner_s2 ul li:after{
        border-radius: .15rem 0 .15rem 0;
    }
    .inner_s2{
        margin-top: .2rem;
    }
    .inner_s3 .dtl_l{
        width: 100%;
    }
    .inner_s3 .dtl_tit h1{
        font-size: .24rem;
        line-height: 1.5;
    }
    .inner_s3 .cont .li{
        margin-right: .2rem;
    }
    .inner_s3 .cont{
        margin-top: .1rem;
    }
    .inner_s3 .dtl_tit{
        padding: .2rem;
    }
    .inner_s3 .dtl_txt p + p{
        margin-top: 1.2em;
    }
    .inner_s3 .dtl_txt{
        margin-top: .2rem;
    }
    .inner_s3 .dtl_page{
        margin-top: .3rem;
        padding-top: .2rem;
    }
    .inner_s3 .dtl_page p + p{
        margin-top: 0;
    }
    .inner_s3 .dtl_r{
        width: 100%;
        margin-top: .4rem;
        padding: 0;
    }
    .inner_s3 .dtl_r ul li a{
        padding: .2rem 0;
    }
    .inner_s3 .dtl_r ul li h3{
        margin-top: .05rem;
        height: auto;
        max-height: .6rem;
    }
    .inner_s3 .dtl_r:before{
        display: none;
    }
    .inner_s3{
        margin-top: .2rem;
    }
    .inner_s4 .bot ul li .pic{
        width: 1.9rem;
        height: 2.5rem;
        border-radius: .2rem 0 0 0;
    }
    .inner_s4 .bot ul li .txt {
        width: calc(100% - 2.2rem);
        padding-right: 0.2rem;
    }
    .inner_s4 .bot ul li h2{
        font-size: .22rem;
        margin-right: .1rem;
        line-height: .3rem;
    }
    .inner_s4 .bot ul li h4{
        font-size: .18rem;
    }
    .inner_s4 .bot ul li .para{
        padding-left: .1rem;
        margin-top: .1rem;
    }
    .inner_s4 .bot ul li:after{
        width: 1rem;
        height: 1rem;
    }
    .inner_s4 .bot ul li{
        width: 49%;
        border-radius: .2rem 0;
    }
    .inner_s4 .bot ul{
        gap: .26rem 2%;
    }
    .inner_s4 .bot{
        margin-top: .3rem;
    }
    .inner_s4 .top .ser_inp{
        padding: 0 .15rem;
    }
    .inner_s4 .top .ser_btn{
        margin-left: .1rem;
    }
    .inner_s4{
        margin-top: .3rem;
    }
    .list_box_n_news li{ width:50%}
}
@media (max-width: 769px){
    .inner_s1 li .pic {
        width: 100%;
        height: auto;
        padding-top: 62.94%;
    }
    .inner_s1 li .txt{
        width: 100%;
        padding-top: .2rem;
    }
    .inner_s2 ul li{
        width: 100%;
    }
    .inner_s4 .bot ul li{
        width: 100%;
    }
    .list_box_n_news li{ width:100%}
	.list_box_n_news li a .con h5{ font-size:.24rem}
}
@media (max-width: 481px){
    .inner_s4 .bot ul li .pic{
        width: 1.6rem;
        height: 2.1rem;
        border-radius: 0.1rem 0 0 0;
    }
    .inner_s4 .bot ul li .txt {
        width: calc(100% - 1.8rem);
        padding-right: 0.2rem;
    }
    .inner_s4 .bot ul li{
        border-radius: .1rem 0;
    }
}

.table-box{ overflow-x: auto;}
#vsb_content table{ border: 0px;border-left:1px solid #ddd; border-top:1px solid #ddd;width:80%; margin:20px auto}
#vsb_content table tr td{ border-left:0px; border-top:0px;line-height: 23px; padding: 5px; border-right-width: 1px; border-bottom-width: 1px; border-right-style: solid; border-bottom-style: solid; border-right-color: #ddd; border-bottom-color: #ddd; }
#vsb_content table tr td p{text-indent:0em; padding:0px; margin:0px; text-align:center; }




/*2025-06-24*/
.inner_s5 ul{
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: space-between;
}
.inner_s5 ul li{
    width: 48.375%;
    position: relative;
    padding: .09rem;
    margin-top: .38rem;
    border: 1px dashed rgba(0, 104, 52, 0.3);
}
.inner_s5 ul li:nth-child(-n+2){
    margin-top: 0;
}
.inner_s5 ul li a{
    position: relative;
    z-index: 2;
    padding: .43rem .25rem .36rem;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: space-between;
}
.inner_s5 ul li time{
    display: block;
    position: relative;
    margin-right: .44rem;
}
.inner_s5 ul li time span{
    display: block;
    font-size: .36rem;
    line-height: 1;
    color: #006834;
    transition: .5s;
}
.inner_s5 ul li time em{
    display: block;
    font-size: .14rem;
    line-height: 1;
    margin-top: .05rem;
    color: #333333;
    transition: .5s;
}
.inner_s5 ul li time:after{
    position: absolute;
    content: '';
    left: .5rem;
    top: .18rem;
    width: .3rem;
    height: 1px;
    background: #006834;
}
.inner_s5 ul li .txt{
    flex: 1;
    overflow: hidden;
}
.inner_s5 ul li h3{
    font-size: .2rem;
    line-height: .3rem;
    color: #333;
    transition: .5s;
}
.inner_s5 ul li h3 span{
    color: #006834;
}
.inner_s5 ul li h4{
    font-size: .16rem;
    line-height: .24rem;
    color: #666666;
    padding-left: .26rem;
    background: no-repeat left center;
    transition: .5s;
}
.inner_s5 ul li h4.h41{
    margin-top: .22rem;
    background-image: url("../images/n-img-10.png");
    background-size: .16rem;
}
.inner_s5 ul li h4.h42{
    margin-top: .12rem;
    background-image: url("../images/n-img-11.png");
    background-size: .16rem;
}
.inner_s5 ul li h4.h43{
    margin-top: .12rem;
    background-image: url("../images/n-img-12.png");
    background-size: .12rem;
}
.inner_s5 ul li:before{
    position: absolute;
    content: '';
    left: .1rem;
    top: .1rem;
    bottom: .1rem;
    right: .1rem;
    background: url("../images/n-img-16.png") no-repeat 50%/cover;
    box-shadow: 0 .02rem .09rem 0 rgba(184, 184, 184, 0.5);
    transition: .5s;
}
.inner_s5 ul li:after{
    position: absolute;
    content: '';
    left: .1rem;
    top: .1rem;
    bottom: .1rem;
    right: .1rem;
    background: url("../images/n-img-17.png") no-repeat 50%/cover;
    box-shadow: 0 .02rem .16rem 0 rgba(0, 104, 52, 0.6293);
    border-radius: .4rem 0 ;
    opacity: 0;
    visibility: hidden;
    transition: .5s;
}
.inner_s5 ul li:hover:after{
    opacity: 1;
    visibility: visible;
}
.inner_s5 ul li:hover time span,
.inner_s5 ul li:hover time em{
    color: #fff;
}
.inner_s5 ul li:hover time:after{
    background: #fff;
}
.inner_s5 ul li:hover h3{
    color: #fff;
    font-family: 'SourceHanSansCN-Bold', sans-serif;
}
.inner_s5 ul li:hover h3 span{
    color: #fff;
}
.inner_s5 ul li:hover h4{
    color: #fff;
}
.inner_s5 ul li:hover h4.h41{
    background-image: url("../images/n-img-13.png");
}
.inner_s5 ul li:hover h4.h42{
    background-image: url("../images/n-img-14.png");
}
.inner_s5 ul li:hover h4.h43{
    background-image: url("../images/n-img-15.png");
}
.inner_s5 ul li:hover:after{
    opacity: 1;
    visibility: visible;
}
.inner_s5 ul li:hover:before{
    opacity: 0;
    visibility: hidden;
}
.inner_s5{
    margin-top: .45rem;
}

/*.inner_s6*/

.inner_s6 .img img{
    display: block;
    width: 2.69rem;
    margin: 0 auto;
}
.inner_s6 .bot li{
    margin-top: .3rem;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
}
.inner_s6 .bot li .con{
    width: 50%;
    padding: 0 0 0 .56rem;
    position: relative;
    transition: .5s;
}
.inner_s6 .bot li .time{
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
}
.inner_s6 .bot li .time time{
    display: block;
    font-size: .36rem;
    line-height: .52rem;
    flex-shrink: 0;
    color: #006834;
    font-family: 'SourceHanSerifCN-Medium',sans-serif;
    margin-right: .12rem;
    transition: .5s;
}
.inner_s6 .bot li .time i{
    flex: 1;
    height: 1px;
    position: relative;
    background: #006834;
}
.inner_s6 .bot li .time i:before{
    position: absolute;
    content: '';
    right: 0;
    top: .09rem;
    width: .32rem;
    height: 1px;
    background: #006834;
}
.inner_s6 .bot li .time i:after{
    position: absolute;
    content: '';
    right: 0;
    top: .19rem;
    width: .23rem;
    height: 1px;
    background: #006834;
}
.inner_s6 .bot li .time span{
    position: absolute;
    right: 0;
    top: -.13rem;
    font-size: .2rem;
    line-height: .3rem;
    color: #006834;
}
.inner_s6 .bot li .time:before{
    position: absolute;
    content: '';
    right: calc(100% + .05rem);
    bottom: 0;
    width: .71rem;
    height: .42rem;
    background: url("../images/n-img-19.png") no-repeat 50%/100% auto;
    transition: .5s;
}
.inner_s6 .bot li p{
    font-size: .2rem;
    line-height: .32rem;
    color: #333333;
    height: .64rem;
    margin-top: .14rem;
    transition: .5s;
}
.inner_s6 .bot li .con:before{
    position: absolute;
    content: '';
    left: 0;
    top: .52rem;
    bottom: -.39rem;
    border-right: 1px dashed #006834;
}
.inner_s6 .bot li:hover .time:before{
    background-image: url("../images/n-img-21.png");
}
.inner_s6 .bot li:hover .time time{
    font-family: 'SourceHanSerifCN-Bold',sans-serif;
}
.inner_s6 .bot li:hover .con{
    transform: translateY(-.1rem);
}
.inner_s6 .bot li:hover p{
    color: #006834;
}
.inner_s6 .bot ul:before{
    position: absolute;
    content: '';
    left: 50%;
    top: 0;
    height: 1.15rem;
    border-right: 1px dashed #006834;
}
.inner_s6 .bot ul{
    position: relative;
    padding-top: .77rem;
}
.inner_s6{
    margin-top: .3rem;
}

.inner_s7 .img img{
    display: block;
    width: auto;
    max-width: 90%;
    margin: 0 auto;
}
.inner_s7 h3{
    font-size: .6rem;
    color: #7E7D7D;
    line-height: .86rem;
    text-align: center;
    margin-top: .74rem;
}
.inner_s7{
    padding: .34rem 0 1.6rem;
}








@media (min-width: 1025px) {
    .inner_s6 .bot li:nth-child(2n){
        justify-content: flex-start;
    }
    .inner_s6 .bot li:nth-child(2n) .con{
        padding: 0 .56rem 0 0;
    }
    .inner_s6 .bot li:nth-child(2n) .time span{
        right: auto;
        left: 0;
    }
    .inner_s6 .bot li:nth-child(2n) .time time{
        margin-right: 0;
        margin-left: .12rem;
    }
    .inner_s6 .bot li:nth-child(2n) .time i:after,
    .inner_s6 .bot li:nth-child(2n) .time i:before{
        right: auto;
        left: 0;
    }
    .inner_s6 .bot li:nth-child(2n) .time:before{
        right: auto;
        left: calc(100% + .05rem);
        background-image: url("../images/n-img-20.png");
    }
    .inner_s6 .bot li:nth-child(2n) .time{
        flex-direction: row-reverse;
    }
    .inner_s6 .bot li:nth-child(2n) p{
        text-align: right;
    }
    .inner_s6 .bot li:nth-child(2n) .con:before{
        left: auto;
        right: 0;
    }
    .inner_s6 .bot li:nth-child(2n):hover .time:before{
        background-image: url("../images/n-img-22.png");
    }

}

@media (max-width: 1025px) {
    .inner_s5 ul li a{
        padding: .2rem;
    }
    .inner_s5 ul li h4.h41{
        margin-top: .1rem;
    }
    .inner_s5 ul li h4.h42,
    .inner_s5 ul li h4.h43{
        margin-top: .05rem;
    }
    .inner_s5 ul li{
        margin-top: 0;
        width: 49%;
    }
    .inner_s5 ul{
        gap: .3rem 2%;
    }
    .inner_s5{
        margin-top: .3rem;
    }
    .inner_s6 .bot li .con{
        width: 100%;
        padding: 0 0 0 .3rem;
    }
    .inner_s6 .bot li .time time{
        font-size: .22rem;
        line-height: .3rem;
        margin-right: .05rem;
    }
    .inner_s6 .bot li .time span{
        font-size: .14rem;
        line-height: .24rem;
    }
    .inner_s6 .bot li .time:before{
        width: .4rem;
        height: .26rem;
        right: 100%;
    }
    .inner_s6 .bot li p{
        font-size: .18rem;
        margin-top: .1rem;
    }
    .inner_s6 .bot li .con:before{
        top: .31rem;
        bottom: -.25rem;
    }
    .inner_s6 .bot li{
        margin-top: .2rem;
    }
    .inner_s6 .img img{
        width: 1.7rem;
        margin: 0;
    }
    .inner_s6 .bot ul{
        padding-top: 0;
    }
    .inner_s6 .bot ul:before{
        display: none;
    }
    .inner_s7 h3{
        font-size: .2rem;
        line-height: .3rem;
        margin-top: .1rem;
    }
    .inner_s7{
        min-height: 50vh;
        padding: 0 0 .4rem;
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
    }
}
@media (max-width: 769px) {
    .inner_s5 ul li{
        width: 100%;
    }
    .inner_s5 ul li:after{
        border-radius: .1rem;
    }
    .inner_s5 ul li time{
        margin-right: .2rem;
    }
    .inner_s5 ul li time:after{
        width: .2rem;
    }
    .inner_s5 ul{
        gap: .2rem 2%;
    }
    .inner_s6 .img img{
        width: 1.2rem;
    }

}