.container {
    padding: 10.15625vw 12.5vw 6.40625vw 12.5vw
}

.container .sec1 .t {
    font-weight: 400;
    line-height: 1.5;
    text-align: center
}

.container .sec1 .tags {
    text-align: right;
    margin: .88542vw 0 3.125vw 0;
    color: #404040;
    font-weight: 350;
    line-height: 1.5
}

.container .sec1 .pics {
    margin-bottom: 1.875vw;
    position: relative;
    transition: all 1s;
    clip-path: inset(0 100% 0 0)
}

.container .sec1 .pics.animated {
    clip-path: inset(0 0% 0 0)
}

.container .sec1 .pics .text {
    position: absolute;
    left: 0;
    bottom: 2.76042vw;
    width: 100%;
    padding: 0 10.41667vw;
    z-index: 10
}

.container .sec1 .pics .text .dp {
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid #fff
}

.container .sec1 .pics .text .dp p {
    color: rgba(255, 255, 255, 0.5);
    line-height: 1.5;
    position: relative;
    padding-bottom: .83333vw;
    cursor: pointer;
    transition: all 600ms
}

.container .sec1 .pics .text .dp p::after {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    bottom: -1px;
    width: 0;
    height: 3px;
    background: #431F83;
    z-index: 10;
    transition: all 600ms
}

.container .sec1 .pics .text .dp p:first-child {
    padding: 0 2.08333vw
}

.container .sec1 .pics .text .dp p:nth-child(2) {
    padding: 0 1.04167vw
}

.container .sec1 .pics .text .dp p.on {
    color: #fff
}

.container .sec1 .pics .text .dp p.on::after {
    width: 100%
}

.container .sec1 .pics .swiper {
    width: 100%;
    overflow: hidden
}

.container .sec1 .pics .swiper .pic {
    border-radius: 1.04167vw;
    overflow: hidden
}

.container .sec1 .pics .swiper .pic img {
    width: 100%;
    display: block;
    object-fit: cover;
    height: 42.1875vw;
    transition: all 600ms
}

.container .sec1 .pics .swiper .pic:hover img {
    transform: scale(1.05)
}

.container .sec1 .html {
    color: #404040;
    line-height: 2;
    font-weight: 350
}

.container .sec1 .html p {
    margin-top: .83333vw
}

.container .sec1 .html p img{
    width: auto !important;
    height: auto !important;
}

.container .sec1 .pager {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 5.20833vw
}

.container .sec1 .pager .prev,
.container .sec1 .pager .next {
    color: #431F83;
    line-height: 1.5;
    transition: all 600ms
}

.container .sec1 .pager .prev:hover,
.container .sec1 .pager .next:hover {
    font-weight: 500
}

.container .sec1 .pager .back {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 18.85417vw;
    height: 3.02083vw;
    border-radius: 5px;
    background: #431F83;
    color: white;
    gap: .41667vw;
    transition: all 600ms
}

.container .sec1 .pager .back img {
    width: 1.77083vw;
    display: block
}

.container .sec1 .pager .back:hover {
    transform: scale(1.05)
}

.container .sec1 .pager .next {
    text-align: right
}

.container .sec2 {
    padding-top: 5.20833vw
}

.container .sec2 .p1 {
    color: #070707;
    line-height: 1.5;
    letter-spacing: .075vw;
    margin-bottom: 2.70833vw
}

.container .sec2 .news {
    width: 100%
}

.container .sec2 .news .swiper1 {
    width: 100%;
    overflow: hidden
}

.container .sec2 .news .swiper1 a {
    display: block;
    width: 100%
}

.container .sec2 .news .swiper1 a .pic {
    width: 100%;
    border-radius: 1.04167vw;
    overflow: hidden
}

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

.container .sec2 .news .swiper1 a .pt {
    color: #070707;
    line-height: 1.5;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    margin: 1.66667vw 0 .83333vw 0
}

.container .sec2 .news .swiper1 a .des {
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    margin: .83333vw 0 1.30208vw 0
}

.container .sec2 .news .swiper1 a .tags {
    display: flex;
    justify-content: space-between;
    align-items: center
}

.container .sec2 .news .swiper1 a .tags .time {
    color: #070707;
    line-height: 1.5;
    font-weight: 350
}

.container .sec2 .news .swiper1 a:hover .pic img {
    transform: scale(1.05)
}

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

    .container .sec1 .t {
        font-size: 20px
    }

    .container .sec1 .tags {
        text-align: center;
        margin: 15px 0 30px 0;
        font-size: 14px
    }

    .container .sec1 .pics {
        margin-bottom: 20px
    }

    .container .sec1 .pics .text {
        bottom: 20px;
        padding: 0;
        position: static
    }

    .container .sec1 .pics .text .dp {
        justify-content: center;
        flex-direction: column
    }

    .container .sec1 .pics .text .dp p {
        color: rgba(0, 0, 0, 0.5);
        padding-bottom: 10px;
        padding: 10px !important;
        border-bottom: 1px solid #000;
        font-size: 14px
    }

    .container .sec1 .pics .text .dp p::after {
        height: 2px;
        transform: scale(1.0)
    }

    .container .sec1 .pics .text .dp p.on {
        color: #000
    }

    .container .sec1 .pics .swiper .pic {
        border-radius: 10px
    }

    .container .sec1 .pics .swiper .pic img {
        height: 200px
    }

    .container .sec1 .html {
        padding: 0 10px;
        line-height: 1.8
    }

    .container .sec1 .html p {
        margin-top: 10px
    }

    .container .sec1 .pager {
        flex-direction: column;
        gap: 20px;
        margin-top: 30px
    }

    .container .sec1 .pager .prev,
    .container .sec1 .pager .next {
        font-size: 14px;
        width: 100%
    }

    .container .sec1 .pager .back {
        width: 100%;
        height: 45px;
        font-size: 14px
    }

    .container .sec1 .pager .back img {
        width: 24px
    }

    .container .sec2 {
        padding-top: 40px
    }

    .container .sec2 .p1 {
        font-size: 20px;
        margin-bottom: 20px;
        text-align: center
    }

    .container .sec2 .news .swiper1 a .pic {
        border-radius: 10px
    }

    .container .sec2 .news .swiper1 a .pic img {
        height: 178px
    }

    .container .sec2 .news .swiper1 a .pt {
        margin: 15px 0 10px 0;
        font-size: 16px
    }

    .container .sec2 .news .swiper1 a .des {
        margin: 10px 0 15px 0;
        font-size: 14px
    }

    .container .sec2 .news .swiper1 a .tags .time {
        font-size: 14px
    }
}