.bg {
  background: url('../img/bg.png') no-repeat;
  background-size: 100% 100%;
  min-height: 660px;
  padding-bottom: 60px;
}
.content {
  width: 1260px;
  padding: 20px 30px 0;
  min-height: 660px;
  background: #FFFFFF;
  margin: auto ;
  border-bottom: 15px solid #9A0000;
}
.crumbs {
  font-weight: 400;
  font-size: 14px;
  color: #999999;
  margin-bottom: 19px;
}
.crumbs a {
  font-weight: 400;
  font-size: 14px;
  color: #999999;
}
.crumbs img {
  margin-right: 20px;
}
.crumbs span {
  color: #9a0000;
}
.container {
  margin-top: 27px;
  width: 1200px;
}
.container .tab {
  width: 100%;
  border-bottom: 1px solid #D9D9D9;
  font-size: 18px;
  color: #1a1a1a;
  display: flex;
  align-self: center;
  justify-content: flex-start;
  padding-bottom: 20px;
}
.container .tab div {
  cursor: pointer;
  margin-right: 140px;
}
.container .tab .active {
  font-weight: bold;
  font-size: 18px;
  color: #9A0000;
  position: relative;
}
.container .tab .active::after {
  content: '';
  position: absolute;
  bottom: -22px;
  left: 50%;
  margin-left: -20px;
  width: 40px;
  height: 3px;
  background: #9A0000;
}
.container .list {
  margin-top: 37px;
}
.container .list .listbox {
  display: none;
}
.container .list .listbox.active {
  display: block;
}
.container .list .listbox .leader .leader-title {
  text-align: center;
  font-family: Microsoft YaHei;
  font-weight: bold;
  font-size: 24px;
  color: #1A1A1A;
  margin-bottom: 48px;
}
.container .list .listbox .leader .leader-cont {
  width: 550px;
  margin-left: 378px;
}
.container .list .listbox .leader .leader-cont .leader-item {
  display: inline-block;
  overflow: hidden;
  border-bottom: 1px solid #D9D9D9;
  margin-bottom: 50px;
  padding-bottom: 10px;
}
.container .list .listbox .leader .leader-cont .leader-item .name {
  float: left;
  font-weight: bold;
  font-size: 20px;
  color: #1a1a1a;
  margin-right: 40px;
  position: relative;
}
.container .list .listbox .leader .leader-cont .leader-item .name::after {
  content: '';
  display: block;
  position: absolute;
  bottom: -11px;
  left: 0;
  width: 100%;
  height: 3px;
  background: #9A0000;
}
.container .list .listbox .leader .leader-cont .leader-item .job {
  float: left;
  font-size: 16px;
  color: #1a1a1a;
  line-height: 27px;
}
