/* 新闻列表 */
.common-ch {
    color: #11527a;
    background-image: url(../images/com_icon_w.png);
}

.common-en {
    color: #004672;
}

.bread {
    color: #000;
}

.bread a {
    color: #000;
}

.news {}

.news ul li {
    padding: 0 5px;
}

.news ul a {
    display: block;
    padding: 5px 0;
    border-bottom: 1px solid #cecece;
}

.new-li-img img {
    width: 100%;
}

.new-li-title {
    overflow: hidden;
    margin: 5px 0;
    font: 400 18px/24px '微软雅黑';
    color: #000;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.new-li-p {
    height: 60px;
    overflow: hidden;
    font: 400 14px/20px '微软雅黑';
    color: #666666;
}

.new-li-time {
    font: 400 16px/24px '微软雅黑';
    color: #666666;
}

@media (min-width: 1200px) {
    .common-nav ul li a {
        color: #11527a;
        background: url(../images/com_nav_lib.png) no-repeat center center;
    }

    .news {
        background: rgba(255, 255, 255, 0.9);
    }

    .news ul {
        padding: 0 0 10px;
    }

    .news ul li {
        padding: 0 20px;
    }

    .news ul a {
        display: flex;
        justify-content: space-between;
        padding: 20px 0;
        border-bottom: 1px solid #cecece;
    }

    .new-li-img {
        width: 200px;
    }

    .new-li-img img {
        width: 100%;
    }

    .new-li-font {
        width: 920px;
    }

    .new-li-title {
        overflow: hidden;
        margin: 5px 0;
        font: 400 24px/30px '微软雅黑';
        color: #000;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

    .new-li-p {
        height: 60px;
        overflow: hidden;
        font: 400 14px/20px '微软雅黑';
        color: #666666;
    }

    .new-li-time {
        font: 400 16px/24px '微软雅黑';
        color: #666666;
    }

    .news ul li:hover {
        background: url(../images/new_li_bg.png) no-repeat center 0;
    }

    .news ul li:hover .new-li-title {
        color: #fff;
    }

    .news ul li:hover .new-li-p {
        color: #fff;
    }

    .news ul li:hover .new-li-time {
        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 {
    max-width: 100%;
}

@media (min-width: 1200px) {
    .new-er {
        padding: 50px 100px;
        background: rgba(255, 255, 255, 0.9);
    }

    .new-er-title {
        position: relative;
        margin: 0 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;
    }
}