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;
}

.news_list article p {
    margin-bottom: 6px;
}

main .news_list .date {
    margin-left: 0;
}