body .home .container {
    width: 100%;
    padding: 3.64583vw 10.52083vw;
    position: relative;
    overflow: hidden;
}

body .home .container .bg_icon {
    position: absolute;
    left: 0;
    top: 5.46875vw;
    opacity: .05;
    pointer-events: none
}

body .home .container .recommend {
    display: flex;
    justify-content: space-between;
    padding-right: 9.58333vw
}

body .home .container .recommend .info {
    width: 40.46875vw
}

body .home .container .recommend .info .pt {
    font-weight: 600;
    line-height: 1
}

body .home .container .recommend .info .des {
    margin: 2.5vw 0;
    color: #333;
    font-weight: 500;
    line-height: 1.5;
    line-height: 1.5
}

body .home .container .recommend .info .time {
    text-align: right;
    color: #494C5C;
    line-height: 1.5
}

body .home .container .recommend .info .btn {
    padding: .52083vw 1.66667vw;
    border-radius: 8px;
    background: #DB7100;
    color: #FFF;
    width: fit-content;
    line-height: 1.5
}

body .home .container .recommend .pic {
    width: 25.52083vw;
    border-radius: 12px;
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.08);
    overflow: hidden
}

body .home .container .recommend .pic img {
    width: 100%;
    height: 16.19792vw;
    object-fit: cover;
    transition: all 600ms
}

body .home .container .recommend .pic:hover img {
    transform: scale(1.05)
}

body .home .container .types {
    display: flex;
    margin: 3.64583vw 0
}

body .home .container .types .item {
    margin-right: 1.5625vw;
    color: #666;
    line-height: 1.12;
    padding-top: 1.04167vw;
    border-top: .20833vw solid #E5EAF2;
    width: 18.54167vw;
    position: relative;
    cursor: pointer
}

body .home .container .types .item::before {
    content: '';
    position: absolute;
    left: 0;
    top: -.20833vw;
    width: 0;
    height: .20833vw;
    background: #055EA0;
    display: block;
    transition: all 600ms
}

body .home .container .types .item.on,
body .home .container .types .item:hover {
    color: #055EA0;
    font-weight: 600
}

body .home .container .types .item.on::before,
body .home .container .types .item:hover::before {
    width: 100%
}

body .home .container .boxes .box {
    display: none
}

body .home .container .boxes .box.on {
    display: block
}

body .home .container .boxes .box .list {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 2.60417vw
}

body .home .container .boxes .box .list a {
    width: 100%;
    display: block
}

body .home .container .boxes .box .list a .pic {
    width: 100%;
    border-radius: 12px;
    box-shadow: 0px 0px 1.04167vw 0px rgba(0, 0, 0, 0.08);
    overflow: hidden
}

body .home .container .boxes .box .list a .pic img {
    height: 15.625vw;
    width: 100%;
    object-fit: contain;
    transition: all 600ms
}

body .home .container .boxes .box .list a .pt {
    margin: 1.5625vw 0 1.04167vw 0;
    font-weight: 600;
    line-height: 1.5;
        text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    /* overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis */
}

body .home .container .boxes .box .list a .des {
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    line-height: 1.5;
    overflow: hidden
}

body .home .container .boxes .box .list a .time {
    margin: 1.04167vw 0;
    text-align: right
}

body .home .container .boxes .box .list a .btn {
    padding: .52083vw 1.66667vw;
    border-radius: 8px;
    background: #DB7100;
    color: #FFF;
    width: fit-content;
    line-height: 1.5
}

body .home .container .boxes .box .list a:hover .pic img {
    transform: scale(1.05)
}

body .home .container .boxes .box .pager {
    margin: 2.60417vw 0 3.64583vw 0;
    display: flex;
    justify-content: center;
    align-items: center
}

body .home .container .boxes .box .pager .prev,
body .home .container .boxes .box .pager .next {
    display: flex
}

body .home .container .boxes .box .pager .prev a,
body .home .container .boxes .box .pager .next a {
    margin-left: .26042vw
}

body .home .container .boxes .box .pager .prev a svg,
body .home .container .boxes .box .pager .next a svg {
    display: block;
    width: 2.5vw
}

body .home .container .boxes .box .pager .prev a svg rect,
body .home .container .boxes .box .pager .prev a svg path,
body .home .container .boxes .box .pager .next a svg rect,
body .home .container .boxes .box .pager .next a svg path {
    transition: all 600ms
}

body .home .container .boxes .box .pager .prev a:hover svg rect,
body .home .container .boxes .box .pager .next a:hover svg rect {
    fill: #055EA0;
    stroke: #055EA0
}

body .home .container .boxes .box .pager .prev a:hover svg path,
body .home .container .boxes .box .pager .next a:hover svg path {
    stroke: #fff;
    opacity: 1
}

body .home .container .boxes .box .pager .nums {
    display: flex;
    align-items: center;
    margin: 0 1.30208vw
}

body .home .container .boxes .box .pager .nums a {
    color: #494C5C;
    line-height: 1.36;
    margin: 0 1.30208vw;
    opacity: .5
}

body .home .container .boxes .box .pager .nums a.on {
    font-weight: 600;
    color: #055EA0;
    opacity: 1
}

@media screen and (max-width: 768px) {
    body .home .container {
        padding: 35px 5%
    }

    body .home .container .bg_icon {
        top: 50px;
        width: 80%
    }

    body .home .container .recommend {
        padding-right: 0;
        flex-direction: column-reverse
    }

    body .home .container .recommend .info {
        width: 100%;
        margin-top: 20px
    }

    body .home .container .recommend .info .pt {
        line-height: 1.5
    }

    body .home .container .recommend .info .des {
        margin: 12px 0
    }

    body .home .container .recommend .info .btn {
        padding: 5px 16px
    }

    body .home .container .recommend .pic {
        width: 100%
    }

    body .home .container .recommend .pic img {
        height: 224px
    }

    body .home .container .types {
        margin: 35px 0
    }

    body .home .container .types .item {
        margin-right: 15px;
        padding-top: 10px;
        width: 50%;
        border-top: 2px solid #E5EAF2
    }

    body .home .container .types .item::before {
        top: -2px;
        height: 2px
    }

    body .home .container .boxes .box .list {
        display: block
    }

    body .home .container .boxes .box .list a:not(:last-child) {
        margin-bottom: 25px
    }

    body .home .container .boxes .box .list a .pic img {
        height: 224px
    }

    body .home .container .boxes .box .list a .pt {
        margin: 15px 0 10px 0
    }

    body .home .container .boxes .box .list a .time {
        margin: 10px 0
    }

    body .home .container .boxes .box .list a .btn {
        padding: 5px 16px
    }

    body .home .container .boxes .box .pager {
        margin: 25px 0 30px 0
    }

    body .home .container .boxes .box .pager .prev a,
    body .home .container .boxes .box .pager .next a {
        margin-left: 2px
    }

    body .home .container .boxes .box .pager .prev a svg,
    body .home .container .boxes .box .pager .next a svg {
        width: 24px
    }
}