.news {
    margin-top: 40px;
}
.news:first-child {
    margin-top: 0;
}

.news__title a {
    color: rgb(0, 39, 78);
    text-decoration: none;
}
.news__title a:hover {
    color: rgb(0,89,170);
}

.news__img {
    width: 113px;
    height: 85px;
    border: #ccc solid 4px;
}

.news_date {
    display: block;
    color: rgb(192, 192, 192);
    margin-top: 15px;
}

.news-pagination {
    margin: 20px 0 0;
}

.news-open__date {
    display: inline-block;
    margin-top: 5px;
    margin-bottom: 20px;
    color: rgb(192, 192, 192);
}
.fb-share-button{
    float: right;
}
.news-open__body {
    text-align: justify;
}

.news-open__img {
    float: left;
    margin: 0 50px 40px 0;
}