.yn-ct-plate-ftl-v4-search-industry {
    width: 100%;
    padding: 40px 20px;
    box-sizing: border-box;
}
.yn-ct-plate-ftl-v4-search-industry .wrap {
    max-width: 1200px; /* 整区块最大宽度，大屏不会无限变宽 */
    margin: 0 auto;
}
/* 标题居中 */
.yn-ct-plate-ftl-v4-search-industry .title-group {
    text-align: center;
    margin-bottom:70px;
}
.yn-ct-plate-ftl-v4-search-industry .main-title {
    font-size:34px;
    font-weight:bold;
    margin:0 0 10px;
}
.yn-ct-plate-ftl-v4-search-industry .sub-title {
    max-width:780px;
    margin:0 auto;
    font-size:16px;
    line-height:1.5;
}
.yn-ct-plate-ftl-v4-search-industry  .yn-ct-plate-btn{
    padding: 6px 12px;
    font-size: 12px;
    line-height: 1.2;
}
/* 三栏固定网格布局 */
.yn-ct-plate-ftl-v4-search-industry .timeline {
    display: grid;
    grid-template-columns: 340px auto 371px; /* 左右固定内容宽度！解决大屏拉伸变大 */
    align-items: start;
    gap: 25px;
}
/* 左栏：固定宽度、上下间距固定 */
.yn-ct-plate-ftl-v4-search-industry .content-left {
    display:flex;
    flex-direction:column;
    gap:155px;
    padding-top:72px;
}
 .yn-ct-plate-btn {
    border: 2.4px solid var(--tech-light-blue);
    padding: 5px 12px;
    color: var(--tech-light-blue);
    font-weight: 400;
    font-size: 1.8rem;
    font-size: 12px;
    border-radius: 2px;
}

.yn-ct-plate-btn:hover {
    border: 2.4px solid var(--tech-light-blue);
    background-color: var(--tech-light-blue);
    color: var(--white);
}
/* 右栏：固定宽度 */
.yn-ct-plate-ftl-v4-search-industry .content-right {
    width: 300px;
    display:flex;
    flex-direction:column;
    gap: 135px;
    margin-left: -62px;
    padding-top: 22px;
    left: 20px;
}
.yn-ct-plate-ftl-v4-search-industry .content-v1 {
    position:relative;
}
.yn-ct-plate-ftl-v4-search-industry .content-v1 h3 {
    font-size:30px;
    margin: 0 0 20px;
    font-weight:bold;
}
.yn-ct-plate-ftl-v4-search-industry .content-v1 p {
    margin:0;
    line-height:1.5;
    font-size:15px;
}
/* ========== 原图橙色整条横线+两端圆点（重点修复线条） ========== */
.yn-ct-plate-ftl-v4-search-industry .orange-line {
    position:absolute;
    top: 42px;
    height:3px;
    background:#ff9526;
}
/* 左侧条目：横线 从标题右边 → 向右到图片（左线：右到头） */
.yn-ct-plate-ftl-v4-search-industry .content-left .orange-line {
    left:calc(100% + 8px);
    right:-28px;
}
/* 右侧条目：横线 从内容左边 → 向左到图片（独立短线） */
.yn-ct-plate-ftl-v4-search-industry .content-right .orange-line {
    right: calc(100% + -305px);
    left: -28px;
}
/* 两端圆点：伪元素生成左右圆点 */
.yn-ct-plate-ftl-v4-search-industry .orange-line::before,
.yn-ct-plate-ftl-v4-search-industry .orange-line::after {
    content:"";
    width: 15px;
    height: 16px;
    border-radius:50%;
    background:#ff9526;
    position:absolute;
    top: -6.5px;
}
/* 左内容的线：圆点在【最右端】 */
.yn-ct-plate-ftl-v4-search-industry .content-left .orange-line::after {
    right:0;
}
/* 右内容的线：圆点在【最左端】 */
.yn-ct-plate-ftl-v4-search-industry .content-right .orange-line::before {
    left:0;
}
/* 右内容的线：圆点在【最右端】 */
.yn-ct-plate-ftl-v4-search-industry .content-right .orange-line::after {
    right:0;
}
/* 中间图片 - 背景图方式 */
.yn-ct-plate-ftl-v4-search-industry .images-center {
    background: url("/template/1/travel1/images/about/001.png") center top no-repeat;
    background-size: 80% auto;
    min-height: 940px;
}
