.news_list li span.entry-new{
    float: left;
    margin-top: 4px;
    color: #fff;
}

.entry-new {
    display: inline-block;
    padding: 3px 7px;
    font-weight: 700;
    font-size: 10px;
    background-color: #e28484;
    border-radius: 5px;
    transition: background-color .2s;
    line-height: 1;
}