/*行业方案*/
.ny_casecont ul {
  min-height: 300px;
}

.ny_casecont ul li {
  width: 31%;
  float: left;
  margin-right: 3.5%;
  margin-bottom: 50px;
  background: #fff;
  position: relative;
  transition: all .4s ease;
}

.ny_casecont ul li:nth-child(3n) {
  margin-right: 0;
}

.ny_casecont ul li .pic {
  display: block;
  width: 100%;
  height: 268px;
  overflow: hidden;
}

.ny_casecont ul li .pic img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all .7s ease;
}

.ny_casecont ul li .text {
  padding: 32px;
}

.ny_casecont ul li .text .name {
  font-size: 18px;
  font-weight: bold;
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  display: block;
  transition: all .4s ease;
}

.ny_casecont ul li .text .ms {
  font-size: 16px;
  color: #999;
  line-height: 26px;
  height: 52px;
  margin: 15px 0 32px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  position: relative;
}

.ny_casecont ul li .text i {
  display: block;
  width: 100%;
  height: 1px;
  background: #e6e6e6;
}

.ny_casecont ul li .text .more {
  display: block;
  width: 48px;
  height: 48px;
  background: #025dac;
  transform: skewX(-10deg);
  margin-top: 30px;
  transition: all .4s ease;
}

.ny_casecont ul li .text .more:after {
  content: "";
  display: block;
  width: 14px;
  height: 11px;
  background: url(../images/jt08.png) center no-repeat;
  position: absolute;
  top: 18px;
  left: 16px;
  transform: skewX(10deg);
}

.ny_casecont ul li time {
  display: block;
  width: 160px;
  height: 40px;
  line-height: 40px;
  position: absolute;
  top: 0;
  left: 0;
  font-size: 16px;
  color: #fff;
  background: url(../images/casetime.png) left no-repeat;
}

.ny_casecont ul li time img {
  margin: -2px 7px 0 15px;
}

.ny_casecont ul li:hover {
  background: #025dac;
}

.ny_casecont ul li:hover .pic img {
  transform: scale(1.1);
}

.ny_casecont ul li:hover .text .name {
  color: #fff;
}

.ny_casecont ul li:hover .text .ms {
  color: rgba(255, 255, 255, .45);
}

.ny_casecont ul li:hover .text .more {
  background: #fff;
}

.ny_casecont ul li:hover .text .more:after {
  background: url(../images/jt09.png) center no-repeat;
}

@media (max-width: 1440px) {
  .ny_casecont ul li {
    width: 32%;
    margin-right: 2%;
    margin-bottom: 30px;
  }

  .ny_casecont ul li .text {
    padding: 25px;
  }

  .ny_casecont ul li .text .ms {
    margin: 10px 0 20px;
  }

  .ny_casecont ul li .text .more {
    margin-top: 20px;
  }
}

@media (max-width:1199px) {
  .ny_casecont ul li .pic {
    height: 210px;
  }
}

@media (max-width:1080px) {
  .ny_casecont ul li .pic {
    height: 180px;
  }

  .ny_casecont ul li .text {
    padding: 20px 15px;
  }

  .ny_casecont ul li .text .ms {
    margin: 10px 0;
  }

  .ny_casecont ul li .text .more {
    width: 40px;
    height: 40px;
    margin-top: 15px;
  }

  .ny_casecont ul li .text .more:after {
    top: 14px;
    left: 13px;
  }
}

@media (max-width:767px) {
  .ny_casecont ul li {
    width: 100%;
    margin-right: 0;
    margin-bottom: 20px;
    float: none;
  }

  .ny_casecont ul li:nth-child(3n) {
    margin-right: 0;
  }

  .ny_casecont ul li .pic {
    height: 220px;
  }
}