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