
.news {
    margin-top: 40px;
    border-bottom: #e6e6e6 solid 1px;
    padding-bottom: 20px;
}
.news:first-of-type {
    margin-top: 20px;
}
.news:first-child {
    margin-top: 0;
}

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

.personal__link {
    display: block;
    color: rgb(0, 39, 78) !important;
    margin-top: 5px;
}
.names {
    margin-bottom: 5px !important;
}
.new_personal__img {
    width: 270px;
    float: left;
    margin-right: 10px;
}
.no_img {
 padding: 30px;
}
.media-body span {
    margin-bottom: 5px;
}
.personal__info-section>b:first-of-type {
    display: block;
    margin-bottom: 2px;
}
.news_date {
    display: block;
    color: #3a3a3a;
    margin-top: 15px;
}

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

.news-open__date {
    margin-top: 5px;
    margin-bottom: 20px;
}

.news-open__body {
    text-align: justify;
}

.news-open__img {
    float: left;
    margin: 0 50px 40px 0;
}
ul, ol {
    list-style-position: inside;
}