.position {
  width: 100%;
  background: url(../images/r-p-bg.png) no-repeat;
  background-size: cover;
  padding: 42px 0 36px;
  display: flex;
  justify-content: center;
}

.position .main {
  flex-direction: row;
  align-items: start;
  justify-content: space-between;
}

.position .main div {
  display: flex;
  flex-direction: column;
}

.position .main div h1 {
  font-family: SourceHanSansCN-Regular;
  font-size: 36px;
  color: #222;
  font-weight: 400;
  line-height: 50px;
}

.position .main div h1 {
  font-family: SourceHanSansCN-Regular;
  font-size: 36px;
  color: #222;
  font-weight: 400;
  line-height: 50px;
  margin-bottom: 8px;
}

.position .main div div {
  display: flex;
  flex-direction: row;
  align-items: center;

  font-family: SourceHanSansCN-Regular;
  font-size: 14px;
  color: #465666;
  line-height: 24px;
  font-weight: 400;
}

.position .main .position-btn {
  display: inline-block;
  margin-top: 22px;
  width: 136px;
  line-height: 48px;

  font-family: SourceHanSansCN-Medium;
  font-size: 20px;
  color: #fff;
  letter-spacing: 0;
  font-weight: 500;
  text-align: center;
  background: #0f4286;
  cursor: pointer;
}

.position-info {
  margin-top: 50px;
  align-items: start;
  margin-bottom: 83px;
}

.position-info .header {
  display: flex;
  align-items: center;
}

.position-info .header em {
  background: #0f4286;
  width: 6px;
  height: 18px;
  margin-right: 8px;
}

.position-info .header span {
  font-family: SourceHanSansCN-Medium;
  font-size: 20px;
  color: #0f4286;
  letter-spacing: 0;
  font-weight: 500;
  line-height: 28px;
}

.position-info .info {
  margin-top: 10px;
}

.position-info .position-requirement,
.position-info .position-place {
  margin-top: 30px;
}
