.recruitment-banner {
  height: 500px;
  background: url("/public/index/images/recruitment/recruitment_banner.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.recruitment-box {
  /* border-bottom: 1px solid #999; */
  width: 1100px;
  margin: 0 auto 55px;
}
.recruitment-item {
  float: left;
  width: 50%;
  border-bottom: 1px solid #999;
}
.recruitment-button {
  width: 264px;
  height: 40px;
  background: #254e85;
  border: 0;
  box-shadow: 0px 2px 5px 0px rgb(0 0 0 / 25%);
  border-radius: 2px;
}
.recruitment-text1 {
  color: #fff;
  text-align: left;
  padding-top: 10px;
  padding-left: 8px;
  cursor: pointer;
}
.recruitment-text {
  color: #fff;
  text-align: center;
  padding-top: 10px;
}
.recruitment-span {
  position: relative;
  top: -10px;
  left: 250px;
  width: 0;
  height: 0;
  /* margin-left: 2px; */
  vertical-align: middle;
  border-top: 4px dashed;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
  color: #fff;
}
.recruitment-list {
  position: relative;
  top: -10px;
  width: 264px;
  box-shadow: 0 6px 12px rgb(0 0 0 / 18%);
}
.none {
  display: none;
}
.recruitment-list > ul {
  background-color: #fff;
  list-style: none;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  box-shadow: 0 6px 12px rgb(0 0 0 / 18%);
}
.recruitment-list > ul li {
  padding: 5px;
  cursor: pointer;
}
.recruitment-list > ul li:hover {
  background-color: #254e85;
  color: #fff;
}
.recruitment-button2 {
  width: 106px;
  height: 40px;
  background: #254e85;
  border: 0;
  box-shadow: 0px 2px 5px 0px rgb(0 0 0 / 25%);
  border-radius: 2px;
  margin-left: 444px;
  cursor: pointer;
}
.rec-box2 {
  width: 1100px;
  margin: 0 auto;
}
.rec-item-title {
  float: left;
  width: 20%;
  /* 超出的文本隐藏 */
  overflow: hidden;
  /* 溢出用省略号显示 */
  text-overflow: ellipsis;
  /* 溢出不换行 */
  white-space: nowrap;
}
.rec-item-title > span {
  color: #254e85;
  font-size: 24px;
  font-weight: 600px;
}
.rec-item-text {
  border-bottom: 1px solid #999;
  float: left;
  width: 80%;
  margin-bottom: 30px;
}
.rec-item-hid {
  display: inline-block;
  width: 500px;
  /* 超出的文本隐藏 */
  overflow: hidden;
  /* 溢出用省略号显示 */
  text-overflow: ellipsis;
  /* 溢出不换行 */
  white-space: nowrap;
}
.rec-item-text > span {
  color: #254e85;
  font-size: 20px;
  line-height: 33px;
}
.rec-item-text > .rec-item-time {
  color: #999;
  font-size: 16px;
  /* position: relative;
  left: 50%; */
  float: right;
}
.rec-p {
  margin-bottom: 60px;
  word-wrap: break-word;
  word-break: break-all;
}
