.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;
}

.projectList[data-v-2b12f5d7] {
  margin: 0 0 0 -20px;
  display: flex;
  flex-wrap: wrap;
}
.projectList li[data-v-2b12f5d7] {
    width: 590px;
    background: #ffffff;
    border-radius: 4px;
    margin: 0 0 20px 20px;
    align-self: baseline;
}
.projectList li[data-v-2b12f5d7]:hover {
      box-shadow: 0px 0px 15px 0px rgba(0, 67, 166, 0.2);
}
.projectList li:hover a[data-v-2b12f5d7] {
        border: 1px solid #005FC9;
}
.projectList li a[data-v-2b12f5d7] {
      display: block;
      width: 588px;
      border: 1px solid #ffffff;
      overflow: hidden;
}
.projectList li a > div[data-v-2b12f5d7]:first-child {
        display: flex;
        justify-content: space-between;
        align-items: center;
        margin: 0 20px;
}
.projectList li a > div:first-child label[data-v-2b12f5d7] {
          align-self: baseline;
          font-size: 12px;
          color: #005FC9;
          display: inline-block;
          padding: 8px 10px;
          margin: 17px 0;
          background: #e5eff9;
          flex-shrink: 0;
}
.projectList li a h4[data-v-2b12f5d7] {
        font-size: 18px;
        color: #333333;
        font-weight: bold;
        height: 60px;
        line-height: 60px;
        border-bottom: 1px solid #f0f4f3;
}
.projectList li a > p[data-v-2b12f5d7] {
        padding: 20px 20px 15px;
        color: #85888f;
}
.projectList li a > p label[data-v-2b12f5d7] {
          font-size: 12px;
          color: #005FC9;
          margin-right: 35px;
}
.projectList li a p.line-1[data-v-2b12f5d7] {
        padding: 20px 20px 0;
}
.projectList li a .btn[data-v-2b12f5d7] {
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 10px 20px;
        background: linear-gradient(-90deg, #f8fbff 0%, #fbfcfe 100%);
}
.projectList li a .btn p[data-v-2b12f5d7] {
          color: #333333;
}
.projectList li a .btn p label[data-v-2b12f5d7] {
            font-size: 12px;
            font-weight: bold;
            color: #FB8900;
}
.projectList li a .btn p label span[data-v-2b12f5d7] {
              font-size: 18px;
              margin-left: 5px;
              font-weight: bold;
}
.projectList li a .btn .el-button[data-v-2b12f5d7] {
          align-self: baseline;
          padding: 6px 11px;
}

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

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

