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