/* 新闻列表 */

.news {
    padding: 0;
}

.news-img {
    margin: 0 0 20px;
}

.news-img {
    overflow: hidden;
}

.news-img img {
    width: 150%;
    margin-left: -25%;
}

.news ul li {
    padding: 0 0 20px;
}

.news ul li a {
    display: block;
    padding: 10px;
    color: #000;
    background: #fff;
}

.new-li-title {
    overflow: hidden;
    font: bold 16px/24px "微软雅黑";
    text-overflow: ellipsis;
    white-space: nowrap;
}

.new-li-time {
    font: 400 12px/18px "微软雅黑";
}

.new-li-p {
    margin: 10px 0 0;
    height: 48px;
    overflow: hidden;
    font: 400 14px/24px '微软雅黑';
}

@media (min-width: 1200px) {
    .news {}

    .news-img {
        margin: 0 0 20px;
    }

    .news-img img {
        width: 100%;
        margin: 0;
    }

    .news ul li {
        padding: 0 0 20px;
    }

    .news ul li a {
        display: block;
        padding: 40px;
        color: #000;
        background: #fff;
    }

    .new-li-title {
        overflow: hidden;
        font: bold 18px/30px "微软雅黑";
        text-overflow: ellipsis;
        white-space: nowrap;
    }

    .new-li-time {
        font: 400 12px/18px "微软雅黑";
    }

    .new-li-p {
        height: 48px;
        margin: 0;
        overflow: hidden;
        font: 400 14px/24px '微软雅黑';
    }

    .news ul li a:hover {
        color: #fa8700;
        background: #fff url(../images/new_dou.png) no-repeat right center;
    }
}


/* 新闻详情 */

.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%;
}

@media (min-width: 1200px) {
    .new-er {
        padding: 60px 30px 30px;
    }

    .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-size: 18px;
        color: #000;
    }

    .new-er-time {
        position: absolute;
        right: 0;
        top: 0;
    }

    .new-er-p p {
        font: 400 16px/30px "微软雅黑";
        color: #000;
    }
}