.wrap {
    width: 100%;
    background: #ffffff;
}

.integrity-world-banner {
    width: 100%;
    height: 560px;
    position: relative;
}

.integrity-world-banner img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.iw-banner-info {
    width: 100%;
    height: auto;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.iw-banner-info .title {
    width: 100%;
    font-size: 48px;
    font-weight: 500;
    color: #282828;
    line-height: 67px;
}

.iw-banner-info .info {
    width: 644px;
    margin-top: 12px;
    font-size: 16px;
    font-weight: 400;
    color: #252525;
    line-height: 28px;
}

.iw-content {
    width: 100%;
    margin-top: 50px;
    padding-bottom: 100px;
}

.iw-content > .page-title {
    font-size: 36px;
    font-weight: bold;
    text-align: center;
    color: #252525;
    line-height: 50px;
}

.iw-content > .iw-order {
    width: 100%;
    margin-top: 35px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.iw-content > .iw-order .search-wrap {
    width: auto;
    margin: 0 auto;
}

.iw-content > .iw-order .search-box {
    width: 339px;
    height: 44px;
    margin-right: 50px;
    position: relative;
    display: inline-block;
}

.iw-content > .iw-order .search-box select,
.iw-content > .iw-order .search-box input {
    width: 100%;
    height: 100%;
    padding: 11px 20px;
    font-size: 16px;
    border-top: none;
    border-left: none;
    border-right: none;
    border-bottom: 1px solid #979797;
    background: transparent;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
}

.iw-content > .iw-order .search-box input::-webkit-input-placeholder {
    color: #252525;
    font-size: 16px;
}

.iw-content > .iw-order .search-box input::-moz-placeholder {
    color: #252525;
    font-size: 16px;
}

.iw-content > .iw-order .search-box input::-ms-input-placeholder {
    color: #252525;
    font-size: 16px;
}

.iw-content > .iw-order .search-box .icon-drop {
    width: 13px;
    height: 8px;
    display: block;
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
}

.iw-content > .iw-order .search-box .icon-drop img {
    width: 100%;
    height: 100%;
}

.iw-content > .iw-order .search-box .icon-search {
    width: 16px;
    height: 17px;
    display: block;
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
    cursor: pointer;
}

.iw-content > .iw-order .search-box .icon-search img {
    width: 100%;
    height: 100%;
}

.iw-content > .iw-order .order-icon {
    width: 72px;
    height: 100%;
}

.iw-content > .iw-order .order-icon i {
    width: 26px;
    height: 22px;
    margin-right: 20px;
    display: inline-block;
    position: relative;
    cursor: pointer;
}

.iw-content > .iw-order .order-icon i::before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.iw-content > .iw-order .order-icon .layout-card::before {
    content: "";
    background: url("../icon/icon-layout-card.svg") no-repeat center;
    background-size: cover;
}

.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;
}

.iw-content > .iw-order .order-icon .layout-list {
    margin-right: 0;
}

.iw-content > .iw-order .order-icon .layout-list::before {
    content: "";
    background: url("../icon/icon-layout-list.svg") no-repeat center;
    background-size: cover;
}

.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;
}

.iw-content > .iw-build-card {
    width: 100%;
    margin-top: 40px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
}

.iw-content > .iw-build-card.group-news-list {
    margin-top: 13px;
}

.iw-content > .iw-build-card .news-item {
    width: 31.4%;
    height: auto;
    margin-bottom: 40px;
    margin-right: 2.8%;
    cursor: pointer;
    background: #F8F8F8;
    border-radius: 20px;
    overflow: hidden;
}

.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;
}

.iw-content > .iw-build-card .news-item:nth-child(3n) {
    margin-right: 0;
}

.iw-content > .iw-build-card .news-item .news-img {
    width: 100%;
    height: 298px;
    overflow: hidden;
}

.iw-content > .iw-build-card .news-list-item .news-img {
    width: 26.4%;
    height: 100%;
    border-radius: 20px;
    overflow: hidden;
}

.iw-content > .iw-build-card .news-item .news-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.iw-content > .iw-build-card .news-item .content {
    width: 100%;
    padding: 20px;
}

.iw-content > .iw-build-card .news-list-item .content {
    width: 64%;
    height: auto;
    margin-top: 0;
}

.iw-content > .iw-build-card .news-item .content .title {
    width: 100%;
    height: 56px;
    font-size: 20px;
    font-weight: bold;
    color: #252525;
    line-height: 28px;
    overflow: hidden;
    display: -webkit-box;
    overflow: hidden;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    line-clamp: 2;
}

.iw-content > .iw-build-card .news-item:hover {
    background: #FFFFFF;
    box-shadow: 0 0 6px rgba(0, 0, 0, 0.1);
}

.iw-content > .iw-build-card .news-item:hover .title {
    color: #BE282D;
}

.iw-content > .iw-build-card .news-item .content .desc {
    width: 100%;
    height: 44px;
    margin-top: 18px;
    font-size: 16px;
    font-weight: 400;
    color: #2A2E2E;
    line-height: 22px;
    overflow: hidden;
    display: -webkit-box;
    text-overflow: ellipsis;
    -moz-box-orient: vertical;
    -webkit-line-clamp: 2;
    line-clamp: 2;
}

.iw-content > .iw-build-card .news-list-item .content .desc {
    margin-top: 15px;
}

.iw-content > .iw-build-card .news-item .content .time {
    width: 100%;
    margin-top: 20px;
    font-size: 16px;
    font-weight: 400;
    color: #2A2E2E;
    line-height: 22px;
}

.iw-content > .iw-build-card .news-list-item .content .time {
    margin-top: 13px;
}
@-moz-document url-prefix() {
    .wrap {
        width: 100%;
        background: #ffffff;
    }

    .integrity-world-banner {
        width: 100%;
        height: 560rem;
        position: relative;
    }

    .integrity-world-banner img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    .iw-banner-info {
        width: 100%;
        height: auto;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
    }

    .iw-banner-info .title {
        width: 100%;
        font-size: 48rem;
        font-weight: 500;
        color: #282828;
        line-height: 67rem;
    }

    .iw-banner-info .info {
        width: 644rem;
        margin-top: 12rem;
        font-size: 16rem;
        font-weight: 400;
        color: #252525;
        line-height: 28rem;
    }

    .iw-content {
        width: 100%;
        margin-top: 50rem;
        padding-bottom: 100rem;
    }

    .iw-content > .page-title {
        font-size: 36rem;
        font-weight: bold;
        text-align: center;
        color: #252525;
        line-height: 50rem;
    }

    .iw-content > .iw-order {
        width: 100%;
        margin-top: 35rem;
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    .iw-content > .iw-order .search-wrap {
        width: auto;
        margin: 0 auto;
    }

    .iw-content > .iw-order .search-box {
        width: 339rem;
        height: 44rem;
        margin-right: 50rem;
        position: relative;
        display: inline-block;
    }

    .iw-content > .iw-order .search-box select,
    .iw-content > .iw-order .search-box input {
        width: 100%;
        height: 100%;
        padding: 11rem 20rem;
        font-size: 16rem;
        border-top: none;
        border-left: none;
        border-right: none;
        border-bottom: 1rem solid #979797;
        background: transparent;
        appearance: none;
        -webkit-appearance: none;
        -moz-appearance: none;
    }

    .iw-content > .iw-order .search-box input::-webkit-input-placeholder {
        color: #252525;
        font-size: 16rem;
    }

    .iw-content > .iw-order .search-box input::-moz-placeholder {
        color: #252525;
        font-size: 16rem;
    }

    .iw-content > .iw-order .search-box input::-ms-input-placeholder {
        color: #252525;
        font-size: 16rem;
    }

    .iw-content > .iw-order .search-box .icon-drop {
        width: 13rem;
        height: 8rem;
        display: block;
        position: absolute;
        top: 50%;
        right: 20rem;
        transform: translateY(-50%);
    }

    .iw-content > .iw-order .search-box .icon-drop img {
        width: 100%;
        height: 100%;
    }

    .iw-content > .iw-order .search-box .icon-search {
        width: 16rem;
        height: 17rem;
        display: block;
        position: absolute;
        top: 50%;
        right: 20rem;
        transform: translateY(-50%);
        cursor: pointer;
    }

    .iw-content > .iw-order .search-box .icon-search img {
        width: 100%;
        height: 100%;
    }

    .iw-content > .iw-order .order-icon {
        width: 72rem;
        height: 100%;
    }

    .iw-content > .iw-order .order-icon i {
        width: 26rem;
        height: 22rem;
        margin-right: 20rem;
        display: inline-block;
        position: relative;
        cursor: pointer;
    }

    .iw-content > .iw-order .order-icon i::before {
        content: "";
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
    }

    .iw-content > .iw-order .order-icon .layout-card::before {
        content: "";
        background: url("../icon/icon-layout-card.svg") no-repeat center;
        background-size: cover;
    }

    .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;
    }

    .iw-content > .iw-order .order-icon .layout-list {
        margin-right: 0;
    }

    .iw-content > .iw-order .order-icon .layout-list::before {
        content: "";
        background: url("../icon/icon-layout-list.svg") no-repeat center;
        background-size: cover;
    }

    .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;
    }

    .iw-content > .iw-build-card {
        width: 100%;
        margin-top: 40rem;
        display: flex;
        justify-content: flex-start;
        align-items: center;
        flex-wrap: wrap;
    }

    .iw-content > .iw-build-card.group-news-list {
        margin-top: 13rem;
    }

    .iw-content > .iw-build-card .news-item {
        width: 31.4%;
        height: auto;
        margin-bottom: 40rem;
        margin-right: 2.8%;
        cursor: pointer;
        background: #F8F8F8;
        border-radius: 20rem;
        overflow: hidden;
    }

    .iw-content > .iw-build-card .news-item.news-list-item {
        width: 100%;
        height: 328rem;
        padding: 39rem 0;
        margin-right: 0;
        border-bottom: 1rem solid #979797;
        display: flex;
        flex-direction: row-reverse;
        justify-content: space-between;
        align-items: center;
    }

    .iw-content > .iw-build-card .news-item:nth-child(3n) {
        margin-right: 0;
    }

    .iw-content > .iw-build-card .news-item .news-img {
        width: 100%;
        height: 298rem;
        overflow: hidden;
    }

    .iw-content > .iw-build-card .news-list-item .news-img {
        width: 26.4%;
        height: 100%;
        border-radius: 20rem;
        overflow: hidden;
    }

    .iw-content > .iw-build-card .news-item .news-img img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    .iw-content > .iw-build-card .news-item .content {
        width: 100%;
        padding: 20rem;
    }

    .iw-content > .iw-build-card .news-list-item .content {
        width: 64%;
        height: auto;
        margin-top: 0;
    }

    .iw-content > .iw-build-card .news-item .content .title {
        width: 100%;
        height: 56rem;
        font-size: 20rem;
        font-weight: bold;
        color: #252525;
        line-height: 28rem;
        overflow: hidden;
        display: -webkit-box;
        overflow: hidden;
        -webkit-box-orient: vertical;
        text-overflow: ellipsis;
        -webkit-line-clamp: 2;
        line-clamp: 2;
    }

    .iw-content > .iw-build-card .news-item:hover {
        background: #FFFFFF;
        box-shadow: 0 0 6rem rgba(0, 0, 0, 0.1);
    }

    .iw-content > .iw-build-card .news-item:hover .title {
        color: #BE282D;
    }

    .iw-content > .iw-build-card .news-item .content .desc {
        width: 100%;
        height: 44rem;
        margin-top: 18rem;
        font-size: 16rem;
        font-weight: 400;
        color: #2A2E2E;
        line-height: 22rem;
        overflow: hidden;
        display: -webkit-box;
        text-overflow: ellipsis;
        -moz-box-orient: vertical;
        -webkit-line-clamp: 2;
        line-clamp: 2;
    }

    .iw-content > .iw-build-card .news-list-item .content .desc {
        margin-top: 15rem;
    }

    .iw-content > .iw-build-card .news-item .content .time {
        width: 100%;
        margin-top: 20rem;
        font-size: 16rem;
        font-weight: 400;
        color: #2A2E2E;
        line-height: 22rem;
    }

    .iw-content > .iw-build-card .news-list-item .content .time {
        margin-top: 13rem;
    }
}