/* charity.html 专用样式 */

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

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

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

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

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

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

.charity-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 40px;
}

.charity-card {
    background: #FFFFFF;
    padding: 40px;
    border: 1px solid #E5E5E5;
    transition: all 0.3s;
    text-decoration: none;
    color: inherit;
    display: block;
}

.charity-card:hover {
    box-shadow: 0 10px 30px rgba(0,0,0,0.1);
    transform: translateY(-5px);
}

.charity-card h3 {
    font-family: "思源宋体", "SimSun", serif;
    font-size: 22px;
    color: #1A1A1A;
    margin-bottom: 15px;
    font-weight: 400;
    letter-spacing: 1px;
}

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

.charity-card .date {
    font-size: 13px;
    color: #999999;
    margin-top: 15px;
}
