@charset "utf-8";
html,body{
    background:#F7F8FA !important;
}
.news_ban{
    width: 100%;
    height: 500px;
    position: relative;
    z-index: 10;
    background: url(../images/news_ban.png) no-repeat center center;
}
.news_list{
    width: 970px;
    background: #FFFFFF;
    border-radius: 8px;
    padding: 32px;
    margin: 0 auto -112px auto;
    position: relative;
    z-index: 20;
    top: -112px;
    min-height: 200px;
}
.news_list li{
    margin-bottom: 16px;
    padding-bottom: 16px;
    border-bottom: 1px solid #E5E5E5;
}
.news_list .title_pic{
    width: 270px;
    height: 164px;
    border-radius: 4px;
    margin-right: 24px;
}
.news_list .title{
    color: #333;
    margin-bottom: 16px;
}
.news_list .desc{
    color: #595959;
    height: 60px;
    line-height: 20px;
    margin-bottom: 40px;
    position: relative;
    overflow: hidden;
    text-overflow: -o-ellipsis-lastline;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    line-clamp: 3;
    -webkit-box-orient: vertical;
}
.news_list .page {
    margin-top: 40px;
}
.news_list .page a,.news_list .page span {
    display: block;
    height: 32px;
    line-height: 32px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    text-align: center;
    padding: 0 12px;
    border-radius: 6px;
    font-size: 14px;
    transition: all .3s;
    -webkit-transition: all .3s;
    margin: 0 5px;
}
.news_list .page a {
    border: 1px solid #ddd;
    color: #666666;
    background: #fff;
}
.news_list .page span,.news_list .page a:hover {
    color: #fff;
    background: #29D350;
    border-color: #29D350;
}