.case__banner {
  height: 400px;
  background: url(../img/case-banner.png) no-repeat center;
  background-size: cover;
  padding-top: 146px;
}

.case__banner-title {
  position: relative;
  height: 49px;
  background: url(../img/case-banner-title.png) no-repeat center;
  background-size: contain;
  margin-bottom: 31px;
}

.case__banner-title::after {
  content: '';
  position: absolute;
  bottom: -17px;
  left: 50%;
  display: block;
  width: 156px;
  height: 1px;
  margin-left: -78px;
  background-color: #fff;
}

.case__banner-text {
  font-size: 22px;
  font-weight: 400;
  line-height: 30px;
  color: #fff;
  text-align: center;
}

.case__list {
  padding: 100px 0 82px;
  background-color: #fbfbfb;
}

.case__item {
  position: relative;
  border-radius: 0;
  margin-bottom: 44px;
  box-shadow: none !important;
}

.case__item:hover {
  box-shadow: 0px 0px 16px -2px rgba(0, 0, 0, 0.08) !important;
  margin-top: -10px;
  margin-bottom: 54px
}

.case__item-link {
  text-decoration: none;
  cursor: pointer;
}

.case__item-bg {
  display: block;
  width: 100%;
  height: 205px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.case__item-title {
  font-size: 18px;
  font-weight: bold;
  line-height: 25px;
  color: #333;
  margin: 24px 0 10px;
  padding: 0 16px;
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.case__item-text {
  font-size: 14px;
  color: #999;
  line-height: 20px;
  margin-bottom: 40px;
  padding: 0 16px;
}

.case__more-list {
  padding-top: 16px;
  text-align: center;
}

.case__more {
  position: relative;
  width: 111px;
  height: 40px;
  border: 1px solid #CC2A21;
  color: #CC2A21;
  font-size: 14px;
  background-color: transparent;
  cursor: pointer;
  outline: none;
}

.case__more::after {
  content: '';
  position: absolute;
  right: 13px;
  top: 50%;
  display: block;
  width: 0;
  height: 0;
  margin-top: -3px;
  border: 4px solid transparent;
  border-left-color: #CC2A21;
}
