.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: 16px;
    line-height: 2;
    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: 41px;
}

.sec1 .joke .bottom .item:nth-child(2n) {
    flex-direction: row-reverse;
}

.sec1 .joke .bottom .item .left {
    display: flex;
    flex-direction: column;
    justify-content: center;
    flex: 1;
}

.sec1 .joke .bottom .item .left h5 {
    font-size: 18px;
    font-family: Source Han Sans CN;
    font-weight: bold;
    color: #666666;
    line-height: 28px;
    margin-bottom: 20px;
}

.sec1 .joke .bottom .item .left p {
    font-size: 16px;
    font-weight: 400;
    color: #666666;
    line-height: 28px;
    display: flex;
    align-items: center;
}

.sec1 .joke .bottom .item .left p span {
    font-weight: 700;
}

.sec1 .joke .bottom .item .left ul li p::before {
    width: 6px;
    height: 6px;
    display: block;
    content: "";
    background-color: #666666;
    border-radius: 50%;
    margin-right: 10px;
}

.sec1 .joke .bottom .item:nth-child(2n-1) .left {
    padding-right: 56px;
}

.sec1 .joke .bottom .item:nth-child(2n) .left {
    padding-left: 56px;
}

.sec1 .joke .bottom .text {
    font-family: Source Han Sans CN;
    color: #999999;
}

@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.8333333333vw;
        margin-bottom: 1.0416666667vw;
    }

    .sec1 .joke .bottom {
        margin-top: 3.125vw;
    }

    .sec1 .joke .bottom .item {
        margin-bottom: 2.1354166667vw;
    }

    .sec1 .joke .bottom .item .left h5 {
        font-size: 0.9375vw;
        line-height: 1.4583333333vw;
        margin-bottom: 1.0416666667vw;
    }

    .sec1 .joke .bottom .item .left p {
        font-size: 0.8333333333vw;
        line-height: 1.4583333333vw;
    }

    .sec1 .joke .bottom .item .left ul li p::before {
        width: 0.3125vw;
        height: 0.3125vw;
        margin-right: 0.5208333333vw;
    }

    .sec1 .joke .bottom .item:nth-child(2n-1) .left {
        padding-right: 2.9166666667vw;
    }

    .sec1 .joke .bottom .item:nth-child(2n) .left {
        padding-left: 2.9166666667vw;
    }

    .sec1 .joke .bottom .item .right {
        width: 42.39583333vw;
    }

    .sec1 .joke .bottom .item .right img {
        width: 100%;
    }

    .sec1 .joke .bottom .text {
        font-size: 0.8333333vw;
    }
}

@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: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%;
    }

    .sec1 .joke .bottom .item .left h5 {
        font-size: 18px;
        line-height: 2;
        margin-bottom: 10px;
    }

    .sec1 .joke .bottom .item .left p {
        font-size: 14px;
        line-height: 2;
    }

    .sec1 .joke .bottom .item {
        margin-bottom: 30px;
    }

    .sec1 .joke .bottom .text {
        font-size: 14px;
    }

    .sec1 .joke .bottom .item:nth-child(2n) .left {
        padding-left: 0;
    }

    .sec1 .joke .bottom .item .left p {
        display: block;
    }

    .sec1 .joke .bottom .item .left li {
        padding-left: 15px;
        position: relative;
    }

    .sec1 .joke .bottom .item .left p span {
        display: inline;
    }

    .sec1 .joke .bottom .item .left ul li p::before {
        width: 8px;
        height: 8px;
        margin-right: 10px;
        position: absolute;
        left: 0;
        top: 10px;
    }
}

@media screen and (max-width: 767px) {
    .sec1 .joke {
        padding: 50px 0;
    }

    .sec1 .joke .top h1 {
        font-size: 24px;
    }
}