/deep/ .el-input__inner {
  border: none;
}
.row {
  width: 1180px;
  margin: 0 auto;
}
.position {
  height: 120px;
  border: none;
  background: #ffffff;
  border-radius: 8px;
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.02);
  margin: 5px;
}
.position .company-info {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-radius: 8px;
    background: #ffffff;
    padding: 16px 17px 10px 16px;
}
.position .company-info .img-box {
      width: 46px;
      height: 46px;
}
.position .position-tag {
    padding: 0 0 16px 0;
    margin: 0 16px;
    border-bottom: 1px solid #eeeeee;
}
.position .position-tag .tag {
      padding: 4px 8px;
      background: #f1f1f1;
      border-radius: 2px;
      font-size: 12px;
      line-height: 17px;
      color: #999999;
      margin-right: 8px;
}
.position .position-name2 {
    font-size: 16px;
    font-weight: bold;
    line-height: 24px;
    color: #333333;
}
.position .salary {
    font-size: 16px;
    line-height: 24px;
    color: #f94b0f;
}
.position .company-name {
    max-width: 250px;
    font-weight: 700;
    font-size: 14px;
    line-height: 20px;
    color: #333333;
}
.position .company-name .color-999 {
      font-weight: 500;
      font-size: 12px;
      line-height: 18px;
      color: #999999;
      margin-top: 4px;
}
.position .company-name:hover {
    cursor: pointer;
    color: #1275fa;
}
.position .position-info {
    display: flex;
    align-items: center;
    padding: 6px 0;
}
.position .position-info .position-detail:first-child {
      border-right: 1px solid #ddd;
}
.position .position-info .position-detail {
      display: flex;
      align-items: center;
      padding: 0 12px;
      width: 50%;
}
.position .position-info .position-detail .position-name {
        font-size: 12px;
        line-height: 17px;
        color: #333333;
}
.position .position-info .position-detail .position-salary {
        font-size: 14px;
        line-height: 20px;
        color: #ff5c00;
        margin-left: 8px;
}
.position .position-info .img-box {
      width: 22px;
      height: 22px;
}
.position .position-info .company-box {
      padding: 0 12px;
      width: 100%;
      display: flex;
      align-items: center;
      justify-content: space-between;
}
.position .position-info .company-name2 {
      font-size: 12px;
      line-height: 18px;
      color: #333333;
      margin-left: 6px;
}
.position .position-info .company-type {
      font-size: 12px;
      line-height: 17px;
      color: #aaaaaa;
}
.position .el-row .el-col:first-child {
    border-right: 1px solid #d8d8d8;
}
.position .company-position {
    margin-left: 16px;
}
.position .company-position .first {
      display: flex;
      justify-content: space-between;
}
.position .company-position .first .position-name {
        width: 108px;
        height: 20px;
        font-size: 14px;
        font-family: PingFangSC-Regular, PingFang SC;
        font-weight: 400;
        color: #000000;
        line-height: 20px;
        word-break: keep-all;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
}
.position .company-position .first .position-name:hover {
        cursor: pointer;
        color: #1275fa;
}
.position .company-position .first .position-salary {
        margin-right: 0px;
        width: 71px;
        height: 20px;
        font-size: 14px;
        font-family: PingFangSC-Semibold, PingFang SC;
        font-weight: 600;
        color: #d34848;
        line-height: 20px;
}
.position .company-position .position-degree {
      margin-top: 2px;
      width: 24px;
      height: 17px;
      font-size: 12px;
      font-family: PingFangSC-Regular, PingFang SC;
      font-weight: 400;
      color: #999999;
      line-height: 17px;
}
.position .company-position::after {
    width: 1px;
    height: 36px;
    background: #d8d8d8;
}


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