.dept-block {
  padding: 0.26666667rem;
}
/*栏目标题*/
.dept-item-header {
  position: relative;
}
.dept-item-header::before {
  content: '';
  width: 0.16rem;
  height: 0.16rem;
  border-radius: 0.33333333rem;
  background: var(--font-color);
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}
.dept-item-header h1 {
  font-size: 0.42666667rem;
  font-weight: 700;
  color: var(--font-color);
  padding: 0 0 0 0.26666667rem;
}
.dept-list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.26666667rem;
  margin: 0.26666667rem 0 0.66666667rem 0;
}
.dept-list > li {
  padding: 0.2rem;
  border: dashed 0.02666667rem var(--border-color);
  border-radius: 0.21333333rem;
  text-align: center;
  transition: all 0.3s;
  background: #FFF;
}
.dept-list > li:hover {
  border: dashed 0.02666667rem var(--font-color);
  box-shadow: 0 0 0.34666667rem 0.04rem rgba(130, 53, 38, 0.34);
}
.dept-list > li a {
  display: block;
  font-size: 0.4rem;
  color: var(--font-color);
}
/*# sourceMappingURL=mobile.dept.css.map */