.section {
    padding: 70px 0 163px;
}

.section .joke {
    width: 1520px;
    margin: 0 auto;
}

.section .joke .back {
    display: flex;
    align-items: center;
    margin: 0 0 70px;
    position: relative;
    left: -76px;
}

.section .joke .back svg {
    width: 24px;
    margin-right: 16px;
}

.section .joke .back svg path {
    transition: 0.6s;
}

.section .joke .back p {
    font-weight: 400;
    font-size: 18px;
    color: #111111;
    transition: 0.6s;
}

.section .joke .back:hover svg path {
    stroke: #E83928 !important;
}

.section .joke .back:hover p {
    color: #E83928;
}

.section .joke .title {
    width: 1200px;
    border-bottom: 1px solid #DEDEDE;
    padding: 0 0 23px;
    margin: 0 0 40px;
}

.section .joke .title h1 {
    font-weight: bold;
    font-size: 24px;
    color: #030303;
    margin: 0 0 10px;
}

.section .joke .title p {
    font-weight: 400;
    font-size: 18px;
    color: #999999;
}

.section .joke .content {
    padding-bottom: 60px;
    border-bottom: 1px solid #DEDEDE;
    margin: 0 0 50px;
}

.section .joke .content p {
    font-weight: 400;
    font-size: 16px;
    color: #666666;
    line-height: 41px;
}

.section .joke .content img {
    max-width: 100%;
}

.section .joke .page_n_p {
    width: 1200px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 0 0 129px;
}

.section .joke .page_n_p a {
    display: flex;
    align-items: center;
}

.section .joke .page_n_p a .iconfont {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    color: #111111;
    font-weight: bold;
    width: 44px;
    height: 44px;
    background: #F2F3F5;
    border-radius: 50%;
    transition: 0.6s;
    margin-right: 18px;
    transition: 0.6s;
}

.section .joke .page_n_p a p {
    font-weight: 400;
    font-size: 18px;
    color: #030303;
}

.section .joke .page_n_p a:hover .iconfont {
    background: #E83928;
    color: #FFFFFF;
}

.section .joke .page_n_p a:nth-child(1) .iconfont {
    transform: rotate(180deg);
}

.section .joke .page_n_p a:nth-child(2) {
    flex-direction: row-reverse;
}

.section .joke .page_n_p a:nth-child(2) .iconfont {
    margin: 0 0 0 18px;
}

.section .joke .hot h2 {
    font-weight: bold;
    font-size: 24px;
    color: #030303;
    margin: 0 0 50px;
}

.section .joke .hot .item {
    display: flex;
    justify-content: space-between;
}

.section .joke .hot .item:not(:nth-last-child(1)) {
    margin-bottom: 90px;
}

.section .joke .hot .item .img {
    width: 510px;
    border-radius: 10px;
    overflow: hidden;
    height: 300px;
}

.section .joke .hot .item .img img {
    display: block;
    width: 100%;
    transition: 3s;
}

.section .joke .hot .item .item_text {
    width: 945px;
    height: 300px;
    border-bottom: 1px solid #DCDCDC;
    padding: 10px 0 0;
    position: relative;
}

.section .joke .hot .item .item_text:after {
    content: "";
    width: 100%;
    height: 1px;
    background: #E83928;
    position: absolute;
    left: 0;
    bottom: 0;
    transform: scaleX(0);
    transition: 1s;
    transform-origin: left;
}

.section .joke .hot .item .item_text h5 {
    width: 720px;
    font-weight: bold;
    font-size: 24px;
    color: #111111;
    line-height: 36px;
    height: 72px;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    margin-bottom: 35px;
    transition: 0.6s;
}

.section .joke .hot .item .item_text > p {
    font-weight: 400;
    font-size: 16px;
    color: #999999;
    line-height: 24px;
    height: 48px;
    margin-bottom: 25px;
}

.section .joke .hot .item .item_text .flex {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.section .joke .hot .item .item_text .flex .time {
    font-weight: 400;
    font-size: 16px;
    color: #999999;
}

.section .joke .hot .item .item_text .flex .more {
    display: flex;
    align-items: center;
    width: fit-content;
}

.section .joke .hot .item .item_text .flex .more p {
    font-weight: bold;
    font-size: 18px;
    color: #111111;
    margin-right: 16px;
    transition: 0.6s;
}

.section .joke .hot .item .item_text .flex .more .iconfont {
    font-size: 20px;
    color: #111111;
    transition: 0.6s;
}

.section .joke .hot .item:hover .img img {
    transform: scale(1.1);
}

.section .joke .hot .item:hover .item_text:after {
    transform: scaleX(1);
}

.section .joke .hot .item:hover .item_text h5 {
    color: #E83928;
}

.section .joke .hot .item:hover .item_text .flex .more p, .section .joke .hot .item:hover .item_text .flex .more .iconfont {
    color: #E83928;
}

@media screen and (max-width: 1920px) {
    .section {
        padding: 3.6458333333vw 0 8.4895833333vw;
    }

    .section .joke {
        width: 79.1666666667vw;
        margin: 0 auto;
    }

    .section .joke .back {
        display: flex;
        align-items: center;
        margin: 0 0 3.6458333333vw;
        position: relative;
        left: -3.9583333333vw;
    }

    .section .joke .back svg {
        width: 1.25vw;
        margin-right: 0.8333333333vw;
    }

    .section .joke .back svg path {
        transition: 0.6s;
    }

    .section .joke .back p {
        font-weight: 400;
        font-size: 0.9375vw;
        color: #111111;
        transition: 0.6s;
    }

    .section .joke .back:hover svg path {
        stroke: #E83928 !important;
    }

    .section .joke .back:hover p {
        color: #E83928;
    }

    .section .joke .title {
        width: 62.5vw;
        border-bottom: 1px solid #DEDEDE;
        padding: 0 0 1.1979166667vw;
        margin: 0 0 2.0833333333vw;
    }

    .section .joke .title h1 {
        font-weight: bold;
        font-size: 1.25vw;
        color: #030303;
        margin: 0 0 0.5208333333vw;
    }

    .section .joke .title p {
        font-weight: 400;
        font-size: 0.9375vw;
        color: #999999;
    }

    .section .joke .content {
        padding-bottom: 3.125vw;
        border-bottom: 1px solid #DEDEDE;
        margin: 0 0 2.6041666667vw;
    }

    .section .joke .content p {
        font-weight: 400;
        font-size: 0.8333333333vw;
        color: #666666;
        line-height: 2.1354166667vw;
    }
    .section .joke .content img {
        max-width: 100%;
    }

    .section .joke .page_n_p {
        width: 62.5vw;
        display: flex;
        align-items: center;
        justify-content: space-between;
        margin: 0 0 6.71875vw;
    }

    .section .joke .page_n_p a {
        display: flex;
        align-items: center;
    }

    .section .joke .page_n_p a .iconfont {
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 1.0416666667vw;
        color: #111111;
        font-weight: bold;
        width: 2.2916666667vw;
        height: 2.2916666667vw;
        background: #F2F3F5;
        border-radius: 50%;
        transition: 0.6s;
        margin-right: 0.9375vw;
        transition: 0.6s;
    }

    .section .joke .page_n_p a p {
        font-weight: 400;
        font-size: 0.9375vw;
        color: #030303;
    }

    .section .joke .page_n_p a:hover .iconfont {
        background: #E83928;
        color: #FFFFFF;
    }

    .section .joke .page_n_p a:nth-child(1) .iconfont {
        transform: rotate(180deg);
    }

    .section .joke .page_n_p a:nth-child(2) {
        flex-direction: row-reverse;
    }

    .section .joke .page_n_p a:nth-child(2) .iconfont {
        margin: 0 0 0 0.9375vw;
    }

    .section .joke .hot h2 {
        font-weight: bold;
        font-size: 1.25vw;
        color: #030303;
        margin: 0 0 2.6041666667vw;
    }

    .section .joke .hot .item {
        display: flex;
        justify-content: space-between;
    }

    .section .joke .hot .item:not(:nth-last-child(1)) {
        margin-bottom: 4.6875vw;
    }

    .section .joke .hot .item .img {
        width: 26.5625vw;
        border-radius: 0.5208333333vw;
        overflow: hidden;
        height: 15.625vw;
    }

    .section .joke .hot .item .img img {
        display: block;
        width: 100%;
        transition: 3s;
    }

    .section .joke .hot .item .item_text {
        width: 49.21875vw;
        height: 15.625vw;
        border-bottom: 1px solid #DCDCDC;
        padding: 0.5208333333vw 0 0;
        position: relative;
    }

    .section .joke .hot .item .item_text:after {
        content: "";
        width: 100%;
        height: 1px;
        background: #E83928;
        position: absolute;
        left: 0;
        bottom: 0;
        transform: scaleX(0);
        transition: 1s;
        transform-origin: left;
    }

    .section .joke .hot .item .item_text h5 {
        width: 37.5vw;
        font-weight: bold;
        font-size: 1.25vw;
        color: #111111;
        line-height: 1.875vw;
        height: 3.75vw;
        -webkit-line-clamp: 2;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        overflow: hidden;
        margin-bottom: 1.8229166667vw;
        transition: 0.6s;
    }

    .section .joke .hot .item .item_text > p {
        font-weight: 400;
        font-size: 0.8333333333vw;
        color: #999999;
        line-height: 1.25vw;
        height: 2.5vw;
        margin-bottom: 1.3020833333vw;
    }

    .section .joke .hot .item .item_text .flex {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

    .section .joke .hot .item .item_text .flex .time {
        font-weight: 400;
        font-size: 0.8333333333vw;
        color: #999999;
    }

    .section .joke .hot .item .item_text .flex .more {
        display: flex;
        align-items: center;
        width: fit-content;
    }

    .section .joke .hot .item .item_text .flex .more p {
        font-weight: bold;
        font-size: 0.9375vw;
        color: #111111;
        margin-right: 0.8333333333vw;
        transition: 0.6s;
    }

    .section .joke .hot .item .item_text .flex .more .iconfont {
        font-size: 1.0416666667vw;
        color: #111111;
        transition: 0.6s;
    }

    .section .joke .hot .item:hover .img img {
        transform: scale(1.1);
    }

    .section .joke .hot .item:hover .item_text:after {
        transform: scaleX(1);
    }

    .section .joke .hot .item:hover .item_text h5 {
        color: #E83928;
    }

    .section .joke .hot .item:hover .item_text .flex .more p, .section .joke .hot .item:hover .item_text .flex .more .iconfont {
        color: #E83928;
    }
}
@media screen and (max-width: 1024px) {
  .section .joke .back p {
    font-size: 16px;
  }
  .section .joke .title h1 {
    font-size: 24px;
    margin: 0 0 10px;
  }
  .section .joke .title {
    padding: 0 0 15px;
    margin: 0 0 20px;
  }

  .section .joke .title p {
    font-size: 14px;
  }
  .section .joke .back svg {
    width: 16px;
  }
  .section .joke {
    width: 90%;
  }
  .section .joke .back {
    left: 0;
  }
  .section .joke .title {
    width: 100%;
  }
  .section .joke .hot .item .item_text {
    width: 55.21875vw;
  }
  .section .joke .hot .item .item_text h5 {
    width: 100%;
    font-size: 18px;
    -webkit-line-clamp: 1;
    height: 18px;
    margin: 0 0 30px;
    line-height: 1;
  }
  .section .joke .hot .item .item_text > p {
    font-size: 14px;
    line-height: 1.6;
    height: 45px;
  }
  .section .joke .hot h2 {
    font-size: 24px;
    margin: 0 0 40px;
  }
  .section .joke .hot .item .item_text .flex .time {
    font-size: 12px;
  }
}
@media screen and (max-width: 768px) {
    .section .joke .content p span {
        font-size: 14px!important;
        line-height: 2;
    }
  .section {
    padding: 30px 0 50px;
  }
  .section .joke .back {
    margin: 0 0 20px;
  }
  .section .joke .content img {
    height: unset!important;
  }
  .section .joke .back p {
    font-size: 14px;
  }
  .section .joke .back svg {
    width: 14px;
  }
  .section .joke .title h1 {
    line-height: 1.6;
  }
  .section .joke .title p {
    font-size: 12px;
  }
  .section .joke .page_n_p a p {
    font-size: 14px;
  }
  .section .joke .page_n_p a .iconfont {
    width: 30px;
    height: 30px;
    font-size: 14px;
    margin-right: 10px;
  }
  .section .joke .page_n_p a:nth-child(2) .iconfont {
    margin:  0 0 0 10px;
  }
  .section .joke .content {
    padding-bottom: 40px;
    margin: 0 0 40px;
  }
  .section .joke .page_n_p {
    width: 100%;
  }
  .section .joke .hot .item {
    display: block;
  }
  .section .joke .hot .item .img {
    width: 100%;
    height: unset;
  }
  .section .joke .page_n_p {
    margin: 0 0 60px;
  }

  .section .joke .hot .item .item_text {
    width: 100%;
    height: unset;
    padding: 0 0 20px;
  }
  .section .joke .hot .item .img {
    margin: 0 0 20px;
  }
  .section .joke .hot .item .item_text h5 {
    margin: 0 0 20px;
  }
  .section .joke .hot .item .item_text > p {
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    margin: 0 0 15px;
  }
    .section .joke .content p span {
        line-height: 2!important;
    }
    .section .joke .hot .item .item_text h5 {
        height: auto;
        -webkit-line-clamp: unset;
        -webkit-box-orient: unset;
        overflow: unset;
        line-height: 1.6;
    }
    .section .joke .hot .item .item_text > p {
        height: auto;
        -webkit-line-clamp: unset;
        -webkit-box-orient: unset;
        overflow: unset;
        line-height: 1.6;
    }
}
