/* 新闻列表 */
.common-top {
    color: #000;
}

.common-en {
    color: #000;
}

.common-title {
    background-image: url(../images/new_title_icon.png);
}

.bread {
    color: #000;
}

.bread a {
    color: #000;
}

.news {}

.news ul {}

.news ul li {
    padding: 0 0 5px 0;

}

.news ul li a {
    display: block;
}

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

.new-li-time {
    padding: 10px 0 5px;
    font: 400 14px/20px "微软雅黑";
    color: #999999;
}

.new-li-title {
    font: 400 16px/24px '微软雅黑';
    color: #a8000f;
}

.new-li-p {
    margin: 5px 0 0;
    font: 400 14px/20px '微软雅黑';
    color: #000;
    text-align: justify;
}

.new-li-more {
    width: 94px;
    margin: 10px 0 0;
    padding: 0 0 0 30px;
    font: 400 14px/24px '微软雅黑';
    color: #fff;
    background: #000 url(../images/new_more_line.png) no-repeat 5px center;
}

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

    .bread {
        color: #fff;
    }

    .bread a {
        color: #fff;
    }

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

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

    .news ul li a {
        display: block;
        transition: 0.6s;
    }

    .new-li-time {
        padding: 20px 0 10px;
        font: 400 14px/20px "微软雅黑";
    }

    .new-li-title {
        font: 400 24px/30px '微软雅黑';
    }

    .new-li-p {
        margin: 10px 0 0;
        height: 60px;
        overflow: hidden;
    }

    .new-li-more {
        margin: 20px 0 0;
    }

    .news ul li a:hover {
        transform: translate3d(-3px, -6px, 0);
    }

    .news ul li a:hover .new-li-more {
        background-color: #a8000f;
    }
}


/* 新闻详情 */

.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 {
    max-width: 600px;
}

.go {
    display: flex;
    margin: 20px 0 0;
}

.go img {
    height: 30px;
}

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

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

    .new-er-name {
        font: 400 24px/24px "微软雅黑";
        color: #000;
    }

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

    .new-er-p p {
        font: 400 16px/30px "微软雅黑";
        color: #000;
    }

    .go {
        margin: 50px 0 0;
        cursor: pointer;
    }

    .go img {
        height: auto;
    }
}