article {
    background: url(../images/news_bg.jpg) no-repeat center bottom /cover;
}

/* 新闻列表 */

.newsli {
    padding: 0.2rem 0;
}

.news li a {
    display: flex;
    justify-content: space-between;
    background: #fff;
    border-radius: 5px;
}

.new-li-img {

    width: 1.8rem;
    height: 1.8rem;
    overflow: hidden;
}

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

.new-li-font {
    flex-grow: 1;
    width: 6.4rem;
    padding: 0 0 0 10px;
}

.new-li-title {
    position: relative;
    padding: 0 70px 0 0;
    font: bold 14px/24px '微软雅黑';
    color: #2f2f2f;

}

.new-li-title p {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.new-li-title span {
    position: absolute;
    right: 0;
    top: 0;
    font: 400 12px/24px '微软雅黑';
    color: #979797;
}

.new-li-p {
    height: 48px;
    overflow: hidden;
    font: 400 14px/24px '微软雅黑';
    color: #505050;
    text-align: justify;
}

@media (min-width:1200px) {
    .news {
        padding: 0;
    }

    .news ul {
        display: flex;
        flex-wrap: wrap;
    }

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

    .news li a {
        display: flex;
    }

    .new-li-img {
        width: 112px;
        height: 112px;
        overflow: hidden;
    }

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

    .new-li-font {
        width: 450px;
        padding: 0 0 0 24px;
        transition: 1s;
    }

    .new-li-title {
        position: relative;
        padding: 0 100px 0 0;
        overflow: hidden;
        font: bold 14px/24px '微软雅黑';
        color: #2f2f2f;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

    .new-li-title span {
        position: absolute;
        right: 0;
        top: 0;
        font: 400 12px/24px '微软雅黑';
        color: #979797;
    }

    .new-li-p {
        font: 400 14px/24px '微软雅黑';
        color: #505050;
        text-align: justify;
    }

    .news li a:hover .new-li-font {
        padding-left: 18px;
        padding-right: 6px;
    }
}

/* 新闻详情 */

.new-er {
    padding: 10px;
    background: rgba(255, 255, 255, 0.8);
}

.new-er-title {
    text-align: center;
}

.new-er-name {
    font: bold 18px/24px '微软雅黑';
    color: #333;
}

.new-er-time {
    font: 400 14px/24px '微软雅黑';
    color: #999;
}

.new-er-content p {
    margin-bottom: 10px;
    font: 400 14px/24px '微软雅黑';
    color: #333;
    text-align: justify;
}

.new-er-content p img {
    width: 100%;
    max-width: 100%;
}

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

    .new-er-title {
        position: relative;
        margin: 0 0 10px;
        padding: 0 0 10px;
        font: 400 30px/36px '微软雅黑';
        color: #202020;
        text-align: left;
        border-bottom: 1px solid #999;
    }

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

    .new-er-content p {
        font: 400 16px/30px '微软雅黑';
    }
}


iframe {
    /* width: 100% !important; */
    height: 300px !important;
}

@media (min-width:1200px) {
    p iframe {
        width: 640px !important;
        height: 480px !important;
    }
}