@media screen and (max-width: 980px) {
    .page-banner-item-title{
        font-size: .2rem;
        line-height: 1.5;
    }
    .wrap {
        width: 100%;
        background: #ffffff
    }

    .wrap .iw-content {
        width: 100%;
        margin-top: 0;
        padding-bottom: .4rem
    }

    .wrap .iw-content .page-title {
        font-size: 36px;
        font-weight: bold;
        text-align: center;
        color: #252525;
        line-height: 50px
    }

    .wrap .iw-content .iw-order {
        width: 100%;
        margin-top: 0;
        display: flex;
        justify-content: space-between;
        align-items: center
    }

    .wrap .iw-content .iw-order.safeplace {
        width: 100%;
        padding: 0;
        max-width: unset
    }

    .wrap .iw-content .iw-order .search-wrap {
        width: 100%;
        display: flex;
        border-bottom: 1px solid rgba(151, 151, 151, 0.4)
    }

    .wrap .iw-content .iw-order .search-wrap .search-box {
        width: 100%;
        height: 44px;
        margin-right: 0;
        position: relative;
        display: inline-block
    }

    .wrap .iw-content .iw-order .search-wrap .search-box:first-child {
        width: 50%
    }

    .wrap .iw-content .iw-order .search-wrap .search-box select, .wrap .iw-content .iw-order .search-wrap .search-box input {
        border-bottom: none;
        width: 100%;
        height: 100%;
        padding: 11px 20px;
        font-size: .14rem;
        border-top: none;
        border-left: none;
        border-right: none;
        background: transparent;
        appearance: none;
        -webkit-appearance: none;
        -moz-appearance: none
    }

    .wrap .iw-content .iw-order .search-wrap .search-box input::-webkit-input-placeholder {
        color: #252525;
        font-size: .14rem
    }

    .wrap .iw-content .iw-order .search-wrap .search-box input::-moz-placeholder {
        color: #252525;
        font-size: .14rem
    }

    .wrap .iw-content .iw-order .search-wrap .search-box input::-ms-input-placeholder {
        color: #252525;
        font-size: .14rem
    }

    .wrap .iw-content .iw-order .search-wrap .search-box .icon-drop {
        width: 13px;
        height: 8px;
        display: block;
        position: absolute;
        top: 50%;
        right: 20px;
        transform: translateY(-50%)
    }

    .wrap .iw-content .iw-order .search-wrap .search-box .icon-drop img {
        width: 100%;
        height: 100%
    }

    .wrap .iw-content .iw-order .search-wrap .search-box .icon-search {
        width: 16px;
        height: 17px;
        display: block;
        position: absolute;
        top: 50%;
        right: 20px;
        transform: translateY(-50%);
        cursor: pointer
    }

    .wrap .iw-content .iw-order .search-wrap .search-box .icon-search img {
        width: 100%;
        height: 100%
    }

    .wrap .iw-content .iw-order .order-icon {
        display: none;
        width: 72px;
        height: 100%
    }

    .wrap .iw-content .iw-order .order-icon i {
        width: 26px;
        height: 22px;
        margin-right: 20px;
        display: inline-block;
        position: relative;
        cursor: pointer
    }

    .wrap .iw-content .iw-order .order-icon i::before {
        content: "";
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0
    }

    .wrap .iw-content .iw-order .order-icon .layout-card::before {
        content: "";
        background: url("../icon/icon-layout-card.svg") no-repeat center;
        background-size: cover
    }

    .wrap .iw-content .iw-order .order-icon .layout-card.active::before {
        content: "";
        background: url("../icon/icon-layout-card-select.svg") no-repeat center;
        background-size: cover
    }

    .wrap .iw-content .iw-order .order-icon .layout-list {
        margin-right: 0
    }

    .wrap .iw-content .iw-order .order-icon .layout-list::before {
        content: "";
        background: url("../icon/icon-layout-list.svg") no-repeat center;
        background-size: cover
    }

    .wrap .iw-content .iw-order .order-icon .layout-list.active::before {
        content: "";
        background: url("../icon/icon-layout-list-select.svg") no-repeat center;
        background-size: cover
    }

    .wrap .iw-content .iw-build-card {
        width: 100%;
        margin-top: .4rem;
        display: block;
        justify-content: unset;
        align-items: unset;
        flex-wrap: unset
    }

    .wrap .iw-content .iw-build-card.group-news-list {
        margin-top: 0
    }

    .wrap .iw-content .iw-build-card .news-item {
        width: 100%;
        height: auto;
        margin-bottom: .34rem;
        margin-right: 0;
        cursor: pointer;
        display: flex;
        background-color: transparent;
        box-shadow: none;
        border-radius: .06rem;
    }

    .wrap .iw-content .iw-build-card .news-item:nth-child(3n) {
        margin-right: 0
    }

    .wrap .iw-content .iw-build-card .news-item .news-img {
        width: 1.11rem;
        height: .62rem;
        border-radius: .06rem;
        overflow: hidden;
        flex-shrink: 0
    }

    .wrap .iw-content .iw-build-card .news-item .news-img img {
        width: 100%;
        height: 100%;
        object-fit: cover
    }

    .wrap .iw-content .iw-build-card .news-item .content {
        width: 1.84rem;
        margin-top: 0;
        margin-left: .2rem;
        padding: 0 0.05rem;
    }

    .wrap .iw-content .iw-build-card .news-item .content .title {
        width: 100%;
        font-size: .14rem;
        font-weight: bold;
        color: #262424;
        line-height: .20rem;
        height: 0.4rem;
    }

    .wrap .iw-content .iw-build-card .news-item .content .desc {
        display: none
    }

    .wrap .iw-content .iw-build-card .news-item .content .time {
        width: 100%;
        margin-top: .1rem;
        font-size: .1rem;
        line-height: .1rem;
        color: #7A7B7D
    }

    .wrap .iw-content .iw-build-card .news-item.news-list-item {
        width: 100%;
        height: 328px;
        padding: 39px 0;
        margin-right: 0;
        border-bottom: 1px solid #979797;
        display: flex;
        flex-direction: row-reverse;
        justify-content: space-between;
        align-items: center
    }

    .wrap .iw-content .iw-build-card .news-item.news-list-item .news-img {
        width: 26.4%;
        height: 100%;
        border-radius: 20px;
        overflow: hidden
    }

    .wrap .iw-content .iw-build-card .news-item.news-list-item .content {
        width: 64%;
        height: auto;
        margin-top: 0
    }

    .wrap .iw-content .iw-build-card .news-item.news-list-item .content .desc {
        margin-top: 15px
    }

    .wrap .iw-content .iw-build-card .news-item.news-list-item .content .time {
        margin-top: 13px
    }

    .wrap .iw-content .iw-build-card .news-item:hover .title {
        color: #BE282D
    }

    .wrap .iw-content .page-Pagination .spage-number button[data-page="prev"] {
        border: 1px solid #7A7B7D;
        border-radius: 0
    }

    .wrap .iw-content .page-Pagination .spage-number button[data-page="next"] {
        border: 1px solid #7A7B7D;
        border-radius: 0
    }

    .wrap .iw-content .page-Pagination .spage-number button.active {
        color: #7A7B7D;
        border-radius: 50%;
        font-weight: 600;
        background: none
    }
}
