.menu[data-v-9bcc0be2] {
  display: flex;
  padding: 10px 0 0;
  border-bottom: 1px dashed #eeeeee;
}
.menu[data-v-9bcc0be2]:last-child {
    border-bottom: none;
}
.menu p[data-v-9bcc0be2] {
    color: #85888F;
    line-height: 28px;
    margin-right: 2px;
}
.menu ul[data-v-9bcc0be2] {
    display: flex;
    flex-wrap: wrap;
    flex: 1;
}
.menu ul li[data-v-9bcc0be2] {
      padding: 7px 14px;
      margin: 0 10px 10px 0;
      border-radius: 4px;
      overflow: hidden;
      cursor: pointer;
}
.menu ul li[data-v-9bcc0be2]:hover {
        color: #ffffff;
        background: #005FC9;
}
.menu ul .active[data-v-9bcc0be2] {
      color: #ffffff;
      background: #005FC9;
}

.itemList li[data-v-c50b23fe] {
  margin: 0 0 10px 0;
  background: #ffffff;
  overflow: hidden;
  border: 1px solid #ffffff;
}
.itemList li[data-v-c50b23fe]:hover {
    box-shadow: 0px 0px 15px 0px rgba(0, 67, 166, 0.2);
    border: 1px solid #005FC9;
}
.itemList li a > div[data-v-c50b23fe] {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.itemList li a > div[data-v-c50b23fe]:first-child {
      padding: 30px 40px 10px;
}
.itemList li a > div .left[data-v-c50b23fe] {
      width: 80%;
}
.itemList li a > div .left > div[data-v-c50b23fe] {
        display: flex;
        align-items: center;
        margin-bottom: 20px;
}
.itemList li a > div .left > div h4[data-v-c50b23fe] {
          font-size: 20px;
          color: #333333;
}
.itemList li a > div .left > div label[data-v-c50b23fe] {
          flex-shrink: 0;
          border-radius: 12px;
          background: rgba(229, 239, 249, 0.9);
          color: #005FC9;
          padding: 5px 10px;
          margin-left: 10px;
}
.itemList li a > div .left p[data-v-c50b23fe] {
        margin-bottom: 20px;
}
.itemList li a > div .left p label[data-v-c50b23fe] {
          margin-right: 35px;
          color: #85888F;
}
.itemList li a > div .left p span[data-v-c50b23fe] {
          color: #333333;
}
.itemList li a > div .right[data-v-c50b23fe] {
      width: 20%;
      text-align: right;
}
.itemList li a > div .right .price[data-v-c50b23fe] {
        color: #85888F;
        margin-bottom: 15px;
}
.itemList li a > div .right .price span[data-v-c50b23fe] {
          font-weight: bold;
          font-size: 16px;
          color: #FB8900;
}
.itemList li a > div .right .btn .el-button[data-v-c50b23fe] {
        padding: 6px 11px;
}
.itemList li a > div[data-v-c50b23fe]:last-child {
      border-top: 1px solid #e7e7e7;
      padding: 20px 40px;
}
.itemList li a > div:last-child p span[data-v-c50b23fe] {
        color: #333333;
}
.itemList li a > div:last-child .solved label[data-v-c50b23fe] {
        color: #005FC9;
}
.itemList li a > div:last-child .underway label[data-v-c50b23fe] {
        color: #37cca4;
}
.itemList li a > div:last-child .completed label[data-v-c50b23fe] {
        color: #666666;
}

.itemsList[data-v-24c5a672] {
  overflow: hidden;
  background: url(../../static/img/itemsBg.cab4c40a.png) no-repeat center top #e7edfb;
}
.itemsList .main .top[data-v-24c5a672] {
    padding: 20px 20px 10px;
    background: #ffffff;
}
.itemsList .main .top .search[data-v-24c5a672] {
      margin-bottom: 10px;
      color: #85888F;
}
.itemsList .main .top .search .el-input[data-v-24c5a672] {
        width: 450px;
}
.itemsList .main .top .search .el-button--primary[data-v-24c5a672] {
        width: 160px;
        height: 42px;
        margin-left: 20px;
        border-radius: 0;
}
.itemsList .main > p[data-v-24c5a672] {
    color: #85888F;
    margin: 20px 0;
}
.itemsList .main > p span[data-v-24c5a672] {
      color: #005FC9;
}
.itemsList .main .content .page[data-v-24c5a672] {
    margin: 19px 0 39px;
}

.demandList .search .el-input__inner {
  border-radius: 0;
  height: 42px;
  line-height: 42px;
}
.demandList .search .el-input__icon {
  cursor: pointer;
}
.demandList .search .el-button--primary .iconfont {
  font-size: 16px;
  margin-right: 10px;
}

