.industry_filter {
  display: flex;
}
.industry_filter .show_more {
  display: flex;
  align-items: center;
  white-space: nowrap;
  font-size: 12px;
  height: 26px;
  font-size: 14px;
  color: #808080;
  line-height: 26px;
  cursor: pointer;
  transition: all 0.2s;
}
.industry_filter .show_more:hover {
  color: #161616;
}
.industry_filter .show_more.on .iconfont {
  transform: scale(1.6) rotate(180deg);
}
.industry_filter .show_more .iconfont {
  display: inline-block;
  font-size: 12px;
  transform: scale(1.6) rotate(0deg);
  margin-left: 6px;
  vertical-align: 1px;
}
.industry_filter .link-filter-list {
  height: 28px;
  overflow: hidden;
}
.industry_filter .link-filter-list.on {
  height: auto;
}
.industry_filter .ent_val {
  height: 29px;
  overflow: hidden;
}
.industry_filter .ent_val.on {
  height: auto;
}
/*# sourceMappingURL=./industryFilter.css.map */