.recruitmentInfo .box {
  min-height: calc(100vh - 415px);
  background: #cbdbf6;
  background-size: cover;
  padding: 15px 0 70px;
}

.recruitmentInfo .box .main {
  padding-top: 40px;
}

.recruitmentInfo .box .main .title {
  position: relative;
  text-align: center;
  padding-bottom: 7px;
}

.recruitmentInfo .box .main .title::after {
  content: '';
  display: block;
  width: 50px;
  height: 3px;
  border-radius: 2px;
  background: #2a82e4;
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
}

.recruitmentInfo .box .main .title h2 {
  font-size: 42px;
  color: #000;
  font-weight: 500;
}

.recruitmentInfo .box .main .title p {
  font-size: 18px;
  color: #999;
  margin-top: 8px;
}

.recruitmentInfo .box .main .article {
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.9);
  padding: 40px 46px;
  margin-top: 30px;
  margin-bottom: 20px;
}

.recruitmentInfo .box .main .article + .article {
  margin-top: 0;
}

.recruitmentInfo .box .main .article .source span:last-child {
  margin-left: 40px;
}

.recruitmentInfo .box .main .article p {
  font-size: 18px;
  font-weight: 400;
  line-height: 36px;
  padding-left: 2em;
  /* text-indent: 2em; */
}

.recruitmentInfo .box .main .article p span.tag {
  display: inline-block;
  padding: 12px 30px;
  text-indent: 0;
  border: 1px solid #c7ddff;
  line-height: 22px;
}

.recruitmentInfo .box .main .article p span.blue {
  color: #5489de;
}

.recruitmentInfo .box .main .article p span.tag + span.tag {
  margin-left: 10px;
}

.recruitmentInfo .box .main .article p.li-title {
  font-size: 20px;
  font-weight: 700;
  text-indent: 0;
  padding-left: 0;
  color: #000;
  margin-bottom: 20px;
}

.recruitmentInfo .box .main .article p.li-title:not(:first-of-type) {
  margin-top: 20px;
}

.recruitmentInfo .box .main .article .table {
  font-size: 18px;
  line-height: 36px;
}

.recruitmentInfo .box .main .article .table + .table {
  margin-top: 40px;
}

.recruitmentInfo .box .main .article .table .table-name {
  display: inline-block;
  padding: 6px 30px;
  color: #fff;
  background: #2a82e4;
  margin-bottom: 20px;
}

.recruitmentInfo .box .main .article .table .table-name strong {
  color: #ffeb3b;
  font-weight: 400;
}

.recruitmentInfo .box .main .article .table .table-between {
  display: flex;
}

.recruitmentInfo .box .main .article .table .left > span,
.recruitmentInfo .box .main .article .table .right > span {
  display: block;
  /* text-indent: 2em; */
}

.recruitmentInfo .box .main .article .table .left .th,
.recruitmentInfo .box .main .article .table .right .th {
  text-indent: 0;
}

.recruitmentInfo .box .main .article .table .right {
  margin-left: 90px;
}

/* 移动端 */
#app.mobile.recruitmentInfo .box {
  padding: 0.15rem 0 0.5rem;
  background: #cbdbf6 url('./collaborationMode-bg-1.png') no-repeat bottom center;
  background-size: 120%;
}

#app.mobile.recruitmentInfo .box .container {
  padding: 0 0.2rem;
}

#app.mobile.recruitmentInfo .box .main {
  padding-top: 0.3rem;
}

#app.mobile.recruitmentInfo .box .title {
  padding-bottom: 0.07rem;
}

#app.mobile.recruitmentInfo .box .title h2 {
  font-size: 0.42rem;
}

#app.mobile.recruitmentInfo .box .title p {
  font-size: 0.18rem;
  margin-top: 0.08rem;
}

#app.mobile.recruitmentInfo .box .title::after {
  width: 0.5rem;
  height: 0.03rem;
  border-radius: 0.02rem;
}

#app.mobile.recruitmentInfo .box .main .article {
  border-radius: 0.12rem;
  padding: 0.3rem 0.2rem;
  margin-top: 0.3rem;
  margin-bottom: 0.2rem;
}

#app.mobile.recruitmentInfo .box .main .article + .article {
  margin-top: 0;
}

#app.mobile.recruitmentInfo .box .main .article .source span:last-child {
  margin-left: 0.4rem;
}

#app.mobile.recruitmentInfo .box .main .article p {
  font-size: 0.18rem;
  line-height: 0.36rem;
}

#app.mobile.recruitmentInfo .box .main .article p.tag-box {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 0.15rem 0.2rem;
  padding: 0 2em;
}

#app.mobile.recruitmentInfo .box .main .article p span.tag {
  padding: 0.12rem 0.3rem;
  border: 0.01rem solid #c7ddff;
  line-height: 0.22rem;
}

#app.mobile.recruitmentInfo .box .main .article p span.tag + span.tag {
  margin-left: 0;
}

#app.mobile.recruitmentInfo .box .main .article p.li-title {
  font-size: 0.2rem;
  margin-bottom: 0.2rem;
}

#app.mobile.recruitmentInfo .box .main .article p.li-title:not(:first-of-type) {
  margin-top: 0.2rem;
}

#app.mobile.recruitmentInfo .box .main .article .table {
  font-size: 0.18rem;
  line-height: 0.36rem;
}

#app.mobile.recruitmentInfo .box .main .article .table + .table {
  margin-top: 0.4rem;
}

#app.mobile.recruitmentInfo .box .main .article .table .table-name {
  padding: 0.06rem 0.2rem;
  margin-bottom: 0.2rem;
  font-size: 0.18rem;
}

#app.mobile.recruitmentInfo .box .main .article .table .table-between {
  display: block;
}

#app.mobile.recruitmentInfo .box .main .article .table .left > span,
#app.mobile.recruitmentInfo .box .main .article .table .right > span {
  font-size: 0.18rem;
  padding-left: 2em;
}

#app.mobile.recruitmentInfo .box .main .article .table .left .th,
#app.mobile.recruitmentInfo .box .main .article .table .right .th {
  font-weight: 700;
}

#app.mobile.recruitmentInfo .box .main .article .table .right {
  margin-left: 0;
}

#app.mobile.recruitmentInfo .box .main .article p a {
  color: #5489de;
}
