@charset "utf-8";
.navigation-bread {
  margin-bottom: 16px;
  margin-left: 27px;
  overflow: hidden;
}
.navigation-bread span,
.navigation-bread a {
  font-size: 16px;
  color: #666666;
  display: block;
  line-height: 21px;
  float: left;
  margin-right: 5px;
}
.navigation-bread .navigation-cur {
  color: #0051ba;
  cursor: default;
}
.navigation-bread > a + a:before {
  content: "> ";
  color: #999999;
}
.fill .head {
  overflow: hidden;
  position: relative;
}
.fill .head .head-title {
  width: auto;
  height: 31px;
  float: left;
  position: relative;
}
.fill .head .head-title:after {
  position: absolute;
  content: '';
  width: 5px;
  height: 21px;
  background: url(../images/fill_back_left.jpg) no-repeat;
  background-size: 5px 21px;
  left: 0;
  top: 2px;
}
.fill .head .head-title:before {
  position: absolute;
  content: '';
  width: 70px;
  height: 28px;
  background: url(../images/fill_back_right.jpg) no-repeat;
  background-size: 70px 28px;
  right: -34px;
  top: 2px;
  z-index: 1;
}
.fill .head .head-title span {
  padding-left: 12px;
  display: inline-block;
  font-size: 24px;
  font-family: MicrosoftYaHei-Bold, MicrosoftYaHei;
  font-weight: bold;
  color: #0051ba;
  line-height: 24px;
  letter-spacing: 1px;
  position: relative;
  z-index: 9;
}
.fill .head a {
  float: right;
  font-size: 14px;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: 500;
  line-height: 31px;
  color: #0051ba;
}
.expertTeam {
  overflow: hidden;
}
.expertTeam ul li {
  float: left;
  margin-right: 10px;
  width: 292px;
  height: 286px;
  background-color: #ffffff;
  padding: 34px 21px 0;
}
.expertTeam ul li a {
  display: block;
}
.expertTeam ul li a:hover .expertTeam-name,
.expertTeam ul li a:hover .expertTeam-details {
  color: #0051ba;
}
.expertTeam ul li .expertTeam-img {
  text-align: center;
}
.expertTeam ul li .expertTeam-img img {
  width: 86px;
  height: 86px;
  border-radius: 50%;
  display: inline-block;
}
.expertTeam ul li .expertTeam-name {
  margin-top: 13px;
  text-align: center;
  font-size: 18px;
  font-weight: 400;
  color: #333333;
  line-height: 25px;
  letter-spacing: 1px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  word-break: break-all;
}
.expertTeam ul li .expertTeam-details {
  margin-top: 8px;
  font-size: 15px;
  font-weight: 400;
  color: #666666;
  line-height: 21px;
  height: 42px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: break-all;
}
.expertTeam ul li .studio-btn {
  text-align: center;
  margin-top: 17px;
}
.expertTeam ul li .studio-btn a {
  display: inline-block;
  font-size: 14px;
  font-weight: 500;
  color: #ffffff;
  line-height: 29px;
  width: 105px;
  text-align: center;
  background-color: #0051ba;
  border-radius: 4px;
}
.expertTeam ul li .studio-btn a:hover {
  color: #ffffff!important;
}
.expertTeam ul li .studio-btn a img {
  width: 12px;
  height: 12px;
  display: inline-block;
  margin-left: 5px;
}
body {
  background-color: #fbfafa;
}
.navigation-bread {
  margin-left: 0;
}
.expertTeam {
  margin-top: 20px;
}
.expertTeam ul {
  width: 1210px;
  margin-bottom: 84px;
}
.expertTeam ul li {
  margin-bottom: 40px;
}
.courseclass {
  padding: 10px 140px 10px 31px;
  background-color: #ffffff;
  overflow: hidden;
}
.courseclass a {
  display: block;
  float: left;
  font-size: 15px;
  font-weight: 400;
  color: #333333;
  line-height: 24px;
  margin-bottom: 5px;
  margin-top: 5px;
  padding: 0 8px;
  margin-right: 16px;
}
.courseclass a:hover {
  background: #0051ba;
  border-radius: 4px;
  color: #ffffff!important;
}
.courseclass .courseclass-active {
  background: #0051ba;
  border-radius: 4px;
  color: #ffffff;
}
