.location {
  text-align: left;
  font-size: 14px;
  color: #333;
  margin-top: 40px;
}
.location a {
  color: #333;
  margin: 0 2px;
}

.leader-list-content-container {
  margin-top: 40px;
  margin-bottom: 40px;
}
.tabs {
  background-color: #f3f9ff;
}
.tabs li {
  float: left;
  width: 25%;
  line-height: 68px;
  height: 68px;
  text-align: center;
  list-style-type: none;
}
.tabs li a {
  display: block;
  color: #0649a5;
  font-size: 24px;
}
.tabs li.active a,
.tabs li a:hover {
  background-image: linear-gradient(to top, #8bbeff, #377dd7);
  color: #fff;
}

.leader-first-container {
  border-bottom: dashed 1px #bebebe;
  padding-bottom: 30px;
  margin-top: 40px;
  display: block;
}
.leader-first,
.leader-list li {
  background-color: #f3f9ff;
  padding: 20px;
}
.leader-first .img-container {
  width: 17.42857%;
  height: 0;
  padding-bottom: 21.7142857%;
  float: left;
}
.leader-first .img-container img,
.leader-list li .img-container img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  left: 0;
  top: 0;
}
.leader-first .content {
  float: right;
  width: 80%;
}
.content .name-container .name {
  font-size: 28px;
  font-weight: bold;
  color: #333;
  width: 120px;
  float: left;
  text-align: left;
}
.view p,
.view span {
  font-size: 18px !important;
  line-height: 1.67 !important;
  font-family: "Source Han Sans CN", "Microsoft YaHei", "黑体", "宋体",
    sans-serif !important;
}
.description {
  text-align: left;
  line-height: 2;
  font-size: 18px;
  color: #333;
}
.content .name-container .description {
  width: 100%;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  padding-left: 120px;
  line-height: 1.67;
}
.section-title {
  text-align: left;
  margin-top: 50px;
  margin-bottom: 28px;
}
.section-title span {
  border-radius: 6px;
  background-image: linear-gradient(to top, #8bbeff, #377dd7);
  padding: 10px 25px;
  color: #fff;
  font-size: 16px;
  position: relative;
}
.section-title span::after {
  content: "";
  display: block;
  position: absolute;
  bottom: -8px;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-top: 8px solid #8bbeff;
  border-left: 8px solid transparent;
  border-bottom: 0 solid transparent;
  border-right: 8px solid transparent;
}

.leader-list {
  margin-top: 30px;
}
.leader-list li {
  float: left;
  width: 49%;
  margin-left: 2%;
  list-style-type: none;
  margin-bottom: 30px;
}
.leader-list li:nth-child(odd) {
  margin-left: 0;
}
.leader-list li a {
  display: block;
}
.leader-list li .img-container {
  width: 30.9597%;
  height: 0;
  padding-bottom: 38.69969%;
  float: left;
}
.leader-list li .content {
  float: right;
  width: 66%;
}
.description .detail {
  color: #0649a5;
}
