.ebg-module-newCases ul li .box .text h3 a {
  line-height: 1.5;font-size: 16px;margin-top: -4px;margin-bottom: -4px;
}
@media (max-width: 1600px) {
  .ebg-module-newCases ul li .box .text h3 a {
    line-height: 1.57142857;font-size: 14px;margin-top: -4px;margin-bottom: -4px;
  }
}
@media (max-width: 1200px) {
  .ebg-module-newCases ul li .box .text h3 a {
    line-height: 1.57142857;font-size: 14px;margin-top: -4px;margin-bottom: -4px;
  }
}
@media (max-width: 750px) {
  .ebg-module-newCases ul li .box .text h3 a {
    line-height: 1.57142857;font-size: 14px;margin-top: -4px;margin-bottom: -4px;
  }
}
@media (max-width: 1200px) {
  .ebg-module-newCases .ebg-row2 > .ebg-row {
    width: 50%;
  }
}
@media (max-width: 750px) {
  .ebg-module-newCases .ebg-row2 > .ebg-row {
    width: 100%;
  }
}
.ebg-module-newCases ul li .box {
  height: 100%;
}
.ebg-module-newCases ul li .box .pic {
  display: block;
  width: 33%;
  float: left;
  border-radius: 8px;
  overflow: hidden;
}
.ebg-module-newCases ul li .box .pic:hover img {
  -webkit-transform: scale(1.1);
      -ms-transform: scale(1.1);
          transform: scale(1.1);
}
.ebg-module-newCases ul li .box .pic img {
  -webkit-transition: -webkit-transform 12s cubic-bezier(0.23, 1, 0.32, 1);
  transition: -webkit-transform 12s cubic-bezier(0.23, 1, 0.32, 1);
  transition: transform 12s cubic-bezier(0.23, 1, 0.32, 1);
  transition: transform 12s cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 12s cubic-bezier(0.23, 1, 0.32, 1);
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
}
.ebg-module-newCases ul li .box .text {
  padding: 10px 0 20px 30px;
  width: 67%;
  float: left;
}
@media (max-width: 992px) {
  .ebg-module-newCases ul li .box .text {
    padding: 0 0 0px 15px;
  }
}
.ebg-module-newCases ul li .box .text h3 {
  padding-bottom: 10px;
  position: relative;
}
@media (max-width: 750px) {
  .ebg-module-newCases ul li .box .text h3 {
    padding-bottom: 0;
  }
}
.ebg-module-newCases ul li .box .text h3 a {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  color: #333;
  text-align: left;
}
.ebg-module-newCases ul li .box .text h3 a:hover {
  text-decoration: underline;
}
.ebg-module-newCases ul li .box .text .time {
  font-size: 16px;
  color: #999;
  position: relative;
}
@media (max-width: 992px) {
  .ebg-module-newCases ul li .box .text .time {
    font-size: 12px;
  }
}
.ebg-module-newCases ul li .box .text .ebg-btn-box {
  padding-top: 0;
}
@media (max-width: 992px) {
  .ebg-module-newCases ul li .box .text .ebg-btn-box {
    display: none;
  }
}
@media (max-width: 750px) {
  .ebg-module-newCases ul li .box .text .ebg-btn-box {
    padding-top: 10px;
  }
}
.ebg-module-newCases ul li .box .text .ebg-btn-box .iconfont:before {
  top: -3px;
}
.ebg-module-newCases ul li .box.ie h3 {
  max-height: 82px;
  overflow: hidden;
}
.ebg-module-newCases ul li .box.ie h3:after {
  content: "...";
  position: absolute;
  top: 48px;
  right: 0;
  width: 30px;
  height: 30px;
  background-color: #f8f8f8;
  background: linear-gradien(to right, hsla(0, 0%, 100%, 0.5), #f8f8f8);
}
