.main-list {
    display: flex;
    flex-wrap: wrap;
}

.main-title {
    margin-bottom: 0px;
}

.list-items {
    width: 100%;
    color: #888888;
    border-bottom: 1px solid #e5e5e5;
    margin: 0px 10px;
    padding: 30px 0px;
    transition:color 0.5s;
    -webkit-transition:color 0.5s;
    -moz-transition:color 0.5s;
    -ms-transition:color 0.5s;
    -o-transition:color 0.5s;
}

.list-items_new {
    width: 100%;
    color: #888888;
    border-bottom: 1px solid #e5e5e5;
    margin: 0px 10px;
    padding: 10px 0px;
    transition:color 0.5s;
    -webkit-transition:color 0.5s;
    -moz-transition:color 0.5s;
    -ms-transition:color 0.5s;
    -o-transition:color 0.5s;
}

.list-items:hover,
.list-items:focus {
    color: #3a9f1b;
    transition: color 0.3s;
    -webkit-transition: color 0.5s;
    -moz-transition: color 0.5s;
    -ms-transition: color 0.5s;
    -o-transition: color 0.5s;
}

.news-items>div {
    line-height: 1.5;
}

.date {
    color: #3a9f1b;
    text-align: center;
}

.info {}

@media (max-width:767px) {}