main ul.news_list li:after {
    display: none;
    background-color: #333e48;
}

main ul.news_list a.img {
    border: 3px solid #333e48;
}

main ul.news_list a.img:hover {
    border-color: #d60200;
}

main ul.news_list a:hover {
    color: #d60200;
}