main ul.news_list li:after {
    background-color: #828282;
}

main ul.news_list a.img {
    border: 3px solid #828282;
}

main ul.news_list a.img:hover {
    border-color: #ff0026;
}

main ul.news_list a:hover {
    color: #ff0026;
}