main ul.news_list li:after {
    background-color: #9fc933;
}

main ul.news_list a.img {
    border: 3px solid #9fc933;
}

main ul.news_list a.img:hover {
    border-color: #627384;
}

main ul.news_list a:hover {
    color: #627384;
}