@media screen and (min-width:300px) and (max-width:1400px) {
    .header {
        position: absolute;
        z-index: 200;
    }
    .header-panel {
        width: 100%;
        /* height: 100%; */
        overflow: hidden;
        background-color: #fff;
    }
    .logo.dongxiang {
        height: 50px;
        background-size: 40%;
    }
    .nav {
        display: none;
    }
    .search-box {
        display: none;
    }
    .body {
        width: 100%;
        display: flex;
    }
    .body-left {
        width: 100%;
        margin-top: 50px;
    }
    .body-right {
        display: none;
    }
    .slideshow {
        height: 50vw;
    }
    .content {
        width: 100%;
        margin-bottom: 1px;
    }
    .swiper-container {
        width: 100% !important;
        height: 50vw !important;
    }
    .swiper-img {
        width: 100%;
        height: 100%;
    }
    .swiperTitle {
        position: absolute;
        bottom: 10px;
        color: #fff;
        font-size: 16px;
        width: 95%;
        padding: 0 2.5%;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }
    .flashUrl {
        width: 100%;
    }
    .content img {
        border-radius: 3px;
    }
    .title {
        height: auto;
        font-weight: normal;
        /* padding-bottom: 22px; */
        color: #1a1a1a;
        font-size: 16px;
    }
    .time {
        position: absolute;
        bottom: 0px;
        height: 20px;
        overflow: hidden;
        font-size: 12px;
        margin-right: 4px;
        color: #a1a1a1;
        display: flex;
        justify-content: center;
        align-items: flex-end;
    }
    .flash-time {
        height: 20px;
        overflow: hidden;
        font-size: 12px;
        margin-right: 4px;
        color: #a1a1a1;
    }
    .more {
        margin-top: 20px;
    }
}

.headerIframe{
    top: -50px;
}

@media screen and (max-width: 600px) {
    .content img {
        width: 31%;
        height: 22vw;
    }
}

@media screen and (min-width: 600px)and (max-width:1400px) {
    .content img {
        width: 32%;
        height: 23vw;
    }
}