.section3 {
    position: relative;
    padding: 100px 0;
}

.box3 {
    position: relative;
    overflow: hidden;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.box3 .imgBox {
    width: 70%;
    overflow: hidden;
}

.box3Img {
    width: 100%;
    padding: 15px 15px 45px;
}

.box3Img .item {
    position: relative;
    background: #fff;
    box-shadow: 0px 3px 15px 1px rgba(0, 0, 0, .1);
    -webkit-box-shadow: 0px 3px 15px 1px rgba(0, 0, 0, .1);
}

.box3Img .item .img {
    width: 100%;
    position: relative;
    overflow: hidden;
}

.box3Img .item .img::after {
    content: "";
    display: block;
    background: #ffffff60;
    width: 50%;
    height: 110%;
    position: absolute;
    left: 123%;
    top: 0;
    z-index: 2;
    transform: skewX(45deg);
    transition: 0.5s;
}

.box3Img .item .img:hover::after {
    left: -75%;
}

.box3Img .item .img img {
    position: relative;
    z-index: 1;
    width: 100%;
}

.box3Img .item .text {
    background: #ffffff;
    padding: 20px 30px;
}

.box3Img .item .text h1 {
    font-size: 18px;
    color: #333;
    position: relative;
    word-break: break-all;
    overflow: hidden;
display: -webkit-box;
-webkit-box-orient: vertical;
-webkit-line-clamp: 1;
}

.box3Img .item .text h1::after {
    content: '';
    position: absolute;
    width: 30px;
    height: 6px;
    background: var(--color);
    left: -45px;
    top: 10px;
}

.box3Img .item .text h2 {
    font-size: 16px;
    color: #999;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}

.pagination3 span {
    width: 30px;
    height: 3px;
    margin: 0 5px;
    border-radius: 0;
    -webkit-border-radius: 0;
    background: #B9B9B9;
}

.pagination3 span.swiper-pagination-bullet-active {
    background: var(--color);
}

@media (max-width: 1440px) {
    .section3 {
        position: relative;
        padding: 90px 0;
    }

    .box3 .imgBox {
        width: 65%;
    }
}

@media (max-width: 1200px) {
    .section3 {
        padding: 75px 0;
    }

    .box3 {
        display: flex;
        flex-wrap: wrap;
    }

    .box3 .textBox {
        width: 100%;
        margin-bottom: 30px;
    }

    .box3 .imgBox {
        width: 100%;
    }
}

@media (max-width: 992px) {
    .section3 {
        padding: 60px 0;
    }
}

@media (max-width: 640px) {
    .box3 .textBox {
        margin-bottom: 15px;
    }

    .section3 {
        padding: 45px 0;
    }

    .box3Img {
        padding-left: 10px;
        padding-right: 10px;
    }

    .box3Img .item {
        box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, .2);
        -webkit-box-shadow: 0px 2px 10px 1px rgba(0, 0, 0, .2);
    }

    .box3Img .item .text {
        padding: 15px;
    }

    .box3Img .item .text h1::after {
        width: 13px;
        height: 3px;
        left: -15px;
        top: 11px;
    }

    .box3Img .item .text h1 {
        font-size: 16px;
        overflow: hidden;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 1;
    }


    .box3Img .item .text h2 {
        font-size: 14px;
    }
}
