/* 日程页样式 */
.date-content {
    width: 80%;
    margin: 0 auto;
    font-size: 20px;
}

.schedule-section {
    padding: 50px 0 80px;
}

.schedule-table {
    margin-top: 20px;
    margin-bottom: 0;
    font-size: 20px;
}

.schedule-table thead th {
    background-color: #205295;
    color: #fff;
    text-align: center;
    vertical-align: middle;
    font-weight: 500;
    border-color: #205295;
    padding: 14px 16px;
}

.schedule-table tbody td {
    text-align: center;
    vertical-align: middle;
    padding: 16px;
    color: #333;
}

.schedule-date-col {
    width: 40%;
}

.schedule-event-col {
    width: 60%;
}

/* 日程页表格样式（保留，供后续详细日程使用） */
.table {
    margin-top: 50px;
}

.title-bar > p {
    line-height: 80px;
    font-size: 25px;
    color: #000000;
    margin-top: 50px;
}

.title-bar {
    width: 1100px;
    margin: 0 auto;
}

th,
td {
    width: auto;
}

td {
    text-align: center;
    vertical-align: middle;
}

th {
    text-align: center;
    font-weight: bold;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.date-column {
    width: 100px;
}

.time-column {
    width: 80px;
}

.content-column {
    width: 320px;
}

.host-column {
    width: 70px;
}

.table-host {
    justify-content: center;
    vertical-align: middle;
}

.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td {
    padding: 8px;
    line-height: 1.428571429;
    vertical-align: middle;
    border-top: 1px solid #ddd;
}

.table-text {
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    vertical-align: middle;
}

.table-content del {
    text-decoration: line-through;
}

@media (max-width: 768px) {
    .date-content {
        width: 92%;
    }

    .schedule-table {
        font-size: 16px;
    }

    .schedule-table thead th,
    .schedule-table tbody td {
        padding: 12px 8px;
    }
}
