body {
    background: #FAFAFC
}

.course1 {
    padding: 96px 0 210px
}

.course1 .wrap {
    width: 1380px;
    margin: auto
}

.course1 .wrap .title {
    font-size: 30px;
    color: #111111;
    line-height: 44px;
    text-align: center;
    margin: 0 0 98px
}

.course1 .wrap .content {
    position: relative;
    padding: 120px 0 0 0
}

.course1 .wrap .content .position {
    position: absolute;
    top: 0;
    left: 49.2%;
    height: 115%
}

.course1 .wrap .content .position .circle {
    width: 21px;
    height: 21px;
    background: #273F76;
    border: 2px solid #223B73;
    margin: auto;
    border-radius: 50%
}

.course1 .wrap .content .position .line {
    width: 2px;
    height: 100%;
    background: #E3E6EC;
    margin: auto
}

.course1 .wrap .content .position .line div {
    width: 100%;
    height: 125px;
    background: var(--color)
}

.course1 .wrap .content .position .line .move {
    height: 0
}

.course1 .wrap .content .item {
    display: flex;
    justify-content: space-between;
    position: relative;
    z-index: 5
}

.course1 .wrap .content .item.on .text:after {
    border: 2px solid #223B73
}

.course1 .wrap .content .item.on .text .year {
    color: #223B73
}

.course1 .wrap .content .item.on .text .pick {
    color: #111111
}

.course1 .wrap .content .item:not(:last-child) {
    margin: 0 0 52px
}

.course1 .wrap .content .item:nth-child(2n) {
    flex-direction: row-reverse
}

.course1 .wrap .content .item:nth-child(2n) .text {
    text-align: left
}

.course1 .wrap .content .item:nth-child(2n) .text:after {
    right: unset;
    left: -96px
}

.course1 .wrap .content .item .text {
    width: 605px;
    text-align: right;
    position: relative
}

.course1 .wrap .content .item .text:after {
    content: '';
    position: absolute;
    right: -94px;
    top: 6px;
    width: 21px;
    height: 21px;
    background: #FAFAFC;
    border: 2px solid #E3E6EC;
    border-radius: 50%;
    transition: .6s ease
}

.course1 .wrap .content .item .text .year {
    font-weight: 500;
    font-size: 40px;
    color: #999;
    margin: 0 0 10px;
    font-family: 'Archivo', sans-serif;
    transition: .6s ease
}

.course1 .wrap .content .item .text .pick {
    font-weight: 400;
    font-size: 18px;
    color: #999;
    line-height: 40px;
    transition: .6s ease
}

.course1 .wrap .content .item .img {
    width: 605px;
    height: 354px
}


@media screen and (max-width: 1919px) {
    .course1{
        padding: 5vw 0px 10.9375vw;
    }
    .course1 .wrap{
        width: 71.875vw;
    }
    .course1 .wrap .title{
        font-size: 1.5625vw;
        line-height: 2.2916666667vw;
        margin: 0px 0px 5.1041666667vw;
    }
    .course1 .wrap .content{
        padding: 6.25vw 0px 0px;
    }
    .course1 .wrap .content .position .circle{
        width: 1.09375vw;
        height: 1.09375vw;
        border: 0.1041666667vw solid rgb(34, 59, 115);
    }
    .course1 .wrap .content .position .line{
        width: 0.1041666667vw;
    }
    .course1 .wrap .content .position .line div{
        height: 6.5104166667vw;
    }
    .course1 .wrap .content .item.on .text::after{
        border: 0.1041666667vw solid rgb(34, 59, 115);
    }
    .course1 .wrap .content .item:not(:last-child){
        margin: 0px 0px 2.7083333333vw;
    }
    .course1 .wrap .content .item:nth-child(2n) .text::after{
        left: -5vw;
    }
    .course1 .wrap .content .item .text{
        width: 31.5104166667vw;
    }
    .course1 .wrap .content .item .text::after{
        right: -4.8958333333vw;
        top: 0.3125vw;
        width: 1.09375vw;
        height: 1.09375vw;
        border: 0.1041666667vw solid rgb(227, 230, 236);
    }
    .course1 .wrap .content .item .text .year{
        font-size: 2.0833333333vw;
        margin: 0px 0px 0.5208333333vw;
    }
    .course1 .wrap .content .item .text .pick{
        font-size: 0.9375vw;
        line-height: 2.0833333333vw;
    }
    .course1 .wrap .content .item .img{
        width: 31.5104166667vw;
        height: 18.4375vw;
    }
}


@media screen and (max-width: 1024px) {
    .course1{
        padding: 60px 0 40px 0;
    }
    .course1 .wrap .title{
        font-size: 22px;
        line-height: 30px;
    }
    .course1 .wrap .content .position{
        display: none;
    }
    .course1 .wrap .content .item .text::after{
        display: none;
    }
    .course1 .wrap .content .item .text .year {
        color: #223B73;
    }
    .course1 .wrap .content .item .text .pick {
        color: #111111;
    }
    .course1 .wrap .content .item{
        flex-direction: column-reverse!important;
    }
    .course1 .wrap{
        width: 90%;
    }
    .course1 .wrap .content .item .img{
        width: 100%;
        height: auto;
    }
    .course1 .wrap .content .item .text .year{
        font-size: 22px;
        margin: 0 0 12px;
    }
    .course1 .wrap .content .item .text .pick{
        font-size: 13px;
        line-height: 25px;
    }
    .course1 .wrap .content .item .text{
        width: 100%;
        text-align: left;
        margin: 25px 0 0 0;
    }
    .course1 .wrap .content .item:not(:last-child) {
        margin: 0px 0px 40px;
    }
}
