.teamIntroduction6 {
    max-width: 1200px;
    margin: 0 auto;
    padding: 40px 0;
}

.teamIntroduction6 * {
    box-sizing: border-box;
}

.teamIntroduction6 .teamIntroduction6Top {
    margin-bottom: 54px;
}

.teamIntroduction6Top .title {
    font-size: 30px;
    font-weight: bold;
    display: inline-block;
    margin-right: 6px;
}

.teamIntroduction6Top .enTitle {
    font-family: arial, helvetica, sans-serif;
    font-size: 20px;
    color: rgb(216, 216, 216);
    display: inline-block;
}

.teamIntroduction6TabContent {
    float: left;
    width: 16%;
}

.teamIntroduction6DecList {
    float: left;
    width: 84%;
}

.teamIntroduction6TabContent .teamIntroduction6Name {
    position: relative;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-weight: bold;
    font-size: 14px;
    height: 80px;
    line-height: 80px;
    width: 100%;
    text-align: center;
    /* float: left; */
    color: #333333;
    padding: 0 10px;
}

.teamIntroduction6TabContent .teamIntroduction6CurName {
    border-left: 4px solid #000;
    color: rgb(38, 38, 38);
    background: #f7f7f5;
}

.teamIntroduction6Dec {
    width: 100%;
    float: left;
    display: none;
    padding-left: 2%;
    font-family: "Helvetica Neue", Helvetica, Arial, Tahoma, "Microsoft YaHei", "PingFang SC", "Hiragino Sans GB", "Heiti SC", "WenQuanYi Micro Hei", sans-serif;
}

.teamIntroduction6Dec:after,
.teamIntroduction6List:after {
    content: "";
    display: block;
    clear: both;
    visibility: hidden;
    height: 0;
}

.teamIntroduction6Dec .teamIntroduction6DecA {
    display: block;
    cursor: auto;
    float: left;
    width: 460px;
	height: 380px;
    padding-right: 48px;
}

.teamIntroduction6Dec .teamIntroduction6DecA .image-animation {
    max-width: 100%;
    border: 0;
    display: block;
    width: 100%;
    height: 100%;
}

.teamIntroduction6Dec .ModuleImageTextGiantContent {
    color: #777;
    font-size: 12px;
    float: left;
	width: calc(100% - 460px - 48px);
    padding-top: 16px;
}

.teamIntroduction6Dec .ModuleImageTextGiantContent .name {
    font-size: 18px;
    font-weight: bold;
    margin: 0;
    margin-bottom: 26px;
    color: #333;
}

.teamIntroduction6Dec .ModuleImageTextGiantContent .nameIntro {
    margin: 0;
    font-size: 12px;
    margin-bottom: 22px;
}

.teamIntroduction6Dec .ModuleImageTextGiantContent .nameIntroDec {
    line-height: 22px;
    margin: 0;
}

.awardProject {
    margin-top: 22px;
}