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