.layui-container{
    background-color: #f6f6f6;
    overflow: hidden;
}
.subBanner .img{
    height: 545px;
}
.subTitle{
    position: absolute;
    top: 240px; 
    left: 50%;
    transform: translate(-50%,0);
}
.subTitle h1,.subTitle p{
    color: #fff;
}
.news_list{
    margin-top: -125px;
   padding: 0 0 50px;
    width: 1318px;
}
.news_list .item{
    display: block;
    height: 390px;
    background-color: #ffffff;
    box-shadow: 0px 8px 21px 0px    
        rgba(0, 0, 0, 0.08);
    border-radius: 6px;
    overflow: hidden;
    padding: 12px;
}
.news_list .item:hover{
    background-color: #009944;
}
.news_list .img{
    width: 100%;
    height: 173px;
    border-radius: 6px;
    overflow: hidden;
    margin-bottom: 5px;
}
.news_list .tit{
    font-family: 'SourceHanSansCN-Regular';
    font-size: 14px;
    line-height: 24px;
    color: #000000;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.news_list .date{
    font-family: 'SourceHanSansCN-Regular';
    font-size: 14px;
    line-height: 24px;
    color: #818181;
}
.news_list .content{
    font-family: 'SourceHanSansCN-Regular';
    font-size: 12px;
    line-height: 22px;
    letter-spacing: 0px;
    color: #707070;
    max-height: 88px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
}
.news_list .item:hover .content,.news_list .item:hover .date,.news_list .item:hover .tit{
    color: #fff;
}
@media only screen and (max-width: 750px){
    .layui-container{
        background-color: #e5e5e5;
        overflow: hidden;
        padding: 1.85rem .3rem .9rem !important;
    }
    .subTitle{
        position: relative;
        top: 0; 
        left: 0;
        transform: translate(-0,0);
        
    }
    .subTitle h1{
        color: #009944;
    }
    .subTitle p{
        color: #000000;
    }
    .news_list{
        margin-top: .45rem;
       padding: 0 0 .4rem;
        width: 100%;
    }
    .news_list .item{
        float: none;
        display: block;
        width:100%;
        height:auto;
        box-shadow: 0rem 0.08rem 0.21rem 0rem 
            rgba(0, 0, 0, 0.08);
        border-radius: 0.06rem;
        padding: .3rem;
        margin-right: 0;
        overflow: hidden;
        margin-bottom: .12rem;
    }
    .news_list .img{
        float: left;
        width: 2.87rem;
        height: 1.73rem;
        border-radius: .06rem;
        margin-bottom: 0;
        margin-right: .15rem;
    }
    .news_list .caption{
        position: relative;
        overflow: hidden;
    }
    .news_list .tit{
        font-size: 0.24rem;
        line-height: 0.36rem;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;
    }
    .news_list .date{
        font-size: 0.24rem;
        line-height: 1.5;
    }
}