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