.teammate {
    width: 100%;
    height: 242px;
    background: #F2F3F4;
    font-size: 0;
    position: relative; }
.teammate img {
    width: 196px;
    height: 242px;
    position: absolute;
    display: inline-block;
    left: 0;
    top: 0; }
.teammate .main-dir {
    width:calc(100% - 196px);
    display: inline-block;
    position: relative;
    left:196px;
    top: 0;
    padding-left: 61px; }
.teammate .main-dir .dir-name {
    font-size: 28px;
    color: #272727;
    font-weight: 500;
    padding: 40px 0 12px;
    position: relative; }
.teammate .main-dir .dir-name:after {
    content: "";
    width: 32px;
    height: 2px;
    background: #FFBE17;
    position: absolute;
    bottom: 0;
    left: 0; }
.teammate .main-dir .dir-name span {
    font-size: 18px;
    margin-left: 8px; }
.teammate .main-dir p {
    padding: 32px 55px 0 0;
    font-family: PingFangSC-Regular;
    font-size: 14px;
    color: #303133;
    letter-spacing: 0;
    line-height: 28px;
    font-weight: 400; }
/*# sourceMappingURL=research-team-teammate.css.map */






@media screen and (max-width:768px){
.teammate{
  height:135px;
}
.teammate img {
  max-width:unset;
  width:110px;
  height:135px;
  object-fit:cover;
}
.teammate .main-dir{
  width:calc(100% - 110px);
  left:110px;
  padding-left:20px;
}
.teammate .main-dir .dir-name{
  padding:16px 0 6px;
  font-size:18px;
  overflow:hidden;
  text-overflow:ellipsis;
  white-space:nowrap;
}
.teammate .main-dir .dir-name span{
  font-size:14px;
  margin-left:4px;
}
.teammate .main-dir p{
  padding:10px 9px 0 0;
  line-height:20px;
  overflow:hidden;
  display:-webkit-box;
  -webkit-box-orient:vertical;
  -webkit-line-clamp:3;
}
}