.excellentCase {
  position: relative;
  z-index: 1;
  width: 100%;
  aspect-ratio: 1920 / 728;
  margin: 0 auto;
  padding-top: 3rem;
  box-sizing: border-box;
  background-image: url("/material/images/anli_bg.jpg");
  background-size: 100% 100%;
}
.excellentCase .title {
  width: 73.9375rem;
  height: 4.25rem;
  display: block;
  margin: 0 auto;
  font-size:1rem;
}

.excellentCase .content {
  margin: 3rem auto;
  width: 73.9375rem;
  display: flex;
}

.excellentCase .imgBox {
    position: relative;
    width: 15rem;
    height: 12rem;
    display: block;
    margin: 0 auto;
}
.excellentCase .imgBox img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.excellentCase .imgBox .title {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 0 0.5rem;
  box-sizing: border-box;
  height: 2rem;
  text-align: center;
  line-height: 2rem;
  background-color: #245e99;
  color: #fff;
  font-size: .875rem;

  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  white-space: normal;
}
