/* * @Author: lihenghong  * @Date: 2020-04-22 10:33:54  * @Page Name: lihenghong  Newpage*/

.teamimgbox {
  width: 32%;
  height: 232px;
  line-height: 231px;
  text-align: center;
  border: 1px solid #e6e6e6;
  vertical-align: top;
  margin-right: 12px;
}

.teamimgbox img {
  max-width: 100%;
  max-height: 100%;
}

.text-w {
  width: 60%;
}

.teambox {
  height: 255px;
  margin-bottom: 12px;
}

a:active {
  color: #333;
}
.work-experience-box {
  max-height: 140px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 7;
  -webkit-box-orient: vertical;
  margin-top: 6px;
  white-space: pre-line;
  line-height: 20px;
}