.section {
    padding: 81px 0 70px;
}

.section .wrap .recomand_box {
    display: flex;
    border-radius: 10px;
    background: #F9F9F9;
}

.section .wrap .recomand_box .img {
    width: 50%;
    height: 500px;
    border-radius: 10px;
}

.section .wrap .recomand_box .img img {
    display: block;
    width: 100%;
    height: 100%;
    transition: 3s;
}

.section .wrap .recomand_box .r_box {
    width: 50%;
    padding: 64px 113px 0 40px;
}

.section .wrap .recomand_box .r_box .date {
    font-weight: 400;
    font-size: 16px;
    color: #000000;
    opacity: 0.4;
}

.section .wrap .recomand_box .r_box .r_title {
    display: block;
    font-weight: bold;
    font-size: 24px;
    color: #000000;
    transition: 0.6s;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin: 60px 0 57px;
}

.section .wrap .recomand_box .r_box .r_title:hover {
    color: #005FD5;
}

.section .wrap .recomand_box .r_box .r_text {
    font-weight: 400;
    font-size: 16px;
    color: #000000;
    line-height: 30px;
    opacity: 0.6;
    margin-bottom: 80px;
}

.section .wrap .recomand_box .r_box .more {
    width: fit-content;
    display: flex;
    align-items: center;
    padding: 0 20px;
    height: 42px;
    border-radius: 21px;
    border: 1px solid #E3E5E8;
    gap: 10px;
    transition: 0.6s;
}

.section .wrap .recomand_box .r_box .more p {
    font-weight: 400;
    font-size: 16px;
    color: #000000;
    transition: 0.6s;
}

.section .wrap .recomand_box .r_box .more .iconfont {
    font-size: 9px;
    color: #000000;
    transition: 0.6s;
}

.section .wrap .recomand_box .r_box .more:hover {
    border: 1px solid #005FD5;
    background: #005FD5;
}

.section .wrap .recomand_box .r_box .more:hover p, .section .wrap .recomand_box .r_box .more:hover .iconfont {
    color: #FFFFFF;
}

.section .wrap .part1 {
    margin: 70px 0 60px;
}

.section .wrap .part1 .part_title {
    font-weight: bold;
    font-size: 30px;
    color: #000000;
    margin-bottom: 19px;
}

.section .wrap .part1 .list {
    display: flex;
    flex-wrap: wrap;
    gap: 60px 35px;
}

.section .wrap .part1 .list .item {
    display: block;
    width: 510px;
}

.section .wrap .part1 .list .item .img {
    width: 100%;
    height: 320px;
    border-radius: 8px;
    overflow: hidden;
}

.section .wrap .part1 .list .item .img img {
    display: block;
    width: 100%;
    height: 100%;
    transition: 3s;
}

.section .wrap .part1 .list .item .h5 {
    font-weight: bold;
    font-size: 20px;
    color: #000000;
    margin: 30px 0 20px;
    transition: 0.6s;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.section .wrap .part1 .list .item .p {
    font-weight: 400;
    font-size: 16px;
    color: #000000;
    line-height: 30px;
    opacity: 0.6;
}

.section .wrap .part1 .list .item:hover .img img {
    transform: scale(1.1);
}

.section .wrap .part1 .list .item:hover .h5 {
    color: #005FD5;
}

.section .wrap .part2 .part_title {
    font-weight: bold;
    font-size: 30px;
    color: #000000;
    margin-bottom: 40px;
}

.section .wrap .part2 .list {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
    margin-bottom: 47px;
}

.section .wrap .part2 .list .item {
    width: 100%;
    display: flex;
    justify-content: space-between;
    padding: 25px;
    background: #F9F9F9;
    border-radius: 10px;
}

.section .wrap .part2 .list .item .l {
    display: flex;
    align-items: center;
    gap: 44px;
}

.section .wrap .part2 .list .item .l .img {
    width: 340px;
    height: 210px;
    border-radius: 8px;
    overflow: hidden;
}

.section .wrap .part2 .list .item .l .img img {
    display: block;
    width: 100%;
    height: 100%;
    transition: 3s;
}

.section .wrap .part2 .list .item .l .text {
    width: 770px;
}

.section .wrap .part2 .list .item .l .text .h5 {
    font-weight: bold;
    font-size: 20px;
    color: #000000;
    margin-bottom: 33px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.section .wrap .part2 .list .item .l .text .p {
    font-weight: 400;
    font-size: 16px;
    color: #000000;
    line-height: 30px;
}

.section .wrap .part2 .list .item .more {
    width: fit-content;
    display: flex;
    align-items: center;
    padding: 0 20px;
    height: 42px;
    border-radius: 21px;
    border: 1px solid #E3E5E8;
    gap: 10px;
    transition: 0.6s;
    margin: 45px 17px 0 0;
}

.section .wrap .part2 .list .item .more p {
    font-weight: 400;
    font-size: 16px;
    color: #000000;
    transition: 0.6s;
}

.section .wrap .part2 .list .item .more .iconfont {
    font-size: 9px;
    color: #000000;
    transition: 0.6s;
}

.section .wrap .part2 .list .item .more:hover {
    border: 1px solid #005FD5;
    background: #005FD5;
}

.section .wrap .part2 .list .item .more:hover p, .section .wrap .part2 .list .item .more:hover .iconfont {
    color: #FFFFFF;
}

.section .wrap .part2 .list .item:hover .l .img img {
    transform: scale(1.1);
}

@media screen and (max-width: 1919px) {
    .section {
        padding: 4.21875vw 0px 3.6458333333vw;
    }

    .section .wrap .recomand_box {
        border-radius: 0.5208333333vw;
    }

    .section .wrap .recomand_box .img {
        height: 26.0416666667vw;
        border-radius: 0.5208333333vw;
    }

    .section .wrap .recomand_box .r_box {
        padding: 3.3333333333vw 5.8854166667vw 0px 2.0833333333vw;
    }

    .section .wrap .recomand_box .r_box .date {
        font-size: 0.8333333333vw;
    }

    .section .wrap .recomand_box .r_box .r_title {
        font-size: 1.25vw;
        margin: 3.125vw 0px 2.96875vw;
    }

    .section .wrap .recomand_box .r_box .r_text {
        font-size: 0.8333333333vw;
        line-height: 1.5625vw;
        margin-bottom: 4.1666666667vw;
    }

    .section .wrap .recomand_box .r_box .more {
        padding: 0px 1.0416666667vw;
        height: 2.1875vw;
        border-radius: 1.09375vw;
        gap: 0.5208333333vw;
    }

    .section .wrap .recomand_box .r_box .more p {
        font-size: 0.8333333333vw;
    }

    .section .wrap .recomand_box .r_box .more .iconfont {
        font-size: 0.46875vw;
    }

    .section .wrap .part1 {
        margin: 3.6458333333vw 0px 3.125vw;
    }

    .section .wrap .part1 .part_title {
        font-size: 1.5625vw;
        margin-bottom: 0.9895833333vw;
    }

    .section .wrap .part1 .list {
        gap: 3.125vw 1.8229166667vw;
    }

    .section .wrap .part1 .list .item {
        width: 26.5625vw;
    }

    .section .wrap .part1 .list .item .img {
        height: 16.6666666667vw;
        border-radius: 0.4166666667vw;
    }

    .section .wrap .part1 .list .item .h5 {
        font-size: 1.0416666667vw;
        margin: 1.5625vw 0px 1.0416666667vw;
    }

    .section .wrap .part1 .list .item .p {
        font-size: 0.8333333333vw;
        line-height: 1.5625vw;
    }

    .section .wrap .part2 .part_title {
        font-size: 1.5625vw;
        margin-bottom: 2.0833333333vw;
    }

    .section .wrap .part2 .list {
        gap: 1.5625vw;
        margin-bottom: 2.4479166667vw;
    }

    .section .wrap .part2 .list .item {
        padding: 1.3020833333vw;
        border-radius: 0.5208333333vw;
    }

    .section .wrap .part2 .list .item .l {
        gap: 2.2916666667vw;
    }

    .section .wrap .part2 .list .item .l .img {
        width: 17.7083333333vw;
        height: 10.9375vw;
        border-radius: 0.4166666667vw;
    }

    .section .wrap .part2 .list .item .l .text {
        width: 40.1041666667vw;
    }

    .section .wrap .part2 .list .item .l .text .h5 {
        font-size: 1.0416666667vw;
        margin-bottom: 1.71875vw;
    }

    .section .wrap .part2 .list .item .l .text .p {
        font-size: 0.8333333333vw;
        line-height: 1.5625vw;
    }

    .section .wrap .part2 .list .item .more {
        padding: 0px 1.0416666667vw;
        height: 2.1875vw;
        border-radius: 1.09375vw;
        gap: 0.5208333333vw;
        margin: 2.34375vw 0.8854166667vw 0px 0px;
    }

    .section .wrap .part2 .list .item .more p {
        font-size: 0.8333333333vw;
    }

    .section .wrap .part2 .list .item .more .iconfont {
        font-size: 0.46875vw;
    }
}
@media screen and (max-width: 768px) {
    .crumbs_links .wrap {
        justify-content: center;
    }
    .crumbs_links .wrap .l {
        display: none;
    }
    .section {
        padding: 50px 0;
    }
    .section .wrap .recomand_box {
        border-radius: 8px;
        display: block;
    }
    .section .wrap .recomand_box .img {
        display: block;
        height: unset;
        border-radius:8px;
        width: 100%;
    }
    .section .wrap .recomand_box .r_box .date {
        font-size: 14px;
    }
    .section .wrap .recomand_box .r_box .r_title {
        font-size: 18px;
        margin: 15px 0;
    }
    .section .wrap .recomand_box .r_box .r_text {
        font-size: 15px;
        line-height: 1.5;
        margin-bottom: 25px;
    }
    .section .wrap .recomand_box .r_box .more {
        height: 36px;
        padding: 0 20px;
        border-radius: 18px;
        gap: 6px;
    }
    .section .wrap .recomand_box .r_box .more .iconfont {
        font-size: 10px;
    }
    .section .wrap .recomand_box .r_box .more p {
        font-size: 15px;
    }
    .section .wrap .recomand_box .r_box {
        width: 100%;
        padding: 25px 20px;
    }
    .section .wrap .part1 {
        margin: 50px 0;
    }
    .section .wrap .part1 .list {
        gap: 30px;
    }
    .section .wrap .part1 .list .item {
        width: 100%;
        padding: 0 0 10px;
        border-bottom: 1px solid #ccc;
    }
    .section .wrap .part1 .part_title {
        font-size: 20px;
        margin-bottom: 25px;
    }
    .section .wrap .part1 .list .item .img {
        height: 52vw;
        border-radius: 8px;
    }
    .section .wrap .part1 .list .item .h5 {
        margin: 20px 0 10px;
        font-size: 18px;
    }
    .section .wrap .part1 .list .item .p {
        font-size: 15px;
        line-height: 1.8;
    }
    .section .wrap .part2 .part_title {
        font-size: 20px;
        margin-bottom: 20px;
    }
    .section .wrap .part2 .list {
        gap: 30px;
    }
    .section .wrap .part2 .list .item {
        display: block;
        padding: 20px;
        border-radius: 8px;
    }
    .section .wrap .part2 .list .item .l {
        display: block;
    }
    .section .wrap .part2 .list .item .l .img {
        width: 100%;
        height: 40vw;
        border-radius: 8px;
    }
    .section .wrap .part2 .list .item .l .text {
        width: 100%;
        margin: 20px 0 0;
    }
    .section .wrap .part2 .list .item .l .text .h5 {
        font-size: 18px;
    }
    .section .wrap .part2 .list .item .l .text .p {
        font-size: 15px;
        line-height: 1.8;
        margin: 10px 0 0;
    }
    .section .wrap .part2 .list .item .more {
        margin: 20px 0 0;
        height: 36px;
        padding: 0 20px;
        border-radius: 18px;
        gap: 6px;
    }
    .section .wrap .part2 .list .item .more .iconfont {
        font-size: 10px;
    }
    .section .wrap .part2 .list .item .more p {
        font-size: 15px;
    }
}
