.row_news {
    padding-bottom: 30px;
    position: relative;
}
.row_news h3{
    color: #4a4a4a;
    font-size: 20px;
    font-family: arial;
    font-weight: bold;
    padding: 0 10px 15px;
    text-align: center;
    position: relative;
    display: inline-block;
    background: #fff;
}
.row_news_title {
    text-align: center;
    position: relative;
}
.row_news_title:before {
    content: '';
    width: 100%;
    height: 1px;
    background: #ededed;
    position: absolute;
    left: 0;
    bottom: 18px;
}
.list_news {
    height: 45px;
    margin-bottom: 5px;
}

.date_news {
    width: 60px;
    height: 45px;
    background: #f2f2f2;
    float: left;
}

.date_news p {
    color: #4a4a4a;
    font-family: arial;
    font-size: 13px;
    text-align: center;
    line-height: 45px;
}

.text_news {
    width: -webkit-calc(100% - 65px);
    width: -moz-calc(100% - 65px);
    width: calc(100% - 65px);
    height: 45px;

    float:right;
    padding-left: 7px;
    background: #fbfbfb;
}

.text_news a {
    color: #666666;
    font-family: arial;
    font-size: 12px;
    text-align: center;
}

.text_news a:hover {
    color: #2e99da;
}

.all_news {
    background: #2e99da;

}

.all_news p {
    text-align: center;
}

.all_news a {
    color: #ffffff;
    font-size: 16px;
    font-family: arial;
    line-height: 35px;
    position: relative;
}

.all_news i{
    color: #fff;
    font-size: 16px;
    margin-right: 5px;
}

.banner_news {
    position: relative;
    padding-bottom: 50px;
}

.banner_news .bx-wrapper img {
    width: 100%;
}
.banner_news .bx-wrapper .bx-viewport {
    margin-left: 0;
}
/*----- END ROW NEWS -----*/

