.news-item {
    height: 150px;
    padding: 30px 0;
    border-bottom: 1px solid #eeeeee;
}

.news-item .thumb {
    float: left;
    margin-right: 30px;
}

.news-item .news-info {
    width: 780px;
    float: right;
}
.news-item .news-info .news-title{
    height: 50px;
    line-height: 50px;
    font-size: 18px;
    color: #333333;
}
.news-item .news-info .news-title span{
    float: right;
    font-size: 14px;
    color: #999999;
}
.news-item .news-info .news-abstract{
    line-height: 28px;
    font-size: 14px;
    text-indent: 2em;
    color: #666666;
}
