.content {
  min-height:400px;
}
.banner {
  height:260px;
  position: relative;
  margin-top:70px;
  background:url(../imgs/about/about-banner.png) right no-repeat
}
.banner-title {
  margin-top:90px;
}

.box {
  margin-bottom:100px;
}
.box-header {
  margin-bottom:24px;
}
.box-header .header-title {
  display: inline-block;
  font-size:32px;
  margin:0;
}
.box-header span {
  color:#999999;
  font-size:16px;
}
.gsjs-left {
  width:360px;
  float:left;
}
.gsjs-right {
  margin-left:360px;
}
.gsjs-right p {
  color:#333;
  font-size:16px;
  line-height: 38px;
  text-indent: 20px;
}
.team-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;

}
.team-list li {
  width:49%;
  padding:30px;
  margin-bottom:20px;
  border:1px solid #006bff;
  box-shadow: 0 0 8px rgba(0, 107, 255, .8);
}
.team-list li dl dt {
  float:left;
  width:180px;
}
.team-list li dl dd {
  margin-left:180px;
}
.team-list .name {
  color:#010101;
  font-size:20px;
  font-weight: normal;
  margin-bottom:10px;
}
.team-list .office {
  background-color:#0fcf84;
  color:#fff;
  height:30px;
  line-height: 30px;
  border-radius: 15px;
  padding:0 20px;
  font-size:14px;
  display: inline-block;
}
.team-list .profile {
  color:#666;
}
.qyjs-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;

}
.qyjs-list li {
  width:32%;
  padding:24px;
  margin-bottom:20px;
  box-shadow: 0 0 8px rgba(0, 107, 255, .3);
}
.qyjs-list li dl dt {
  float:left;
  width:70px;
}
.qyjs-list li dl dd {
  margin-left:70px;
}
.qyjs-list .name {
  margin-bottom:10px;
  
}
.ppln-info {
  color:#666;
  padding:50px 0;
  text-align: center;
}
.qyjs-title {
  font-size:24px;
  text-align: center;
}
.xxcs-title {
  font-size:24px;
  text-align: center;
  margin-bottom:50px;
}