.content-content {
    max-width: 1495px;
    margin-bottom: 108px;
}
.timeline {
    position: relative;
    margin-top: 50px;
}
.timelineSwiper {
    max-width: 1300px;
    margin: 0 auto;
}
.swiper {
    padding: 10px 0;
}
.swiper-wrapper {
    display: flex;
    align-items: flex-end;
}
.swiper-slide {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
    position: relative;
    transition: all .1s;
    height: 740px;
}
.timeline-texts {
    writing-mode:vertical-lr;
    max-height: 550px;
    font-size: 14px;
    padding-top: 5px;
}
.timeline-texts::before, .timeline-texts::after {
    content: '';
    position: absolute;
    left: 24px;
    width: 10px;
    height: 10px;
    background-color: #e60012;
    border-radius: 50%;
    z-index: 1;
}
.timeline-texts::before {
    top: -10px;
}
.timeline-texts::after {
    bottom: 47px;
}
.timeline-texts div::after {
    content: '';
    position: absolute;
    top: 0;
    left: 29px;
    margin: auto;
    width: 0px;
    height: calc(100% - 50px);
    border-left: 1px dashed #333;
}
.timeline-texts h3 {
    font-size: 20px;
    margin-right: 10px;
}
.swiper-slide>h3 {
    color: #fff;
    position: relative;
    top: -16px;
    left: 0px;
    font-size: 24px;
}
.swiper-slide:nth-child(2)>h3, .swiper-slide:nth-child(9)>h3, .swiper-slide:nth-last-child(1)>h3 {
    font-size: 34px;
    top: -5px;
    left: -12px;
}

.timeline>img {
    position: absolute;
    bottom: 62px;
    opacity: .7;
}
.timeline::before, .timeline::after {
    content: '';
    position: absolute;
    width: 100%;
}
.timeline::before {
    background-color: #4c4948;
    height: 20px;
    bottom: 42px;
}
.timeline::after {
    height: 150px;
    top: 718px;
    background-color: #c8161d;
}
@media screen and (max-width: 1024px) {
    .swiper-slide {
        height: 740px !important;
    }
}
@media screen and (max-width: 425px) {
    .content {
        margin-bottom: 0;
    }
    .content-content {
        margin-bottom: 58px;
    }
    .swiper-slide {
        height: 500px !important;
    }
    .content-content {
        width: 100%;
    }
    .timelineSwiper {
        width: 90%;
    }
    .timeline::after {
        top: 478px;
        height: 100px;
    }
    .timeline-texts {
        height: 400px;
    }
    .timeline-texts::before, .timeline-texts::after {
        left: 28px;
    }
    .timeline-texts div::after {
        left: 33px;
    }
    .swiper-slide>h3 {
        left: 7px;
    }
    .swiper-slide:nth-child(2)>h3, .swiper-slide:nth-child(9)>h3, .swiper-slide:nth-last-child(1)>h3 {
        left: -5px;
    }
}