/* ========== 航空航天页面样式 ========== */

/* 型号经验介绍文字 */

.model-exp-text p {
    font-size: 1em;
    color: #333;
    line-height: 1.8;
    text-align: justify;
    text-indent: 2em;
}

.model-exp-text p:last-child {
    margin-bottom: 0;
}

/* 列表（服务案例 / 结构和机构设计 / 强度校核与优化） */
.aero-list {
    list-style: none;
    padding-left: 0;
    margin-bottom: 16px;
}

.aero-list li {
    font-size: 0.95em;
    color: #333;
    padding-left: 18px;
    margin-bottom: 3px;
    position: relative;
    line-height: 1.65;
}

.aero-list li::before {
    content: '•';
    position: absolute;
    left: 0;
    color: #4a9af5;
    font-size: 18px;
    line-height: 1.65;
}

/* 配图区域 */
.aero-figure {
    text-align: left;
}

.aero-figure .service-img {
    width: 100%;
}

/* 让两列等高对齐 */
.services-section .service-col {
    display: flex;
    flex-direction: column;
}

@media (max-width: 768px) {
    .services-row {
        flex-direction: column;
    }

    .aero-figure .service-img {
        width: 100%;
    }
}
