.cate {
  overflow: hidden;
  padding: 16px 0;
  border-bottom: 1px dashed #d1d1d1;
}
.cate:last-child {
  border: none;
}
.c-links {
  overflow: hidden;
  display: flex;
  flex-wrap: wrap;
}
.c-tag {
  white-space: nowrap;
  margin-right: 60px;
}
.c-link {
  min-width: 63px;
  padding: 0 1em;
  text-align: center;
  height: 28px;
  line-height: 28px;
  color: #808080;
  margin: 0 10px;
}
.c-link.current {
  border-radius: 999px;
  background-color: var(--primary);
  color: #fff;
}

.c-list {
  padding: 30px 0;
  display: grid;
  grid-template-columns: repeat(4, 290px);
  justify-content: space-between;
  row-gap: 13px;
}
.c-img {
  overflow: hidden;
  height: 160px;
}
.c-intro {
  overflow: hidden;
  padding: 0 12px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  font-size: 16px;
  background-color: #fcfcfc;
  box-shadow: 0 3px 4px rgba(0, 0, 0, 0.05);
}
.pages {
  flex-wrap: wrap;
  padding: 34px 0;
  justify-content: center;
}
.page {
  margin: 0 6px;
  width: 24px;
  height: 24px;
  line-height: 24px;
  text-align: center;
  color: #818182;
  border-radius: 2px;
  background-color: #fff;
  border: 1px solid rgba(221, 222, 223, 1);
}
.page.current {
  background-color: var(--primary);
  color: #fff;
}