main ul.news_list li:after {
    background-color: #ff9c00;
}

main ul.news_list a.img {
    border: 3px solid #ff9c00;
}

main ul.news_list a.img:hover {
    border-color: #335f99;
}

main ul.news_list a:hover {
    color: #335f99;
}