.rec_news_box .rec_news_div:nth-child(1),
.rec_news_box .rec_news_div:nth-child(2),
.rec_news_box .rec_news_div:nth-child(3) {
    margin-top: 0;
}

.list_news_div {
    margin-bottom: 30px;
}

.list_news_left {
    width: 40%;
    flex-shrink: 0;
}

.list_news_left .imgBox {
    display: block;
    padding-bottom: 60%;
}

.list_news_right {
    width: 60%;
    padding-left: 30px;
}

.list_news_div .rec_news_time {
    background: none;
    color: #333;
    padding: 0;
}

.listNews_div_btns {
    display: inline-block;
    font-size: 16px;
    line-height: 34px;
    background: #ececec;
    border: 1px solid #dfdfdf;
    border-radius: 4px;
    padding: 0 10px;
    margin-top: 30px;
}

.list_news_div .rec_news_tit {
    display: block;
    height: auto;
}

.list_news_div .rec_news_desc {
    height: auto;
}

.listNews_div_btns:hover {
    color: #fff;
    background: #2858A4;
}

@media only screen and (max-width: 950px) {
    .list_news_div {
        flex-wrap: wrap;
    }
    .list_news_left{
        width: 100%;
        margin-bottom: 20px;
    }
    .list_news_right{
        padding-left: 0;
        width: 100%;
    }
}