.news-list {
    padding: 20px 0;
}
.news-list-item {
    background-color: #FFF;
    border: 1px solid #e3e5e7;
    margin-bottom: 20px;
    padding: 15px 20px;
}

.news-list-item__heading {
    margin-bottom: 15px;
}
.news-list-item__date {
    color: #101010;
    display: inline-block;
    font-size: .875rem;
    font-weight: 700;
    margin-right: 20px;
    min-width: 85px;
}
.news-list-item__title {
    color: #101010;
    display: inline-block;
    font-size: 1rem;
    font-weight: 600;
    text-decoration: none;
}
.news-list-item__title:hover {
    text-decoration: underline;
}
.news-list-item__content {
    margin-left: 105px;
}
.news-list-item__announcement {
    font-size: .875rem;
    line-height: 1.4;
    margin-bottom: 5px;
    text-align: justify;
}
.news-list-empty-row {
    text-transform: uppercase;
    text-align: center;
    color: #CCC;
    font-size: 1rem;
}

.news-item-page__content {
    margin-bottom: 20px;
}
.news-item-page__info {
    margin-bottom: 30px;
    font-size: 14px;
    color: #929292;
}

.news-widget {
    margin: 20px 0;
}
.news-widget__item {
    width: 300px;
}
.news-widget-item__head {
    margin-bottom: 10px;
}
.news-widget-item__date {
    display: inline-block;
    font-size: .875rem;
    color: #666;
}
.news-widget-item__title {
    display: block;
    margin-bottom: 8px;
    max-height: 4rem;
    min-height: 2rem;
    font-size: .875rem;
    line-height: 1rem;
    overflow: hidden;
    text-decoration: underline;
}
.news-widget .news-item-title:hover {
    text-decoration: none;
}
.news-widget-item__image {
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: cover;
    border: 2px solid;
    display: block;
    height: 180px;
    margin-bottom: 8px;
    position: relative;
}
.news-widget-item__announcement {
    font-size: .75rem;
    text-align: justify;
}
.news-widget__page-link {
    margin-top: 10px;
}

@media (max-width: 768px) {
    .news-list-item {
        padding: 10px 15px;
    }
    .news-list-item__heading {
        display: block;
        margin-bottom: 10px;
    }
    .news-list-item__date {
        margin-bottom: 5px;
    }
    .news-list-item__title {
        font-size: .875rem;
    }
    .news-list-item__content {
        margin-left: 0;
    }
}