.position-list[data-v-11caa7d8] {
  width: 1190px;
  background-color: #fff;
  margin: 0 auto 16px;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 2px 4px 14px 0px #9bb7ac33;
}
.position-list .position-content[data-v-11caa7d8] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 20px;
}
.position-list .position-content .left .position-info-box[data-v-11caa7d8] {
      height: 64px;
      width: 560px;
      display: flex;
      flex-direction: column;
      justify-content: space-between;
}
.position-list .position-content .delivery[data-v-11caa7d8] {
      cursor: pointer;
}
.position-list .position-content .notDelivery[data-v-11caa7d8] {
      cursor: not-allowed;
}
.position-list .position-content .delivery[data-v-11caa7d8]:hover {
      background-color: white;
      color: #ff592f;
}
.position-list .position-content .el-row[data-v-11caa7d8] {
      width: 100%;
      display: flex;
      align-items: center;
}
.position-list .position-content .el-col[data-v-11caa7d8] {
      height: 100%;
      display: flex;
      align-items: center;
}
.position-list .position-content .companys-box[data-v-11caa7d8] {
      display: flex;
      align-items: center;
}
.position-list .position-content .position-name[data-v-11caa7d8] {
      font-weight: 600;
      font-size: 20px;
      line-height: 28px;
      color: #333333;
      display: flex;
      align-items: center;
}
.position-list .position-content .position-name .overName[data-v-11caa7d8] {
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        max-width: 550px;
        cursor: pointer;
        margin-right: 10px;
}
.position-list .position-content .position-name .posTag[data-v-11caa7d8] {
        height: 24px;
        color: #ffffff;
        background-color: #ff5151;
        font-weight: 400;
        font-size: 14px;
        padding: 0 10px;
        border-radius: 2px;
        margin-right: 6px;
        line-height: 24px;
        text-align: center;
}
.position-list .position-content .position-info[data-v-11caa7d8] {
      font-size: 14px;
      line-height: 21px;
      color: #aaaaaa;
      display: flex;
      align-items: center;
}
.position-list .position-content .position-info .communication-info[data-v-11caa7d8] {
        margin-top: 0;
        margin-left: 14px;
        display: flex;
        align-items: center;
}
.position-list .position-content .position-info .communication-info .interviewer-info[data-v-11caa7d8] {
          font-size: 12px;
          display: flex;
          align-items: center;
          color: #777777;
}
.position-list .position-content .position-info .communication-info .interviewer-info img[data-v-11caa7d8] {
            width: 14px;
            height: 14px;
            margin-right: 5px;
}
.position-list .position-content .position-info .communication-info .interviewer-info .interviewer-name[data-v-11caa7d8] {
            display: flex;
            align-items: center;
}
.position-list .position-content .position-info .communication-info .interviewer-info .interviewer-name span[data-v-11caa7d8]:last-child {
              position: relative;
}
.position-list .position-content .position-info .communication-info .interviewer-info .interviewer-name span[data-v-11caa7d8]:last-child::before {
                content: "";
                display: inline-block;
                margin: 0 6px;
                width: 1px;
                height: 10px;
                background: #cccccc;
}
.position-list .position-content .position-info .salary[data-v-11caa7d8] {
        font-size: 20px;
        line-height: 28px;
        color: #ff592f;
        margin-right: 31px;
        font-weight: 600;
}
.position-list .position-content .companys[data-v-11caa7d8] {
      flex: 1;
      text-align: left;
      margin: 0 20px;
      display: flex;
      flex-direction: column;
      height: 64px;
      padding: 3px 0;
      justify-content: space-between;
      align-items: flex-start;
}
.position-list .position-content .companys .company-name[data-v-11caa7d8] {
        font-family: Source Han Sans CN;
        font-size: 20px;
        font-weight: 600;
        color: #333333;
        margin-bottom: 8px;
        cursor: pointer;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        max-width: 350px;
}
.position-list .position-content .companys .company-info[data-v-11caa7d8] {
        font-size: 14px;
        display: flex;
        align-items: center;
        color: #666666;
}
.position-list .position-content .companys .company-info span[data-v-11caa7d8] {
          margin-left: 10px;
          padding-left: 10px;
          position: relative;
}
.position-list .position-content .companys .company-info span[data-v-11caa7d8]::before {
            content: "";
            position: absolute;
            left: 0;
            top: 2px;
            height: 12px;
            width: 1px;
            background-color: #b7b7b7;
}
.position-list .position-content .companys .company-info span[data-v-11caa7d8]:first-child {
          margin-left: 0;
          padding-left: 0;
}
.position-list .position-content .companys .company-info span[data-v-11caa7d8]:first-child::before {
            width: 0;
}
.position-list .position-content .tags[data-v-11caa7d8] {
      display: flex;
      align-items: center;
      gap: 6px;
}
.position-list .position-content .tags .tag[data-v-11caa7d8] {
        background-color: #f3f3f3;
        padding: 2px 10px;
        font-size: 12px;
        display: flex;
        align-items: center;
        text-align: center;
        color: #868686;
        border-radius: 2px;
}
.position-list .position-content .right[data-v-11caa7d8] {
      flex: 1;
}
.position-list .position-content .detailBtn-box[data-v-11caa7d8] {
      width: 124px;
}
.position-list .position-content .detailBtn-box .detailBtn[data-v-11caa7d8] {
        width: 100%;
        height: 32px;
        border: 2px solid #ff592f;
        border-radius: 4px;
        cursor: pointer;
        text-align: center;
        line-height: 28px;
        color: #ff592f;
        font-family: Source Han Sans CN;
        font-weight: 500;
        font-size: 14px;
        transition: all 0.2s;
}
.position-list .position-content .detailBtn-box .detailBtn[data-v-11caa7d8]:hover {
        background-color: #ff592f;
        color: #fff;
}
.position-list .position-bottom[data-v-11caa7d8] {
    padding: 11px 24px;
    background-color: #f8f8f8;
    font-family: Source Han Sans CN;
    font-weight: 400;
    font-style: Regular;
    font-size: 14px;
    letter-spacing: 0%;
    vertical-align: middle;
    color: #6f5a58;
    width: 100%;
    text-overflow: ellipsis;
    overflow: hidden;
    word-break: keep-all;
    white-space: nowrap;
}
.no-data[data-v-11caa7d8] {
  width: 100%;
  line-height: 100px;
  color: #999;
  text-align: center;
}
.type[data-v-11caa7d8] {
  color: #ffffff;
  font-size: 12px;
  height: 18px;
  line-height: 16px;
  width: 32px;
  display: inline-block;
  text-align: center;
  background-repeat: no-repeat;
}
.type.three[data-v-11caa7d8] {
    margin-left: 5px;
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAASCAYAAAA6yNxSAAAAx0lEQVRIS+3UMQ4BQRTG8f8biQRRbCcKod4DOMBG5xgaCYmLiEKn1ziAZjdq5UrsEVzArkbCyAgSidY8hXeB7zdvvhkpYiw+RsjFkolhWWmwkJCzixVvgPdDpsbQr0YctACOk9aadDUBGMNYFSCwVQXgiqlUwlcl/4Af2EDCEUvdx2f4KUOKhD2WUA8QMwMmaoB8QygXdkBJAyEu9BQztzBSA2Qryp2A9RUi34j7Btw4RDtgamHo8zpegCfk0YkBQg9offuJ3gAreUNN+hJsHQAAAABJRU5ErkJggg==);
}
.type.four[data-v-11caa7d8] {
    margin-left: 5px;
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAASCAYAAAA6yNxSAAAA0UlEQVRIS83UMQ4BQRQG4P/fTXSq7V1gD6CQjEJ0jqGRkLiA7DRKUej0ruAKlCT2CEoK22HnyWyxIdGa513g/97M/MMyM4IAQ6AAmJNuA1zXtPndxzIU4H1HAgc+HwPOd2cVQLW5R/DSVgN4RESZqAII7pUBKFQBai34aIRGDf8L4DJzE6AZ4DP8GkFnuycRSdUAZWaWAKZqAJl1Usf4CCLWQNCHltasIBirAcSmDUGyFUEvNKI6AT8e4ZAs4DAKeR01oIb4NxHFQ5J9iLR+XdEXRutRx1ghSFcAAAAASUVORK5CYII=);
}


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