.container .sec1 {
    padding: 9.375vw 4.94792vw 0 5.20833vw
}

.container .sec1 .t {
    color: #202020;
    font-weight: 600;
    margin-bottom: 4.16667vw
}

.container .sec1 .t span {
    color: #3A6BD9
}

.container .sec1 .rec {
    position: relative
}

.container .sec1 .rec .swiper1 {
    width: 100%;
    overflow: hidden
}

.container .sec1 .rec .swiper1 a {
    display: flex;
    justify-content: space-between;
    gap: 4.53125vw
}

.container .sec1 .rec .swiper1 a .pic {
    width: 46.09375vw;
    overflow: hidden
}

.container .sec1 .rec .swiper1 a .pic img {
    width: 100%;
    display: block;
    height: 35.78125vw;
    object-fit: contain;
    transition: all 600ms
}

.container .sec1 .rec .swiper1 a .info {
    width: 100%;
    flex: 1
}

.container .sec1 .rec .swiper1 a .info .time {
    display: flex;
    justify-content: space-between;
    line-height: 2.7;
    color: #27384A;
    margin-top: 3.85417vw
}

.container .sec1 .rec .swiper1 a .info .pt {
    margin: 2.70833vw 0;
    color: #111827;
    line-height: 1.5;
    letter-spacing: -0.03333vw;
    /* text-transform: uppercase */
}

.container .sec1 .rec .swiper1 a .info .tip {
    color: #111827;
    font-weight: 600;
    line-height: 1.5;
    /* text-transform: capitalize; */
    margin-bottom: .57292vw;
    margin-right: .57292vw;
    letter-spacing: -0.03333vw
}

.container .sec1 .rec .swiper1 a .info .des {
    color: #111827;
    line-height: 1.5;
    /* text-transform: capitalize; */
    margin-right: 1.19792vw;
    letter-spacing: -0.03333vw;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    overflow: hidden;
    font-weight: 300
}

.container .sec1 .rec .swiper1 a:hover .pic img {
    transform: scale(1.05)
}

.container .sec1 .rec .swiper1 a:hover .info .pt {
    text-decoration: underline
}

.container .sec1 .rec .btns {
    position: absolute;
    right: 0;
    bottom: 4.32292vw;
    z-index: 10;
    display: flex;
    gap: .52083vw
}

.container .sec1 .rec .btns .prev,
.container .sec1 .rec .btns .next {
    width: 2.70833vw;
    height: 2.70833vw;
    border-radius: 50%;
    border: 1px solid #000;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: .7;
    transition: all 600ms;
    cursor: pointer
}

.container .sec1 .rec .btns .prev svg,
.container .sec1 .rec .btns .next svg {
    display: block;
    width: .78125vw;
    height: auto
}

.container .sec1 .rec .btns .prev:hover,
.container .sec1 .rec .btns .next:hover {
    opacity: 1
}

.container .sec2 {
    background: #F7F5F0;
    padding: 4.42708vw 5vw 6.25vw 5.36458vw
}

.container .sec2 .t_top {
    display: flex;
    justify-content: space-between;
    border-bottom: .10417vw solid #898989;
    padding-bottom: 1.19792vw
}

.container .sec2 .t_top .tabs {
    display: flex;
    gap: 8.48958vw
}

.container .sec2 .t_top .tabs span {
    display: block;
    padding: .52083vw;
    font-weight: 600;
    text-transform: uppercase;
    position: relative;
    transition: all 600ms;
    cursor: pointer
}

.container .sec2 .t_top .tabs span::after {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    bottom: -1.25vw;
    width: 0;
    transition: all 600ms;
    height: .20833vw;
    background: #3A6BD9
}

.container .sec2 .t_top .tabs span.on,
.container .sec2 .t_top .tabs span:hover {
    color: #3A6BD9
}

.container .sec2 .t_top .tabs span.on::after,
.container .sec2 .t_top .tabs span:hover::after {
    width: 10.625vw
}

.container .sec2 .t_top .search {
    display: flex
}

.container .sec2 .t_top .search input {
    display: flex;
    height: 3.07292vw;
    padding: .9375vw 1.04167vw .98958vw 1.04167vw;
    align-items: flex-start;
    align-self: stretch;
    border-radius: .20833vw 0 0 .20833vw;
    background: #FFF;
    padding: 0 1.04167vw;
    font-weight: 500;
    color: #000;
    border: none;
    width: 26.875vw;
    outline: none
}

.container .sec2 .t_top .search input::placeholder {
    color: #757575
}

.container .sec2 .t_top .search .confirm {
    border-radius: 0 .20833vw .20833vw 0;
    border: .10417vw solid #fff;
    background: #F7F5F0;
    display: flex;
    width: 3.75vw;
    height: 3.07292vw;
    justify-content: center;
    align-items: center;
    flex-shrink: 0;
    cursor: pointer
}

.container .sec2 .t_top .search .confirm img {
    display: block;
    width: 1.19792vw
}

.container .sec2 .list {
    margin: 5.10417vw 0 3.90625vw 0
}

.container .sec2 .list .swiper2 {
    width: 100%;
    overflow: hidden
}

.container .sec2 .list .swiper2 a {
    display: block;
    width: 100%
}

.container .sec2 .list .swiper2 a .pic {
    overflow: hidden
}

.container .sec2 .list .swiper2 a .pic img {
    width: 100%;
    height: 20.83333vw;
    display: block;
    transition: all 600ms;
    object-fit: cover
}

.container .sec2 .list .swiper2 a .time {
    color: #1C1C1C;
    display: inline-block;
    text-decoration: underline;
    font-weight: 275;
    line-height: 1.375;
    margin: 1.14583vw 0 .67708vw 0
}

.container .sec2 .list .swiper2 a .pt {
    color: #1C1C1C;
    font-weight: 500;
    line-height: 1.42;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    height: 3.64583vw;
    transition: all 600ms
}

.container .sec2 .list .swiper2 a .des {
    margin-top: .46875vw;
    color: #6B7280;
    line-height: 1.375;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    height: 3.4375vw
}

.container .sec2 .list .swiper2 a:hover .pic img {
    transform: scale(1.05)
}

.container .sec2 .list .swiper2 a:hover .pt {
    color: #3A6BD9;
    text-decoration: underline
}

.container .sec2 .pager {
    display: flex;
    justify-content: center;
    gap: .78125vw;
    align-items: center
}

.container .sec2 .pager .prev,
.container .sec2 .pager .next {
    width: 1.40625vw;
    height: 1.40625vw;
    border: 1px solid #666;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 600ms
}

.container .sec2 .pager .prev svg,
.container .sec2 .pager .next svg {
    display: block;
    width: .36458vw;
    height: auto
}

.container .sec2 .pager .prev svg path,
.container .sec2 .pager .next svg path {
    stroke: #666;
    transition: all 600ms
}

.container .sec2 .pager .prev:hover,
.container .sec2 .pager .next:hover {
    background: #3A6BD9;
    border-color: transparent
}

.container .sec2 .pager .prev:hover svg path,
.container .sec2 .pager .next:hover svg path {
    stroke: #fff
}

.container .sec2 .pager .nums {
    display: flex;
    gap: .88542vw
}

.container .sec2 .pager .nums a {
    color: #666;
    font-weight: 300;
    transition: all 600ms
}

.container .sec2 .pager .nums a.on {
    color: #3A6BD9
}

@media screen and (max-width: 768px) {
    .container .sec1 {
        padding: 80px 5% 0
    }

    .container .sec1 .t {
        margin-bottom: 10px
    }

    .container .sec1 .rec .swiper1 a {
        flex-direction: column;
        gap: 10px
    }

    .container .sec1 .rec .swiper1 a .pic {
        width: 100%
    }

    .container .sec1 .rec .swiper1 a .pic img {
        height: 250px;
        object-fit: cover
    }

    .container .sec1 .rec .swiper1 a .info .time {
        margin-top: 0;
        font-size: 14px
    }

    .container .sec1 .rec .swiper1 a .info .pt {
        margin: 10px 0;
        font-size: 16px
    }

    .container .sec1 .rec .swiper1 a .info .tip {
        font-size: 14px;
        margin-bottom: 10px
    }

    .container .sec1 .rec .swiper1 a .info .des {
        font-size: 14px;
        margin-right: 0
    }

    .container .sec1 .rec .btns {
        bottom: 20px;
        right: 20px;
        position: static;
        justify-content: center;
        gap: 10px;
        margin: 20px 0
    }

    .container .sec1 .rec .btns .prev,
    .container .sec1 .rec .btns .next {
        width: 40px;
        height: 40px
    }

    .container .sec1 .rec .btns .prev svg,
    .container .sec1 .rec .btns .next svg {
        width: 12px
    }

    .container .sec2 {
        padding: 30px 5% 60px
    }

    .container .sec2 .t_top {
        flex-direction: column;
        gap: 20px;
        padding-bottom: 20px
    }

    .container .sec2 .t_top .tabs {
        gap: 0;
        flex-direction: column
    }

    .container .sec2 .t_top .tabs span {
        padding: 10px 0;
        font-size: 16px
    }

    .container .sec2 .t_top .tabs span::after {
        bottom: 0;
        height: 2px
    }

    .container .sec2 .t_top .tabs span.on::after,
    .container .sec2 .t_top .tabs span:hover::after {
        width: 100%
    }

    .container .sec2 .t_top .search input {
        width: 100%;
        height: 45px;
        font-size: 14px;
        padding: 0 10px
    }

    .container .sec2 .t_top .search .confirm {
        width: 50px;
        height: 45px
    }

    .container .sec2 .t_top .search .confirm img {
        width: 20px
    }

    .container .sec2 .list {
        margin: 40px 0 30px
    }

    .container .sec2 .list .swiper2 a .pic img {
        height: 200px
    }

    .container .sec2 .list .swiper2 a .time {
        margin: 15px 0 10px;
        font-size: 14px
    }

    .container .sec2 .list .swiper2 a .pt {
        font-size: 16px;
        height: auto
    }

    .container .sec2 .list .swiper2 a .des {
        font-size: 14px;
        height: auto
    }

    .container .sec2 .pager {
        gap: 5px
    }

    .container .sec2 .pager .prev,
    .container .sec2 .pager .next {
        width: 25px;
        height: 25px
    }

    .container .sec2 .pager .prev svg,
    .container .sec2 .pager .next svg {
        width: 5px
    }

    .container .sec2 .pager .nums {
        gap: 5px;
        display: none
    }

    .container .sec2 .pager .nums a {
        font-size: 14px;
        padding: 5px
    }

    .container .sec2 .pager .phone_num {
        display: flex !important
    }
}