#intro {
  height: 30vh;
  background-image: linear-gradient(to top, rgba(43, 90, 150, 0.8), rgba(43, 90, 150, 0.8)), url(../img/花.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 12%;
}
#intro .inner {
  text-align: center;
  color: white;
  padding-top: 7vh;
}

.advisor-vertical-line {
  border-left: 3px solid #e2ebf6;
  height: calc(100% - 50px);
  position: absolute;
  width: 1px;
  bottom: 5px;
  right: 23px;
}

.advisor-horizontal-line {
  border-bottom: 3px solid #e2ebf6;
  width: calc(55% - 50px);
  position: absolute;
  height: 50px;
  bottom: 10px;
  right: 17px;
}

.advisor-container>img {
  max-width: 100%;
  height: auto;
  z-index: 5;
  position: relative;
}

.advisor-container {
  height: 100%;
  width: 100%;
  position: relative;
  z-index: 5;
}

.advisor-container:before {
  background: #e2ebf6;
  content: "";
  display: block;
  position: absolute;
  width: 85%;
  height: 75%;
  z-index: 1;
  top: -10px;
  left: -10px;
}

.avatar {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.avatar-detail {
  color: white;
  background-color: #bcd1ea;
}

.avatar-detail span:first-child {
  font-size: 18px;
  /*line-height: 18px;*/
}

.avatar-detail span:last-child {
  font-size: 13px;
}

.avatar-detail i {
  margin-left: 10px;
  color: white;
  font-size: 1.3em;
}

.avatar-detail a:hover, .avatar-detail i:hover {
  cursor: pointer;
  color: orange;
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {  
  /* Put your IE-only styles here. Works for IS 10 & IE 11*/
  .avatar-container {
    flex: none !important;
  }
}

.info-list {
  list-style: none;
}

.info-list a {
  color: #7fa8da;
  text-decoration: underline;
}

.info-list>li {
  margin-bottom: 15px;
}

.info-list li>i, .researchs>i {
  width: 30px;
  height: 30px;
  margin-right: 12px;
  border: 1px solid #d2d2d2;
  border-radius: 50%;
  line-height: 30px;
  text-align: center;
  font-size: 11px;
  color: #525252;
}