.performance-pro {
  height: 100%;
  width: 100%;
}
.performance-pro .searchBlock {
  height: 50px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.performance-pro .searchBlock .searchItem {
  width: 150px;
  margin-right: 15px;
}
.performance-pro .per-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  height: calc(100% - 87px);
}
.performance-pro .per-content .project-left {
  width: 220px;
  height: 100%;
  border: 1px solid #e8eaec;
  position: relative;
}
.performance-pro .per-content .project-left .project-title {
  padding: 0px 8px;
  cursor: default;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: 1px solid #e8eaec;
}
.performance-pro .per-content .project-left .project-item {
  padding: 7px 5px;
  cursor: default;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.performance-pro .per-content .project-left .project-item:hover {
  background-color: #f3f3f3;
}
.performance-pro .per-content .project-right {
  width: calc(100% - 250px);
  height: 100%;
}

