 

/* 通知公告 */
.notice-list {
    margin-top: 50px;
}

.notice-item {
    background-color: #fff;
    padding: 20px;
    margin-bottom: 20px;
    border-radius: 5px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

.notice-title {
    font-size: 20px;
    margin-bottom: 10px;
    color: #333;
}

.notice-date {
    font-size: 14px;
    color: #777;
    margin-bottom: 15px;
}

.notice-content {
    font-size: 16px;
    line-height: 1.8;
}
 