span {
    display: initial;
}
.news-main {
    background-color: #f8f8f8;
    padding: 0 .4rem;
    min-height: calc(100vh - 200px);
}
.newsList-main {
    min-height: 3rem;
    margin-bottom: .6rem;
}

/* 详情页 */
.newsDetail-main {
    padding: 0 .4rem;
    background-color: #f8f8f8;
}
.newsDetail-article .article-title {
    font-size: .34rem;
    line-height: .5rem;
    color: #e1251b;
    padding: .3rem 0 .2rem;
}
.newsDetail-article .article-content {
    border-top: 1px solid #d2d2d2;
}
.newsDetail-article .article-time {
    font-size: .2rem;
    color: #888888;
    padding: .12rem 0 .2rem;
}
.newsDetail-article .article-html {
    font-size: .25rem;
    color: #282828;
    overflow: hidden;
    line-height: 1.8;
    margin-bottom: .4rem;
}
.newsDetail-article .article-html img {
    max-width: 100%;
}
.article-content .article-pager {
    text-align: center;
    padding-bottom: .4rem;
}
.article-content .article-pager > div {
    display: inline-block;
    vertical-align: top;
}
.article-content .article-pager a {
    float: left;
    margin-left: .06rem;
    width: .9rem;
    line-height: .32rem;
    border: 1px solid #e1251b;
    background-color: #e1251b;
    color: #fff;
    font-size: .18rem;
    border-radius: .32rem 0 0 .32rem;
    text-align: center;
}
.article-content .article-pager a.disabled {
    border-color: #7d7d7d;
    background-color: #fff;
    color: #333;
}
.article-content .article-pager a:last-child {
    border-radius: 0 .32rem .32rem 0;
}