body {
    background: rgb(245, 247, 250);
}

.teamIntroduction7 * {
    box-sizing: border-box;
}

.teamIntroduction7 {
    max-width: 1200px;
    margin: 0 auto;
    padding: 40px 0;
    text-align: center;
    font-family: "Helvetica Neue", Helvetica, Arial, Tahoma, "Microsoft YaHei", "PingFang SC", "Hiragino Sans GB", "Heiti SC", "WenQuanYi Micro Hei", sans-serif;
}

.teamIntroduction7Top {
    text-align: center;
    font-family: 微软雅黑, SimSun;
    font-size: 18px;
    color: rgb(102, 102, 102);
    font-size: 18px;
}

.teamIntroduction7Top .title {
    font-size: 22px;
    color: rgb(245, 37, 37);
    font-weight: bold;
}

.teamIntroduction7Top .enTitle {
    font-size: 14px;
}

.teamIntroduction7List:after {
    content: "";
    display: block;
    clear: both;
    height: 0;
    visibility: hidden;
}

.teamIntroduction7List {
    padding-top: 90px;
    margin-bottom: 64px;
}

.teamIntroduction7List .teamIntroduction7Item {
    float: left;
    width: 48%;
    margin-right: 4%;
    text-align: center;
    margin-bottom: 20px;
}

.teamIntroduction7Item:nth-child(2n) {
    margin-right: 0;
}

.teamIntroduction7Item .ModuleImageTextGiantContent {
    font-size: 18px;
    color: #7a7a7a;
    background: #fff;
    padding: 50px 40px;
    margin-top: -40px;
    text-align: left;
    border: 5px solid #fff;
}

.teamIntroduction7Item .ModuleImageTextGiantContent:hover {
    border: 5px solid #F52525;
}

.teamIntroduction7Item .imgBox {
    text-align: center;
    display: inline-block;
    width: 130px;
    height: 132px;
    border-radius: 50%;
    border: 5px solid transparent;
}

.teamIntroduction7Item .imgBox img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 50%;
    box-shadow: 4px 1px 17px rgb(0 0 0 / 4%);
}

.teamIntroduction7Item .imgBox .img-hover {
    display: none;
}

.teamIntroduction7Item .ModuleImageTextGiantContent .name {
    color: #333;
    font-size: 18px;
    margin-right: 5px;
}

.teamIntroduction7Item .ModuleImageTextGiantContent .nameContent {
    font-size: 12px;
    margin: 0;
    margin-bottom: 26px;
}

.teamIntroduction7Item .ModuleImageTextGiantContent .nameDec {
    font-size: 14px;
    line-height: 24px;
    margin: 0;
    height: 72px;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 3;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}

.teamIntroduction7Item .imgBox:hover {
    border: 5px solid #F52525;
}


/* .teamIntroduction7Item .imgBox:hover .img {
    display: none;
}

.teamIntroduction7Item .imgBox:hover .img-hover {
    display: inline-block;
} */

.teamIntroduction7 .moduleButton {
    border-radius: 50px;
    color: rgb(165, 165, 165);
    border: 1px solid rgb(165, 165, 165);
    font-size: 12px;
    display: inline-block;
    padding: 12px 30px;
    text-decoration: none;
}

.teamIntroduction7 .moduleButton:hover {
    background: #F52525;
    color: #fff;
    text-decoration: none;
    border-color: #F52525;
}