/* Notebook页面专用样式 */

/* 时间线表格样式 */
.timeline-section {
    margin-bottom: 30px;
}

.timeline-section h4 {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 15px;
    color: #333;
}

.timeline-table {
    width: 100%;
    border-collapse: collapse;
    margin-bottom: 15px;
    border: 1px solid #ddd;
}

.timeline-table td {
    border: 1px solid #ddd;
    padding: 8px;
    text-align: center;
    vertical-align: middle;
}

.timeline-first-col {
    background-color: transparent !important;
    text-align: left !important;
    font-weight: 500;
    width: 100px;
    min-width: 100px;
}

.timeline-cell {
    background-color: #ACD78D;
    width: 30px;
    height: 30px;
    min-width: 30px;
    min-height: 30px;
}

.timeline-cell-no-color {
    background-color: transparent !important;
}

/* 右侧文字框样式 */
.desc-section-two-right {
    width: 80%;
    margin: 0 auto;
}

/* 图片标题样式 */
.desc-right-content em {
    display: block;
    text-align: center;
    font-style: italic;
    margin: 15px 0;
}

/* 图片缩小20% - 通过调整max-width */
.desc-right-content img {
    max-width: 20%;
    height: auto;
}
