.leftContent {
  width: 260px;
  background: #fff;
  // border: 1px solid red;
  .title {
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    color: #333;
    padding: 20px;
    border-bottom: 1px solid #f0f0f0;
    .icons {
      display: inline-block;
      margin-left: 7px;
    }
  }
}
.leftList {
  padding: 16px 20px 0 20px;
  height: calc(100vh - 194px);
  overflow-y: scroll;
  .listItem {
    margin-bottom: 10px;
    font-size: 14px;
    line-height: 22px;
    color: #0073e5;
    padding: 3px 10px;
    border-radius: 3px;
    background: #e6f2ff;
    cursor: pointer;
    .name {
      margin-left: 14px;
    }
    .code {
      font-weight: 500;
    }
  }
  .activeItem {
    margin-bottom: 10px;
    font-size: 14px;
    line-height: 22px;
    color: #0073e5;
    padding: 3px 10px;
    border-radius: 3px;
    background: #99ccff;
    cursor: pointer;
    .name {
      margin-left: 14px;
    }
    .code {
      font-weight: 500;
    }
  }
}
.tipright {
  max-width: 700px;
}
