/*--------------------------------------------------------------------------------------------------------- 1500 px*/
@media only screen and (max-width: 1500px) {

}
/*--------------------------------------------------------------------------------------------------------- 1210 px*/
@media only screen and (max-width: 1210px) {

    h3 {
        font-size: 14px;
        line-height: 17px;
    }
    .categorry-main-item .img {
        width: 40%;
    }
    .categorry-main-item .info {
        width: 60%;
    }
    .category-news .featured-news .item .img {
        width: 200px;
    }
    .category-news .featured-news .item .info {
        width: calc(100% - 200px);
    }
}
/*--------------------------------------------------------------------------------------------------------- 990 px*/
@media only screen and (max-width: 990px) {
    h1 {
        font-size: 18px;
        margin-bottom: 15px;
    }
    p {
        font-size: 13px;
    }
    body {
        font-size: 12px;
    }
    .category-news .featured-news {
        width: 100%;
        margin-bottom: 20px;
    }
    .news-tab-col-c, .news-tab-col-l {
        width: 100%;
    }
    .ads {
        float: right;
        width: 50%;
        margin-right: 25%;
    }
    .tab-content {
        height: auto;
    }

}
/*--------------------------------------------------------------------------------------------------------- 781 px*/
@media only screen and (max-width: 781px) {
    .categorry-main-item .img {
        width: 100%;
    }
    .categorry-main-item .info {
        width: 100%;
        padding: 10px 0 0 0;
    }
    .category-news .featured-news .item .img {
        width: 180px;
    }
    .category-news .featured-news .item .info {
        width: calc(100% - 180px);
    }
    .ads {
        width: 100%;
        margin-right: 0;
    }
    .news-info {
        margin-bottom: 20px;
    }
    .main-part {
        margin-bottom: 20px;
    }
    .last_news {
        margin-bottom: 20px;
    }
    .news-box {
        margin-bottom: 20px;
    }
    .other_news {
        margin-bottom: 20px;
    }
    .comments {
        margin-bottom: 20px;
    }
}
/*--------------------------------------------------------------------------------------------------------- 600 px*/
@media only screen and (max-width: 600px) {
    .category-news .featured-news .item .img {
        width: 100%;
    }
    .category-news .featured-news .item .info {
        width: 100%;
    }
}