main ul.news_list li:after {
    background-color: #01387b;
}

main ul.news_list a.img {
    border: 3px solid #01387b;
}

main ul.news_list a.img:hover {
    border-color: #b32700;
}

main ul.news_list a:hover {
    color: #b32700;
}