.main .Contain {
  background: #fff;
  padding: 32px 40px;
}

.main .Contain h2 {
  font-size: 16px;
  font-weight: 600;
  color: #f39424;
  line-height: 28px;
  letter-spacing: 1px;
  position: relative;
  padding-top: 16px;
  margin-bottom: 16px;
  margin-top: 32px;
  display: inline-block;
}

.main .Contain h2:first-child {
  margin-top: 0;
}

.main .Contain h2::before {
  content: "";
  position: absolute;
  top: 0px;
  left: 0;
  width: 10px;
  height: 1px;
  background: -webkit-gradient(linear, left top, right top, from(#f39424), to(#f35b24));
  background: linear-gradient(90deg, #f39424 0%, #f35b24 100%);
}

.main .Contain p {
  font-size: 16px;
  font-weight: 400;
  color: #666666;
  line-height: 28px;
  letter-spacing: 1px;
  text-align: justify;
}

.main .Contain p strong {
  font-weight: 600;
}

.main .Contain ul li {
  font-size: 0;
}

.main .Contain ul li .job-name {
  font-size: 16px;
  font-weight: 400;
  color: #666666;
  line-height: 28px;
  letter-spacing: 1px;
  text-align: justify;
  font-weight: 600;
  min-width: 102px;
  display: inline-block;
  vertical-align: top;
}

.main .Contain ul li .name {
  font-size: 16px;
  font-weight: 400;
  color: #666666;
  line-height: 28px;
  letter-spacing: 1px;
  text-align: justify;
  display: inline-block;
  width: calc(100% - 102px);
}
/*# sourceMappingURL=leader.css.map */