.case {
  width: 1200px;
  margin: 50px auto;
}
.case .case-list {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  flex-wrap: wrap;
}
.case .case-list .case-item {
  width: 387px;
  height: 425px;
  background-color: #F7F7F7;
  margin: 0px 6.5px 20px 6.5px;
  overflow: hidden;
}
.case .case-list .case-item .title {
  overflow: hidden;
  padding: 30px;
}
.case .case-list .case-item .title h3 {
  font-size: 20px;
  color: #333333;
}
.case .case-list .case-item .title p {
  margin-top: 25px;
  height: 84px;
  line-height: 22px;
  color: #808080;
  font-size: 16px;
}
/*# sourceMappingURL=case.css.map */