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