@media screen and (max-width: 1559px)
{
    .article-items
    {
        width: 75%;
    }
    .article_category-right
    {
        width: 25%;
    }
}
@media screen and (max-width: 1229px)
{
    .article_category-right
    {
        display: none;
    }
    .article_list
    {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
            flex-direction: column-reverse;

        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
    }
    .article_page{
    	-webkit-box-orient: vertical;
    	-webkit-box-direction: normal;
    	    -ms-flex-direction: column;
    	        flex-direction: column;
    }
    .article-items,
    .article_category-right
    {
        width: 100%;
    }
    .article_category-right{
    	padding: 40px 0 0;
    }
    .article_category-left{
        width: 100%;
    }
}
@media screen and (max-width: 1023px)
{
    .article_category-item
    {
        width: 50%;
    }
}
@media screen and (max-width: 767px)
{
    .article-item
    {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
    }
    .article-left
    {
        width: 100%;
        padding: 0 0 10px;
    }
}
@media screen and (max-width: 767px)
{
    .article-left
    {
        text-align: center;
    }
}
@media screen and (max-width: 599px)
{
    .article_category-item {
        width: 100%;
    }
}