.research_index .research-mian .group_index .teamMembers .team_item .team_name {
  display: inline-block;
  line-height: 30px;
  background-color: #fbfaee;
  padding: 7px 25px;
  position: relative; }
  .research_index .research-mian .group_index .teamMembers .team_item .team_name:before {
    position: absolute;
    content: "";
    width: 5px;
    top: 0;
    bottom: 0;
    left: 0;
    background-color: #eb6100; }

.research_index .research-mian .group_index .teamMembers .team_item .team_intro {
  padding: 12px 25px;
  line-height: 30px; }

.research_index .research-mian .group_index .teamMembers .team_item .team_img .team_list {
  width: 174px;
  float: left;
  margin-right: 20px; }
  .research_index .research-mian .group_index .teamMembers .team_item .team_img .team_list .team_img_one {
    display: block;
    width: 174px;
    height: 182px;
    line-height: 162px;
    background-color: #f5f5f5;
    padding: 10px;
    text-align: center;
    }
  .research_index .research-mian .group_index .teamMembers .team_item .team_img .team_list .team_img_two {
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    text-align: center;
    line-height: 42px;
    height: 42px; }