    .main_con .left_essay {
    width: calc(100% - 300px) !important;
}

.main_con .right_recommend {
    display: block;
}

.active-box {
    margin-left: 0px !important;
    left: 50px
    /*	left: calc((100% - 960px)/2 - 60px) !important;*/
}

@media screen and (max-width: 780px) {
    .article.container {
        width: 660px;
    }
    #footer .waper{
        width: 660px !important;
        max-width: 660px !important;
    }
    .sub-header .sub-container,
    .special-header .new-header {
        width: 660px !important;
    }
    .article.container .centerlist {
        width: 100% !important;
    }
    .article.container .right_personalization {
        display: none
    }
    .header-right {
        display: none;
    }
}

@media screen and (min-width: 780px) {
    .article.container {
        width: 660px;
    }
    #footer .waper{
        width: 660px !important;
        max-width: 660px !important;
    }
    .sub-header .sub-container,
    .special-header .new-header {
        width: 660px !important;
    }
    .article.container .centerlist {
        /* width: calc(100% - 140px) !important; */
        width: 100% !important;
    }
    .article.container .right_personalization {
        display: none
    }
    .header-right {
        display: none;
    }
}

@media screen and (min-width: 880px) {
    .article.container .centerlist {
        width: calc(100% - 220px) !important;
    }
    .article.container {
        width: 700px;
    }
    #footer .waper{
        width: 700px !important;
        max-width: 700px !important;
    }
    .article.container .right_personalization {
        display: block;
        width: 200px
    }
    .sub-header .sub-container,
    .special-header .new-header {
        width: 700px !important;
    }
}

@media screen and (min-width: 980px) {
    .article.container {
        width: 800px;
    }
    #footer .waper{
        width: 800px !important;
        max-width: 800px !important;
    }
    .sub-header .sub-container,
    .special-header .new-header {
        width: 800px !important;
    }
    .article.container .centerlist {
        width: calc(100% - 270px) !important;
    }
    .article.container .right_personalization {
        display: block;
        width: 250px
    }
}

@media screen and (min-width: 1080px) {
    .article.container {
        width: 900px;
    }
    #footer .waper{
        width: 900px !important;
        max-width: 900px !important;
    }
    .sub-header .sub-container,
    .special-header .new-header {
        width: 900px !important;
    }
    .article.container .centerlist {
        width: calc(100% - 300px) !important;
    }
    .article.container .right_personalization {
        display: block;
        width: 280px
    }
}

@media screen and (min-width: 1250px) {
    .article.container {
        width: 1070px;
    }
    #footer .waper{
        width: 1070px !important;
        max-width: 1070px !important;
    }
    .sub-header .sub-container,
    .special-header .new-header {
        width: 1070px !important;
    }
    .article.container .centerlist {
        width: calc(100% - 300px) !important;
    }
    .article.container .right_personalization {
        display: block;
        width: 280px
    }
}

@media screen and (min-width: 1400px) {
    .article.container {
        width: 1220px;
    }
    #footer .waper{
        width: 1220px !important;
        max-width: 1220px !important;
    }
    .sub-header .sub-container,
    .special-header .new-header {
        width: 1220px !important;
    }
    .article.container .centerlist {
        width: calc(100% - 300px) !important;
    }
    .article.container .right_personalization {
        display: block;
        width: 280px
    }
}

@media screen and (min-width: 1550px) {
    .article.container {
        width: 1380px;
    }

    #footer .waper {
        width: 1380px !important;
        max-width: 1380px !important;
    }

    .sub-header .sub-container,
    .special-header .new-header {
        width: 1380px !important;
    }

    .article.container .centerlist {
        width: calc(100% - 300px) !important;
    }

    .article.container .right_personalization {
        display: block;
        width: 280px
    }
}