/*
 * --------------------------------------------------
 * 新闻
 * --------------------------------------------------
 */

/* 推荐新闻-列表 */
.commend-news-list {
    padding: 50px 0;
    color: white;
    background: #2b467b;
}

.commend-news-list h1 {
    margin-right: 20px;
    color: white;
    font-size: 50px;
    line-height: 50px;
}

.commend-news-list .list-item {
    background: white;
    margin-right: 20px;
    border-radius: 3px;
    padding: 10px;
}

.commend-news-list .list-item .title {
    color: #181818;
}

.commend-news-list .list-item .remark {
    color: #2b467b;
    margin: 20px 0;
    height: 80px;
    line-height: 20px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    overflow: hidden;
    text-overflow: ellipsis;
}


.stories_pages {
    font-size: 22px;
    margin-top: 50px;
    margin-bottom: 50px;
}