/* party.html 专用样式 */

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

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

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

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

.party-intro {
    text-align: center;
    margin-bottom: 60px;
}

.party-intro p {
    font-size: 16px;
    color: #666666;
    line-height: 2;
    max-width: 800px;
    margin: 0 auto;
}

.activity-list {
    display: grid;
    gap: 20px;
}

.activity-item {
    display: flex;
    align-items: center;
    gap: 20px;
    padding: 20px 30px;
    background: #FAFAFA;
    min-height: 140px;
    text-decoration: none;
    color: inherit;
}

.activity-badge {
    flex-shrink: 0;
    width: 160px;
    height: 110px;
    overflow: hidden;
}

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

.activity-text {
    flex: 1;
}

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

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

.activity-item .date {
    font-size: 13px;
    color: #999999;
    margin-top: 12px;
}
