.successful-cases {
  padding-top: 100px;
}
.top-img {
  background: url('../../../../assets/images/successful-cases/successful_cases_top.png')
    no-repeat center 100%;
  height: 400px;
}
.cases-category {
  width: 1240px;
  height: 90px;
  margin: -45px auto 0;
  border-radius: 20px;
  overflow: hidden;
  background: #ffffff;
  box-shadow: 0px 5px 16px 0px rgba(204, 204, 204, 0.24);
  display: flex;
}
.category {
  flex: 1;
  text-align: center;
  line-height: 90px;
  font-size: 24px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #666666;
  cursor: pointer;
}
.cases-category .active,
.cases-category .category:hover {
  background: linear-gradient(0deg, #01d0b6, #21e4ab);
  color: #fff;
}
.title-box {
  width: 1240px;
  margin: 100px auto 60px;
  text-align: center;
}
.cases-list {
  width: 1240px;
  min-height: 400px;
  margin: 20px auto 100px;
  display: flex;
  flex-wrap: wrap;
}
.list-item {
  width: 390px;
  margin-bottom: 36px;
  cursor: pointer;
  box-shadow: 0px 5px 16px 0px rgba(204, 204, 204, 0.24);
  background: #fff;
}
.list-item:nth-of-type(3n + 2) {
  margin: 0 34px 36px;
}
.list-item .img-box {
  width: 390px;
  height: 290px;
  background: #f5f5f5;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}
.list-item .img-box img {
  width: 100%;
  height: 100%;
}
.list-nav {
  text-align: center;
  background: #fff;
  padding: 20px;
}
.list-nav h1 {
  font-size: 18px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #333333;
}

.list-nav h2 {
  font-size: 18px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #999;
  line-height: 36px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  /*! autoprefixer: off */
  -webkit-box-orient: vertical;
  /* autoprefixer: on */
}

.successful-cases {
  padding-top: 100px;
}
.top-img {
  background: url('../../../../assets/images/successful-cases/successful_cases_top.png')
    no-repeat center 100%;
  height: 400px;
}
.news-nav {
  width: 1000px;
  min-height: 400px;
  margin: 0px auto 60px;
}
.crumbs {
  margin-top: 20px;
  font-size: 14px;
  color: #333333;
}
.crumbs span:hover {
  color: #006f4b;
  cursor: pointer;
}
.news-nav .title {
  margin-top: 80px;
  text-align: center;
  margin-bottom: 50px;
}
.news-nav h1 {
  font-size: 24px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #333333;
  margin-bottom: 10px;
}
.news-nav p {
  font-size: 14px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #999999;
  line-height: 28px;
}
.title >>> .el-icon-view {
  font-size: 14px;
  margin: 0 10px 0 15px;
}
