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