article {
    background: url(../images/news_bg.jpg) no-repeat center bottom /cover;
}

/* 新闻列表 */

.news li {
    padding: 4px 0;
}

.news li a {
    display: block;
    padding: 0;
    color: #000;
    background: rgba(255, 255, 255, 0.6);
}

.new-li-img {
    width: 100%;
}

.new-li-img img {
    width: 100%;
}

.new-li-font {
    padding: 10px;
}

.new-li-title {
    overflow: hidden;
    font: 400 18px/24px '微软雅黑';
    text-overflow: ellipsis;
    white-space: nowrap;
}

.new-li-p {
    height: 48px;
    overflow: hidden;
    font: 400 14px/24px '微软雅黑';
}

.new-li-more {
    padding: 0 30px;
    font: 400 12px/48px '微软雅黑';
    color: #000;
    background: #fff url(../images/new_li_more.jpg) no-repeat center bottom /100% 2px;
    border-top: 1px solid #eee;
}

.new-li-more span {
    display: block;
    background: url(../images/arrow_b.png) no-repeat center right;
}


.new-li-time {
    display: none;
}

@media (min-width:1200px) {
    .news {
        padding: 50px 60px 0;
    }

    .news ul {
        display: flex;
        flex-wrap: wrap;
    }

    .news li {
        width: 33.3%;
        padding: 15px;
    }

    .news li a {
        display: block;
    }

    .new-li-img {
        border-top: 10px solid #878889;
    }

    .new-li-font {
        position: relative;
        padding: 36px 18px 36px 84px;
        background: #dedfdf;
    }

    .new-li-time {
        display: block;
        position: absolute;
        left: 12px;
        top: 30px;
    }

    .new-li-day {
        font: bold 40px/48px '微软雅黑';
        color: #000;
    }

    .new-li-year {
        font: 400 14px/18px '微软雅黑';
        color: #666666;
    }

    .new-li-title {
        overflow: hidden;
        margin: 0 0 15px;
        font: 400 24px/30px '微软雅黑';
        color: #000000;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

    .new-li-p {
        height: 90px;
        font: 400 16px/30px '微软雅黑';
        color: #000;
    }

    .new-li-more {
        padding: 0 30px;
        font: 400 12px/48px '微软雅黑';
        color: #000;
        background: url(../images/new_li_more.jpg) no-repeat center bottom /100% 2px;
    }

    .new-li-more span {
        display: block;
        background: url(../images/arrow_b.png) no-repeat center right;
    }

    .news li a:hover .new-li-img {
        border-color: #e0750b;
    }

    .news li a:hover .new-li-day {
        color: #e0750b;
    }

    .news li a:hover .new-li-year {
        color: #e0750b;
    }

    .news li a:hover .new-li-title {
        color: #e0750b;
    }

    .news li a:hover .new-li-more {
        background: #e0750b;
    }

    .news li a:hover span {
        color: #fff;
        background-image: url(../images/arrow_w.png);
    }

}

/* 新闻详情 */

.new-er {
    padding: 10px;
}

.new-er-title {
    text-align: center;
}

.new-er-name {
    font: bold 16px/24px '微软雅黑';
    color: #333;
}

.new-er-time {
    font: 400 14px/24px '微软雅黑';
    color: #999;
}

.new-er-content p {
    margin-bottom: 10px;
    font: 400 14px/24px '微软雅黑';
    color: #333;
    text-align: justify;
}

.new-er-content p img {
    width: 100%;
    max-width: 100%;
}

@media (min-width:1200px) {
    .new-er {
        padding: 50px 60px 50px;
    }

    .new-er-title {
        position: relative;
        margin: 0 0 10px;
        padding: 0 0 10px;
        color: #202020;
        text-align: left;
        border-bottom: 1px solid #999;
    }

    .new-er-time {
        position: absolute;
        right: 0;
        top: 0;
        color: #202020;
    }

    .new-er-content p {
        font: 400 16px/30px '微软雅黑';
    }
}