.group_2 {
    position: relative;
    width: 100vw;
    height: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    background: #FFFFFF;
}


.search_list{
    width: 100%;
    background: #F3F8FF;
    padding-bottom: 5.21vw;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.search_text {
    width: 78.96vw;
    height: auto;
    overflow-wrap: break-word;
    color: rgba(3, 52, 113, 1);
    font-size: 3.65vw;
    font-family: Noto Sans SC-Bold;
    font-weight: 700;
    text-align: center;
    white-space: nowrap;
    line-height: 4.38vw;
    margin-top: 5.36vw;
}

.search_group {
    width: 78.96vw;
    height: auto;
    border-bottom: 1px solid rgba(3, 52, 113, 1);
    margin-top: 1.2vw;
    display: flex;
    align-items: center;
    padding: 1.46vw 0;
}

.text_9 {
    flex: 1;
    overflow-wrap: break-word;
    color: rgba(150, 150, 150, 1);
    font-size: 1.04vw;
    font-family: Noto Sans SC-Regular;
    font-weight: normal;
    text-align: left;
    line-height: 1.46vw;
}

.group_4 {
    width: 1.56vw;
    height: 1.56vw;

}

.text-wrapper_1 {
    width: 78.96vw;
    height: auto;
    overflow-wrap: break-word;
    font-size: 0;
    font-family: Noto Sans SC-DemiLight;
    font-weight: normal;
    text-align: center;
    white-space: nowrap;
    line-height: 1.72vw;
    margin: 0 auto;
    margin-top: 2.5vw;
}

.text_10 {
    width: auto;
    height: auto;
    overflow-wrap: break-word;
    color: #353638;
    font-size: 1.04vw;
    font-family: Noto Sans SC-DemiLight;
    font-weight: normal;
    text-align: left;
    white-space: normal;
    line-height: 1.72vw;
    margin-right: 1.08vw;
}

.text_11 {
    width: auto;
    height: auto;
    overflow-wrap: break-word;
    color: rgba(0, 0, 0, 1);
    font-size: 1.04vw;
    font-family: Noto Sans SC-DemiLight;
    font-weight: normal;
    text-align: left;
    white-space: nowrap;
    line-height: 1.72vw;
}

.search_group_list {
    width: 78.96vw;
    min-height: 3vw;
    margin: 2.58vw 0 0 0;
    padding-bottom: 0.56vw;
    border-bottom: 1px solid rgba(0,0,0,0.1);
    display: flex;
    align-items: flex-start;
    gap: 0.5vw;
}

.line {
    width: 1px;
    line-height: 0.52vw;
    background: #173162;
    border-radius: 0px 0px 0px 0px;
    opacity: 0.2;
    height: 1.8vw;
}

.group_6 {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    padding: 1.04vw 2.08vw;
    width: 83.96vw;
    height: auto;
    overflow-wrap: break-word;
    font-size: 0;
    font-family: Noto Sans SC-DemiLight;
    font-weight: normal;
    text-align: center;
    white-space: nowrap;
    line-height: 1.72vw;
    margin: 0 auto;
    margin-top: 3.49vw;

}

.text_12 {
    width: auto;
    height: auto;
    overflow-wrap: break-word;
    color: rgba(53, 54, 56, 1);
    font-size: 1.04vw;
    font-family: Noto Sans SC-DemiLight;
    font-weight: normal;
    text-align: left;
    white-space: nowrap;
    line-height: 1.25vw;
    flex-shrink: 0;
}

.text-wrapper_2 {
    width: calc(100% - 6vw);
    height: auto;
    overflow-wrap: break-word;
    font-size: 0;
    font-family: Noto Sans SC-Regular;
    font-weight: normal;
    text-align: left;
    white-space: normal;
    line-height: 1.72vw;
    margin-left: 2.23vw;
    flex: 1;
    display: flex;
    flex-direction: column;
}

.text_13 {
    width: 100%;
    height: auto;
    overflow-wrap: break-word;
    color: rgba(24, 29, 36, 1);
    font-size: 1.04vw;
    font-family: Noto Sans SC-Regular;
    font-weight: normal;
    text-align: left;
    white-space: normal;
    line-height: 1.46vw;
    margin-bottom: 0.5vw;
}

.text_14 {
    width: 100%;
    height: auto;
    overflow-wrap: break-word;
    color: rgba(3, 52, 113, 1);
    font-size: 1.04vw;
    font-family: Noto Sans SC-Regular;
    text-decoration: underline;
    font-weight: normal;
    text-align: left;
    white-space: normal;
    line-height: 1.46vw;
}

.text_15 {
    width: auto;
    height: auto;
    overflow-wrap: break-word;
    color: rgba(0, 0, 0, 1);
    font-size: 0.73vw;
    font-family: Noto Sans SC-Regular;
    font-weight: normal;
    text-align: left;
    line-height: 1.46vw;
    flex-shrink: 0;
    display: flex;
    align-items: center;
}

.text-content {
    width: 100%;
    word-break: break-word;
    white-space: normal;
    display: block;
    overflow-wrap: break-word;
}

/* 在1920px及以上分辨率时，保持1920px的样式 */
@media (min-width: 1920px) {
    /* 容器固定尺寸 */
    .search_text {
        font-size: 70px;
    }
}

/* 分页相关样式 */
.group_page {
    width: max-content;
    max-width: 28.07vw;
    height: auto;
    margin: 4.69vw auto 0;
    display: flex;
    align-items: center;
    gap: 0.63vw;
    justify-content: center;
}

.text-page_first {
    background-color: rgba(3, 52, 113, 1);
    border-radius: 4.11vw;
    height: 3.33vw;
    width: 3.33vw;
    display: flex;
    align-items: center;
    justify-content: center;
}

.text_first {
    width: auto;
    height: auto;
    overflow-wrap: break-word;
    color: rgba(255, 255, 255, 1);
    font-size: 0.83vw;
    font-family: Noto Sans SC-DemiLight;
    font-weight: normal;
    text-align: center;
    white-space: nowrap;
    line-height: 0.83vw;
}

.text-page_second {
    border-radius: 4.38vw;
    height: 3.33vw;
    border: 0.05vw solid rgba(238, 238, 238, 1);
    width: 3.33vw;
    display: flex;
    align-items: center;
    justify-content: center;
}

.text_second {
    width: auto;
    height: auto;
    overflow-wrap: break-word;
    color: rgba(40, 43, 55, 1);
    font-size: 0.83vw;
    font-family: Noto Sans SC-DemiLight;
    font-weight: normal;
    text-align: center;
    white-space: nowrap;
    line-height: 0.83vw;
}

.text_next {
    width: auto;
    height: auto;
    overflow-wrap: break-word;
    color: rgba(40, 43, 55, 1);
    font-size: 0.83vw;
    font-family: Noto Sans SC-DemiLight;
    font-weight: normal;
    text-align: left;
    white-space: nowrap;
    line-height: 0.83vw;
    margin-left: 1.2vw;
}

.text-wrapper_goto {
    border-radius: 3.54vw;
    height: 3.33vw;
    border: 0.05vw solid rgba(238, 238, 238, 1);
    width: 3.33vw;
    display: flex;
    align-items: center;
    justify-content: center;
}

#pageInput:focus {
    outline: none;
    border: none;
    box-shadow: none;
}

#pageInput::-moz-focus-inner {
    border: 0;
}

#pageInput:-moz-focusring {
    outline: none;
}

.page_ye {
    width: auto;
    height: auto;
    overflow-wrap: break-word;
    color: rgba(40, 43, 55, 1);
    font-size: 0.83vw;
    font-family: Noto Sans SC-DemiLight;
    font-weight: normal;
    text-align: left;
    white-space: nowrap;
    line-height: 0.83vw;
}

.previous_page {
    border-radius: 4.53vw;
    height: 3.33vw;
    border: 0.05vw solid rgba(238, 238, 238, 1);
    width: 5.47vw;
    display: flex;
    align-items: center;
    justify-content: center;
}

.previous_page_text {
    width: auto;
    height: auto;
    overflow-wrap: break-word;
    color: rgba(34, 34, 34, 1);
    font-size: 0.83vw;
    font-family: Noto Sans SC-DemiLight;
    font-weight: normal;
    text-align: center;
    white-space: nowrap;
    line-height: 0.83vw;
}

.next_page {
    border-radius: 3.39vw;
    height: 3.33vw;
    border: 0.05vw solid rgba(238, 238, 238, 1);
    width: 5.47vw;
    display: flex;
    align-items: center;
    justify-content: center;
}

.next_page_text {
    width: auto;
    height: auto;
    overflow-wrap: break-word;
    color: rgba(34, 34, 34, 1);
    font-size: 0.83vw;
    font-family: Noto Sans SC-DemiLight;
    font-weight: normal;
    text-align: center;
    white-space: nowrap;
    line-height: 0.83vw;
}

.pagination-info {
    color: #666;
    font-size: 0.9vw;
}

.pagination-controls {
    display: flex;
    align-items: center;
    gap: 1vw;
}

.pagination-current {
    color: #033471;
    font-weight: bold;
    font-size: 1vw;
    min-width: 2.5vw;
    text-align: center;
}

.pagination-btn {
    background-color: rgba(238, 238, 238, 1);
    border-radius: 4.53vw;
    height: 3.33vw;
    border: 0.05vw solid rgba(238, 238, 238, 1);
    width: 5.47vw;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    font-size: 0.83vw;
    font-family: Noto Sans SC-DemiLight;
    font-weight: normal;
    text-align: center;
    white-space: nowrap;
    line-height: 0.83vw;
    color: rgba(34, 34, 34, 1);
    transition: all 0.3s ease;
}

.pagination-btn:hover:not(:disabled) {
    background-color: #033471;
    color: white;
    border-color: #033471;
}

.pagination-btn:disabled {
    opacity: 0.5;
    cursor: not-allowed;
}

/* 在1920px及以上分辨率时，保持1920px的样式 */
@media (min-width: 1920px) {
    /* 分页元素固定尺寸 */
    .group_page {
        width: max-content;
        max-width: 538.94px;
        margin: 90.05px auto 0;
        gap: 12.10px;
        justify-content: center;
    }
    
    .text-page_first {
        border-radius: 78.91px;
        height: 63.94px;
        width: 63.94px;
    }
    
    .text_first {
        font-size: 15.94px;
        line-height: 15.94px;
    }
    
    .text-page_second {
        border-radius: 84.10px;
        height: 63.94px;
        border: 0.96px solid rgba(238, 238, 238, 1);
        width: 63.94px;
    }
    
    .text_second {
        font-size: 15.94px;
        line-height: 15.94px;
    }
    
    .text_next {
        font-size: 15.94px;
        line-height: 15.94px;
        margin-left: 23.04px;
    }
    
    .text-wrapper_goto {
        border-radius: 67.97px;
        height: 63.94px;
        border: 0.96px solid rgba(238, 238, 238, 1);
        width: 63.94px;
    }
    
    .text-wrapper_goto input {
        font-size: 15.94px;
    }
    
    .page_ye {
        font-size: 15.94px;
        line-height: 15.94px;
        margin-left: 9.02px;
    }
    
    .previous_page {
        border-radius: 86.98px;
        height: 63.94px;
        border: 0.96px solid rgba(238, 238, 238, 1);
        width: 105.02px;
    }
    
    .previous_page_text {
        font-size: 15.94px;
        line-height: 15.94px;
    }
    
    .next_page {
        border-radius: 65.09px;
        height: 63.94px;
        border: 0.96px solid rgba(238, 238, 238, 1);
        width: 105.02px;
    }
    
    .next_page_text {
        font-size: 15.94px;
        line-height: 15.94px;
    }
}