/* 新闻列表 */

.news {}

.common-title {
    color: #fff;
    background-image: url(../images/com_title_bg_w.png);
}

.common-detail {
    color: #fff;
}

.bread {
    color: #fff;
}

.bread a {
    color: #fff;
}

.news ul li {
    padding: 3px 0;
}

.news ul a {
    display: block;
    padding: 6px;
    background: #f3eaa7;
}

.new-li-img img {
    width: 100%;
}

.new-li-font {
    padding: 10px 0 0;
    color: #000;
}

.new-li-title {
    overflow: hidden;
    font: 400 18px/24px "SimSun";
    text-overflow: ellipsis;
    white-space: nowrap;
}

.new-li-p {
    margin: 5px 0;
    font: 400 14px/20px 'SimSun';
}

.new-li-time {
    font: 400 14px/20px 'SimSun';
}

.news ul a:hover {
    background-size: 100% 100%;
}

.news ul a:hover .new-li-title {
    color: #ab1400;
}

@media (min-width: 1200px) {
    .news {
        padding: 35px;
    }

    .news ul li {
        padding: 4px 0;
    }

    .news ul a {
        display: flex;
        padding: 25px 30px;
        background: url(../images/new_li_bg.jpg) no-repeat center 0/100% 0;
        transition: 0.6s;
    }

    .new-li-img {
        width: 200px;
        height: 150px;
        overflow: hidden;
    }

    .new-li-img img {
        width: 100%;
        height: 100%;
    }

    .new-li-font {
        width: 880px;
        padding: 0 0 0 20px;
        color: #000;
    }

    .new-li-title {
        overflow: hidden;
        font: 400 24px/30px "SimSun";
        text-overflow: ellipsis;
        white-space: nowrap;
    }

    .new-li-p {
        height: 60px;
        margin: 15px 0 15px;
        overflow: hidden;
        font: 400 14px/30px 'SimSun';
    }

    .new-li-time {
        font: 400 14px/30px 'SimSun';
    }

    .news ul a:hover {
        background-size: 100% 100%;
    }

    .news ul a:hover .new-li-title {
        color: #ab1400;
    }

}


/* 新闻详情 */

.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 {
    max-width: 100%;
}

.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;
    }
}