@media  all and (min-width: 320px) and (max-width: 1200px) {
    .common-width{
        width: 100%;
        flex-direction: row;
        justify-content: space-between;
        padding: 22px 18px !important;
    }
    .quick-card{
        width: 48%;
        height: 110px;
        margin-right: 0px;
    }
    .common-container{
        flex-wrap: wrap;
    }
    .xkd-items {
        flex-wrap: wrap;
        height: 650px;
        justify-content: space-between;
    }
    .xkd-item{
        width: calc((100% - 32px) / 3);
        margin-right: 10px;
    }
    .common-title{
        width: 100%;
    }

    .jyzn{
        width: 100%;
        flex-direction: column;
    }
    .jyzn-img{
        width: 100%;
        height: 220px;
    }
    .visit-guide-list{
        padding: 35px 0px 0px 0px;
    }
    .visit-guide-item{
        margin-bottom: 28px;
    }
    .visit-guide-item-title{
        display: inline-block;
        width: 70%;
    }
    .visit-guide-item-title:before{
        display: inline-block;
        margin-right: 0px;
    }
    .common-detail{
        margin-top: 30px;
    }
    .issue-date{
        width: auto;
        font-size: 16px;
    }
    .wlkt-content{
        width: 100%;
        flex-direction: column;
    }
    .wlkt-item{
        width: 100% !important;
        transform:none !important;
    }
    .notice-list{
        width: 100%;
        flex-direction: column;
    }
    .notice-item{
        width: 100%;
    }
    .ykyb-list{
        flex-direction: column;
    }
    .ykyb-item{
        width: 100%;
        padding: 24px 21px 21px 21px;
    }
    .xkd-item:nth-child(6n){
        margin-right: 10px;
    }
    .xkd-item:nth-child(3n){
        margin-right: 0px;
    }
    .banner-image{
        height: 200px;
    }
    .xkd-img{
        height: 100px;
    }
   .xkd-text{
       margin: 0;
       margin-top: 15px;
   }
}

@media  all and (min-width: 540px) and (max-width: 1200px) {
    .quick-card{
        width: 32%;
    }
    .jyzn-img{
        height: auto;
    }
}
