.banner {
    width: 100%;
    position: relative;
    overflow: hidden;
}
.banner img {
    width: 100%;
    display: block;
}
.banner p {
    font-size: 30px;
    font-family: Roboto;
    font-weight: normal;
    color: #FFFFFF;
    position: absolute;
    text-transform: uppercase;
    bottom: 32px;
    right: 187px;
}
.section {
    width: 100%;
    background: #e9e7e6;
    overflow: hidden;
}
.section .joke {
    width: 1652px;
    margin: 118px auto ;
    display: flex;
    justify-content: space-between;
}
.section .joke .left {
    width: 381px;
}
.section .joke .left .item {
    margin-bottom: 8px;
    transition: 0.6s;
    cursor: pointer;
    line-height: 58px;
    padding: 0 0 0 31px;
    color: #666;
    font-family: Roboto;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    text-transform: capitalize;
    transition: 0.6s;
    border-left: 6px solid rgba(220, 7, 21, 0);
}
.section .joke .left .item:hover,.section .joke .left .item.on {
    background: #F1F1F4;
    color: #DC0715;
    font-weight: 700;
    border-left: 6px solid rgba(220, 7, 21, 1);
}
.section .joke .left .on {
    font-size: 17px;
    color: #2D2D2D;
}
.section .joke .right {
    width: 1212px;
}
.section .joke .right .swiper {
    width: 100%;
}
.section .joke .right .swiper-slide {
    width: 1212px;
    opacity: 0!important;
    pointer-events: none;
    display: grid;
    grid-template-columns: repeat(3,1fr);
    gap: 57px 63px;
}
.section .joke .right .swiper-slide-active {
    opacity: 1!important;
    pointer-events: unset;
}
.section .joke .right .swiper-slide .item {
    opacity: 0;
}
.section .joke .right .swiper-slide-active .item {
    opacity: 1;
    transition: 0.6s;
}
.section .joke .right .swiper-slide .item .img {
    overflow: hidden;
    width: 100%;
}
.section .joke .right .swiper-slide .item .img a {
    display: flex;
    width: 100%;
    height: 289px;
    align-items: center;
    justify-content: center;
    background: #FFFFFF;
}
.section .joke .right .swiper-slide .item img {
    display: block;
    transition: 0.6s;
}
.section .joke .right .swiper-slide .item .img img:hover {
    transform: scale(1.2);
}
.section .joke .right .swiper-slide .item .text {
    width: 100%;
    height: 47px;
    background: #F0F0F0;
    line-height: 47px;
}
.section .joke .right .swiper-slide .item .text a {
    display: block;
    font-size: 18px;
    font-family: Roboto;
    font-weight: 400;
    color: #666666;
    transition: 0.6s;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding: 0 15px;
    width: 362px;
}
.section .joke .right .swiper-slide .item .text a:hover {
    color: #DC0715;
}

@media screen and (max-width: 1919px) {
    .banner p{
        font-size: 1.5625vw;
        bottom: 1.6666666667vw;
        right: 9.7395833333vw;
    }
    .section .joke{
        width: 86.0416666667vw;
        margin: 6.1458333333vw auto;
    }
    .section .joke .left{
        width: 19.84375vw;
    }
    .section .joke .left .item{
        margin-bottom: 0.4166666667vw;
        line-height: 3.0208333333vw;
        padding: 0px 0px 0px 1.6145833333vw;
        font-size: 0.8333333333vw;
        border-left: 0.3125vw solid rgba(220, 7, 21, 0);
    }
    .section .joke .left .item:hover, .section .joke .left .item.on{
        border-left: 0.3125vw solid rgb(220, 7, 21);
    }
    .section .joke .left .on{
        font-size: 0.8854166667vw;
    }
    .section .joke .right{
        width: 63.125vw;
    }
    .section .joke .right .swiper-slide{
        width: 63.125vw;
    }
    .section .joke .right .swiper-slide .item .text{
        height: 2.4479166667vw;
        line-height: 2.4479166667vw;
    }
    .section .joke .right .swiper-slide .item .text a{
        font-size: 0.9375vw;
        width: 18.854166666vw;
        padding: 0 0.78125vw;

    }
    .section .joke .right .swiper-slide .item .img a {
        height: 15.05208333vw;
    }
    .section .joke .right .swiper-slide {
        gap: 2.96875vw 3.28125vw;
    }
}
@media screen and (max-width: 768px) {

    .banner {
        margin: 60px 0 0;
    }

    .banner img {
        height: 60vh;
    }
    .banner p {
        font-size: 24px;
        left: 5vw;
        right: unset;
        bottom: 30px;
    }
    .section .joke {
        width: 90%;
        margin: 50px auto 60px;
        display: block;
    }
    .section .joke .left {
        width: 100%;
        display: flex;
        gap: 10px;
        flex-wrap: wrap;
    }
    .section .joke .left .item {
        line-height: 40px;
        padding: 0 0 0 15px;
        font-size: 15px;
        width: 100%;
        border-left: 3px solid rgba(220, 7, 21, 0);
    }
    .section .joke .left .item:hover, .section .joke .left .item.on {
        border-left: 3px solid rgb(220, 7, 21);
    }
    .section .joke .right {
        width: 100%;
        margin: 40px 0 0;
    }
    .section .joke .right .swiper-slide {
        grid-template-columns: repeat(1, 1fr);
        gap: 30px;
    }
    .section .joke .right .swiper-slide .item .img a {
        height: 55vw;
    }
    .section .joke .right .swiper-slide .item .text {
        height: unset;
        line-height: 1.6;
    }
    .section .joke .right .swiper-slide .item .text a {
        width: 90vw;
        font-size: 15px;
        padding: 10px 15px;
    }
}
