.news{
    width: 100%;
    max-width: 800px;
    margin: 25px auto;
}
.news__list{
    display: flex;
    padding: 0 7px;
}

.news__item{

}
.news__item--date{
    margin-right: 20px;
    min-width: 85px;
}

.news__pagination{
    margin-top: 25px;
    display: flex;
    justify-content: center;
    align-self: center;
}
.news__page{
    margin: 0 10px;
    background-color: #544EBD;
    border-radius: 3px;
    padding: 5px 25px;
    line-height: 1.5;
}

.news__page > a:link,.news__page > a:visited{
    text-decoration: none;
    display: block;
    color: #ffffff;
}