body {
    background: rgb(243, 243, 243);
}

.teamIntroduction2 * {
    box-sizing: border-box;
}

.teamIntroduction2 {
    max-width: 1200px;
    margin: 0 auto;
    padding: 40px 0;
    font-family: "Helvetica Neue", Helvetica, Arial, Tahoma, "Microsoft YaHei", "PingFang SC", "Hiragino Sans GB", "Heiti SC", "WenQuanYi Micro Hei", sans-serif;
}

.teamIntroduction2Top {
    margin-bottom: 30px;
}

.teamIntroduction2Top .title {
    font-size: 34px;
    color: #325dcd;
    font-weight: bold;
    line-height: 50px;
    margin: 0;
}

.teamIntroduction2Top .enTitle {
    color: #6c95ff;
    font-size: 20px;
    line-height: 30px;
    margin: 0;
}

.teamIntroduction2List:after {
    content: "";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.teamIntroduction2Item {
    width: 25%;
    float: left;
}

.teamIntroduction2Item .image-animation-box {
    overflow: hidden;
    background: #fff;
    border-radius: 50px 50px 0 0;
    width: 88%;
    height: 420px;
}

.teamIntroduction2Item .image-animation-box .image-animation {
    max-width: 100%;
    display: block;
    border: 0;
    border-radius: 50px 50px 0 0;
    transition: all 0.6s;
    position: relative;
    z-index: 1;
    width: 264px;
    height: 100%;
    object-fit: cover;
}

.teamIntroduction2Item .image-animation-box .image-animation:hover {
    transform: scale(1.1);
}

.teamIntroduction2Item .content {
    color: #fff;
    margin: 30px 26px;
    margin-left: 0;
    margin-right: 12%;
    margin-top: -50px;
    display: inline-block;
    width: 88%;
    position: relative;
    z-index: 2;
}

.teamIntroduction2Item .ModuleImageTextGiantContent {
    background: rgb(50, 93, 205);
    border-radius: 0px 50px 50px 50px;
    padding: 30px 26px;
}

.teamIntroduction2Item .content .level {
    font-size: 20px;
    line-height: 30px;
    margin: 0;
}

.teamIntroduction2Item .content .occupation {
    margin: 0;
    margin-bottom: 20px;
    font-size: 20px;
    line-height: 30px;
}

.teamIntroduction2Item .content .enOccupation {
    color: rgb(208, 221, 255);
    font-size: 14px;
    margin: 0;
    margin-bottom: 22px;
}

.teamIntroduction2Item .content .name {
    font-size: 28px;
    line-height: 42px;
    margin: 0;
}