/* about-honor.html 专用样式 */

.page-banner {
    background-image: url("../images/bg/about_background.png");
}

.honor-section {
    padding: 80px 0;
}

.honor-content {
    max-width: 1000px;
    margin: 0 auto;
}

.honor-content h2 {
    font-family: "思源宋体", "SimSun", serif;
    font-size: 32px;
    color: #1A1A1A;
    margin-bottom: 40px;
    font-weight: 400;
    letter-spacing: 2px;
    text-align: center;
}

.honor-item {
    display: flex;
    align-items: flex-start;
    gap: 25px;
    padding: 30px;
    margin-bottom: 30px;
    background: #FAFAFA;
    border-left: 4px solid #C41E3A;
    text-decoration: none;
    color: inherit;
}

.honor-badge {
    flex-shrink: 0;
    width: 100px;
    height: 100px;
    border-radius: 4px;
    overflow: hidden;
}

.honor-badge img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.honor-text {
    flex: 1;
}

.honor-item h3 {
    font-family: "思源宋体", "SimSun", serif;
    font-size: 20px;
    color: #1A1A1A;
    margin-bottom: 15px;
    font-weight: 400;
}

.honor-item p {
    font-size: 15px;
    color: #666666;
    line-height: 1.8;
}

.honor-images {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
    margin-top: 40px;
    padding: 40px;
}

.honor-images img {
    width: 100%;
    height: 250px;
    object-fit: cover;
    background: linear-gradient(135deg, #F5F5F5 0%, #E5E5E5 100%);
}
