.teamIntroduction1 {
    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;
}

.teamIntroduction1 * {
    box-sizing: border-box;
}

.teamIntroduction1Top {
    margin-bottom: 10px;
}

.teamIntroduction1Top .title {
    color: rgb(0, 0, 0);
    font-size: 34px;
    margin: 0;
}

.teamIntroduction1Top .enTitle {
    font-size: 18px;
    color: #333;
    line-height: 64px;
    margin: 0;
}

.teamIntroduction1Item {
    margin-bottom: 20px;
}

.teamIntroduction1Item .content {
    padding: 10px;
}

.teamIntroduction1Item .content .name {
    font-size: 26px;
    font-weight: bold;
    line-height: 38px;
    margin: 0;
    margin-bottom: 4px;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}

.teamIntroduction1Item .image-animation-box {
    overflow: hidden;
}

.teamIntroduction1Item .image-animation-box .image-animation {
    transition: all 0.6s;
    max-width: 100%;
    border: 0;
    display: block;
    width: 300px;
    height: 372px;
    object-fit: cover;
}

.teamIntroduction1Item .image-animation-box .image-animation:hover {
    transform: scale(1.1);
}

.teamIntroduction1Item .content .vocationText {
    color: #696969;
    font-size: 14px;
    margin: 0;
    margin-bottom: 22px;
    line-height: 22px;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 1;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}

.teamIntroduction1Item .content .vocationTextContent {
    color: rgb(105, 105, 105);
    font-size: 14px;
    margin: 0;
    word-wrap: break-word;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    margin-bottom: 26px;
    line-height: 1.75;
    height: 74px;
}

.teamIntroduction1List:after {
    content: "";
    display: block;
    clear: both;
    height: 0;
    visibility: hidden;
}

.teamIntroduction1List {
    font-size: 0;
}

.teamIntroduction1Item {
    width: 25%;
    display: inline-block;
    vertical-align: top;
}

.teamIntroduction1Item .seeMore {
    font-weight: bold;
    font-size: 14px;
    display: table;
}

.teamIntroduction1Item .seeMore .normalImg {
    display: inline-block;
    border: 0;
}

.teamIntroduction1Item .seeMore img {
    width: 33px;
    height: 7px;
}

.teamIntroduction1Item .seeMore .hoverImg {
    display: none;
    border: 0;
}

.teamIntroduction1Item .seeMore:hover .seeMoreText {
    color: rgb(84, 141, 212);
    text-decoration: none;
}

.teamIntroduction1Item .seeMore .seeMoreText {
    display: inline-block;
    margin-right: 10px;
    color: #333;
}

.teamIntroduction1Item .seeMore:hover .hoverImg {
    display: inline-block;
    margin-left: 10px;
}

.teamIntroduction1Item .seeMore:hover .normalImg {
    display: none;
}