.section {
    padding: 140px 0 0;
    margin-bottom: 25px;
}
.section>p {
    width: 1520px;
    font-size: 28px;
    font-family: PingFang SC;
    font-weight: 100;
    color: #000;
    line-height: 42px;
    text-align: center;
    margin: 0 auto 115px;
}
.section .joke {
    width: 1520px;
    margin: auto;
}
.section .joke .item {
    display: flex;
    width: 100%;
    margin-bottom: 135px;
}

.section .joke .item:nth-child(2n) {
    flex-direction: row-reverse;
}
.section .joke .item .left {
    overflow: hidden;
    width: 50%;
}
.section .joke .item .left img {
    display: block;
    width: 100%;
    transition: 3s;
}
.section .joke .item .left img:hover {
    transform: scale(1.2);
}
.section .joke .item .right {
    width: 50%;
    padding: 64px 0 0 40px;
}
.section .joke .item .right h5 {
    font-size: 42px;
    font-family: PingFang SC;
    font-weight: 500;
    color: #000;
    margin-bottom: 24px;

    line-height: 50px;
}
.section .joke .item .right .red {

    color: #000;
}
.section .joke .item .right p {
    font-size: 18px;
    font-family: PingFang SC;
    font-weight: 400;
    color: #000000;
    line-height: 38px;
}
.section .joke .item:nth-child(2n) .right {
    padding: 64px 51px 0 0px;
}
.banner_title svg {
    width: 254px;
    margin-right: 26px;
}
.banner_title svg path {
    fill: #970005!important;
}
@media screen and (max-width: 1600px) {
    .section .joke,.section>p {
        width: 90%;
    }
    .section {
        padding: 80px 0 0;
    }
    .section>p {
        font-size: 24px;
        line-height: 38px;
        margin: 0 auto 70px;
    }
    .banner_title svg {
        width: 200px;
    }
    .section .joke .item .right h5 {
        font-size: 36px;
    }
}
@media screen and (max-width: 1450px) {
    .section .joke .item .right h5 {
        font-size: 32px;
    }
    .section .joke .item .right p {
        font-size: 16px;
        line-height: 32px;
    }
    .section .joke .item {
        margin-bottom: 80px;
    }
}
@media screen and (max-width: 1365px) {
    .section .joke .item .right h5 {
        font-size: 28px;
    }
    .section>p br {
        display: none;
    }
}
@media screen and (max-width: 1023px) {

    .section>p {
        font-size: 20px;
    }
    .section {
        padding: 30px 0 0;
    }
    .section .joke .item {
        flex-direction: column!important;
    }
    .section .joke .item .left,.section .joke .item .right {
        width: 100%;
    }
    .section .joke .item .right,.section .joke .item:nth-child(2n) .right {
        padding: 20px 0 0 0px;
    }
    .section .joke .item .right h5 {
        font-size: 24px;
        margin-bottom: 10px;
        line-height: 30px;
        margin-top: 5px;
    }
    .section>p {
        margin: 0 auto 30px;
    }
    .section .joke .item {
        margin-bottom: 40px;
    }
    .section .joke .item .right p {
        line-height: 28px;
    }
}
