/*--------------------------------------------------------------------------------------------------------- 1700 px*/
@media only screen and (max-width: 1700px) {
    .items .item .item-in {
        height: 290px;
    }
}
/*--------------------------------------------------------------------------------------------------------- 1500 px*/
@media only screen and (max-width: 1500px) {
    .main-news .info {
        height: 456px;
    }
    .items .item .item-in {
        height: 280px;
    }
}
/*--------------------------------------------------------------------------------------------------------- 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 .item {
        width: 33.333%;
    }
    .items .item .item-in {
        height: 280px;
    }
}
/*--------------------------------------------------------------------------------------------------------- 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;
    }
    .items .item {
        width: 50%;
    }
    .items .item .item-in {
        height: 325px;
    }
    .items .item h3 {
        font-size: 14px;
    }
    .owl-carousel .owl-item .info {
        right: 15px;
        width: calc(100% - 30px);
        padding: 20px 7px 10px 7px;
    }
    .owl-carousel .owl-item .info .sp3 {
        color: #fff;
        font-size: 12px;
    }
    .owl-carousel .owl-item .info h2 {
        font-size: 14px;
        margin-bottom: 5px;
    }
    .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 {
        width: 100%;
    }
    .items .item .item-in {
        height: auto;
    }
}
/*--------------------------------------------------------------------------------------------------------- 600 px*/
@media only screen and (max-width: 600px) {

}