main ul.news_list li:after {
    background-color: #50cbc9;
}

main ul.news_list a.img {
    border: 3px solid #50cbc9;
}

main ul.news_list a.img:hover {
    border-color: #2c3959;
}

main ul.news_list a:hover {
    color: #2c3959;
}