@charset "UTF-8";
.recrubanner {
  width: 100%;
  height: 500px;
  background: url(../images/recrubanner.jpg) no-repeat;
  background-size: cover; }

/*切换菜单*/
.switch {
  width: 100%;
  height: 80px;
  border-top: 1px solid #bdbdbd;
  border-bottom: 1px solid #bdbdbd;
  margin-top: 48px; }

.switchthree {
  width: 899px;
  height: 100%;
  margin: auto; }

.switchthree h2 {
  color: #313131;
  font-size: 22px;
  font-family: Arial, Helvetica, sans-serif;
  text-align: center;
  line-height: 80px; }

.xiaoyuan {
  width: 50%;
  height: 100%;
  border-left: 1px solid #bdbdbd;
  border-bottom: 4px solid #313131;
  float: left; }

.shehui {
  width: 50%;
  height: 100%;
  border-right: 1px solid #bdbdbd;
  border-left: 1px solid #bdbdbd;
  float: left; }

/*招聘详情*/
.recru {
  width: 100%;
  height: 90px;
  border-top: 1px solid #bdbdbd; }

.recrutitle {
  width: 75%;
  float: left; }

.recrutitle h2 {
  text-align: left;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 26px;
  line-height: 90px; }

.recrumore {
  width: 136px;
  height: 40px;
  border: 1px solid #e2001a;
  text-align: center;
  margin-top: 25px;
  float: right; }

.recrumore a {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 20px;
  color: #e2001a;
  line-height: 40px; }

.nav-div {
  display: flex; }
  .nav-div .nav-item {
    flex: 1;
    border-bottom: none;
    border-left: 1px solid #bdbdbd; }
  .nav-div .nav-item:last-child {
    border-right: 1px solid #bdbdbd; }
  .nav-div .nav-item.active {
    border-bottom: 4px solid #313131; }

.page-div {
  display: flex; }
  .page-div .page-item-div {
    flex: 1; }
  .page-div .page-left {
    height: 100%;
    font-size: 26px;
    flex: inherit; }
    .page-div .page-left a {
      line-height: 80px; }
  .page-div .page-right {
    height: 100%;
    font-size: 26px;
    flex: inherit; }
    .page-div .page-right a {
      text-align: right;
      line-height: 80px; }
  .page-div .page-content {
    text-align: center;
    overflow-x: auto;
    padding-top: 25px; }
    .page-div .page-content .css-sys-none-page {
      display: none; }
    .page-div .page-content .page-item, .page-div .page-content a {
      display: inline-block;
      color: black;
      font-size: 20px;
      margin: 0 5px;
      height: 35px;
      line-height: 35px;
      width: 35px;
      border-radius: 100%;
      cursor: pointer; }
    .page-div .page-content .page-item.active {
      background-color: red;
      color: white; }

.container {
  padding-top: 48px; }

.recrutitle .name {
  max-width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis; }

/*# sourceMappingURL=recru.css.map */
