.teamIntroduction5 {
    max-width: 1200px;
    margin: 0 auto;
    padding: 20px;
}

.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;
}

.teamIntroduction5List:after {
    content: "";
    height: 0;
    display: block;
    clear: both;
    visibility: hidden;
}

.teamIntroduction5Item {
    float: left;
    width: 45%;
    margin-bottom: 22px;
    margin-right: 10%;
}

.teamIntroduction5Item:nth-child(2n) {
    margin-right: 0;
}

.teamIntroduction5Item .image-animation {
    max-width: 100%;
    display: block;
    border: 0;
    margin: 0 auto;
    margin-bottom: 18px;
    border-radius: 8px;
}

.teamIntroduction5Item .ModuleImageTextGiantContent {
    text-align: center;
}

.teamIntroduction5Item a {
    cursor: auto;
}

.teamIntroduction5Item .ModuleImageTextGiantContent .enNameContent {
    font-weight: bold;
    color: #333;
    font-size: 18px;
    margin-bottom: 24px
}

.teamIntroduction5Item .ModuleImageTextGiantContent .enName {
    color: rgb(255, 192, 0);
}

.teamIntroduction5Item .ModuleImageTextGiantContent .decContent {
    font-size: 12px;
    color: #666;
    max-width: 250px;
    line-height: 22px;
    margin: 0 auto;
}