.page-about .top {
    width: 100%;
    height: 400px;
    background: #0b1327;
    background-image: url("https://office-website-1301127519.cos.ap-shanghai.myqcloud.com/img/about-banner.png");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    margin-top: 62px;
}

.page-about .center {
    width: 100%;
    min-width: 1200px;
    height: 918px;
    padding: 80px 0;
    background: #fff;
}
.page-about .center .title {
    font-size: 32px;
    color: #333;
    margin: 0;
    font-weight: 600;
    text-align: center;
}
.page-about .center .center-content {
    width: 1200px;
    height: 100%;
    margin: 60px auto;
}
.page-about .center .center-content .group-title {
    padding-bottom: 10px;
    margin-bottom: 40px;
    font-size: 18px;
    font-weight: 500;
    color: #333333;
    border-bottom: 2px solid #dbdbdb;
}

.page-about .center .center-content .leader-list {
    margin-bottom: 20px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}

.page-about .center .center-content .leader-list .leader-item {
    width: 590px;
    height: 246px;
    display: flex;
    align-items: center;
    margin-bottom: 20px;
    background: linear-gradient(158deg, #f7f7f7 0%, #fafbfc 100%);
    box-shadow: 0px 2px 6px 0px #e9e9e9;
    border-radius: 8px;
    border: 2px solid #ffffff;
    padding: 0 40px;
}
.page-about .center .center-content .leader-list .leader-item:hover {
    transition: all 0.3s;
    transform: scale(1.1);
}
.page-about .center .center-content .leader-list .leader-item img {
    width: 120px;
    height: 120px;
    margin-right: 20px;
}
.page-about .center .center-content .leader-list .leader-item .name-title {
    padding-bottom: 10px;
    border-bottom: 2px solid #f0f0f0;
    margin-bottom: 20px;
}
.page-about .center .center-content .leader-list .leader-item .name {
    font-size: 22px;
    margin-right: 10px;
    color: #333333;
    font-weight: 600;
}
.page-about .center .center-content .leader-list .leader-item .role {
    font-size: 16px;
    font-weight: 400;
    color: #333333;
}
.page-about .center .center-content .leader-list .leader-item ul {
    margin: 0;
    margin-left: -20px;
}
.page-about .center .center-content .leader-list .leader-item ul li {
    font-size: 16px;
    font-weight: 400;
    color: #666666;
}
.page-about .center .center-content .leader-list .leader-item ul li::marker {
    color: #e94d40;
}
