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