main ul.news_list li:after {
    background-color: #007bff;
}

main ul.news_list a.img {
    border: 3px solid #007bff;
}

main ul.news_list a.img:hover {
    border-color: #b0bec5;
}

main ul.news_list a:hover {
    color: #b0bec5;
}