/* 主体新闻 */
.renews {
    width: 100%;
    max-width: 1400px;
    margin: 0 auto;
}

.renews .wow {
    background-color: #fff;
}

.renews .wow:hover {
    background-color: #fff;
}

.renews .z3db1fnews_list_wrap {
    width: 100%;
}

.renews .news_list_item_inner {
    display: flex;
    margin: 15px 0;
}

.renews .news_list_img {
    width: 350px;
    height: 200px;
}

.renews .news_list_item_content {
    flex: 1;
}

.renews .news_list_img img {
    max-width: 100%;
    max-height: 100%;
}

.renews .news_list_item_title a {
    font-size: 20px;
    color: #666;
}

.renews .news_list_item_date {
    font-size: 18px;
    color: #888;
}

.renews .news_list_item_content {
    padding-left: 30px;
}

.renews .news_list_item_content {
    overflow: hidden;
}

.renews .news_list_item_content .news_list_item_title {
    width: 100%;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

@media screen and (max-width:768px) {
    .renews .news_list_img {
        width: 150px;
    }
}

@media screen and (max-width:650px) {
    .renews .news_list_item_inner {
        flex-direction: column;
    }

    .renews .news_list_img {
        width: 100%;
        height: 200px;
    }

    .renews .news_list_img img {
        width: 100%;
    }

    .renews .news_list_item_content {
        padding: 0px;
        margin-top: 15px;
    }
}