article{
    background: url(../images/new_bg.jpg) no-repeat center bottom fixed/cover;
}
/* 新闻列表 */
.news{
    background: none;
}
.news ul{
    padding-top: 20px;
}
.news ul li{
    padding: 20px 0;
}
.news li a{
    display: block;
    position: relative;
}
.news li a i{
    display: none;
}

.new-li-time{
    position: absolute;
    z-index: 10;
    left: 24px;
    top: -24px;
    width: 72px;
    color: #fff;
    text-align: center;
    background: #313131;
}
.new-li-time .years{
    font: 400 14px/24px '微软雅黑';
    border-bottom: 1px solid #8b8b8b;
}
.new-li-time .days{
    font: bold 24px/36px '微软雅黑';
}
.new-li-font{
    position: relative;
    z-index: 2;
    width: 100%;
    height: 100%;
    padding-bottom: 10px;
    background: #fff;
}
.new-li-title{
    padding: 42px 10px 0;
    font: 400 16px/24px '微软雅黑';
    color: #901010;
}
.new-li-p{
    height: 120px;
    overflow: hidden;
    margin: 5px 0 0;
    padding: 0 10px;
    font: 400 14px/30px '微软雅黑';
    color: #666666;
    text-align: justify;
    border-bottom: 1px solid #f1f1f1;
}
.new-li-more{
    display: block;
    width: 120px;
    margin: 10px 0 0 10px;
    font: 400 16px/30px '微软雅黑';
    color: #fff;
    text-align: center;
    background: #313131;
}
@media (min-width:1200px) {
    .news ul{
        display: flex;
        flex-wrap: wrap;
        padding: 0;
    }
    .news ul li{
        width: 33.3%;
        padding: 35px 0;
    }
    .news li a{
        width: 300px;
        height: 360px;
        margin: 0 auto;
    }
    .news li a i{
        display: block;
        position: absolute;
        z-index: 1;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
    }
    .news li a i img{
        width: 100%;
        height: 100%;
    }

    .new-li-time .years{
        font: 400 14px/24px '微软雅黑';
    }
    .new-li-time .days{
        font: bold 42px/48px '微软雅黑';
    }
    .new-li-font{
        padding: 0;
        background: #efefef;
    }
    .new-li-title{
        padding: 70px 20px 0;
        font: 400 20px/30px '微软雅黑';
    }
    .new-li-p{
        height: 180px;
        margin: 10px 0 20px;
        padding: 0 20px;
        font: 400 14px/30px '微软雅黑';
    }
    .new-li-more{
        margin: 20px 0 0 20px;
        font: 400 16px/36px '微软雅黑';
    }
    .news li a:hover .new-li-time{
        background: #e50000;
    }
    .news li a:hover .new-li-font{
        opacity: 0;
    }
}

/* 新闻详情 */

.new-er {
    padding: 10px;
    background: rgba(255, 255, 255, 0.8);
}

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

.new-er-name {
    font: bold 18px/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%;
}

@media (min-width:1200px) {
    .new-er {
        padding: 20px;
    }
    .new-er-title {
        position: relative;
        padding: 0 0 10px;
        font: 400 30px/36px '微软雅黑';
        color: #202020;
        text-align: left;
    }
    .new-er-time {
        color: #202020;
    }
    .new-er-content p {
        font: 400 16px/30px '微软雅黑';
    }
}