body {
    margin: 0;
}
.page-body {
    position: relative;
}
.page-body .page-content {
    padding-top: 60px;
}
.top-header-fixed {
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background: #fff;
    box-shadow: 0 2px 8px #f0f1f2;
z-index: 9999;
}

.page-body .top-big-img {
    width: 100%;
    height: 500px;
    background:  center center no-repeat;
    background-size: 100% 100%;
    margin-bottom: 20px;
}

.big-title-body {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 50px 0 30px 0;
}

.big-title-body .left-text {
    color: #d9dee4;
    font-weight: 700;
    font-size: 40px;
    margin-top: 9px;
}
.big-title-body .right-text div{
    font-size: 24px;
    font-weight: 700;
    text-align: left;
    margin-left: 3px;
    line-height: 30px;
}
.big-title-body .right-text .color-1{
    color: #0179c1;
}
.big-title-body .right-text .color-2{
    color: #d9dee4;
    line-height: 20px;
}

.left-padding {
    max-width: 1200px;
    margin: 0 auto 30px;
}

.news-list .news-item {
    display: flex;
    padding: 12px 0;
    border-bottom: 1px solid #dfe0e0;
}
.news-list .news-item .news-logo {
    width: 295px;
    height: 170px;
    flex-shrink: 0;
    margin-right: 8px;
}
.news-list .news-item .news-right {
    flex: 1;
}
.news-list .news-item .news-right .news-name {
    font-size: 22px;
    line-height: 40px;
    color: #007bff;
    cursor: pointer;
}
.news-list .news-item .news-right .news-desc {
    font-size: 18px;
    line-height: 35px;
    color: #666;
    margin: 10px 0;
}
.news-list .news-item .news-right .news-time {
    font-size: 18px;
    line-height: 35px;
    color: #666;
    text-align: right;
    padding-top: 12px;
    border-top: 1px dotted  #dfe0e0;
}

.swiper-container .swiper-button-next {
    color: rgba(0, 0, 0, 0) !important;
    height: 80px;
    top: 40%;
    z-index: 5;
}

.swiper-container .swiper-button-prev{
    color: rgba(0, 0, 0, 0) !important;
    height: 80px;
    top: 40%;
    z-index: 5;
}
.swiper-slide .person-item {
    display: flex;
    flex-direction: column;
    align-items: center;
}
.swiper-slide .person-item .person-logo {
    width: 200px;
    height: 300px;
}
.swiper-slide .person-item .person-name {
    color: #333;
    font-family: "pingfang sc";
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px;
    text-align: center;
    margin-top: 10px;
}

