.performance-accessment {
  height: 100%;
  width: 100%;
}
.performance-accessment .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-accessment .content {
  height: calc(100% - 50px);
  padding: 5px 0;
  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: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.performance-accessment .content .left {
  border: 1px solid #dcdee2;
  height: 100%;
  position: relative;
  width: 170px;
}
.performance-accessment .content .left .leftTitle {
  line-height: 39px;
  height: 39px;
  text-align: center;
  border-bottom: 1px solid #e8eaec;
}
.performance-accessment .content .left .leftRow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 6px 0;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.performance-accessment .content .left .leftRow .formitem {
  font-size: 15px;
  display: inline-block;
  vertical-align: middle;
}
.performance-accessment .content .left .leftRow:hover {
  background-color: #f3f3f3;
}
.performance-accessment .content .right {
  width: calc(100% - 180px);
  height: 100%;
}

