/* 新闻列表 */

.news {
    margin: 0;
    padding-bottom: 2rem;
}

.common-title span {
    color: #a60008;
    background-image: url(../images/com_title_w.png);
}

.common-en {
    color: #fff;
}

.bread {
    color: #fff;
}

.bread a {
    color: #fff;
}

.news {
    margin: 10px 0 0;
    background: none;
}


.new-ul li {
    padding: 10px 0;
}

.new-ul ul a {
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: #fff;
}

.new-li-img {
    flex-shrink: 0;
    width: 2.4rem;
    height: 2.4rem;
    overflow: hidden;
    border: 3px solid #fff;
    border-radius: 50%;
}

.new-li-img img {
    width: 100%;
}

.new-li-font {
    flex-grow: 1;
    overflow: hidden;
    padding-left: 0.2rem;
}

.new-li-title {
    font: 400 18px/30px '微软雅黑';
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.new-li-time {
    font: 400 12px/18px '微软雅黑';
}

.new-li-p {
    height: 40px;
    overflow: hidden;
    font: 400 12px/20px '微软雅黑';
}

.new-li-more {
    display: none;
}

.pages {
    padding: 20px 0;
    color: #fff;
    background: none;
    border-top: 1px solid #fff;
}

.pages a {
    color: #fff;
    border-color: #fff;
}

.pages a.page-num {
    color: #a60008;
    background: #fff;
}

@media (min-width: 1200px) {
    .common-title span {
        color: #a60008;
        background-image: url(../images/com_title_w.png);
    }

    .common-en {
        color: #fff;
    }

    .bread {
        color: #fff;
    }

    .bread a {
        color: #fff;
    }

    .common-nav {
        background: rgba(255, 255, 255, 0.8);
    }

    .news {
        margin: 30px 0 0;
        padding-bottom: 100px;
        background: none;
    }

    .new-ul {
        padding: 30px 0 20px;
    }

    .new-ul li {
        padding: 15px 0;
    }

    .new-ul ul a {
        display: flex;
        justify-content: space-between;
        align-items: center;
        color: #fff;
    }

    .new-li-img {
        width: 170px;
        height: 170px;
        overflow: hidden;
        border: 6px solid #fff;
        border-radius: 50%;
    }

    .new-li-img img {
        width: 100%;
    }

    .new-li-font {
        width: 720px;
    }

    .new-li-title {
        font: 400 24px/30px '微软雅黑';
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

    .new-li-time {
        padding: 5px 0;
        font: 400 16px/24px '微软雅黑';
    }

    .new-li-p {
        height: 72px;
        overflow: hidden;
        font: 400 14px/24px '微软雅黑';
    }

    .new-li-more {
        display: block;
        width: 150px;
        text-align: center;
        border-left: 1px solid #fff;
    }

    .new-li-more span {
        display: block;
        padding: 30px 0;
        font: 400 14px/20px '微软雅黑';
    }

    .new-li-more i {
        display: block;
        padding: 0 0 35px;
    }

    .pages {
        padding: 20px 0;
        color: #fff;
        background: none;
        border-top: 1px solid #fff;
    }

    .pages a {
        color: #fff;
        border-color: #fff;
    }

    .pages-right a:hover {
        color: #a60008;
        background: #fff;
        border-color: #fff;
    }
}


/* 新闻详情 */

.new-er {}

.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-p p {
    margin-bottom: 10px;
    font: 400 14px/24px "微软雅黑";
    color: #333;
    text-align: justify;
}

.new-er-p p img {
    width: 100%;
}

@media (min-width: 1200px) {
    .new-er {
        padding: 30px;
    }

    .new-er-title {
        position: relative;
        margin: 20px 0 10px;
        padding: 0 0 10px;
        color: #fff;
        text-align: left;
        border-bottom: 1px solid #333;
    }

    .new-er-name {
        color: #333;
    }

    .new-er-time {
        position: absolute;
        right: 0;
        top: 0;
        color: #333;
    }

    .new-er-p p {
        font: 400 16px/30px "微软雅黑";
        color: #333;
    }

    .new-er-p p img {
        width: 100%;
        padding: 0 4em;
    }
}