.position-search-item[data-v-2bb4da77] {
  border: Mixed solid #f2f4f7;
  border-radius: 8px;
  box-shadow: 0px 0px 10px 0px #0000000d;
}
.position-search-item .info[data-v-2bb4da77] {
    padding: 23px 20px;
    display: flex;
    min-height: 97px;
    background: url(../img/positionBG.3ee9d60e.png) no-repeat;
    background-size: cover;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    border-bottom: 1px solid #868FA24D;
    align-items: center;
}
.position-search-item .info .left[data-v-2bb4da77] {
      min-width: 480px;
}
.position-search-item .info .left .top[data-v-2bb4da77] {
        display: flex;
        align-items: center;
        gap: 4px;
        flex-wrap: nowrap;
        height: 24px;
}
.position-search-item .info .left .top .name[data-v-2bb4da77] {
          font-weight: 550;
          font-size: 20px;
          font-family: Source Han Sans CN;
          height: 24px;
          line-height: 110%;
          white-space: nowrap;
          color: #333333;
          max-width: 540px;
          text-overflow: ellipsis;
          overflow: hidden;
          word-break: break-all;
}
.position-search-item .info .left .top .emergency[data-v-2bb4da77] {
          width: 20px;
          height: 20px;
}
.position-search-item .info .left .top .highSalary[data-v-2bb4da77] {
          width: 46px;
          height: 20px;
}
.position-search-item .info .left .top img[data-v-2bb4da77] {
          width: 100%;
          max-height: 100%;
}
.position-search-item .info .left .bottom[data-v-2bb4da77] {
        margin-top: 6px;
        display: flex;
        align-items: center;
        flex-wrap: nowrap;
        gap: 8px;
}
.position-search-item .info .left .bottom .salary[data-v-2bb4da77] {
          height: 24px;
          display: inline-block;
          font-weight: 550;
          font-size: 16px;
          font-family: Source Han Sans CN;
          line-height: 24px;
          text-align: right;
          vertical-align: middle;
          color: #FF592F;
}
.position-search-item .info .left .bottom .tag[data-v-2bb4da77] {
          background: #f2f5f9;
          font-weight: 400;
          font-size: 12px;
          font-family: Source Han Sans CN;
          color: #868FA2;
          padding: 0 12px;
          height: 20px;
          line-height: 20px;
          border-radius: 2px;
          display: flex;
          align-items: center;
          justify-content: center;
}
.position-search-item .info .left .bottom .chat[data-v-2bb4da77] {
          margin-left: 4px;
          display: flex;
          align-items: center;
          flex-wrap: nowrap;
          gap: 4px;
}
.position-search-item .info .left .bottom .chat span[data-v-2bb4da77] {
            font-weight: 400;
            font-size: 14px;
            font-family: Source Han Sans CN;
            line-height: 100%;
            color: #667085;
}
.position-search-item .info .left .bottom .chat .avatar[data-v-2bb4da77] {
            display: inline-block;
            width: 16px;
            height: 16px;
            background-color: #e5ecff;
            border-radius: 50%;
}
.position-search-item .info .left .bottom .chat .avatar img[data-v-2bb4da77] {
              width: 100%;
              height: 100%;
              border-radius: 50%;
}
.position-search-item .info .left .bottom .chat .hr-name[data-v-2bb4da77] {
            max-width: 120px;
            text-overflow: ellipsis;
            overflow: hidden;
            word-break: keep-all;
}
.position-search-item .info .left .bottom .chat .line[data-v-2bb4da77] {
            width: 1px;
            display: inline-block;
            height: 10px;
            background: #cccccc;
}
.position-search-item .info .left .bottom .chat[data-v-2bb4da77]:hover {
          cursor: pointer;
}
.position-search-item .info .right[data-v-2bb4da77] {
      max-width: 400px;
      display: flex;
      gap: 6px;
}
.position-search-item .info .right .avatar[data-v-2bb4da77] {
        background: #ffffff;
        border: 1px solid #f2f4f7;
        border-radius: 8px;
}
.position-search-item .info .right .avatar img[data-v-2bb4da77] {
          width: 52px;
          height: 52px;
}
.position-search-item .info .right .basic[data-v-2bb4da77] {
        flex: 1;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        padding: 2px 0 4px;
}
.position-search-item .info .right .basic .company-name[data-v-2bb4da77] {
          height: 21px;
          width: 290px;
          white-space: nowrap;
          overflow: hidden;
          text-overflow: ellipsis;
          font-weight: 550;
          font-size: 18px;
          font-family: Source Han Sans CN;
          line-height: 21px;
          color: #333333;
}
.position-search-item .info .right .basic .company-tag[data-v-2bb4da77] {
          display: flex;
          align-items: center;
}
.position-search-item .info .right .basic .company-tag div[data-v-2bb4da77] {
            font-weight: 400;
            font-size: 14px;
            font-family: Source Han Sans CN;
            text-align: center;
            color: #6A6F7B66;
            padding-right: 5px;
            margin-right: 5px;
            height: 14px;
            line-height: 14px;
            border-right: 1px solid #DDDDDD;
            max-width: 65px;
            word-break: break-word;
            text-overflow: ellipsis;
            overflow: hidden;
            white-space: nowrap;
}
.position-search-item .info .right .basic .company-tag div[data-v-2bb4da77]:last-child {
            padding-right: 0;
            margin-right: 0;
            border-right: 0;
}
.position-search-item .info .right .basic[data-v-2bb4da77]:hover {
        cursor: pointer;
}
.position-search-item .info .gotoDetail[data-v-2bb4da77] {
      padding: 11px 32px;
      font-size: 14px;
      color: #fff;
      background-color: #0F90F1;
      height: 36px;
      border-radius: 4px;
      margin-left: 120px;
}
.position-search-item .emergency-info[data-v-2bb4da77] {
    background: url(../img/emergencyBG.ca5d26f5.png) no-repeat;
    background-size: cover;
    border-bottom: none;
}
.position-search-item .other[data-v-2bb4da77] {
    padding: 0 20px;
    height: 40px;
    background: #ffffff;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-radius: 0 0 8px 8px;
}
.position-search-item .other .tags[data-v-2bb4da77] {
      max-width: 50%;
      display: flex;
      align-items: center;
      font-size: 14px;
      font-family: Source Han Sans CN;
      color: rgba(51, 51, 51, 0.8);
}
.position-search-item .other .tags img[data-v-2bb4da77] {
        width: 14px;
        height: 14px;
        margin-right: 4px;
}
.position-search-item .other .bonus[data-v-2bb4da77] {
      max-width: 1120px;
      white-space: nowrap;
      overflow: hidden;
      text-overflow: ellipsis;
      font-weight: 400;
      font-size: 14px;
      font-family: Source Han Sans CN;
      line-height: 100%;
      color: #333333cc;
}

.company-search-item[data-v-fbc9ac4a] {
  border: Mixed solid #f2f4f7;
  border-radius: 8px;
}
.company-search-item .info[data-v-fbc9ac4a] {
    padding: 15px 26px;
    display: flex;
    min-height: 102px;
    background: url(../img/companyCard.ff4b5c03.png) no-repeat;
    background-size: cover;
}
.company-search-item .info .left[data-v-fbc9ac4a] {
      flex: 1;
      display: flex;
      align-items: center;
      height: 100%;
      gap: 20px;
}
.company-search-item .info .left .avatar[data-v-fbc9ac4a] {
        width: 64px;
        height: 64px;
        border: 1px solid #0236bf33;
        border-radius: 8px;
}
.company-search-item .info .left .avatar img[data-v-fbc9ac4a] {
          width: 100%;
          max-height: 100%;
}
.company-search-item .info .left .basic[data-v-fbc9ac4a] {
        flex: 1;
        display: flex;
        flex-direction: column;
        justify-content: space-around;
        align-items: center;
        min-height: 61px;
        width: 220px;
}
.company-search-item .info .left .basic .name[data-v-fbc9ac4a] {
          width: 100%;
          white-space: nowrap;
          overflow: hidden;
          text-overflow: ellipsis;
          height: 23px;
          font-weight: 550;
          font-size: 16px;
          font-family: Source Han Sans CN;
          line-height: 23px;
          color: #333333;
}
.company-search-item .info .left .basic .list[data-v-fbc9ac4a] {
          width: 100%;
          display: flex;
          align-items: center;
          flex-wrap: wrap;
          gap: 6px;
}
.company-search-item .info .left .basic .list .tag-item span[data-v-fbc9ac4a] {
            background: #f2f5f9;
            font-weight: 400;
            font-size: 12px;
            font-family: Source Han Sans CN;
            text-align: center;
            color: #667085;
            padding: 4px 12px;
            border-radius: 2px;
            margin-right: 6px;
            max-width: 100px;
            white-space: nowrap;
            text-overflow: ellipsis;
            overflow: hidden;
}
.company-search-item .info .right[data-v-fbc9ac4a] {
      width: 640px;
      height: 78px;
      display: flex;
      align-items: center;
      flex-direction: row;
      background: #ECF4FF;
      border: 1.4px solid #FFFFFFCC;
      border-radius: 8px;
      align-items: center;
      padding-left: 12px;
      gap: 4px;
}
.company-search-item .info .right .positionBox[data-v-fbc9ac4a] {
        width: 240px;
        height: 62px;
        background: #ffffff;
        border-radius: 8px;
        display: flex;
        flex-direction: column;
        padding: 8px 12px;
        justify-content: space-between;
}
.company-search-item .info .right .positionBox .title[data-v-fbc9ac4a] {
          display: flex;
          flex-direction: row;
          justify-content: space-between;
          font-size: 16px;
          color: #333333;
}
.company-search-item .info .right .positionBox .tagBox[data-v-fbc9ac4a] {
          color: #667085;
          font-size: 12px;
          font-weight: 400;
}
.company-search-item .info .right .numBox[data-v-fbc9ac4a] {
        display: flex;
        flex-direction: column;
        justify-content: center;
        width: 64px;
        text-align: center;
        margin-left: 16px;
}
.company-search-item .info .right .numBox .num[data-v-fbc9ac4a] {
          font-size: 32px;
          color: #0993FF;
}
.company-search-item .info .right .numBox .text[data-v-fbc9ac4a] {
          font-size: 16px;
          color: #667085;
}
.company-search-item .info .right .arrow[data-v-fbc9ac4a] {
        width: 38px;
        height: 38px;
        margin-left: 12px;
}
.company-search-item .other[data-v-fbc9ac4a] {
    display: flex;
    flex-direction: row;
    padding: 0 20px;
    height: 42px;
    line-height: 42px;
    background: #FFFFFF;
    border-radius: 0 0 12px 12px;
    border-top: 1px solid #868FA24D;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    align-items: center;
    justify-content: space-between;
}
.company-search-item .other .tagBox .tags[data-v-fbc9ac4a] {
      padding-right: 5px;
      margin-right: 5px;
      border-right: 1px solid rgba(51, 51, 51, 0.4);
      height: 19px;
      line-height: 19px;
}
.company-search-item .other .tagBox .tags span[data-v-fbc9ac4a] {
        font-weight: 400;
        font-size: 14px;
        font-family: Source Han Sans CN;
        line-height: 100%;
        color: #333333cc;
}
.company-search-item .other .tagBox .tags[data-v-fbc9ac4a]:last-child {
        border-right: 0;
        margin-right: 0;
        padding-right: 0;
}
.company-search-item .other .location[data-v-fbc9ac4a] {
      display: flex;
      align-items: center;
      gap: 8px;
}
.company-search-item .other .location span[data-v-fbc9ac4a] {
        font-weight: 400;
        font-size: 14px;
        font-family: Source Han Sans CN;
        color: #667085;
        max-width: 280px;
        height: 18px;
        line-height: 18px;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        word-break: keep-all;
}


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