/* banner内容 */
.index .top-banner{
    position: relative;
}
.index .index-banner-content{
    width:100%;
    height:264px;
    position:absolute;
    left:0;
    /* top:316px; */
    top:29.5%
}
.index .banner-down,.index .banner-up{
    width:100%;
    position:absolute;
    left:0;
    top:0;
}
.index .banner-down{
    display:flex;
    height: 264px;
}
.index .banner-down div{
    width:50%;
    height:264px;
}
.index .banner-down div:first-child{
    background:#0CAF13;
}
.index .banner-up .main{
    text-align: left;
    color:#fff;
    display:flex;
}
.index .banner-up .main .cont{
    background:#0CAF13;
    height:264px;
    padding-right:68px;
}
.index .index-banner-spans{
    height:20px;
    margin-top:54px;
}
.index .index-banner-spans span{
    font-family: 'SourceHanSansCN-Light';
    display:inline-block;
    font-size:16px;
    height:20px;
    line-height:20px;
    margin-right:26px;
}
.index .index-banner-h2{
    font-family: 'SourceHanSansCN-Heavy';
    font-size:50px;
    height:90px;
    line-height:90px;
}
.index .index-banner-h3{
    font-family: 'SourceHanSansCN-Heavy';
    font-size:40px;
    height:56px;
    line-height:56px;
}


.index .top-des{
    font-family: 'SourceHanSansCN-Regular';
    width:100%;
    border-top:10px solid #05C30E;
    color:#16BB37;
    font-size:18px;
    line-height:44px;
    padding:48px 0 54px 0;
    text-align: center;
}
/* 图片展示 */
.index .xm-img{
    min-width:1200px;
    background:#F4F6F9;
    padding:128px 0 130px 0;
}
.index .xm-img img{
    max-width:1200px;
}
/* 新闻速递 */
.index .the-news{
    padding:72px 0 108px 0;
}
.index .the-news-cont{
    padding-top:64px;
    display:flex;
}
.index .the-news-cont .nodata{
    width:100%;
    text-align:center
}
.index .list{
    width:270px;
    height:416px;
    margin-left:40px;
}
.index .list .date{
    height:42px;
    line-height:42px;
    color:#BBBEC7;
}
.index .list .date strong{
    font-family: 'AlibabaPuHuiTi-Medium';
    font-size:34px;
    font-weight: normal;
}
.index .list .date span{
    font-family: 'AlibabaPuHuiTi-Regular';
    font-size:18px;
    margin-left:12px;
}
.index .list .img-box{
    width:270px;
    height:152px;
    overflow: hidden;
    margin-top:6px;
}
.index .list .img-box img{
    display:block;
}
.index .list .news-title{
    font-family: 'AlibabaPuHuiTi-Bold';
    font-size:16px;
    line-height:26px;
    height:52px;
    color:#333;
    margin:20px 0 12px 0;
    display: -webkit-box;    
    -webkit-box-orient: vertical;    
    -webkit-line-clamp: 2;    
    overflow: hidden;
}
.index .list .news-des{
    font-family: 'AlibabaPuHuiTi-Regular';
    height:78px;
    font-size:14px;
    line-height:26px;
    color:#818A90;
    margin:0;
    display: -webkit-box;    
    -webkit-box-orient: vertical;    
    -webkit-line-clamp: 3;    
    overflow: hidden;
}
.index .list .detail-btn{
    font-family: 'AlibabaPuHuiTi-Regular';
    margin-top:18px;
    width:124px;
    height:38px;
    line-height:38px;
    background:#0DBA2E;
    font-size:14px;
    color:#fff;
    text-align: center;
    cursor: pointer;
}
.index .list-one{
    width:262px;
    height:416px;
    position: relative;
    cursor: pointer;
}
.index .list-one .img-box{
    width:100%;
    height:100%;
    overflow: hidden;
}
.index .img-box img{
    width:100%;
    height:100%;
    object-fit: cover;
}
.index .list-one .news-title{
    font-family: 'AlibabaPuHuiTi-Bold';
    width:100%;
    padding:16px 22px;
    background:rgba(0,0,0,0.3);
    position:absolute;
    left:0;
    bottom:0;
    /* height:98px; */
}
.index .list-one .news-title p{
    font-size:16px;
    line-height:26px;
    color:#fff;
    display: -webkit-box;    
    -webkit-box-orient: vertical;    
    -webkit-line-clamp: 2;    
    overflow: hidden;
    margin:0;
}