.container p {
    margin: 0
}

.container .title {
    margin: 0 auto;
    position: relative;
    padding-bottom: 20px;
    width: fit-content
}

.container .title p {
    padding: 5px 20px 8px 20px;
    background: linear-gradient(to right, #082d6e, #105ccc);
    font-size: 24px;
    color: white;
    border-radius: 5px
}

.container .title::after {
    content: '';
    display: block;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    width: 60px;
    height: 5px;
    background: #072A69;
    bottom: 0
}

.container .more {
    color: #999;
    font-size: 20px;
    padding: 5px 20px 7px 20px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    background: #fff;
    border-radius: 10px;
    margin: 45px auto 0 auto;
    display: block;
    width: fit-content;
    transition: all 600ms
}

.container .more:hover {
    color: #000
}

.container .section1 {
    background: #f7f7f9;
    padding: 66px 0;
    position: relative
}

.container .section1 .bg {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 980px;
    pointer-events: none
}

.container .section1 .bg img {
    width: 100%
}

.container .section1 .news {
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    margin: 20px 0 40px 0;
    position: relative;
    background: #fff
}

.container .section1 .news .bg0 {
    position: absolute;
    right: 0;
    top: 68px;
    width: 231px;
    pointer-events: none
}

.container .section1 .news .bg0 img {
    width: 100%
}

.container .section1 .news .prev {
    position: absolute;
    left: -80px;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer
}

.container .section1 .news .prev i {
    font-size: 60px;
    color: #115fd1;
    transition: all 600ms
}

.container .section1 .news .prev:hover i {
    color: #072A69
}

.container .section1 .news .next {
    position: absolute;
    right: -80px;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer
}

.container .section1 .news .next i {
    font-size: 60px;
    color: #115fd1;
    transition: all 600ms
}

.container .section1 .news .next:hover i {
    color: #072A69
}

.container .section1 .news .swiper1 {
    width: 100%
}

.container .section1 .news .swiper1 a {
    display: flex
}

.container .section1 .news .swiper1 a .pic {
    width: 70%;
    position: relative
}

.container .section1 .news .swiper1 a .pic img {
    width: 100%;
    object-fit: cover;
    height: 650px
}

.container .section1 .news .swiper1 a .pic p {
    position: absolute;
    left: 1px;
    bottom: 52px;
    font-size: 22px;
    font-weight: bold;
    z-index: 10;
    color: white;
    padding: 16px 34px;
    max-width: 500px;
    background: linear-gradient(to right, #072a69, rgba(7, 42, 105, 0))
}

.container .section1 .news .swiper1 a .text {
    width: 40%;
    padding: 0 50px;
    position: relative
}

.container .section1 .news .swiper1 a .text .pt {
    color: #115FD1;
    font-size: 24px;
    font-weight: bold;
    margin: 40px 0;
    position: relative
}

.container .section1 .news .swiper1 a .text .pt::before {
    content: '';
    display: block;
    width: 7px;
    height: 71px;
    background: linear-gradient(to bottom, #082d6e, #105ccc);
    position: absolute;
    left: -25px;
    top: 50%;
    transform: translateY(-50%)
}

.container .section1 .news .swiper1 a .text .des {
    color: #999;
    font-size: 18px;
    line-height: 1.7;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 6
}

.container .section1 .news .swiper1 a .text .tag {
    display: flex;
    justify-content: space-between;
    color: #999;
    position: absolute;
    left: 0;
    bottom: 30px;
    width: 100%;
    padding: 0 50px
}

.container .section1 .list {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 80px
}

.container .section1 .list a {
    width: 100%;
    display: block;
    border-top: 2px solid rgba(0, 0, 0, 0.2)
}

.container .section1 .list a .time {
    padding: 7px 8px;
    background: #115fd1;
    color: white;
    width: fit-content;
    margin-top: -2px
}

.container .section1 .list a .pt {
    color: #262626;
    font-size: 18px;
    font-weight: bold;
    margin: 18px 0;
    height: 44px;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    transition: all 600ms
}

.container .section1 .list a .des {
    color: #666666;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    margin-bottom: 30px
}

.container .section1 .list a .btn {
    color: #999
}

.container .section1 .list a:hover .pt {
    color: #072A69
}

.container .section2 {
    margin: 60px 0 0 0;
    position: relative;
    padding-bottom: 60px
}

.container .section2 .bg {
    position: absolute;
    right: 0;
    bottom: 0;
    pointer-events: none
}

.container .section2 .bg img {
    width: 1071px
}

.container .section2 .list {
    margin-top: 30px
}

.container .section2 .list a {
    position: relative;
    display: block;
    transition: all 600ms
}

.container .section2 .list a:not(:last-child) {
    margin-bottom: 26px
}

.container .section2 .list a img {
    max-width: 100%
}

.container .section2 .list a p {
    position: absolute;
    left: 0;
    top: 50%;
    width: 100%;
    text-align: center;
    color: white;
    transform: translateY(-50%);
    font-size: 24px;
    line-height:1;
    font-weight: bold;
    font-family: 'Source Sans Pro', 'Arial', 'Helvetica';
}

.container .section2 .list a:hover {
    transform: scale(1.05)
}

.container .section3 {
    background: #f7f7f9;
    padding: 66px 0;
    position: relative
}

.container .section3 .bg {
    position: absolute;
    right: 0;
    top: 0;
    width: 423px;
    pointer-events: none
}

.container .section3 .bg img {
    width: 100%
}

.container .section3 .team {
    margin: 30px 0 0 0;
    position: relative
}

.container .section3 .team .prev {
    position: absolute;
    left: -80px;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer
}

.container .section3 .team .prev i {
    font-size: 60px
}

.container .section3 .team .prev:hover {
    color: #072A69
}

.container .section3 .team .next {
    position: absolute;
    right: -80px;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer
}

.container .section3 .team .next i {
    font-size: 60px
}

.container .section3 .team .next:hover {
    color: #072A69
}

.container .section3 .team .swiper2 .swiper-slide {
    padding: 10px 0
}

.container .section3 .team .swiper2 a {
    display: block;
    width: 100%;
    background: white;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    padding: 20px;
    transition: all 600ms
}

.container .section3 .team .swiper2 a .pic {
    overflow: hidden
}

.container .section3 .team .swiper2 a .pic img {
    transition: all 600ms;
    width: 100%;
    object-fit: cover;
    height: 260px
}

.container .section3 .team .swiper2 a .name {
    font-size: 18px;
    margin: 12px 0;
    height:48px;
    text-align: center;
    transition: all 600ms;
    
}

.container .section3 .team .swiper2 a .des {
    color: #999;
    font-size: 15px;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    transition: all 600ms;
    line-height: 1.7;
    transition: all 600ms;
    height: 0px
}

.container .section3 .team .swiper2 a:hover {
    background: linear-gradient(to right, #082d6e, #105ccc)
}

.container .section3 .team .swiper2 a:hover .pic img {
    transform: scale(1.05)
}

.container .section3 .team .swiper2 a:hover .name,
.container .section3 .team .swiper2 a:hover .des {
    color: white
}

.container .section3 .more {
    margin: 60px auto
}

.container .section3 .logos {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 60px;
    margin: 60px 0
}

.container .section3 .logos a {
    display: block;
    width: 100%
}

.container .section3 .logos a img {
    width: 100%;
    object-fit: cover;
    transition: all 600ms
}

.container .section3 .logos a:hover img {
    transform: scale(1.05)
}

@media screen and (max-width: 1440px) {
    .container .section1 .bg {
        width: 700px
    }

    .container .section1 .news .swiper1 a .pic {
        width: 60%
    }

    .container .section1 .news .swiper1 a .text .pt {
        margin: 200px 0 60px 0
    }

    .container .section2 .bg img {
        width: 600px
    }

    .container .section3 {
        padding-bottom: 0
    }

    .container .section3 .bg {
        width: 300px
    }

    .container .section3 .team .swiper2 a .pic img {
        height: 175px
    }
}

@media screen and (max-width: 1100px) {
    .container .section1 .news .prev {
        left: -20px;
        z-index: 10
    }

    .container .section1 .news .prev i {
        font-size: 40px
    }

    .container .section1 .news .next {
        right: -20px;
        z-index: 10
    }

    .container .section1 .news .next i {
        font-size: 40px
    }

    .container .section1 .news .swiper1 a .text .des {
        font-size: 16px
    }

    .container .section3 .team .prev {
        left: -20px;
        z-index: 10
    }

    .container .section3 .team .prev i {
        font-size: 40px
    }

    .container .section3 .team .next {
        right: -20px;
        z-index: 10
    }

    .container .section3 .team .next i {
        font-size: 40px
    }

    .container .section3 .team .swiper2 a {
        padding: 15px;
        min-height:250px;
    }

    .container .section3 .team .swiper2 a .pic img {
        height: 140px
    }
}

@media screen and (max-width: 800px) {
    .container {
        margin-top: 60px
    }

    .container .title p {
        font-size: 20px;
        padding: 3px 15px 6px 15px
    }

    .container .title::after {
        width: 40px;
        height: 3px
    }

    .container .more {
        font-size: 16px;
        padding: 3px 15px 5px 15px;
        margin: 30px auto 0 auto
    }

    .container .section1 {
        padding: 30px 0
    }

    .container .section1 .bg {
        max-width: 100%
    }

    .container .section1 .news .bg0 {
        width: 150px;
        top: 30px
    }

    .container .section1 .news .prev,
    .container .section1 .news .next {
        display: none
    }

    .container .section1 .news .prev i,
    .container .section1 .news .next i {
        font-size: 30px
    }

    .container .section1 .news .swiper1 a {
        flex-direction: column
    }

    .container .section1 .news .swiper1 a .pic {
        width: 100%
    }

    .container .section1 .news .swiper1 a .pic img {
        height: auto
    }

    .container .section1 .news .swiper1 a .pic p {
        font-size: 16px;
        padding: 10px 20px;
        max-width: 300px
    }

    .container .section1 .news .swiper1 a .text {
        width: 100%;
        padding: 20px
    }

    .container .section1 .news .swiper1 a .text .pt {
        font-size: 18px;
        margin: 0 0 10px
    }

    .container .section1 .news .swiper1 a .text .pt::before {
        display: none
    }

    .container .section1 .news .swiper1 a .text .des {
        font-size: 14px;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 3;
        height: 70px;
        overflow: hidden
    }

    .container .section1 .news .swiper1 a .text .tag {
        position: static;
        padding: 0;
        margin-top: 20px
    }

    .container .section1 .list {
        display: block
    }

    .container .section1 .list a {
        margin-bottom: 20px
    }

    .container .section1 .list a .pt {
        font-size: 16px;
        margin: 15px 0;
        height: auto
    }

    .container .section1 .list a .des {
        margin-bottom: 15px
    }

    .container .section2 {
        margin: 30px 0
    }

    .container .section2 .bg img {
        max-width: 100%
    }

    .container .section2 .list a:not(:last-child) {
        margin-bottom: 10px
    }

    .container .section2 .list a img {
        height: 60px
    }

    .container .section2 .list a p {
        font-size: 16px
    }

    .container .section3 {
        padding: 30px 0 0 0
    }

    .container .section3 .bg {
        width: 120px
    }

    .container .section3 .team .prev,
    .container .section3 .team .next {
        display: none
    }

    .container .section3 .team .prev i,
    .container .section3 .team .next i {
        font-size: 30px
    }

    .container .section3 .team .swiper2 a {
        padding: 10px 20px
    }

    .container .section3 .team .swiper2 a .name {
        font-size: 16px
    }

    .container .section3 .team .swiper2 a .des {
        font-size: 13px
    }

    .container .section3 .more {
        margin: 30px auto
    }

    .container .section3 .logos {
        grid-template-columns: 1fr;
        gap: 30px;
        margin: 30px 0
    }
}