/*新闻资讯-----------------------------------------------------------*/

.news>h1 {
    text-align: center;
    font-weight: normal;
    font-size: 35px;
    padding: 70px 0 50px;
    color: rgb(83, 83, 83);
}

.container-news {
    width: 95%;
    max-width: 1400px;
    border-bottom: 1px solid rgb(210, 210, 210);
}

.container-news .cover {
    padding-top: calc(290/440*100%);
    width: 100%;
    display: inline-block;
    transition: all .4s;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100%;
}

.container-news .cover:hover {
    background-size: 110%;
}

.container-news p {
    color: rgb(83, 83, 83);
}

.container-news .news-title {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 24px;
    padding: 20px 0 15px;
}

.container-news .news-detail {
    font-size: 14px;
    line-height: 25px;
    margin-bottom: 30px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
}

.container-news .news-date {
    color: rgb(0, 176, 240);
    display: flex;
    justify-content: space-between;
    padding-bottom: 40px;
    align-items: center;
}

.container-news .news-date>span {
    font-size: 14px;
}

.container-news .news-date>a {
    display: inline-block;
    padding-top: 30px;
    width: 30px;
    background-image: url(/html/images/button.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}

.container-news .news-date>a:hover {
    background-image: url(/html/images/button-on.png);
}

.turn-pages {
    width: 95%;
    max-width: 1400px;
    margin: 0 auto;
    padding-top: 108px;
    margin-bottom: 80px;
    position: relative;
}

.pagination-news {
    min-height: 40px;
    font-size: 18px;
    top: 50%;
    transform: translateY(-50%) translate3d(0, 0, 0) !important;
    color: rgb(173, 173, 173);
}

.pagination-news>span {
    position: relative;
    bottom: -2px;
    font-size: 22px;
}

.pagination-news>.swiper-pagination-current {
    font-size: 32px;
    color: rgb(0, 118, 192);
}

.turn-pages .button-prev-news {
    --swiper-navigation-color: rgba(0, 0, 0, 0);
    --swiper-navigation-size: 32px;
    left: 0;
    height: 32px;
    width: 28px;
    right: 0;
    transition: all .2s;
    background: url(/html/images/prev.png) no-repeat;
}

.turn-pages .button-next-news {
    --swiper-navigation-color: rgba(0, 0, 0, 0);
    --swiper-navigation-size: 32px;
    right: 0;
    height: 32px;
    width: 28px;
    right: 0;
    transition: all .2s;
    background: url(/html/images/next.png) no-repeat;
}


/*新闻资讯end--------------------------------------------------------*/



/*自适应-------------------------------------------------------------*/

@media screen and (max-width:1400px) {
    .nav-bar {
        line-height: 50px;
    }

    .nav-bar>ul>li {
        max-height: 50px;
    }

    .nav-bar>ul>li>a {
        min-width: 110px;
    }

    .introduce {
        width: 100%;
        padding: 0;
    }

    .introduce>section {
        background-size: cover;
        padding: calc(65/1400*100%) 0;
    }

    .introduce>section>div {
        width: 100%;
        max-width: 900px;
        padding: calc(70/1400*100%);
        margin: 0 auto;
        background: rgba(255, 255, 255, .8);
    }

    .introduce>section>div>p {
        margin-top: calc(30/1400*100%);
    }

    .culture {
        padding-top: calc(80/1400*100%);
    }

    .flexbox-culture>div {
        padding: calc(120/1400*100%) calc(80/1400*100%) calc(160/1400*100%);
    }

    .flexbox-culture>div>p:first-of-type {
        margin: calc(15/1400*100%*3) 0 calc(45/1400*100%*3);
    }

    .history {
        padding-top: calc(60/1400*100%);
    }

    .line {
        width: calc(1204/1400*100%);
        padding-top: calc(65/1400*100%);
        margin-bottom: calc(37/1400*100%);
    }

    .history>div>div {
        padding-bottom: calc(73/1400*100%);
    }

    .team {
        padding-bottom: calc(130/1400*100%);
    }

    .container-news .news-title {
        font-size: 20px;
        padding: calc(20/1400*100%*3) 0 calc(15/1400*100%*3);
    }

    .container-news .news-detail {
        margin-bottom: calc(30/1400*100%*3);
    }

    .news>h1,
    .team>h1,
    .structure>h1,
    .history>h1,
    .culture>h1 {
        font-size: 30px;
    }

    .structure>h1,
    .news>h1,
    .team>h1 {
        padding: calc(50/1400*100%) 0 calc(70/1400*100%);
    }
}

@media screen and (max-width:850px) {}

@media screen and (max-width:768px) {
    .nav-bar {
        line-height: 40px;
    }

    .nav-bar>ul>li {
        max-height: 40px;
        flex-grow: 1;
    }

    .nav-bar>ul>li>a {
        padding: 0 10px;
        box-sizing: border-box;
        width: 100%;
        font-size: 16px;
    }

    .introduce>section {
        padding: calc(65/1400*100%*2 - 40px) 0;
    }


    .introduce>section>div>p {
        font-size: 15px;
    }

    .flexbox-culture>div>p:last-of-type {
        font-size: 20px;
        line-height: 30px;
    }

    .list-history>li {
        padding: calc(23/768*100%) 0;
    }

    .list-history>li>p {
        color: rgb(83, 83, 83);
        line-height: 22px;
        font-size: 15px;
    }

    .team .expert-info {
        padding: calc(10/768*100%*2);
        line-height: 25px;
    }

    .team .pagination-team {
        margin-top: calc(20/768*100%);
    }

    .team .swiper-pagination-bullet {
        width: calc(92/768*100%) !important;
    }

    .container-news .news-date {
        padding-bottom: calc(40/768*100%*2);
    }

    .container-news .news-date>a {
        width: 25px;
        padding-top: 25px;
    }

    .turn-pages {
        padding-top: calc(108/768*100%);
        margin-bottom: calc(30/768*100%);
    }

    .pagination-news {
        font-size: 16px;
    }

    .pagination-news>span {
        position: relative;
        bottom: -2px;
        font-size: 18px;
    }

    .pagination-news>.swiper-pagination-current {
        font-size: 26px;
        color: rgb(0, 118, 192);
    }

    .turn-pages .button-prev-news {
        transform: scale(80%);
    }

    .turn-pages .button-next-news {
        transform: scale(80%);
    }

    .news>h1,
    .team>h1,
    .structure>h1,
    .history>h1,
    .culture>h1 {
        font-size: 26px;
    }
}

@media screen and (max-width:640px) {
    .flexbox-culture {
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    .flexbox-culture>div {
        width: 65%;
    }

    .history>div>div>a {
        width: 100%;
    }

    .team .pagination-team {
        margin-top: calc(5/768*100%);
    }

    .container-news .news-title {
        font-size: 18px;
    }

    .container-news .news-detail {
        font-size: 14px;
        line-height: 22px;
    }
}


/*自适应end----------------------------------------------------------*/