.teamIntroduction5 {
    max-width: 1300px;
    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;
}

.teamIntroduction5 * {
    box-sizing: border-box;
}

.teamIntroduction5Top {
    text-align: center;
    margin-bottom: 50px;
}

.teamIntroduction5Top .titleTop {
    margin-bottom: 22px;
}

.teamIntroduction5Top .titleTop .title {
    font-size: 30px;
    color: #333;
    display: inline-block;
    font-weight: bold;
    line-height: 46px;
}

.teamIntroduction5Top .titleTop .curTitle {
    color: rgb(255, 192, 0);
    font-size: 30px;
    display: inline-block;
    font-weight: bold;
    line-height: 46px;
}

.teamIntroduction5Top .ModuleImageTextGiantContent .titleLine {
    width: 50px;
    height: 2px;
    background: rgb(216, 216, 216);
    display: block;
    margin: 0 auto;
    margin-bottom: 20px;
}

.teamIntroduction5Top .ModuleImageTextGiantContent {
    color: rgb(127, 127, 127);
    font-size: 14px;
}

.teamIntroduction5Top .ModuleImageTextGiantContent .dec {
    line-height: 22px;
    margin: 0;
}

.teamIntroduction5List:after {
    content: "";
    height: 0;
    display: block;
    clear: both;
    visibility: hidden;
}

.teamIntroduction5List {
    font-size: 0;
}

.teamIntroduction5Item {
    display: inline-block;
    vertical-align: top;
    width: 25%;
    margin-bottom: 40px;
}

.teamIntroduction5Item .image-animation {
    max-width: 100%;
    display: block;
    border: 0;
    margin: 0 auto;
    margin-bottom: 18px;
    border-radius: 6px;
    width: 310px;
    height: 220px;
}

.teamIntroduction5Item .ModuleImageTextGiantContent {
    text-align: center;
    max-width: 310px;
    margin: 0 auto;
}

.teamIntroduction5Item a {
    cursor: pointer;
}

.teamIntroduction5Item .ModuleImageTextGiantContent .enNameContent {
    font-weight: bold;
    color: #000;
    font-size: 18px;
    margin: 0;
    margin-bottom: 10px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.teamIntroduction5Item .ModuleImageTextGiantContent .enName {
    color: rgb(255, 192, 0);
}

.teamIntroduction5Item .ModuleImageTextGiantContent .decContent {
    font-size: 14px;
    color: #666666;
    line-height: 22px;
    height:46;
    margin: 0 auto;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}