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