/* 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;
    cursor: pointer;
    transition: opacity 0.2s;
}

.honor-badge img:hover {
    opacity: 0.85;
}

.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-lightbox {
    display: flex;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.85);
    justify-content: center;
    align-items: center;
    z-index: 9999;
}

.honor-lightbox-img {
    max-width: 90%;
    max-height: 90%;
    object-fit: contain;
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.5);
}

.honor-lightbox-close {
    position: absolute;
    top: 20px;
    right: 30px;
    color: #fff;
    font-size: 40px;
    font-weight: bold;
    cursor: pointer;
    line-height: 1;
}

.honor-lightbox-close:hover {
    color: #ccc;
}
