.picTeam {
  padding-top: 30px;
}
.picTeam .picShow {
  width: 400px;
  /*height: 400px;*/
  text-align: right;
  overflow: hidden;
}
.picTeam .picShow img {
 max-width: 400px;
   min-height: 400px;
  max-height: 700px;
}
.picTeam .picIntro {
  width:740px;
  overflow: hidden;
}
.picTeam .picIntro h3 {
  font-size: 24px;
  font-weight: bold;
  color: #283256;
  line-height: 40px;
  margin-top: 15px;
}
.picTeam .picIntro .picProj {
  font-size: 14px;
  color: #626262;
  line-height: 24px;
  margin-top: 5px;
}
.picTeam .picIntro .picDesc {
  font-size: 14px;
  color: #a7afc4;
  line-height: 24px;
  margin: 15px 0;
}
.picTeam .picIntro .picDetails {
  font-size: 14px;
  color: #333333;
  line-height: 26px;
  padding-top: 15px;
  border-top: 1px solid #d3d3d3;
  letter-spacing: 1px;
}
