.banner {
  height: 680px;
  background: url('../img/join/1.png') no-repeat center center;
}
.content {
  padding-top: 30px;
  padding-bottom: 120px;
}
.content .tag {
  padding: 10px;
  background: #F8F8F8;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 0 auto;
  width: 620px;
}
.content .tag span {
  width: 200px;
  height: 48px;
  line-height: 48px;
  font-size: 24px;
  color: #333;
  text-align: center;
  cursor: pointer;
}
.content .tag span:hover,
.content .tag span.on {
  background: #007EFF;
  border-radius: 6px;
  color: #fff;
}
.content .job_list {
  margin-top: 40px;
}
.content .job_list li {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 20px 40px;
  cursor: pointer;
}
.content .job_list li span {
  display: block;
  color: #666;
  font-size: 14px;
  margin-bottom: 5px;
}
.content .job_list li:hover {
  background: #F0F5FF;
  color: #007EFF;
}
.content .job_list li:hover span {
  color: #007EFF;
}
.content .job_list li .arrow {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  width: 400px;
}
.content .job_list li .arrow i {
  width: 16px;
  height: 16px;
  background: url('../img/join/2.png') no-repeat center center;
}
.content .position_info {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid #EAEAEA;
  padding-bottom: 15px;
}
.content .position_info .position_title h1 {
  font-size: 24px;
  color: #333;
}
.content .position_info .position_title p {
  font-size: 16px;
  color: #666;
  margin-top: 5px;
}
.content .position_info .position_price .price {
  color: #ff9900;
  font-size: 24px;
  font-weight: bold;
}
.content .position_info .position_price .send_time {
  text-align: right;
  color: #493535;
  margin-top: 5px;
}
.content .position_content {
  color: #333;
  line-height: 2em;
}
.content .position_content h2 {
  font-size: 18px;
  margin: 20px 0;
}
.content .position_content p {
  font-size: 14px;
}
