.news-item a{
    font-weight: bold;
    text-decoration: none;
}

.news-item .push-news-link a:before{
    content: "\f03e";
    font-family: FontAwesome; color: #dc2f34; font-weight: 700;
    height: 10px; width: 10px; margin-right: 10px;
}
.news-item .push-news-pdf a:before{
    content: "\f0f6";
    font-family: FontAwesome; color: #dc2f34; font-weight: 700;
    height: 10px; width: 10px; margin-right: 10px;
}

.news-item .read-more{
    margin-top: 15px;
}

.news-item{
    margin-bottom: 15px;
}