.widget-last-data {

}

.widget-last-data li {
    padding: 5px 0;
}

.widget-last-data .last-info li {
    list-style: none;
    line-height: 30px;
}

.widget-last-data .last-info li:before {
    content: '';
    position: absolute;
    left: 30px;
    display: block;
    width: 30px;
    height: 30px;
    background: url('../img/icon_jobs.png') no-repeat;
    background-size: 30px 30px;
}

.widget-last-data .last-news li {
    list-style: none;
    line-height: 30px;
}
.widget-last-data .last-news li:before {
    content: '';
    position: absolute;
    left: 30px;
    display: block;
    width: 30px;
    height: 30px;
    background: url('../img/icon_news.png') no-repeat;
    background-size: 30px 30px;
}


