main ul.news_list li:after {
    background-color: #534f4e;
}

main ul.news_list a.img {
    border: 3px solid #534f4e;
}

main ul.news_list a.img:hover {
    border-color: #147d76;
}

main ul.news_list a:hover {
    color: #147d76;
}