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