/* 新闻列表 */

.news {}
.news ul li {
    padding: 2px;
}

.news ul a {
    display: block;
}

.new-li-img {
    position: relative;
    overflow: hidden;
}

.new-li-img img {
    width: 100%;
}

.new-li-time {
    position: absolute;
    z-index: 10;
    left: 0;
    bottom: 0;
    width: 100px;
    font: 400 14px/30px '微软雅黑';
    color: #fff;
    text-align: center;
    background: rgba(0, 0, 0, 0.75);
}

.new-li-font {
    padding: 5px 0;
    border-bottom: 1px solid #aaaaaa;
}

.new-li-title {
    position: relative;
    padding-right: 80px;
}

.new-li-title p {
    overflow: hidden;
    font: 400 18px/30px '微软雅黑';
    color: #132a88;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.new-li-title span {
    position: absolute;
    right: 0;
    top: 0;
    font: 400 14px/30px '微软雅黑';
    color: #132a88;
}

.new-li-p {
    height: 72px;
    margin: 5px 0 0;
    overflow: hidden;
    font: 400 14px/24px '微软雅黑';
    color: #000;
}
@media (min-width: 1200px) {
    .news {}

    .news ul {
        display: flex;
        flex-wrap: wrap;
    }

    .news ul li {
        width: 50%;
        padding: 40px;
    }

    .news ul a {
        display: block;
    }

    .new-li-img {
        position: relative;
        overflow: hidden;
    }

    .new-li-img img {
        width: 100%;
    }

    .new-li-time {
        position: absolute;
        z-index: 10;
        left: 0;
        bottom: 0;
        width: 120px;
        font: 400 14px/42px '微软雅黑';
        color: #fff;
        text-align: center;
        background: rgba(0, 0, 0, 0.75);
    }

    .new-li-font {
        padding: 20px 0;
        border-bottom: 1px solid #aaaaaa;
    }

    .new-li-title {
        position: relative;
        padding-right: 80px;
    }

    .new-li-title p {
        overflow: hidden;
        font: 400 24px/30px '微软雅黑';
        color: #132a88;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

    .new-li-title span {
        position: absolute;
        right: 0;
        top: 0;
        font: 400 14px/30px '微软雅黑';
        color: #132a88;
    }

    .new-li-p {
        height: 72px;
        margin: 10px 0 0;
        overflow: hidden;
        font: 400 16px/24px '微软雅黑';
        color: #000;
    }
    .pages{
        padding: 0 40px;
    }

}


/* 新闻详情 */

.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: 20px 150px 0;
    }

    .new-long{
        padding-left: 150px;
    }

    .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;
    }
}