main ul.news_list li:after {
    background-color: #162a42;
}

main ul.news_list a.img {
    border: 3px solid #162a42;
}

main ul.news_list a.img:hover {
    border-color: #68e166;
}

main ul.news_list a:hover {
    color: #68e166;
}