.sub-nav {
  position: absolute;
  right: 360px;
  top: 430px;
  height: 46px;
  color: #fff;
  font-size: 20px;
}

.sub-nav .nav-item {
  padding-bottom: 10px;
  margin-right: 20px;
  cursor: pointer;
}

.sub-nav .nav-item.active {
  color: #4694e6;
  font-weight: bold;
  border-bottom: 4px solid #4694e6;
}

.board {
  display: none;
}

.board.active {
  display: block;
}

.chushi-board,
.fazhan-board {
  width: 1040px;
  padding: 80px;
  margin: 52px auto;
  background-color: #fff;
  box-shadow: 0 0 30px #ccc;
  justify-content: center;
}

.chushi-board .board-title,
.fazhan-board .board-title {
  width: 940px;
  font-size: 18px;
  line-height: 36px;
  text-align: left;
  margin: 0 auto;
  margin-bottom: 40px;
}

.chushi-img,
.fazhan-img {
  display: block;
  width: 940px;
  margin: 0 auto;
}

.common-join-title {
  font-size: 40px;
  font-weight: bold;
  color: #005DAF;
  text-align: center;
  padding: 70px 0 40px 0;
}
.content{
  padding: 20px;
  background-color: #f7f7f7;
}
.wanted-left,
.wanted-right {
  position: relative;
  box-sizing: border-box;
  width: 50%;
  line-height: 30px;
  padding: 0 40px;
}

.wanted-right:before {
  position: absolute;
  left: 0;
  top: 0%;
  content: "";
  display: block;
  width: 1px;
  height: 100%;
  background-color: #ececec;
}

.wanted-title {
  margin-bottom: 30px;
  font-size: 30px;
  font-weight: bold;
  color: rgba(51, 51, 51, 1);
}

.wanted-desc {
  font-size: 14px;
  color: rgba(51, 51, 51, 1);
}

.outline .common-join-title {
  text-align: left;
}

.join-board {
  width: 1040px;
  /* height: 1360px; */
  padding: 80px;
  margin: 52px auto;
  background-color: #fff;
  box-shadow: 0 0 30px #ccc;
  justify-content: flex-start;
}

.join-board .outline .desc {
  width: 60%;
  font-size: 16px;
  line-height: 32px;
}
.join-board .outline-img {
  width: 35%;
  margin-top: 70px;
}
.hr-info {
  color: #005DAF;
}<!--ºÄÊ±1752865628.7502Ãë-->