/* 案例 */
.case .section_cate {
  margin: 0 0.3rem;
}

.case_content {
  margin-top: 0.3rem;
}

.case_item {
  padding: 0.4rem 0.3rem;
  background-color: #f8f8f8;
}

.case_item:nth-child(2n) {
  background-color: #fff;
}

.font-title {
  font-size: 0.32rem;
  text-align: center;
  font-weight: bold;
  color: #222222;
}

.font-desc {
  font-size: 0.28rem;
  font-weight: 400;
  color: #666666;
  line-height: 25px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 5;
  margin-bottom: 0.3rem;
}

.case_item > a {
  width: 32px;
  height: 32px;
  background: #2b92ea;
  border-radius: 16px;
  margin: 0 auto;
  color: #fff;
}

.case_item > img {
  width: 100%;
  height: 6.7rem;
  margin: 0.3rem 0;
}

.case_loadMore {
  width: 100px;
  margin: 0.6rem auto 0;
  height: 32px;
  background: #ffffff;
  border: 1px solid #2b92ea;
  border-radius: 16px;
  font-size: 0.28rem;
  font-weight: bold;
  color: #2b92ea;
}
