.teamIntroduction8 {
    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;
}

.teamIntroduction8 * {
    box-sizing: border-box;
}

.teamIntroduction8Top {
    margin-bottom: 54px;
}

.teamIntroduction8Top:after {
    content: "";
    height: 0;
    visibility: hidden;
    clear: both;
    display: block;
}

.teamIntroduction8TopLeft {
    float: left;
}

.teamIntroduction8TopLeft .title {
    font-size: 18px;
    color: rgb(89, 89, 89);
    margin: 0;
    line-height: 24px;
}

.teamIntroduction8TopLeft .enTitle {
    font-family: arial, helvetica, sans-serif;
    color: rgb(216, 216, 216);
    font-size: 12px;
    margin: 0;
    line-height: 24px;
}

.teamIntroduction8Top .teamIntroduction8TopRight {
    float: right;
    margin-top: 14px;
}

.teamIntroduction8TopRight .moduleButton {
    padding: 9px 31px;
    border: 1px solid rgb(216, 216, 216);
    color: rgb(216, 216, 216);
    border-radius: 50px;
    font-size: 14px;
    text-decoration: none;
}

.teamIntroduction8TopRight .moduleButton:hover {
    text-decoration: none;
    color: rgb(38, 38, 38);
    border-color: rgb(38, 38, 38);
}

.teamIntroduction8TopItem:after {
    content: "";
    height: 0;
    visibility: hidden;
    clear: both;
    display: block;
}

.teamIntroduction8TopItem {
    background: rgb(251, 251, 251);
    width: 100%;
    /* display: table; */
    margin-bottom: 28px;
}

.teamIntroduction8TopItem .ModuleImageTextGiantContent {
    padding-top: 10%;
    padding-left: 10%;
    padding-bottom: 10%;
    float: left;
    /* width: 64%; */
}

.teamIntroduction8TopItem .ModuleImageTextGiantContent .name {
    font-size: 18px;
    color: #333;
    margin: 0;
    margin-bottom: 22px;
}

.teamIntroduction8TopItem .ModuleImageTextGiantContent .nameVocation {
    font-size: 14px;
    color: rgb(127, 127, 127);
}

.teamIntroduction8TopItem .ModuleImageTextGiantContent .dec {
    color: rgb(127, 127, 127);
    font-size: 14px;
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    margin-bottom: 0;
}

.teamIntroduction8TopItem .moduleButtonBox {
    display: table-cell;
    vertical-align: middle;
    width: 26%;
    text-align: center;
}

.teamIntroduction8TopItem .moduleButtonBox .moduleButton {
    color: rgb(127, 127, 127);
    text-decoration: none;
    font-size: 12px;
}

.teamIntroduction8TopItem .moduleButtonBox .moduleButton:hover {
    text-decoration: none;
    color: rgb(12, 12, 12);
}

.teamIntroduction8TopItem .image-animation-box {
    float: left;
    width: 30%;
}

.teamIntroduction8TopItem .ModuleImageTextAllContent {
    float: left;
    width: 70%;
    display: table;
}

.teamIntroduction8TopItem .ModuleImageTextAllContent:after {
    content: "";
    height: 0;
    visibility: hidden;
    clear: both;
    display: block;
}

.teamIntroduction8TopItem .image-animation-box .image-animation {
    max-width: 100%;
    border: 0;
    display: block;
    width: 360px;
    height: 198px;
    object-fit: cover;
}

.teamIntroduction8TopItem:nth-child(2n) .image-animation-box {
    float: right;
}

.teamIntroduction8TopItem:nth-child(2n) .moduleButtonBox {
    float: left;
    padding-top: 10%;
}

.teamIntroduction8TopItem:nth-child(2n) .ModuleImageTextGiantContent {
    float: right;
    text-align: right;
    padding-right: 10%;
    padding-left: 0;
    padding-bottom: 0;
    padding-top: 8%;
    width: 60%;
}