@media  all and (min-width: 320px) and (max-width: 1200px) {
    .discipline-construction-content{
        width: 100%;
    }
    .discipline-news-item-img{
        height: auto !important;
    }
    .discipline-news{
        padding: 0px 18px;
        flex-direction: column;
    }
    .discipline-news-left{
        width: 100%;
    }
    .discipline-news-list{
        flex-direction: column;
    }
    .discipline-news-item{
        width: 100%;
        margin-bottom: 20px;
    }
    .discipline-news{
        height: auto;
    }
    .discipline-news-right{
        width: 100%;
        height: calc(35vh);
        padding-bottom: 0px;
        justify-content: center;
    }
    .notice-list{
        padding: 0px 18px;
    }
    .notice-item{
        width: 100%;
    }
    .media .discipline-news-list{
        padding: 0px  18px;
    }
    .ykyb-item{
        width: 100%;
    }
    .ykyb-list{
        padding: 0px 18px;
    }
}
