/* ==================== 关于我页样式 ==================== */

/* 列表样式 */
.content-section ul {
    margin-left: 1.5rem;
    margin-top: 1rem;
    line-height: 1.8;
}

.content-section li {
    margin-bottom: 0.5rem;
}

.content-section strong {
    color: #333;
}

/* ==================== 关于我页响应式设计 ==================== */
@media (max-width: 768px) {
    .content-section ul {
        margin-left: 1rem;
    }
}