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


/* 新闻列表 */

.news {}


.news li {
    padding: 0 0 10px 0;
}

.news li a {
    display: block;
    color: #999999;
    background: #fff;
    border-top-left-radius: 20px;
}

.new-li-pic {}

.new-li-pic img {
    width: 100%;
    border-radius: 20px;
    border-top-right-radius: 0;
}

.new-li-title {
    overflow: hidden;
    padding: 10px 0.32rem 0;
    font: 400 16px/30px '微软雅黑';
    color: #000;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.new-li-time {
    padding: 0 0.32rem;
    font: 400 14px/24px '微软雅黑';
}

.new-li-p {
    padding: 0 0.32rem;
    font: 400 14px/24px '微软雅黑';
    text-align: justify;
}

.news li a span {
    display: block;
    padding: 10px 0.32rem;
    font: 400 12px/18px '微软雅黑';
    text-align: right;
    text-decoration: underline;
}


@media (min-width:1200px) {
    article {
        background-size: auto;
    }

    .new-img1 {
        position: absolute;
        left: -180px;
        top: 90px;
    }

    .new-img2 {
        position: absolute;
        right: -200px;
        top: 90px;
    }

    .news ul {
        display: flex;
        flex-wrap: wrap;
        padding: 10px;
    }

    .news li {
        width: 25%;
        padding: 10px;
    }

    .news li a {
        display: block;
        color: #999999;
        background: #fff;
        border-top-left-radius: 20px;
    }

    .new-li-pic {}

    .new-li-pic img {
        width: 100%;
        height: 176px;
        border-radius: 20px;
        border-top-right-radius: 0;
    }

    .new-li-title {
        padding: 10px 25px 0;
        font: 400 16px/30px '微软雅黑';
        color: #000;
    }

    .new-li-time {
        padding: 0 25px;
        font: 400 14px/24px '微软雅黑';
    }

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

    .news li a span {
        display: block;
        padding: 20px 25px;
        font: 400 12px/18px '微软雅黑';
        text-align: right;
        text-decoration: underline;
    }

    .news li a:hover {
        color: #fff;
        background: #c41517;
    }

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


/* 新闻详情 */

.news-er-title {
    padding-top: 10px;
    font: bold 16px/30px "Microsoft YaHei";
    color: #000000;
    text-align: center;
}

.news-er-title2 {
    padding-left: 50%;
}

.news-er-details {
    padding-bottom: 10px;
    font: 400 12px/20px "Microsoft YaHei";
    color: #999;
    text-align: center;
}

.news-er-details span {
    padding: 0 5px;
}

.new-er-content p {
    margin-bottom: 10px;
    font: 40 14px/30px "微软雅黑";
    color: #000;
    text-indent: 2em;
    text-align: justify;
}

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

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

@media (min-width:1200px) {
    .new-er .com-content {
        padding: 30px 30px;
    }
}