﻿@media(max-width:1023px) {
    .no-display-mobile-tablet {
        display: none !important;
    }

    .home-news .content {
        margin-top: 40px;
    }

    .itemHomeNew a img {
        display: block;
        width: 100%;
        height: 250px;
    }

    .itemHomeNew {
        margin-bottom: 15px;
    }
}

@media(min-width:740px) and (max-width:1023px) {
    .no-display-tablet {
        display: none !important;
    }

    .home-news {
        padding: 60px 0;
    }

        .home-news .list.r {
            padding-left: 0;
        }

        .home-news .list.l {
            padding: 10px;
            margin-bottom: 20px;
        }
}

@media(max-width:739px) {
    .no-display-mobile {
        display: none !important;
    }

    .home-news .heading-top {
        font-size: 25px;
    }

    .home-news {
        padding: 45px 0;
    }

        .home-news .content {
            margin-top: 35px;
        }

        .home-news .list.r .col {
            padding: 0;
        }

    .itemHomeNew a img {
        display: block;
        width: 100%;
        height: 150px;
    }

    .itemHomeNew {
        padding: 10px;
    }

        .itemHomeNew .contain a {
            font-size: 16.17px;
            margin-bottom: 7px;
        }

    span.des-news-home {
        font-size: 14.8px;
    }

    .home-news {
        padding: 30px 0;
    }

        .home-news .list.r {
            padding: 0;
        }

        .home-news .list.l .img {
            height: 250px;
        }

        .home-news .list .item {
            margin-bottom: 20px;
        }
}
