/* * @Author: lihenghong  * @Date: 2020-04-22 10:33:54  * @Page Name: lihenghong  Newpage*/

.teamdetailimgbox {
  width: 238px;
  height: 238px;
  background: #F2F2F2;
  text-align: center;
  line-height: 238px;
  margin-right: 12px;
}
.teamdetailimgbox img{
  max-width: 100%;
  max-height: 100%;
}
.backtext{
  cursor: pointer;
}
.maxw70{
  max-width: 70%;
}