.news-list>li{
    margin: 30px 20px 0;
    padding-bottom: 30px;
    border-bottom: 1px solid #eee;
}
.headline{
    font-size: 20px;
    color: #333;
    margin-bottom: 20px;
}
.newscon{
    margin-bottom: 30px;
    overflow: hidden;
    text-overflow: ellipsis;
    display:-webkit-box;
    -webkit-box-orient:vertical;
    -webkit-line-clamp:2;

}
.newscon,.newsicon{
    color: #666;
    font-size: 16px;
}
.newsicon>span{
    margin-right: 30px;
}
.newsicon{
    text-align: center;
}

/* 新闻详情 */
.details{
    padding: 40px 10px;
}
.newstitle{
    font-size: 40px;
    color: #333;
    margin-bottom: 15px;
    text-align: center;
}
.textCon{
    font-size: 16px;
    color: #666;
    margin-top: 30px;
}


.news-img>img{
    width: 240px;
    height: 145px;
}
.news-wrap{
    width: 1200px;
    margin: 0 auto;
}
.news-img{
    float: left;
    margin-right: 30px;
}
.news-bg>img{
    width: 100%;
    height: auto;
}












