.mw-news {
    padding-top: 90px;
    min-height: 1080px;
}
.mw-news__title {
    font-size: 28px;
    color: #202020;
    font-weight: bold;
}
.mw-news__attr {
    font-size: 12px;
    padding: 2.5% 0 5%;
    color: #b2b1b1;
}
.mw-news__attr span {
    display: inline-block;
    margin-right: 5%;
}
.mw-news__content {
    font-size: 14px;
}
.mw-news__content p {
    padding: .6em 0;
    /*text-indent: 2em;*/
    color: #5f5f5f;
    line-height: 1.8;
    text-align: justify;
}
.mw-news__content p a{
    /*text-indent: 2em;*/
    color: #5f5f5f;
    text-decoration:none
}
.mw-news__content p u{
    /*text-indent: 2em;*/
    color: #5f5f5f;
    text-decoration:none
}
.mw-news__content p img {
    max-width: 100%;
    /*    margin-left: -2em;
    */}
.mw-news__content p img + span {
    font-size: .8em;
    color: #a8a8a8;
    line-height: 1.2;
}
.mw-news__share {
    padding: 2% 0 5%;
}
.mw-news__share span,
.mw-news__share a {
    display: inline-block;
    vertical-align: middle;
}
.mw-news__share span {
    font-size: 12px;
    color: #b2b1b1;
}
.mw-news__share a {
    margin-right: 10px;
}
.mw-news__share a img {
    width: 20px;
    height: auto;
}

@media (min-width: 768px) {
    .mw-news {
        padding-top: 15%;
    }
    .mw-news__content {
        font-size: 16px;
    }
}

@media (min-width: 992px) {
    .mw-news__title {
        font-size: 38px;
       
    }
    .mw-news__share span,
    .mw-news__attr {
        font-size: 18px;
    }
    .mw-news__content {
        font-size: 20px;
    }
    .mw-news__share a img {
        width: 24px;
    }
}

@media (min-width: 1440px) {
    .mw-news__title {
        font-size: 48px;
    }
    .mw-news__share span,
    .mw-news__attr {
        font-size: 22px;
    }
    .mw-news__content {
        font-size: 24px;
    }
    .mw-news__share a img {
        width: 32px;
    }
}