main ul.news_list li:after {
    background-color: #01a922;
}

main ul.news_list a.img {
    border: 3px solid #01a922;
}

main ul.news_list a.img:hover {
    border-color: #9e1217;
}

main ul.news_list a:hover {
    color: #9e1217;
}