.lbanner_text {
    display: none;
}

.news_list_div {
    padding: 40px 0;
    border-bottom: 1px solid #EFEFEF;
}

.news_list_div .imgBox {
    padding-bottom: 63.9%;
}

.news_list_t {
    font-family: Roboto-Medium;
    font-weight: 500;
    font-size: 30px;
    color: #111111;
    display: block;
    margin: 30px 0 10px;
}

.news_list_time {
    font-family: Roboto-Regular;
    font-weight: 400;
    font-size: 16px;
    color: #999999;
}

.news_list_desc {
    font-family: Roboto-Regular;
    font-weight: 400;
    font-size: 16px;
    color: #999999;
    margin: 15px 0 30px;
}

.news_list_main .news_list_div:last-child {
    border-bottom: 0;
}

@media only screen and (max-width: 950px) {
    
    .news_list_t{
        font-size: 23px;
    }
}