.list-tree[data-v-d5538e10] {
  width: 240px;
  height: auto;
  background: #fff;
  border-radius: 4px;
  margin-bottom: 15px;
}
.list-tree .title[data-v-d5538e10] {
  width: 100%;
  height: 50px;
  display: flex;
  align-items: center;
  padding: 0 10px;
  border-bottom: 1px solid #ddd;
  font-size: 16px;
  color: #4a4a4a;
  cursor: pointer;
}
.list-tree .title .title-icon[data-v-d5538e10] {
  width: 18px;
  height: 18px;
  text-align: center;
  line-height: 18px;
  color: #fff;
  background: #3266cc;
  border-radius: 4px;
}
.list-tree .group-cont[data-v-d5538e10] {
  padding: 10px 12px;
}
.list-tree .group-cont .group-list[data-v-d5538e10] {
  margin-bottom: 20px;
  overflow: hidden;
}
.list-tree .group-cont .group-list[data-v-d5538e10]:last-child {
  margin-bottom: 0;
}
.list-tree .group-cont .group-tit[data-v-d5538e10] {
  display: flex;
  align-items: center;
  font-size: 15px;
  cursor: pointer;
  transition: all 0.2s;
}
.list-tree .group-cont .group-tit[data-v-d5538e10]:hover,
.list-tree .group-cont .group-tit.active[data-v-d5538e10] {
  color: #3266cc;
}
.list-tree .group-cont .group-list-child li[data-v-d5538e10] {
  width: 100%;
  margin-top: 20px;
  font-size: 15px;
  color: #4a4a4a;
  padding-left: 55px;
  padding-right: 15px;
  cursor: pointer;
  transition: all 0.2s;
}
.list-tree .group-cont .group-list-child li[data-v-d5538e10]:hover,
.list-tree .group-cont .group-list-child li.active[data-v-d5538e10] {
  color: #3266cc;
}

