main ul.news_list li:after {
    background-color: #00194a;
}

main ul.news_list a.img {
    border: 3px solid #00194a;
}

main ul.news_list a.img:hover {
    border-color: #6b9cff;
}

main ul.news_list a:hover {
    color: #6b9cff;
}