.group_3 {
    position: relative;
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    background: #F8FCFF;
}

.group_3 a{
    text-decoration: none;
    color: inherit;
}

.block_4 {
    width: 78.12vw;
    height: auto;
    display: flex;
    flex-direction: row;
    transition: background-color 0.3s ease;
}

.block_4:hover {
    background-color: rgba(255, 255, 255, 1);
}

/* block_4 悬停时触发内部 more 按钮的效果 */
.block_4:hover .block_6::before {
    width: 100%;
}

.block_4:hover .text-group_2 {
    color: rgba(255, 255, 255, 1);
}

.block_4:hover .thumbnail_1 {
    color: rgba(255, 255, 255, 1);
    transform: rotate(-45deg);
}

.block_other {
    margin: 2.7vw 0;
}

.box_2 {
    width: 30.26vw;
    height: 20.5vw;
    position: relative;
    overflow: hidden;
    display: flex;
    align-items: center;
    margin-bottom: 1vw;
}

.box_2 .image_left {
    width: 100%;
    height: 100%;
    transition: transform 0.3s ease;
    object-fit: cover;
    display: block;
    transform-origin: center center;
}

.box_2 .image_left:hover {
    transform: scale(1.1);
}

.box_2 .image_right {
    width: 100%;
    height: 100%;
    transition: transform 0.3s ease;
    object-fit: cover;
    display: block;
    transform-origin: center center;
}

.box_2 .image_right:hover {
    transform: scale(1.1);
}

.box_3 {
    width: 41.86vw;
    height: auto;
    margin: 3.85vw 0 3.85vw 0;
    padding: 0 3.07vw;
    justify-content: space-around;
}

.text_10 {
    width: auto;
    height: auto;
    overflow-wrap: break-word;
    color: #021E41;
    font-size: 1.98vw;
    font-family: Noto Sans SC-Bold;
    font-weight: 700;
    text-align: left;
    white-space: nowrap;
    line-height: 1.77vw;
}

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

.block_5 {
    background-color: rgba(242, 244, 246, 1);
    border-radius: 5.21vw;
    width: 6.25vw;
    height: 2.6vw;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.3s ease;
}

.block_5:hover {
    background-color: rgba(3, 52, 113, 1);
}

.block_5:hover .text-group_1 {
    color: rgba(255, 255, 255, 1);
}

.block_5:hover .thumbnail_1 {
    color: rgba(255, 255, 255, 1);
}

.image-text_1 {
    width: auto;
    height: auto;
    display: flex;
    align-items: center;
}

.text-group_1 {
    width: auto;
    height: auto;
    overflow-wrap: break-word;
    color: rgba(12, 31, 55, 1);
    font-size: 0.83vw;
    font-family: PP Neue Montreal-Regular;
    font-weight: normal;
    text-align: center;
    white-space: nowrap;
    line-height: 1.15vw;
    margin-right: 0.52vw;
    transition: color 0.3s ease;
}

.thumbnail_1 {
    font-size: 0.6vw;
    transition: color 0.3s ease, transform 0.3s ease;
}

.block_6 {
    background-color: rgba(242, 244, 246, 1);
    border-radius: 5.21vw;
    width: 6.25vw;
    height: 2.6vw;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
}

/* 添加从左至右的蓝色背景动画 */
.block_6::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 100%;
    background-color: rgba(3, 52, 113, 1);
    border-radius: 5.21vw;
    transition: width 0.4s ease;
    z-index: 0;
}

.block_6:hover::before {
    width: 100%;
}

/* 确保文字和图标在蓝色背景之上 */
.block_6 .text-group_2,
.block_6 .thumbnail_1 {
    position: relative;
    z-index: 1;
}

.block_6:hover {
    background-color: rgba(3, 52, 113, 1);
}

.block_6:hover .text-group_2 {
    color: rgba(255, 255, 255, 1);
}

.block_6:hover .thumbnail_2 {
    color: rgba(255, 255, 255, 1);
}

.block_6:hover .thumbnail_1 {
    color: rgba(255, 255, 255, 1);
    transform: rotate(-45deg);
}

.text-group_2 {
    width: auto;
    height: auto;
    overflow-wrap: break-word;
    color: rgba(12, 31, 55, 1);
    font-size: 0.83vw;
    font-family: PP Neue Montreal-Regular;
    font-weight: normal;
    text-align: center;
    white-space: nowrap;
    line-height: 1.15vw;
    margin-right: 0.52vw;
    transition: color 0.3s ease;
}

.thumbnail_2 {
    font-size: 0.6vw;
    transition: color 0.3s ease;
}

.group_1 {
    height: auto;
    border-bottom: 1px solid rgba(226, 228, 230, 1);
    width: 78.12vw;
    margin-top: 2.6vw;
    display: flex;
    flex-direction: column;
    align-items: center;
    cursor: pointer;
    transition: all 0.3s ease;
}

.group_1:hover .text_3 {
    color: rgba(3, 52, 113, 1);
}

.group_1:hover .text-group_1 {
    color: rgba(3, 52, 113, 1);
}

.group_1:hover .info_detail {
    color: #033471;
    transform: rotate(-45deg);
}

.group_1:hover {
    border-bottom-color: #033471;
}

.group_2 {
    width: 78.12vw;
    height: auto;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    padding: 2.08vw 0;
}

.block_2 {
    width: auto;
    height: 104px;
    margin-right: 2vw;
}

.text_1 {
    width: auto;
    height: auto;
    overflow-wrap: break-word;
    color: rgba(53, 54, 56, 1);
    font-size: 0.93vw;
    font-family: PP Neue Montreal-Regular;
    font-weight: normal;
    white-space: nowrap;
    line-height: 0.73vw;
    margin-left: 0;
    text-align: center;
}

.line_heng {
    width: 110px;
    height: 1px;
    background: linear-gradient(to right,
        rgba(226, 228, 230, 0.3) 0%,
        rgba(226, 228, 230, 1) 50%,
        rgba(226, 228, 230, 0.3) 100%);
    border-radius: 0px 0px 0px 0px;
}


.text_2 {
    width: auto;
    height: auto;
    overflow-wrap: break-word;
    color: rgba(53, 54, 56, 1);
    font-size: 2.17vw;
    font-family: PP Neue Montreal-Medium;
    font-weight: 500;
    white-space: nowrap;
    line-height: 1.67vw;
    text-align: center;
}

.line_shu {
    width: 1px;
    height: 104px;
    background: #E2E4E6;
    border-radius: 0px 0px 0px 0px;
}

.text-wrapper_1 {
    width: auto;
    flex: 1;
    height: auto;
    margin-left: 2.6vw;
}

.text_3 {
    width: auto;
    height: auto;
    overflow-wrap: break-word;
    color: rgba(34, 34, 34, 1);
    font-size: 1.3vw;
    font-family: Noto Sans SC-Bold;
    font-weight: 700;
    text-align: left;
    white-space: nowrap;
    line-height: 1.56vw;
    transition: color 0.3s ease;
}

.text_4 {
    width: 100%;
    height: auto;
    overflow-wrap: break-word;
    color: rgba(93, 93, 93, 1);
    font-size: 0.78vw;
    font-family: Noto Sans SC-Regular;
    font-weight: normal;
    text-align: left;
    line-height: 1.04vw;
    margin: 1.2vw 0 2vw 0;
}

.image-text_1 {
    width: auto;
    height: auto;
    display: flex;
    align-items: center;
}

.text-group_1 {
    width: auto;
    height: auto;
    overflow-wrap: break-word;
    color: rgba(102, 102, 102, 1);
    font-size: 0.63vw;
    font-family: Noto Sans SC-Regular;
    font-weight: normal;
    text-align: left;
    white-space: nowrap;
    line-height: 0.73vw;
    transition: color 0.3s ease;
}

.info_detail {
    color: #666666;
    font-size: 0.5vw;
    margin-left: 0.5vw;
    transition: color 0.3s ease, transform 0.3s ease;
}


.group_page {
    width: max-content;
    max-width: 28.07vw;
    height: auto;
    margin: 4.69vw auto 6.3vw;
    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-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;
}

.text_goto {
    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;
}

.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;
}

/* 在1920px及以上分辨率时，保持1920px的样式 */
@media (min-width: 1920px) {
    /* 项目标题固定字体大小 */
    .text_10 {
        font-size: 34px;
        line-height: 33.98px;
    }
    
    /* 项目描述固定字体大小 */
    .text_11 {
        font-size: 17px;
        line-height: 24px;
        width: 700.03px;
    }
    
    /* More按钮文字固定字体大小 */
    .text-group_2 {
        font-size: 16px;
        line-height: 22.08px;
    }
    
    /* 日期/标签文字固定字体大小 */
    .text_1 {
        font-size: 14px;
        line-height: 14.02px;
    }
    
    /* 数字/年份固定字体大小 */
    .text_2 {
        font-size: 32px;
        line-height: 32.06px;
    }
    
    /* 列表标题固定字体大小 */
    .text_3 {
        font-size: 25px;
        line-height: 29.95px;
    }
    
    /* 查看详情文字固定字体大小 */
    .text-group_1 {
        font-size: 12.1px;
        line-height: 14.02px;
    }
    
    /* 分页元素固定尺寸 */
    .group_page {
        width: max-content;
        max-width: 538.94px;
        margin: 90.05px auto 120.96px;
        gap: 12.10px;
        justify-content: center;
    }
    
    .text-page_first {
        border-radius: 78.91px;
        height: 63.94px;
        width: 63.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;
    }
}