main ul.news_list li:after {
    background-color: #19678a;
}

main ul.news_list a.img {
    border: 3px solid #19678a;
}

main ul.news_list a.img:hover {
    border-color: #42c3ff;
}

main ul.news_list a:hover {
    color: #42c3ff;
}