body {
    background-color: transparent;
}
.marginTop56 {
    margin-top: 56px;
}
.activte-filter {
    color: #007993;
}
.new-hot-content {
    display: flex;
    gap: 16px;
    flex-wrap: wrap;
}
.new-hot-item {
    width: 592px;
    height: 140px;
    background: #FFFFFF;
    border-radius: 2px 2px 2px 2px;
    padding: 14px;
    display: flex;
    gap: 16px;
}
.new-hot-image {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}

.new-hot-bg {
    width: 100%;
    height: 100%;
    position: absolute;
    background: linear-gradient( 180deg, rgba(0,0,40,0) 0%, #000028 100%);
    border-radius: 4px 4px 4px 4px;
    z-index: 5;
}
.new-hot-icon {
    position: absolute;
    width: 26px;
    z-index: 10;
}
.new-hot-img {
    max-width: 182px;
}
.new-hot-item-title {
    font-weight: bold;
    font-size: 16px;
}

.moreLineOne {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1; /* 控制显示行数 */
    overflow: hidden;
    text-overflow: ellipsis;
    width: 100%; /* 需要设置宽度 */
}

.moreLineTwo {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2; /* 控制显示行数 */
    overflow: hidden;
    text-overflow: ellipsis;
    width: 100%; /* 需要设置宽度 */
    word-wrap: break-word; /* 允许长单词/URL换行 */
    word-break: break-all; /* 强制换行（兼容更多场景） */
    white-space: normal; /* 恢复默认换行行为（避免被覆盖） */
}

.new-hot-item-operate {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 14px 0;
}

.new-hot-flex {
    display: flex;
    gap: 15px;
    align-items: center;
}

.new-hot-type {
    width: 38px;
    height: 19px;
    background: rgba(0,121,147,0.2);
    border-radius: 4px 4px 4px 4px;
    font-weight: normal;
    font-size: 12px;
    color: #007993;
    display: flex;
    justify-content: center;
    align-items: center;
}

.new-hot-type a {
    font-size: 12px;
    color: #007993;
}

.new-hot-item-desc {
    font-weight: normal;
    font-size: 14px;
    color: rgba(0,0,0,0.6);
    line-height: 22px;
}
.filter-criteria-box {
    padding: 28px 0 24px 15px;
    width: 1200px;
    min-height: 150px;
    background: #FFFFFF;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.08);
    border-radius: 2px 2px 2px 2px;
    margin-bottom: 16px;
    font-size: 14px;
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.search-type-flex {
    display: flex;
/*    align-items: center;*/
}

.search-type {
    min-width: 132px;
    text-align: right;
    margin-right: 24px;
}

.search-filter {
    display: flex;
    gap: 32px;
    cursor: pointer;
    flex-wrap: wrap;
}

.mask-layer {
    position: fixed;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.4);
    top: 0;
    display: none;
}

nav.page-nav-outer {
    text-align: right;
}

nav.page-nav-outer .pagination > li > a {
    color: #007993;
}

nav.page-nav-outer .pagination > .active > a {
    background-color: #007993;
    border-color: #007993;
}

nav.page-nav-outer .page-input-box {
    display: none;
}

.iconfont {
    font-family: "iconfont" !important;
}

.pn {
    display: none;
}

.new-hot-content-tip {
    position: relative;
}

.new-hot-item-operate {
    position: absolute;
    bottom: -16px;
}

@media (min-width: 768px) {
    .top-page {
        padding-bottom: 0;
    }
}

@media (max-width: 767px) {
    .top-page {
        padding-bottom: 0;
    }

    .pn {
        display: block;
    }

    .type-list {
        margin: 42px 16px 0;
        width: calc(100% - 32px);
        gap: 0;
        justify-content: space-between;
    }

    .type-item {
        width: 32%;
        height: 88px;
        padding: 15px 0 0 12px;
    }

    .type-item-head {
        font-weight: bold;
        font-size: 12px;
    }

    .type-item-num span {
        font-size: 28px !important;
    }

    .module-box {
        margin: 0 16px;
        width: calc(100% - 32px);
    }

    .table-module {
        margin: 42px 16px 0;
    }

    .home-main-contant {
        bottom: -32px;
    }

    .marginTop56 {
        margin-top: 56px;
    }

    .new-hot-head {
        padding: 24px 0;
    }

    .new-hot-head-title {
        font-size: 18px;
    }

    .new-hot-head-more {
        font-size: 18px;
    }

    .new-hot-head-more a {
        font-size: 18px;
    }

    .new-hot-img {
        max-width: 182px;
    }

    .new-hot-icon {
        width: 26px;
    }

    .new-hot-item-title {
        font-size: 16px;
    }

    .new-hot-item-operate {
        padding: 14px 0;
    }

    .new-hot-flex {
        gap: 15px;
    }

    .disBlock {
        display: none;
    }

    .new-hot-item {
        width: 592px;
        height: 140px;
        border-radius: 2px 2px 2px 2px;
        padding: 14px;
        gap: 16px;
    }

    .search-activity-module {
        position: relative;
        display: flex;
        padding: 13px 12px;
        background: #FFFFFF;
        box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.08);
        border-radius: 2px 2px 2px 2px;
        margin-bottom: 16px;
        min-height:39px;
    }

    .filter-btn {
        position: absolute;
        right: 16px;
    }

    .search-activity-array {
        display: flex;
        flex-wrap: wrap;
        gap: 10px;
        padding-right: 35px;
    }

    #classify-swiper {
        width: 100%;
        height: 100%;
        position: fixed;
        z-index: -1;
        top: 0;
    }

    .RightMenu {
        position: absolute;
        background: linear-gradient(197deg, rgba(39, 46, 89, 0.9) 0%, rgba(17, 18, 58, 0.9) 100%);
        width: 84%;
        height: 100%;
        backdrop-filter: blur(6px) brightness(140%);
        padding: 0.4rem;
        right: -0.2rem;
        overflow-y: scroll;
    }

    .RightMenu {
        background: #FFFFFF;
        border-radius: 0px 0px 0px 0px;
    }

    .app-search-head {
        font-weight: bold;
        font-size: 18px;
        text-align: left;
        padding: 13px 0 13px 16px;
    }

    .app-search-array {
        padding: 14px 0 14px 16px;
        text-align: left;
        border-top: solid 1px #F2F2F2;
    }

    .app-search-type-title {
        font-weight: bold;
        font-size: 14px;
    }

    .app-search-type-array {
        display: flex;
        gap: 32px;
        font-size: 14px;
        flex-wrap: wrap;
    }

    .button-groups {
        display: flex;
        justify-content: center;
        gap: 12px;
        font-weight: bold;
        font-size: 16px;
        color: #000028;
        padding-top: 60px;
    }

    .button-cancel {
        padding: 8px 52px;
        border: solid 1px #CFCFCF;
        cursor: pointer;
    }

    .button-ok {
        padding: 8px 52px;
        border: solid 1px #000028;
        background: #00E6DC;
        cursor: pointer;
    }
    .more_page {
        text-align: center;
        font-size: 14px;
        padding-top: 2px;
        cursor:pointer;
    }
}

@media (max-width: 1000px) {
    .new-hot-item {
        width: 100%;
    }
}