.news-left {
    height: 15rem;
    text-align: center;
    color: #fff;
    font-size: 1.25rem;
    background-color: #000;
}

.news-left .title {
    font-size: 2.5rem;
    font-weight: bold;
    display: inline-block;
    border-bottom: 1px solid #fff;
    padding-top: 4.25rem;
    margin-bottom: 10px;
}

.news-list {
    /*max-height: 14.5rem;*/
}

.news-list .news-list-item {
    display: block;
    color: #000;
    text-decoration: none;
    border-top: 1px solid #000;
    padding: .88rem 1.25rem;
    font-size: 1rem;
}

.news-list .news-list-item:hover {
    cursor: default;
    color: rgba(0, 0, 0, .5);
}

.news-list .news-list-item:last-child {
    border-bottom: 1px solid #000;
}

.news-list .news-list-item span:nth-child(2) {
    font-size: 1.13rem;
    margin: 0 .31rem 0 1.5rem;
}

@media (min-width: 992px) {
    .news-list {
        overflow-y: auto;
    }
}