.banner {
    position: relative;
}
.banner .links {
    position: absolute;
    left: 50%;
    bottom: 40px;
    transform: translateX(-50%);
    z-index: 10;
    background: #FFFFFF;
    padding: 10px;
    border-radius: 50px;
    display: flex;
    align-items: center;
    justify-content: center;

}
.banner .links a {
    width: 150px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 30px;
    font-size: 16px;
    color: #111111;
    transition: 0.6s;

}
.banner .links a:nth-child(1) {
    margin-right: 10px;
}
.banner .links a:hover,.banner .links a.on {
    background: #F98800;
    color: #FFFFFF;
}
.section .wrap {
    width: 1440px;
    margin: 0 auto
}

.section .wrap .crumb_link {
    padding: 27px 0 0;
    margin: 0 0 53px
}

.section .wrap .content {
    display: flex;
    flex-wrap: wrap
}

.section .wrap .content .item {
    display: block;
    width: 320px;
    margin-bottom: 60px
}

.section .wrap .content .item .img {
    overflow: hidden;
    margin-bottom: 42px
}

.section .wrap .content .item .img img {
    display: block;
    transition: 3s
}

.section .wrap .content .item h5 {
    font-weight: bold;
    font-size: 18px;
    color: #111111;
    line-height: 32px;
    width: 280px;
    height: 64px;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    margin: 0 0 15px;
    transition: 0.6s
}

.section .wrap .content .item p {
    width: 280px;
    font-weight: 400;
    font-size: 16px;
    color: #666666;
    line-height: 30px;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    margin-bottom: 20px
}

.section .wrap .content .item span {
    display: block;
    font-weight: 400;
    font-size: 16px;
    color: #999999
}

.section .wrap .content .item:hover .img img {
    transform: scale(1.1)
}

.section .wrap .content .item:hover h5 {
    color: #F98800
}

.section .wrap .content .item:not(:nth-child(4n)) {
    margin: 0 50px 0 0
}

.page {
    margin: 15px 0 105px
}

@media screen and (max-width: 1920px) {
    .section .wrap {
        width: 75vw;
        margin: 0 auto
    }

    .section .wrap .crumb_link {
        padding: 1.40625vw 0 0;
        margin: 0 0 2.7604166667vw
    }

    .section .wrap .content {
        display: flex;
        flex-wrap: wrap
    }

    .section .wrap .content .item {
        display: block;
        width: 16.6666666667vw;
        margin-bottom: 3.125vw
    }

    .section .wrap .content .item .img {
        overflow: hidden;
        margin-bottom: 2.1875vw
    }

    .section .wrap .content .item .img img {
        display: block;
        transition: 3s
    }

    .section .wrap .content .item h5 {
        font-weight: bold;
        font-size: 0.9375vw;
        color: #111111;
        line-height: 1.6666666667vw;
        width: 14.5833333333vw;
        height: 3.3333333333vw;
        -webkit-line-clamp: 2;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        overflow: hidden;
        margin: 0 0 0.78125vw;
        transition: 0.6s
    }

    .section .wrap .content .item p {
        width: 14.5833333333vw;
        font-weight: 400;
        font-size: 0.8333333333vw;
        color: #666666;
        line-height: 1.5625vw;
        -webkit-line-clamp: 2;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        overflow: hidden;
        margin-bottom: 1.0416666667vw
    }

    .section .wrap .content .item span {
        display: block;
        font-weight: 400;
        font-size: 0.8333333333vw;
        color: #999999
    }

    .section .wrap .content .item:hover .img img {
        transform: scale(1.1)
    }

    .section .wrap .content .item:hover h5 {
        color: #F98800
    }

    .section .wrap .content .item:not(:nth-child(4n)) {
        margin: 0 2.6041666667vw 0 0
    }

    .page {
        margin: 0.78125vw 0 5.46875vw
    }

}
@media screen and (max-width: 1024px) {
    .section {
        padding: 40px 0 60px;
    }
    .section .wrap {
        width: 90%;
    }
    .section .wrap .content .item {
        width: 100%;
        margin: 0 0 30px !important;
    }
    .section .wrap .content .item .img img {
        width: 100%;
    }
    .section .wrap .content .item .img {
        margin: 0 0 20px;
    }
    .section .wrap .content .item h5 {
        width: 100%;
        height: unset;
        font-size: 18px;
        line-height: 1.6;
        margin: 0 0 5px;
    }
    .section .wrap .content .item span {
        font-size: 14px;
    }
    .section .wrap .content .item p {
        width: 100%;
        font-size: 14px;
        line-height: 1.6;
        margin: 0 0 5px;
    }
}
