.clear {
  clear: both; }

.ResearchTeam .research-team h3 {
  color: #224477;
  line-height: 50px;
  font-size: 36px;
  margin-bottom: 33px;
  border-top: 1px solid #E0E0E0;
  padding-top: 24px; }
.ResearchTeam .research-team .team-title {
  background: whitesmoke;
  border-left: 6px solid #007AFF; }
  .ResearchTeam .research-team .team-title span {
    font-size: 24px;
    font-weight: 400;
    color: #224477;
    line-height: 49px;
    padding-left: 11px; }
.ResearchTeam .research-team .team-info {
  margin: 30px 0; 
  text-align: justify;}
  .ResearchTeam .research-team .team-info p {
    font-size: 16px;
    font-weight: 400;
    color: #333333;
    line-height: 22px;
    text-indent: 2em; }
.ResearchTeam .research-team .leader-info {
  margin-top: 31px; }
  .ResearchTeam .research-team .leader-info .leader-img {
    float: left; 
    position: relative;
    overflow: hidden;
    background-color: rgb(248, 248, 248);
    width: 120px;
    height: 160px;
    border: 1px solid rgb(248, 248, 248);}
.ResearchTeam .research-team .leader-info .leader-img img {
    width: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.ResearchTeam .research-team .leader-info .leader-img i{
    position: absolute;
    width: 100%;
    top: 50%;
    left: 0;
    transform: translate(34%, -50%);
    font-size: 50px;
    color: #999999;
    opacity: 0.4;
}
  .ResearchTeam .research-team .leader-info .leader-right {
    float: left;
    margin-left: 32px; }
    .ResearchTeam .research-team .leader-info .leader-right .name {
      font-size: 24px;
      font-weight: 400;
      color: #224477;
      line-height: 33px;
      margin-bottom: 2px; }
    .ResearchTeam .research-team .leader-info .leader-right .academic-title {
      font-size: 16px;
      color: #666666;
      line-height: 20px; }
    .ResearchTeam .research-team .leader-info .leader-right .line {
      width: 28px;
      height: 1px;
      background: #224477;
      margin: 16px 0; }
    .ResearchTeam .research-team .leader-info .leader-right .research-direction {
      font-size: 14px;
      font-weight: 400;
      color: #666666;
      line-height: 20px;
      max-width: 232px; }
    .ResearchTeam .research-team .leader-info .leader-right .e-mail {
      font-size: 14px;
      color: #666666;
      line-height: 18px;
      margin-top: 14px; }
      .ResearchTeam .research-team .leader-info .leader-right .e-mail span {
        font-size: 14px;
        color: #0066DD;
        line-height: 18px; }
  .ResearchTeam .research-team .leader-info .leader-list {
    float: left;
    width: 50%; 
    margin-bottom:27px;}
.ResearchTeam .research-team .dotted-line {
  border-bottom: 2px dotted rgba(244, 244, 244, 0.8);
  margin: 27px 0; }
.ResearchTeam .research-team .leader-li .dotted-line{
  margin:0 0 27px 0;
}
.ResearchTeam .research-team .leader-ul {
  margin-top: 30px; }
  .ResearchTeam .research-team .leader-ul ul li {
    font-size: 16px;
    color: #333333;
    line-height: 24px;
    margin-bottom: 22px; }
.ResearchTeam .research-team-table .table tbody tr:last-child{
 display:none;
}
.ResearchTeam .research-team-table .table tbody tr td{
    text-align:center;
}
.ResearchTeam .research-team-table .table tbody tr:nth-child(odd) td{
    background: #f8f8f8;
}
.ResearchTeam .research-team-table .table tbody tr td a{
    cursor: pointer;
    font-size: 16px;
    color: #333333;
}
.ResearchTeam .research-team-table .table tbody tr td a:hover{
    color:#0066DD;
}
.ResearchTeam .research-team-table .table tbody tr:first-child td{
    background: #224477 !important;
    border: 1px solid #335588 !important;
    color: #FFFFFF;
    min-width: 50px;
    text-align: center;
}
@media screen and (max-width: 900px){
   .ResearchTeam .research-team .leader-info .leader-list{
      float:none;
      width:100%;
      margin-bottom: 20px;
   }
}
@media screen and (max-width: 450px){
   .ResearchTeam .research-team .leader-info .leader-img, .ResearchTeam .research-team .leader-info .leader-right{
        float:none;
        margin: 0 auto;
    }
}
/*# sourceMappingURL=research_team.css.map */
