main ul.news_list li:after {
    background-color: #101f32;
}

main ul.news_list a.img {
    border: 3px solid #101f32;
}

main ul.news_list a.img:hover {
    border-color: #66a2f0;
}

main ul.news_list a:hover {
    color: #66a2f0;
}