/*!
 * 站点自定义样式
 */
main .u-honews {
    overflow: visible;
}

main .u-honews .swiper-container.swiperNews {
    overflow: hidden;
    width: 100%;
}

main .u-honews .swiper-slide {
    height: auto;
    box-sizing: border-box;
}

/* 发展历程：参照原版三卡居中 + 底部时间轴 */
main .u-story {
    overflow: visible;
}

main .u-story .text > .ct {
    overflow: visible;
}

main .u-story .text > .ct .swiper {
    overflow: visible;
}

main .u-story .swiper-slide {
    height: auto;
}

/* 底部时间轴：全部年份平铺 + 贯穿灰线 */
main .u-story .date {
    position: relative;
    padding-top: 12px;
}

main .u-story .date .date-axis {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    position: relative;
    max-width: 100%;
}

main .u-story .date .date-axis::before {
    content: "";
    position: absolute;
    top: 6px;
    left: 0;
    right: 0;
    height: 1px;
    background-color: #cccccc;
    z-index: 0;
    pointer-events: none;
}

main .u-story .date .date-axis .i {
    flex: 1;
    min-width: 0;
    text-align: center;
    padding: 0 4px;
    position: relative;
    z-index: 1;
}

main .u-story .date .i::after {
    display: none;
}

main .u-story .date .i::before {
    z-index: 2;
    background-color: #fff;
}

/* 应用场景详情：正文区 */
main .u-appdetail p {
    font-size: 18px;
    line-height: 32px;
    color: #666666;
    margin-bottom: 20px;
}

main .u-appdetail p:last-child {
    margin-bottom: 0;
}
