.teamIntroduction3 {
    padding: 40px 0;
}

.teamIntroduction3 * {
    box-sizing: border-box;
}

.teamIntroduction3Top,
.teamIntroduction3List {
    max-width: 1200px;
    margin: 0 auto;
    font-family: "Helvetica Neue", Helvetica, Arial, Tahoma, "Microsoft YaHei", "PingFang SC", "Hiragino Sans GB", "Heiti SC", "WenQuanYi Micro Hei", sans-serif;
}

.teamIntroduction3Top {
    margin-bottom: 20px;
}

.teamIntroduction3Bg {
    background-size: auto;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-Attachment: scroll;
    height: 320px;
    width: 100%;
    position: relative;
}

.teamIntroduction3BgImg {
    height: 320px;
    width: 100%;
    object-fit: cover;
    position: absolute;
}

.teamIntroduction3List {
    position: absolute;
    width: 100%;
    left: 50%;
    transform: translateX(-50%);
}

.teamIntroduction3Top:after {
    content: "";
    clear: both;
    display: block;
    visibility: hidden;
    height: 0;
}

.teamIntroduction3TopLeft {
    float: left;
}

.teamIntroduction3TopRight {
    float: right;
}

.teamIntroduction3TopLeft .title {
    color: rgb(63, 63, 63);
    font-size: 28px;
    margin: 0;
    margin-bottom: 6px;
}

.teamIntroduction3TopLeft .enTitle {
    color: rgb(216, 216, 216);
    font-size: 14px;
    margin: 0;
}

.teamIntroduction3TopRight .moduleButton {
    font-size: 12px;
    padding: 7px 28px;
    display: inline-block;
    position: relative;
    text-decoration: none;
    color: #333;
}

.teamIntroduction3TopRight .moduleButton:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #333333;
    -webkit-transform: scale(0, 0);
    transform: scale(0, 0);
    -webkit-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    transition: all .3s ease-out;
}

.teamIntroduction3TopRight .moduleButton:hover {
    background: #333333;
    color: #fff;
    text-decoration: none;
}

.teamIntroduction3TopRight .moduleButton:hover:before {
    border-radius: 0;
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
}

.teamIntroduction3List .ModuleImageTextGiantContent .name {
    font-size: 16px;
    color: rgb(51, 51, 51);
    line-height: 22px;
    margin: 0;
}

.teamIntroduction3List .ModuleImageTextGiantContent .majorName {
    font-size: 14px;
    color: rgb(165, 165, 165);
    line-height: 22px;
    margin: 0;
    margin-bottom: 22px;
}

.teamIntroduction3List .ModuleImageTextGiantContent .dec {
    font-size: 14px;
    color: rgb(165, 165, 165);
    margin: 0;
}

.teamIntroduction3List:after {
    content: "";
    height: 0;
    display: block;
    visibility: hidden;
    clear: both;
}

.teamIntroduction3List .teamIntroduction3Item {
    width: 50%;
    display: table;
    float: left;
}

.teamIntroduction3Item .image-animation-box {
    overflow: hidden;
    float: left;
    width: 240px;
    height: 320px;
}

.teamIntroduction3Item .ModuleImageTextGiantContent {
    max-width: 300px;
    display: table-cell;
    vertical-align: middle;
}

.teamIntroduction3Item .image-animation-box .image-animation {
    transition: all 0.6s;
    width: 100%;
    height: 100%;
    display: block;
    border: 0;
    object-fit: cover;
}

.teamIntroduction3Item .image-animation-box:hover .image-animation {
    transform: scale(1.1);
}