.news {
    margin: 20px 0 10px;
    padding: 0;
    list-style: none;
}

.news__story {
    position: relative;
    border-top: 1px solid #444;
    padding: 10px 0;
    margin-bottom: 0;
}

.news__title {
    margin: 0;
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-weight: normal;
    font-size: 16px;
    color: #000;
    transition: color 0.3s;
}

/**
 * Hover
 */

.news__body:hover .news__title {
    color: #4BA0A0;
}