main ul.news_list li:after {
    background-color: #4b8fe0;
}

main ul.news_list a.img {
    border: 3px solid #4b8fe0;
}

main ul.news_list a.img:hover {
    border-color: #94c4ff;
}

main ul.news_list a:hover {
    color: #94c4ff;
}