@charset "utf-8";

body {
  background-color: #F9F9F9;
}

.fill .head {
  height: 28px;
  line-height: 28px;
  position: relative;
  padding: 0 12px;
}

.fill .head .head-title {
  float: left;
  font-size: 20px;
  font-weight: 500;
  color: #022e8b;
  line-height: 28px;
  letter-spacing: 1px;
  margin-right: 29px;
}

.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: #022e8b;
}

.fill .head ul .on:after {
  content: " ";
  position: absolute;
  height: 2px;
  width: 100%;
  background: #022e8b;
  bottom: 0;
  left: 0;
  z-index: 1;
}

.fill .head a {
  float: right;
  font-size: 14px;
  line-height: 28px;
  color: #999999;
}

.fill .head:after {
  content: "";
  width: 4px;
  height: 17px;
  background-color: #022e8b;
  display: block;
  position: absolute;
  top: 5px;
  left: 0;
}

.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: #022e8b;
}

.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: 3;
  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: #022e8b;
  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;
}

.zjtema .head {
  height: 65px;
  line-height: 65px;
  background-color: #ffffff;
  padding-left: 39px;
}

.zjtema .head:after {
  content: "";
  width: 4px;
  height: 17px;
  background-color: #022e8b;
  display: block;
  position: absolute;
  top: 25px;
  left: 27px;
}

.zjtema .head .head-title {
  line-height: 65px;
}

.zjtema .expertTeam {
  margin-top: 20px;
}

.zjtema .expertTeam ul {
  width: 1210px;
  margin-bottom: 84px;
}

.zjtema .expertTeam ul li {
  margin-bottom: 40px;
}