.news_list.content_box .content_wrapper {
    padding: 40px 25px 5px 25px;
}
.news_list .item {
     border-bottom: solid 1px #d6eaf3;
    padding-bottom: 10px;
    margin-bottom: 10px;
    cursor: pointer;
}
.news_list .item:last-child {
    border: none;
    margin: 0;
}
.item:after {
    display: block;
    content: "";
    clear: both;
}
.news_list .item img {
    float: left;
}
.news_list .item .content {
    float: right;
    width: 470px;
}
.news_list .item .content h2 {
    color: #3758a7;
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 0px;
}
.news_list .item .content strong {
    color: #4fb4e6;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 1px;
    display: block;
}
.news_list .item .content p {
    font-size: 16px;
    line-height: 18px;
}