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