.sec1 .joke {
    width: 1680px;
    margin: auto;
    padding-top: 58px;
    padding-bottom: 60px;
}

.sec1 .joke .top h1 {
    font-size: 50px;
    font-family: Cambria;
    font-weight: 400;
    color: #999999;
    text-transform: uppercase;
}

.sec1 .joke .top h2 {
    font-size: 30px;
    font-family: Source Han Sans CN;
    font-weight: bold;
    color: #666666;
    line-height: 35px;
    margin-bottom: 27px;
}

.sec1 .joke .top p {
    font-size: 14px;
    font-family: Source Han Sans CN;
    font-weight: 500;
    color: #666666;
    margin-bottom: 20px;
}

.sec1 .joke .top img {
    display: block;
    width: 100%;
}

.sec1 .joke .bottom {
    margin-top: 60px;
}

.sec1 .joke .bottom .item {
    display: flex;
    justify-content: space-between;
    margin-bottom: 75px;
    margin-bottom: 30px;
}

.sec1 .joke .bottom .item:nth-child(2n) {
    flex-direction: row-reverse;
}

.sec1 .joke .bottom .item .right {
    width: 710px;
    height: 500px;
    position: relative;
    padding-top: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.sec1 .joke .bottom .item .right img {
    display: block;
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
}

.sec1 .joke .bottom .item .right h3 {
    font-size: 28px;
    font-family: Source Han Sans CN;
    font-weight: bold;
    color: #FFFFFF;
    margin-bottom: 0;
    text-align: center;
}

.sec1 .joke .bottom .item .right p.en {
    font-size: 18px;
    font-family: Source Han Sans CN;
    font-weight: 500;
    color: #FFFFFF;
    line-height: 28px;
    text-align: center;
}

.sec1 .joke .bottom .item .right p {
    font-size: 24px;
    font-family: Source Han Sans CN;
    font-weight: 500;
    color: #FFFFFF;
    line-height: 28px;
    text-align: center;
}

.sec1 .joke .bottom .item .left {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.sec1 .joke .bottom .item .left h3 {
    font-size: 30px;
    font-family: Source Han Sans CN;
    font-weight: bold;
    color: #666666;
    margin-bottom: 5px;
}

.sec1 .joke .bottom .item .left h4 {
    font-size: 24px;
    font-family: Source Han Sans CN;
    font-weight: 500;
    color: #666666;
    margin-bottom: 25px;
}

.sec1 .joke .bottom .item .left p {
    font-size: 18px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #666666;
    line-height: 28px;
}

.sec1 .joke .bottom .item .left p span {
    font-size: 14px;
    display: block;
}

.sec1 .joke .bottom .item .left .box p {
    font-size: 16px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #666666;
}

.sec1 .joke .bottom .item .left .box:nth-of-type(1) {
    margin-bottom: 33px;
}

.sec1 .joke .bottom .item .left .box {
    display: flex;
    align-items: center;
}

.sec1 .joke .bottom .item .left .box:not(:nth-of-type(1)) {
    margin-bottom: 33px;
}

.sec1 .joke .bottom .item .left .box p {
    padding-left: 32px;
    position: relative;
    margin-right: 33px;
    position: relative;
}

.sec1 .joke .bottom .item .left .box p:after {
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 17px;
    width: 6px;
    height: 6px;
    background: #229230;
    border-radius: 50%;
}

.sec1 .joke .bottom .item .left {
    width: 970px;
}

.sec1 .joke .bottom .item .right img {
    width: 100%;
    height: 100%;
}

.sec1 .joke .bottom .item:nth-child(2n) .left {
    padding-left: 92px;
}

.sec1 .joke .bottom .item:nth-child(2n-1) .left {
    padding-right: 50px;
}

.sec1 .joke .bottom .item .left h5 {
    font-size: 20px;
    color: rgba(102, 102, 102, 1);
    line-height: 28px;
}

@media screen and (max-width: 1919px) {
    .sec1 .joke {
        width: 87.5vw;
        padding-top: 3.0208333333vw;
        padding-bottom: 3.125vw;
    }

    .sec1 .joke .top h1 {
        font-size: 2.6041666667vw;
    }

    .sec1 .joke .top h2 {
        font-size: 1.5625vw;
        line-height: 1.8229166667vw;
        margin-bottom: 1.40625vw;
    }

    .sec1 .joke .top p {
        font-size: 0.7291666667vw;
        margin-bottom: 1.0416666667vw;
    }

    .sec1 .joke .bottom {
        margin-top: 3.125vw;
    }

    .sec1 .joke .bottom .item {
        margin-bottom: 1.5625vw;
    }

    .sec1 .joke .bottom .item .right {
        width: 36.9791666667vw;
        height: 26.0416666667vw;
    }

    .sec1 .joke .bottom .item .right h3 {
        font-size: 1.4583333333vw;
    }

    .sec1 .joke .bottom .item .right p.en {
        font-size: 0.9375vw;
        line-height: 1.4583333333vw;
    }

    .sec1 .joke .bottom .item .right p {
        font-size: 1.25vw;
        line-height: 1.4583333333vw;
    }

    .sec1 .joke .bottom .item .left h3 {
        font-size: 1.5625vw;
        margin-bottom: 0.2604166667vw;
    }

    .sec1 .joke .bottom .item .left h4 {
        font-size: 1.25vw;
        margin-bottom: 1.3020833333vw;
    }

    .sec1 .joke .bottom .item .left p {
        font-size: 0.9375vw;
        line-height: 1.4583333333vw;
    }

    .sec1 .joke .bottom .item .left p span {
        font-size: 0.7291666667vw;
    }

    .sec1 .joke .bottom .item .left .box p {
        font-size: 0.8333333333vw;
    }

    .sec1 .joke .bottom .item .left .box:nth-of-type(1) {
        margin-bottom: 1.71875vw;
    }

    .sec1 .joke .bottom .item .left .box:not(:nth-of-type(1)) {
        margin-bottom: 1.71875vw;
    }

    .sec1 .joke .bottom .item .left .box p {
        padding-left: 1.6666666667vw;
        margin-right: 1.71875vw;
    }

    .sec1 .joke .bottom .item .left .box p::after {
        left: 0.8854166667vw;
        width: 0.3125vw;
        height: 0.3125vw;
    }

    .sec1 .joke .bottom .item .left {
        width: 50.5208333333vw;
    }

    .sec1 .joke .bottom .item:nth-child(2n) .left {
        padding-left: 4.7916666667vw;
    }

    .sec1 .joke .bottom .item:nth-child(2n-1) .left {
        padding-right: 2.6041666667vw;
    }

    .sec1 .joke .bottom .item .left h5 {
        font-size: 1.0416666667vw;
        line-height: 1.4583333333vw;
    }
}

@media screen and (max-width: 1024px) {
    .sec1 .joke {
        width: 90vw;
        padding: 60px 0;
    }

    .sec1 .joke .top h1 {
        font-size: 28px;
    }

    .sec1 .joke .top h2 {
        font-size: 18px;
        line-height: 2;
        margin-bottom: 10px;
    }

    .sec1 .joke .top p {
        font-size: 14px;
        line-height: 2;
        margin-bottom: 5px;
    }

    .sec1 .joke .bottom .item {
        flex-direction: column-reverse;
    }

    .sec1 .joke .bottom .item:nth-child(2n),
    .sec1 .joke .bottom .item {
        flex-direction: column-reverse;
    }

    .sec1 .joke .bottom .item .left {
        margin-top: 20px;
    }

    .sec1 .joke .bottom .item .right {
        width: 100%;
        height: 50vw;
    }

    .sec1 .joke .bottom .item .right h3 {
        font-size: 24px;
    }

    .sec1 .joke .bottom .item .left h3 {
        font-size: 18px;
        margin-bottom: 10px;
    }

    .sec1 .joke .bottom .item .left {
        width: 100%;
    }

    .sec1 .joke .bottom .item:nth-child(2n-1) .left {
        padding-right: 0;
    }

    .sec1 .joke .bottom .item .left p {
        font-size: 14px;
        line-height: 2;
    }

    .sec1 .joke .bottom .item .left h4 {
        font-size: 16px;
        margin-bottom: 10px;
    }

    .sec1 .joke .bottom .item:nth-child(2n) .left {
        padding-left: 0;
    }

    .sec1 .joke .bottom .item {
        margin-bottom: 30px;
    }
}

@media screen and (max-width: 767px) {
    .sec1 .joke {
        padding: 50px 0;
    }

    .sec1 .joke .top h1 {
        font-size: 24px;
    }

    .sec1 .joke .bottom .item .right h3 {
        font-size: 18px;
    }

    .sec1 .joke .bottom .item .left h4 {
        font-size: 14px;
    }
}

@media screen and (max-width: 414px) {
    .sec1 .joke .bottom .item .right h3 {
        font-size: 14px;
    }
}