
.news-center__wrapper {
    width: 1180px;
    margin: 0 auto
}

.news-center__wrapper .news-center__inner {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    width: 1180px;
    margin: 0 auto 50px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    position: relative
}

.news-center__wrapper .news-center_content {
    width: 800px;
    font-size: 12px
}

.news-center__wrapper .news-center__aside {
    margin-top: 110px
}