@font-face {
  font-family: 'PingFang SC';
  /*字体名称*/
  src: url('/static/common/font/PingFang sc.eot') format('embedded-opentype'), /* IE6-IE8 */ url('/static/common/font/PingFang sc.woff') format('woff'), url('/static/common/font/PingFang sc.ttf') format('truetype'), /* chrome, firefox, opera, Safari, Android, iOS 4.2+*/ url('/static/common/font/PingFang sc.svg') format('svg');
  /* iOS 4.1- */
  font-weight: normal;
  font-style: normal;
}
body {
  background: url(/static/images/program/uoTeacher/contentBgc.png) no-repeat;
  background-size: cover;
}
.beacon-teacher {
  width: 1200px;
  padding-top: 89px;
  padding-bottom: 165px;
}
.beacon-teacher .teacher-list .teacher-introduce {
  margin-bottom: 100px;
}
.beacon-teacher .teacher-list .teacher-introduce .introduce-left {
  margin-right: 55px;
}
.beacon-teacher .teacher-list .teacher-introduce .introduce-left .left-img {
  width: 485px;
  height: 461px;
}
.beacon-teacher .teacher-list .teacher-introduce .introduce-left p {
  text-align: center;
  color: #194979;
  font-family: PingFang SC;
  font-weight: bold;
}
.beacon-teacher .teacher-list .teacher-introduce .introduce-left .left-title {
  font-size: 28px;
  margin-top: 12px;
}
.beacon-teacher .teacher-list .teacher-introduce .introduce-left .left-subtitle {
  font-size: 30px;
}
.beacon-teacher .teacher-list .teacher-introduce .introduce-right {
  width: 660px;
  padding-top: 10px;
}
.beacon-teacher .teacher-list .teacher-introduce .introduce-right .card-list {
  margin-top: 20px;
}
.beacon-teacher .teacher-list .teacher-introduce .introduce-right .card-list .list-title {
  width: 257px;
  height: 58px;
  line-height: 58px;
  text-align: center;
  font-size: 28px;
  color: #ffffff;
  font-family: PingFang SC;
  background: url(/static/images/program/uoTeacher/titleBgc.png) no-repeat;
  background-size: cover;
}
.beacon-teacher .teacher-list .teacher-introduce .introduce-right .card-list .txt-ul li {
  font-size: 24px;
  font-family: PingFang SC;
  color: #000000;
  font-weight: 500;
  margin-top: 18px;
  padding-left: 24px;
  position: relative;
  float: left;
  margin-right: 30px;
}
.beacon-teacher .teacher-list .teacher-introduce .introduce-right .card-list .txt-ul li::before {
  content: '';
  display: inline-block;
  width: 10px;
  height: 10px;
  background: #194979;
  border-radius: 8px;
  position: absolute;
  left: 0;
  top: 12px;
}
.beacon-teacher .teacher-list .teacher-introduce .introduce-right .card-list .txt-ul li:last-child {
  margin-right: 0;
}
.beacon-teacher .teacher-list .teacher-introduce .introduce-right .card-list:first-child {
  margin-top: 0;
}
.beacon-teacher .teacher-list .techer-inquiry {
  width: 1102px;
}
.beacon-teacher .teacher-list .techer-inquiry .inquiry-list {
  margin-bottom: 30px;
}
.beacon-teacher .teacher-list .techer-inquiry .inquiry-list .list-title {
  font-size: 28px;
  color: #194979;
  font-family: PingFang SC;
  font-weight: bold;
  height: 40px;
  line-height: 40px;
  margin-bottom: 22px;
}
.beacon-teacher .teacher-list .techer-inquiry .inquiry-list .list-txt {
  margin-bottom: 20px;
  font-size: 28px;
  font-family: PingFang SC;
  font-weight: 400;
  color: #000000;
}
.beacon-teacher .teacher-list .techer-inquiry .inquiry-list .list-txt:last-child {
  margin-bottom: 0px;
}
.beacon-teacher .teacher-list .techer-inquiry .inquiry-list:last-child {
  margin-bottom: 0;
}
