.ic-wrap {
  width: 1200px;
  margin: 0 auto;
}
.left-list {
  width: 310px;
}
.left-list ul li {
  width: 310px;
  height: 60px;
  border: 1px solid #ececec;
  text-align: center;
  line-height: 60px;
  font-size: 16px;
  color: #666;
  border-top: none;
}
.left-list ul li a {
  display: block;
}
.left-list ul li:first-of-type {
  height: 90px;
  background: #00a0ea;
  line-height: 90px;
  font-size: 22px;
}
.left-list ul li:first-of-type a {
  color: #fff;
}
.left-list ul li:hover {
  background: #f4f4f4;
}
.left-list ul li:first-of-type:hover {
  background: #00a0ea;
}
.right-box {
  width: 812px;
}
.right-box li {
  float: left;
  width: 188px;
  margin: 0 20px 22px 0;
}
.right-box li:nth-of-type(4n 0) {
  margin-right: 0;
}
.right-box li .ic-img-box {
  width: 188px;
  height: 125px;
}
.right-box li .ic-img-box img {
  width: 100%;
  height: 100%;
}
.right-box li .ic-t-box {
  width: 158px;
  height: 50px;
  margin: 0 auto;
}
.right-box li .ic-t-box p {
  font-size: 14px;
  line-height: 20px;
  color: #666666;
  text-align: center;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
/*# sourcemappingurl=industrycase.css.map */