.case-content .case-title h5 {
  font-size: 16px;
  line-height: 36px;
  color: #333;
}
.case-content .customer {
  margin-bottom: 50px;
}
.case-content .customer:last-child {
  margin-bottom: 0;
}
.case-content .customer .list-title {
  margin-top: 30px;
  border-bottom: 1px solid #e0e0e0;
}
.case-content .customer .list-title h3 {
  font-size: 16px;
  line-height: 1;
  color: #ed1b23;
  margin-bottom: 20px;
  font-weight: bold;
}
.case-content .customer ul {
  list-style: decimal-leading-zero;
  margin-left: -30px;
  margin-right: -30px;
}
.case-content .customer ul li {
  list-style: decimal-leading-zero inside;
  border-bottom: 1px dashed #e0e0e0;
  float: left;
  width: calc(33.33% - 60px);
  margin: 0 30px;
  font-size: 16px;
  color: #666;
  line-height: 76px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.case-content .customer ul li:hover {
  color: #ed1b23;
}
@media (max-width: 1440px) {
  .case-content .customer ul {
    margin-left: -20px;
    margin-right: -20px;
  }
  .case-content .customer ul li {
    font-size: 14px;
    line-height: 66px;
    width: calc(33.33% - 40px);
    margin: 0 20px;
  }
  .case-content .case-title h5 {
    font-size: 14px;
    line-height: 28px;
  }
  .case-content .customer .list-title h3 {
    font-size: 14px;
  }
}
@media (max-width: 1080px) {
  .case-content .customer ul {
    margin-left: 0;
    margin-right: 0;
  }
  .case-content .customer ul li {
    font-size: 14px;
    line-height: 66px;
    width: calc(50% - 40px);
    margin: 0 20px;
  }
}
@media (max-width: 768px) {
  .case-content .customer ul li {
    font-size: 14px;
    width: 100%;
    margin: 0;
    font-size: 12px;
    line-height: 52px;
  }
}
