.position-search-item[data-v-2bb4da77] {
  border: Mixed solid #f2f4f7;
  background: #ffffff;
  border-radius: 8px;
  box-shadow: 0px 2px 8px 0px #00000014;
}
.position-search-item .info[data-v-2bb4da77] {
    padding: 23px 20px;
    display: flex;
    min-height: 97px;
    background-image: url(../img/positionItemBackImg.420c93e5.png);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position: center top;
}
.position-search-item .info .left[data-v-2bb4da77] {
      flex: 1;
}
.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] {
          white-space: nowrap;
          color: #333333;
          max-width: 540px;
          text-overflow: ellipsis;
          overflow: hidden;
          word-break: break-all;
          font-weight: 500;
          font-style: Medium;
          font-size: 20px;
          line-height: 30px;
          letter-spacing: 0%;
          vertical-align: middle;
}
.position-search-item .info .left .top .emergency[data-v-2bb4da77] {
          width: 21px;
          height: 18px;
}
.position-search-item .info .left .top .highSalary[data-v-2bb4da77] {
          width: 34px;
          height: 18px;
}
.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: 700;
          font-size: 22px;
          font-family: Source Han Sans CN;
          line-height: 24px;
          text-align: right;
          vertical-align: middle;
          color: #ff5151;
}
.position-search-item .info .left .bottom .tag[data-v-2bb4da77] {
          background: #ebefff;
          color: #697793;
          padding: 0 10px;
          height: 22px;
          line-height: 22px;
          border-radius: 4px;
          font-size: 14px;
          text-align: center;
          margin-top: 2px;
}
.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] {
      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;
        align-items: flex-end;
        padding: 8px 0;
        margin-right: 16px;
}
.position-search-item .info .right .basic .company-name[data-v-2bb4da77] {
          height: 21px;
          width: 250px;
          white-space: nowrap;
          overflow: hidden;
          text-overflow: ellipsis;
          font-weight: 550;
          font-size: 14px;
          font-family: Source Han Sans CN;
          line-height: 21px;
          color: #333333;
          text-align: right;
}
.position-search-item .info .right .basic .company-tag[data-v-2bb4da77] {
          display: flex;
          align-items: center;
          justify-content: flex-end;
}
.position-search-item .info .right .basic .company-tag div[data-v-2bb4da77] {
            font-weight: 400;
            font-size: 12px;
            font-family: Source Han Sans CN;
            color: #666666;
            padding-right: 5px;
            margin-right: 5px;
            height: 12px;
            line-height: 12px;
            border-right: 1px solid #dddddd;
            max-width: 200px;
            word-break: break-word;
            text-overflow: ellipsis;
            overflow: hidden;
            white-space: nowrap;
            text-align: right;
}
.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 .other[data-v-2bb4da77] {
    padding: 0 20px;
    height: 40px;
    background-color: #f9fbfd;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-radius: 0 0 12px 12px;
}
.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: 100%;
      white-space: nowrap;
      overflow: hidden;
      text-overflow: ellipsis;
      font-weight: 400;
      font-size: 14px;
      font-family: Source Han Sans CN;
      line-height: 100%;
      color: #969dac;
}

.company-search-item[data-v-fbc9ac4a] {
  border: Mixed solid #f2f4f7;
  background: #ffffff;
  border-radius: 12px;
  box-shadow: 0px 0px 10px 0px #0000000d;
}
.company-search-item .info[data-v-fbc9ac4a] {
    padding: 12px 12px 12px 26px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    min-height: 92px;
    background-image: url(../img/companyItemBackImg.26f33817.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center top;
}
.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: 60px;
        height: 60px;
        border-radius: 8px;
}
.company-search-item .info .left .avatar img[data-v-fbc9ac4a] {
          width: 100%;
          max-height: 100%;
}
.company-search-item .info .left .avatar .img-box[data-v-fbc9ac4a] {
          background-color: transparent !important;
}
.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;
}
.company-search-item .info .left .basic .name[data-v-fbc9ac4a] {
          width: 100%;
          white-space: nowrap;
          overflow: hidden;
          text-overflow: ellipsis;
          height: 23px;
          font-weight: 700;
          font-style: Bold;
          font-size: 18px;
          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] {
            font-weight: 400;
            font-size: 14px;
            color: #868fa2;
}
.company-search-item .info .right[data-v-fbc9ac4a] {
      height: 78px;
      display: flex;
      align-items: center;
      justify-content: center;
      background: linear-gradient(90deg, rgba(236, 244, 255, 0.5) 0%, #ecf4ff 100%);
      border-radius: 8px;
      display: flex;
      align-items: center;
      padding: 0 12px;
}
.company-search-item .info .right .companyPositionTotal-box[data-v-fbc9ac4a] {
        text-align: center;
        font-weight: 500;
        font-size: 16px;
        text-align: center;
        color: #667085;
}
.company-search-item .info .right .companyPositionTotal-box .companyPositionTotal-num[data-v-fbc9ac4a] {
          font-weight: 700;
          font-size: 32px;
          text-align: center;
          color: #0078fd;
          margin-bottom: 12px;
}
.company-search-item .info .right .companyPosition-icon[data-v-fbc9ac4a] {
        width: 28px;
        height: 28px;
        box-shadow: 0px 2px 7.7px 0px #2285d24d;
        background: radial-gradient(348.49% 256.78% at 83.93% 32.14%, #3f73ff 0%, #68caff 100%);
        font-size: 14px;
        font-weight: 600;
        color: #fff;
        text-align: center;
        line-height: 28px;
        border-radius: 50%;
}
.company-search-item .other[data-v-fbc9ac4a] {
    padding: 0 20px;
    height: 38px;
    line-height: 38px;
    background: #ffffff;
    border-radius: 0 0 12px 12px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: flex;
    justify-content: space-between;
    border-top: 1px solid #dbdde3;
}
.company-search-item .other .location[data-v-fbc9ac4a] {
      display: flex;
      align-items: center;
      gap: 8px;
}
.company-search-item .other .location img[data-v-fbc9ac4a] {
        width: 14px;
}
.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: 400px;
        height: 18px;
        line-height: 18px;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        word-break: keep-all;
}
.company-search-item .other .tags-box[data-v-fbc9ac4a] {
      display: flex;
      align-items: center;
}
.company-search-item .other .tags-box .tags[data-v-fbc9ac4a] {
        background-color: #ebefff;
        border-radius: 4px;
        margin-right: 5px;
        height: 22px;
        line-height: 22px;
        padding: 0 10px;
        font-weight: 400;
        font-size: 12px;
        color: #697793;
}


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