.teamIntroduction1 {
    max-width: 1200px;
    margin: 0 auto;
    padding: 20px;
}

.teamIntroduction1Top {
    margin-bottom: 10px;
}

.teamIntroduction1Top .title {
    color: rgb(0, 0, 0);
    font-size: 24px;
}

.teamIntroduction1Top .enTitle {
    font-size: 16px;
    color: #333;
    line-height: 64px;
}

.teamIntroduction1Item {
    margin-bottom: 20px;
    width: 100%;
}
.teamIntroduction1Item:nth-child(2n){
background: #f5f5f5;
}
.teamIntroduction1Item .content {
    padding: 10px;
}

.teamIntroduction1Item .content .name {
    font-size: 26px;
    font-weight: bold;
    line-height: 38px;
}

.teamIntroduction1Item .image-animation-box {
    overflow: hidden;
}

.teamIntroduction1Item .image-animation-box .image-animation {
    transition: all 0.6s;
    max-width: 100%;
    border: 0;
    display: block;
}

.teamIntroduction1Item .image-animation-box .image-animation:hover {
    transform: scale(1.1);
}

.teamIntroduction1Item .content .vocationText {
    color: #696969;
    font-size: 14px;
    margin-bottom: 22px;
    line-height: 22px;
}

.teamIntroduction1Item .content .vocationTextContent {
    color: rgb(105, 105, 105);
    font-size: 14px;
    word-wrap: break-word;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    margin-bottom: 26px;
}

.teamIntroduction1List:after {
    content: "";
    display: block;
    clear: both;
    height: 0;
    visibility: hidden;
}

.teamIntroduction1Item .seeMore {
    font-weight: bold;
    font-size: 14px;
}

.teamIntroduction1Item .seeMore .normalImg {
    display: inline-block;
}

.teamIntroduction1Item .seeMore .hoverImg {
    display: none;
}

.teamIntroduction1Item .seeMore:hover {
    color: rgb(84, 141, 212);
    text-decoration: none;
}

.teamIntroduction1Item .seeMore .seeMoreText {
    display: inline-block;
    margin-right: 10px;
}

.teamIntroduction1Item .seeMore:hover .hoverImg {
    display: inline-block;
    margin-left: 10px;
}

.teamIntroduction1Item .seeMore:hover .normalImg {
    display: none;
}