/* 分页控件样式 */
.paging {
    text-align: center;
    margin-top: 30px;
}

.pagination .active a {
    background-color: #005197;
    border-color: #005197;
}

/* 左侧搜索框 */
.left-search-box {
    margin-top: 20px;
}

/* 右侧内容区 */
.model-details {
    background: #fff;
    padding: 20px 28px;
    border-radius: 4px;
}

/* 每条文章 */
.news-item {
    padding: 18px 0 22px;
    border-bottom: 1px solid #eeeeee;
}

.news-item:last-child {
    border-bottom: none;
}

/* 标题 */
.news-title {
    display: block;
    color: #333;
    font-size: 26px;
    font-weight: 700;
    line-height: 1.5;
    text-decoration: none;
    word-break: break-word;
}

.news-title:hover,
.news-title:focus {
    text-decoration: none;
    color: #d30a1c;
}

/* 日期 + 搜索词 */
.news-meta {
    margin-top: 8px;
    margin-bottom: 10px;
    font-size: 14px;
    color: #777;
}

.news-date {
    margin-right: 14px;
}

.news-keyword {
    color: #d30a1c;
}

/* 摘要 */
.news-summary {
    margin: 0;
    font-size: 15px;
    line-height: 1.9;
    color: #555;
    text-align: justify;
    word-break: break-word;
}

/* 新闻详情页原样保留 */
.model-details-product-title {
    padding: 15px 0px;
    font-size: 18px;
    border-bottom: 1px #005197 solid;
    color: #005197;
    margin-bottom: 10px;
    margin-top: 10px;
    text-align: center;
}

.model-foot {
    padding: 5px 0px;
    font-size: 14px;
    color: #545353;
    margin-top: 10px;
    text-align: center;
}

.news-search-model span {
    float: none;
}

.highlighted {
    color: red;
}