.set-header-dialog .el-dialog .el-dialog__body {
  overflow-y: hidden;
  overflow-x: hidden;
  height: 500px;
}

.dept-title[data-v-cc2a0a6e]{
  font-weight: bold;
  color: black;
}
.dept-title.selected[data-v-cc2a0a6e]{
  color: #409EFF;
  font-weight: 700;
}
.default-select-item[data-v-cc2a0a6e]{
  padding-left: 2em;
}

.dialogManList .header-list[data-v-45f8d4db] {
  width: 50%;
  float: left;
  height: 500px;
}
.dialogManList .checked-list[data-v-45f8d4db] {
  width: 50%;
  float: left;
  height: 500px;
}
.dialogManList h6[data-v-45f8d4db] {
  margin-bottom: 10px;
  font-size: 14px;
  font-weight: normal;
}
.dialogManList .wrapper[data-v-45f8d4db] {
  height: calc(100% - 30px);
  overflow-y: auto;
}
.dialogManList .line[data-v-45f8d4db] {
  position: absolute;
  left: 45%;
  height: 100%;
  background: #ddd;
  width: 1px;
}
.dialogManList li[data-v-45f8d4db] {
  font-size: 13px;
  line-height: 27px;
  border-bottom: 1px solid #ddd;
  overflow: hidden;
}
.dialogManList li i.el-icon-close[data-v-45f8d4db] {
  float: right;
  margin-top: 7px;
}
