.textEellipsis {
  display: block;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.clearF:after {
  display: block;
  content: '';
  width: 0;
  height: 0;
  clear: both;
}
.userSelect {
  user-select: none;
  -ms-user-select: none;
  -moz-user-select: none;
}
.totalIconCss {
  font-family: "iconfont" !important;
  font-size: 12px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
a {
  color: inherit;
}
.sitemap-module {
  padding: 40px 0 50px;
}
.sitemap-module .current-position {
  color: #8d97a5;
  text-align: right;
}
.sitemap-module .current-position a {
  color: #8d97a5;
}
.sitemap-module .jump-each-area {
  margin-top: 14px;
  border: 1px solid #e3e5e9;
  display: flex;
}
.sitemap-module .jump-each-area .jump-each {
  flex: 1;
  box-sizing: border-box;
  padding: 50px 40px;
  border-left: 1px solid #e3e5e9;
}
.sitemap-module .jump-each-area .jump-each:first-child {
  border-left: 0;
}
.sitemap-module .jump-each-area .level-menu .jump {
  display: block;
  color: #404751;
  font-weight: 600;
  font-size: 16px;
  margin-bottom: 12px;
  transition: all 0.3s;
}
.sitemap-module .jump-each-area .level-menu .jump:hover {
  color: #008546;
  text-indent: 5px;
}
.sitemap-module .jump-each-area .subclass {
  margin-bottom: 50px;
}
.sitemap-module .jump-each-area .subclass dt {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 12px;
}
.sitemap-module .jump-each-area .subclass dd {
  font-size: 14px;
  color: #404751;
  line-height: 28px;
}
.sitemap-module .jump-each-area .subclass dd .jump {
  border-bottom: 1px solid transparent;
}
.sitemap-module .jump-each-area .subclass dd .jump:hover {
  color: #008546;
  border-bottom: 1px solid #008546;
}
/*# sourceMappingURL=sitemap.css.map */