/* iPadPro, iPadAir, SurfacePro7 */
@media (max-width:1024px) and (min-width: 821px) {

}

/* iPadMini */
@media (max-width:820px) and (min-width: 641px) {

}

/* iPhone */
@media (max-width: 640px) {
    /* 区块1 */
    .news-section1-container{
        height: 240px;
    }
    .news-section1-container-bg{
        height: 240px;
    }
    .news-section1-container-bg-img{
        height: 240px;
    }
    .news-section1-container-content-wrap{
        height: 240px;
    }
    .news-section1-container-content{
        height: 240px;
    }
    .news-section1-container-sub-title{
        font-size: 16px;
    }
    .news-section1-container-title{
        font-size: 20px;
        padding-top: 10px;
    }

    /* 区块2 */
    .news-section2-container{
        padding: 30px 0;
    }
    .news-section2-container-header-title{
        font-size: 20px;
    }
    .news-section2-news-list{
        padding-top: 20px;
    }
    .news-section2-news-group{
        padding-top: 0;
        padding-bottom: 0;
        flex-direction: column;
        justify-content: flex-start;
        align-items: flex-start;
        border-bottom: #e7e7e7 solid 1px;
    }
    .news-section2-news-group:last-of-type{
        border-bottom: none;
    }
    .news-section2-news{
        width: 100%;
        height: 300px;
        border-radius: 20px;
        margin-bottom: 10px;
    }
    .news-section2-news-bg{
        height: 300px;
        display: flex;
    }
    .news-section2-news-bg-img{
        height: 300px;
    }
    .news-section2-news-content{
        width: calc(100% - 40px);
        height: calc(300px - 60px);
        padding: 30px 20px;
        background-color: rgba(0,0,0,0.5);
        justify-content: space-around;
    }
    .news-section2-news-title{
        font-size: 18px;
        color: #FFFFFF;
    }
    .news-section2-news-description{
        padding-top: 10px;
        font-size: 14px;
        color: #FFFFFF;
    }
    .news-section2-news-date{
        color: #FFFFFF;
        font-size: 14px;
    }
    .news-section2-news-date span{
        font-size: 18px;
        padding-right: 10px;
    }
}