/*--------------------------------------------------------------------------------------------------------- 1500 px*/
@media only screen and (max-width: 1500px) {
    .main-news .info {
        height: 456px;
    }
}
/*--------------------------------------------------------------------------------------------------------- 1210 px*/
@media only screen and (max-width: 1210px) {
    .main-news .info {
        height: 372px;
        padding: 60px 40px 0 40px;
    }
    h3 {
        font-size: 14px;
        line-height: 17px;
    }
    .items .in {
        width: 100%;
    }
    .banners {
        width: 100%;
        padding: 0;
    }
    .banners a {
        width: 50%;
        padding: 5px;
    }
}
/*--------------------------------------------------------------------------------------------------------- 990 px*/
@media only screen and (max-width: 990px) {
    .main-news .img {
        width: 50%;
    }
    .main-news .info {
        width: calc(50% - 5px);
        height: 237px;
        padding: 20px 10px 0 10px;
    }
    .main-news h2 {
        margin-bottom: 15px;
    }
    h2 {
        font-size: 17px;
        margin-bottom: 15px;
    }
    p {
        font-size: 13px;
    }
    body {
        font-size: 12px;
    }
    .tab-content {
        height: auto;
    }

}
/*--------------------------------------------------------------------------------------------------------- 781 px*/
@media only screen and (max-width: 781px) {
    .main-news .img {
        width: 100%;
    }
    .main-news .info {
        width: 100%;
        height: auto;
        padding: 20px 10px 0 10px;
    }
    .items .item .img {
        width: 150px;
    }
    .items .item .info {
        float: right;
        width: calc(100% - 165px);
        padding-top: 10px;
        position: relative;
        height: 100px;
    }
    .items .item p {
        display: none;
    }
    .banners {
        width: 100%;
        padding: 0;
    }
    .banners a {
        width: 100%;
        padding: 7.5px;
        margin-bottom: 5px;
    }
}
/*--------------------------------------------------------------------------------------------------------- 600 px*/
@media only screen and (max-width: 600px) {
    .items .item .img {
        width: 127px;
    }
    .items .item .info {
        height: auto;
        min-height: 100px;
        width: calc(100% - 142px);
    }
    .items .item h3 {
        font-size: 14px;
    }
}