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

.leader-detail-content-container {
  margin-top: 40px;
  margin-bottom: 40px;
}
.left-container {
  width: 25%;
  float: left;
}
.left-container .item-header {
  height: 68px;
  line-height: 68px;
  text-align: center;
  font-size: 24px;
  font-weight: bold;
  color: #fff;
  background-image: url(../images/yj-fj-leader-detail-item-bg.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  margin-top: 10px;
}
.left-container > a:first-child > .item-header {
  margin-top: 0;
}
.left-container li {
  list-style-type: none;
  height: 56px;
  line-height: 56px;
  text-align: center;
  background-color: #f3f9ff;
}
.left-container li a {
  display: block;
  color: #333;
  font-size: 22px;
}
.left-container li.active a {
  color: #0649a5;
  font-weight: bold;
}

.right-container {
  width: 73%;
  float: right;
}
.right-container .leader-img {
  width: 290px;
  height: 350px;
  padding: 23px;
  margin: 0 auto;
  background-color: #f3f9ff;
}
.right-container .leader-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.right-container .name {
  margin-top: 30px;
  font-size: 28px;
  color: #333;
  margin-bottom: 15px;
  text-align: center;
}
.right-container .description {
  font-size: 18px;
  text-align: center;
  line-height: 2;
  color: #333;
  border-bottom: dashed 1px #bebebe;
  padding-bottom: 30px;
}
.right-container h2 {
  color: #0649a5;
  font-size: 24px;
  font-weight: bold;
  text-align: left;
  margin-top: 50px;
}
.right-container .description2 {
  margin-top: 22px;
  margin-bottom: 0;
  font-size: 18px;
  line-height: 2;
  text-align: left;
  color: #333;
}

