.ftl-111 .container-v1 {
    padding: 0;
}

.ftl-111 .yn-timeline-container {
    background-color: #F2F0F0;
    padding: 0 15px 0 15px;
}

.ftl-111 .yn-timeline {
    position: relative;
    /* max-width: 800px; */
    margin: 0 auto;
    padding-left: 0;
    padding-bottom: 8px;
}

.ftl-111 .yn-timeline::before {
    content: '';
    position: absolute;
    left: 15px;
    top: 0;
    bottom: 0;
    width: 2px;
    background: #CAB683;
}

.ftl-111 .yn-timeline-item-parent {
    position: relative;
    margin-bottom: 6px;
}

.ftl-111 .yn-timeline-item {
    position: relative;
    margin-bottom: 30px;
}

.ftl-111 .yn-timeline-dot {
    position: absolute;
    left: 15px;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 14px;
    height: 14px;
    border-radius: 50%;
    background: #CAB683;
    border: 3px solid white;
    z-index: 2;
}

.ftl-111 .yn-timeline-content-parent {
    margin-left: 30px;
    padding: 15px 15px 0px 15px;
    border-radius: 8px;
}

.ftl-111 .yn-timeline-content-bg {
    background: white;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}


.ftl-111 .yn-timeline-content {
    margin-left: 30px;
    padding: 15px;
    border-radius: 8px;
}

.ftl-111 .yn-timeline-content h3 {
    margin-top: 0;
    color: #000;
    font-size: 1.6em;
}

.ftl-111 .yn-timeline-content h4 {
    margin-top: 0;
    color: #000;
    font-size: 1.4em;
}

.ftl-111 .yn-timeline-content p {
    margin-bottom: 0;
    color: #555;
    font-size: 0.95em;
}

.ftl-111 .date-all {
    font-size: 18px;
    font-weight: 700;
    color: #9A844D;
}

.ftl-111 .date-one {
    font-size: 14px;
    font-weight: 500;
    color: #9A844D;
    margin-bottom: 10px;
}

.ftl-111 .yn-timeline-content-parent p,
.ftl-111 .yn-timeline-content p {
    color: #000;
}

.ftl-111 .img-box{
    overflow: hidden;
}

.ftl-111 .img-box img {
    width: 100%;
    aspect-ratio: 1 / 1;
    object-fit: cover;
    padding: 4px;
    transition: transform 1s ease;
}
.ftl-111 .img-box:hover img {
    transform: scale(1.1);
}

.ftl-111 .map-box img {
    width: 100%;
    aspect-ratio: 1 / 1;
    object-fit: cover;
    padding: 4px;
}

/* 响应式设计 - 桌面端 */
@media (min-width: 768px) {
    .ftl-111 .yn-timeline-container {
        padding: 40px 0;
    }

    .ftl-111 .yn-timeline {
        padding-left: 50px;
    }

    .ftl-111 .yn-timeline::before {
        left: 25px;
    }

    .ftl-111 .yn-timeline-dot {
        left: -25px;
        width: 16px;
        height: 16px;
    }

    .ftl-111 .yn-timeline-content-bg {
        background: unset;
        box-shadow: unset;
    }

    .ftl-111 .yn-timeline-content {
        margin-left: 0;
        padding: 0;
    }

    .ftl-111 .yn-timeline-content h3 {
        font-size: 1.2em;
    }

    .ftl-111 .yn-timeline-content p {
        font-size: 1em;
    }

    .ftl-111 .yn-timeline-content {
        display: flex;
    }

    .ftl-111 .left {
        width: 70%;
        display: flex;
        background: white;
        box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
        border-radius: 4px;
    }
    .ftl-111 .left .content-box{
        padding: 20px;
    }
    .ftl-111 .left .img-box img{
        border-radius: 4px;
        width: 400px;
    }

    .ftl-111 .right {
        width: 30%;
        padding: 20px;
    }

    .ftl-111 .img-box img {
        min-width: 400px;
        height: 100%;
        object-fit: cover;
        padding: 0;
    }

    .ftl-111 .map-box img {
        width: 100%;
        aspect-ratio: 1 / 1;
        object-fit: cover;
        padding: 0;
    }
    @media (max-width: 720px) {
        .yn-timeline-item .yn-timeline-dot .yn-timeline-content  .left .content-box{
           width: 340px;
        }
    }
}