span {
    display: initial;
}
.news-main {
    background-color: #f8f8f8;
}
.news-main .itemwrap {
    padding: 110px 0 190px;
}
.newsList-main {
    min-height: 500px;
    margin-bottom: 110px;
}
.newsList-item {
    padding: 50px 0;
}
.newsList-item .newsList-item-inner:hover .item-title,
.newsList-item .newsList-item-inner:hover .item-title a {
    color: #e1251b;
}
.newsList-item .left {
    float: left;
    width: 470px;
    position: relative;
}
.newsList-item .item-date {
    position: absolute;
    left: 0;
    top: 0;
}
.newsList-item .item-date .date-day {
    font-size: 60px;
    color: #0b0b0b;
    line-height: 1;
    margin-bottom: 5px;
}
.newsList-item .item-date .date-year-month {
    font-size: 20px;
    color: #0b0b0b;
    line-height: 1;
}
.newsList-item:hover .item-date .date-day,
.newsList-item:hover .item-date .date-year-month {
    color: #e1251b;
}
.newsList-item .item-cover {
    width: 237px;
    height: 164px;
    float: right;
}
.newsList-item .item-cover img {
    width: 100%;
    height: 100%;
    display: block;
}
.newsList-item .right {
    padding-left: 500px;
}
.newsList-item .item-title a,
.newsList-item .item-title {
    font-size: 24px;
    line-height: 34px;
    height: 70px;
    color: #e1251b;
    font-weight: bold;
}
.newsList-item .item-desc {
    font-size: 16px;
    line-height: 32px;
    color: #888484;
    margin-top: 10px;
}
.news-main .last,
.news-main .next {
    border: 1px solid #f8f8f8;
    background-color: #f8f8f8;
}

/* 详情页 */
.newsDetail-main {
    background-color: #f8f8f8;
}
.newsDetail-main .itemwrap {
    padding: 100px 0 65px;
}
.newsDetail-main .left {
    float: left;
    width: 850px;
    /* min-height: 300px; */
    padding-right: 25px;
    border-right: 1px solid #d2d2d2;
}
.newsDetail-main .right {
    float: right;
    width: 350px;
    padding-left: 25px;
}
.newsDetail-article .article-title {
    font-size: 24px;
    color: #e1251b;
    padding-bottom: 20px;
}
.newsDetail-article .article-content {
    border-top: 1px solid #d2d2d2;
}
.newsDetail-article .article-time {
    font-size: 14px;
    color: #b2afaf;
    padding: 12px 0;
}
.newsDetail-article .article-html {
    font-size: 16px;
    color: #000;
    overflow: hidden;
    line-height: 1.8;
    margin-bottom: 30px;
}
.newsDetail-article .article-html img {
    max-width: 100%;
}
.article-content .article-pager>div {
    float: right;
    margin-right: 190px;
}
.article-content .article-pager a {
    float: left;
    margin-left: 6px;
    width: 56px;
    line-height: 18px;
    border: 1px solid #e1251b;
    background-color: #e1251b;
    color: #fff;
    font-size: 12px;
    border-radius: 18px 0 0 18px;
    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 18px 18px 0;
}
.newsDetail-main .right h1 {
    font-size: 24px;
    padding-bottom: 20px;
    border-bottom: 1px solid #d2d2d2;
}
.article-hotlist {
    list-style: none;
}
.article-hotlist li {
    padding: 20px 0;
    border-bottom: 1px solid #d2d2d2;
}
.article-hotlist li>.img {
    float: left;
    width: 112px;
    height: 78px;
    overflow: hidden;
}
.article-hotlist li>.img>img {
    width: 100%;
    height: 100%;
}
.article-hotlist li>h2 {
    padding-left: 10px;
    height: 50px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    box-orient: vertical;
}
.article-hotlist li>h2 a{
    font-size: 14px;
    line-height: 20px;
    color: #0e0e0e;
}
.article-hotlist li>h2 a:hover {
    color: #e1251b;
}
.article-hotlist li>label {
    float: right;
    margin-top: 8px;
    line-height: 16px;
    font-size: 12px;
    color: #b2afaf;
}
.article-hotlist li>label>i {
    display: block;
    float: left;
    margin: 5px 6px 0 0;
    width: 6px;
    height: 6px;
    background-color: #d2d2d2;
}