    .relative { position: relative; }
    .clear:after { content: ""; display: table; clear: both; }
    .w1400, .w1400-2, .w1400-3 { margin: 0 auto; padding: 25px 20px; }
    .w1400, .w1400-2, .w1400-3 { max-width: 1400px; }
    .text-center { text-align: center; }
    .padding-tb100 { padding: 180px 0; }
    .mg-bt30 { margin-bottom: 30px; }
/* 咨询卡片网格 — 一排只放两个 */
.lxfs {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
    list-style: none;
    margin: 0;
    padding: 0;
}
.lxfs li {
    background: #ffffff;
    border-radius: 28px;
    transition: all 0.3s ease;
    box-shadow: 0 10px 25px -5px rgba(0, 0, 0, 0.05), 0 8px 10px -6px rgba(0, 0, 0, 0.02);
    border: 1px solid #eef2f6;
}
.lxfs li:hover {
    transform: translateY(-6px);
    box-shadow: 0 20px 30px -12px rgba(0, 0, 0, 0.12);
    border-color: #bfdbff;
}
.lxfs-warp {
    padding: 28px 60px 32px;
}
/* 标题区域 */
.lxfs-a {
    margin-bottom: 18px;
    /* border-left: 4px solid #1e56a1;
    padding-left: 18px; */
}
.lxfs-a h3 {
    font-size: 1.65rem;
    font-weight: 700;
    color: #0f172a;
    letter-spacing: -0.3px;
    margin-bottom: 10px;
}
.lxfs-a .i {
    width: 42px;
    height: 3px;
    background: #1e56a1;
    border-radius: 4px;
    margin-top: 6px;
}
/* 简介描述区：去掉黄色背景，只保留字体和边距 */
.des {
    font-size: 0.95rem;
    color: #475569;
    margin-bottom: 18px;
    line-height: 1.45;
    /* 移除背景色 */
    background: transparent;
    padding: 0 0 8px 0;
    border-bottom: 1px solid #f0f2f5;
}
.des p {
    margin: 0;
}
.des16 {
    font-size: 0.9rem;
    color: #1e293b;
    line-height: 1.55;
}
.des16 p {
    margin-bottom: 8px;
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
}
.des16 a {
    color: #2d70c6;
    text-decoration: none;
    font-weight: 500;
    word-break: break-all;
}
/* 地址样式统一 */
.address-line {
    margin-top: 16px;
    padding-top: 12px;
    border-top: 1px dashed #e2e8f0;
    font-size: 0.85rem;
    color: #5b6e8c;
    display: flex;
    gap: 8px;
    align-items: flex-start;
}
.address-line i {
    color: #1e56a1;
    font-style: normal;
    font-weight: 600;
}