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