.honor {
    background: #F5F7F6;
    padding: 80px 0 50px 0;
}

.honor-banner {
    position: absolute;
    top: 42%;
    left: 12.67%;
    display: flex;
    justify-content: center;
}

.honor-container {
    max-width: 1440px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
}

.honor-head {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-bottom: 30px;
}

.honor-title {
    font-weight: 500;
    font-size: 48px;
    color: #313332;
}

.honor-title-en {
    font-weight: 400;
    font-size: 16px;
    color: #B4BBB9;
}

.honor-list {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 24px;
}

.honor-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%; /* 改为100%自适应 */
    max-width: 342px; /* 限制最大宽度 */
    height: 504px;
    background: url("../images/about/honor-bg.png");
    background-size: cover;
    background-position: center;
    z-index: 0;
    justify-self: center; /* 网格项居中 */
}

.honor-item-top {
    width: 100%;
    height: 100px;
    margin-bottom: 20px;
    background: url("../images/about/honor.png");
    background-size: cover;
    background-position: center;
    z-index: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 500;
    font-size: 26px;
    color: #323333;
}

.honor-item-info {
    width: 294px;
    height: 228px;
}

.honor-item-info img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.honor-area {
    max-width: 1440px;
    margin: 0;
    width: 100%;
    display: flex;
    flex-direction: column;
}

.honor-area-title {
    font-family: Source Han Sans CN, Source Han Sans CN;
    font-weight: 700;
    font-size: 64px;
    z-index: 2;
    color: #313332;
    text-align: left;
}

.honor-area-title i {
    font-style: normal;
    color: #09BD81;
}

.honor-area-desc {
    margin-top: 15px;
    font-weight: 400;
    font-size: 26px;
    color: #313332;
    line-height: 48px;
    text-align: left;
}