@charset "utf-8";
.navigation-bread {
  margin-bottom: 16px;
  margin-left: 27px;
  overflow: hidden;
}
.navigation-bread span,
.navigation-bread a {
  font-size: 15px;
  color: #000000;
  display: block;
  line-height: 21px;
  float: left;
  margin-right: 5px;
}
.navigation-bread .navigation-cur {
  color: #c0130d;
  cursor: default;
}
.navigation-bread > a + a:before {
  content: "> ";
  color: #000000;
}
.fill .head {
  position: relative;
  overflow: hidden;
  padding: 0 16px 7px;
  border-bottom: 1px solid #F5F5F5;
}
.fill .head .head-title {
  float: left;
  font-size: 24px;
  font-weight: 500;
  color: #c0130d;
  line-height: 30px;
  letter-spacing: 1px;
  margin-right: 29px;
  padding-left: 16px;
}
.fill .head ul {
  float: left;
}
.fill .head ul li {
  position: relative;
  float: left;
  margin-right: 10px;
  font-size: 15px;
  color: #666666;
  font-weight: 400;
  line-height: 28px;
  cursor: pointer;
}
.fill .head ul .on {
  color: #c0130d;
}
.fill .head ul .on:after {
  content: " ";
  position: absolute;
  height: 2px;
  width: 100%;
  background: #c0130d;
  bottom: 0;
  left: 0;
  z-index: 1;
}
.fill .head a {
  float: right;
  font-size: 14px;
  line-height: 28px;
  color: #c0130d;
}
.fill .head:after {
  content: "";
  width: 4px;
  height: 23px;
  background-color: #c0130d;
  display: block;
  position: absolute;
  top: 4px;
  left: 20px;
}
.expertteam-body {
  margin-top: 19px;
  overflow: hidden;
}
.expertteam-body ul {
  width: 1200px;
}
.expertteam-body ul li {
  float: left;
  margin-right: 32px;
  width: 267px;
  height: 308px;
  box-shadow: 0px 1px 1px 0px rgba(6, 1, 2, 0.23);
  background-color: #FDFDFD;
  padding: 32px 9px 0 15px;
}
.expertteam-body ul li a {
  display: block;
}
.expertteam-body ul li a:hover .expertTeam-name,
.expertteam-body ul li a:hover .expertTeam-details {
  color: #c0130d;
}
.expertteam-body ul li .expertTeam-img {
  text-align: center;
}
.expertteam-body ul li .expertTeam-img img {
  width: 102px;
  height: 102px;
  border-radius: 50%;
  display: inline-block;
}
.expertteam-body 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-body ul li .expertTeam-details {
  margin-top: 8px;
  font-size: 14px;
  font-weight: 400;
  color: #999999;
  line-height: 24px;
  height: 96px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: break-all;
}
.zjtema {
  background-color: #ffffff;
  padding-top: 20px;
}
.zjtema .expertteam-body {
  margin-top: 20px;
  padding-left: 13px;
}
.zjtema .expertteam-body ul {
  width: 1210px;
  margin-bottom: 20px;
}
.zjtema .expertteam-body ul li {
  margin-bottom: 40px;
}
