body {
  background: #FFF;
}
.dept-block {
  padding: 0.10416667rem;
}
/*栏目标题*/
.dept-item-header {
  position: relative;
}
.dept-item-header::before {
  content: '';
  width: 0.04166667rem;
  height: 0.04166667rem;
  border-radius: 0.13020833rem;
  background: var(--font-color);
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}
.dept-item-header h1 {
  font-size: 0.13020833rem;
  font-weight: 700;
  color: var(--font-color);
  padding: 0 0 0 0.078125rem;
}
.dept-list {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 0.10416667rem;
  margin: 0.10416667rem 0 0.26041667rem 0;
}
.dept-list > li {
  padding: 0.078125rem;
  border: dashed 0.01041667rem var(--border-color);
  border-radius: 0.04166667rem;
  text-align: center;
  transition: all 0.3s;
  background: #FFF;
}
.dept-list > li:hover {
  border: dashed 0.01041667rem var(--main-color);
  box-shadow: 0 0 0.13541667rem 0.015625rem rgba(130, 53, 38, 0.34);
}
.dept-list > li a {
  display: block;
  font-size: 0.109375rem;
  color: var(--font-color);
}
/*# sourceMappingURL=dept.css.map */