.news_list_img {
    width: 48%;
    float: left;
}

.news_list_text {
    width: 48%;
    float: right;
}

span.news-date-time {
    display: block;
    color: #0d4f9f;
}

.news_list_text a {
    display: block;
    color: black;
    font-size: 16px;
    margin-top: 10px;
}
.news_list_text a:hover {
    color: #0d4f9f;
}
.news_list{
	margin-bottom:60px;
}
img.preview_picture {
    border-radius: 6px;
}
.news_list_text .btn_blue-bordered:hover {
    color: #fff;
}