/*nyCases start*/
.nyCases { overflow: hidden; padding:70px 0 100px;}
.nyCases_list ul { min-height: 300px; display: flex; flex-wrap: wrap; justify-items: left; margin: 0 -15px 30px;}
.nyCases_list ul li { width: 33.333333%; height:360px; margin-bottom: 30px; padding: 0 15px;position:relative; }
.nyCases_con { width: 100%; height: 100%; overflow: hidden;background-color: #fff; box-shadow: 0 0 12px rgba(0, 48, 76, .08); border-radius: 8px; position: relative;}
.nyCases_con:hover { background-color: #0076cf; box-shadow: 0 0 12px rgba(0, 118, 207,.7);}
.nyCases_con .img { width:100%; height: 360px; overflow: hidden;}
.nyCases_con .img a { display: block; width: 100%; height: 100%; overflow: hidden;}
.nyCases_con:hover .img a img { transform: scale(1.05); -webkit-transform: scale(1.05);}
.nyCases_con .text { width:100%;padding:0 20px; position:absolute; left:0; bottom:0; background:rgba(0,0,0,.45);}
.nyCases_con .text  a.name { display: block; height:50px; overflow: hidden; line-height:50px; color: #fff; font-size:16px; text-align:center; overflow:hidden; white-space:nowrap;text-overflow:ellipsis;}
.nyCases_con .text em { display: block; width: 36px; height: 3px; background-color: #0076cf; margin-top: 15px; display:none;}
.nyCases_con .text p.ms { height: 90px; overflow: hidden; line-height: 30px; color: #555; font-size: 18px; margin: 20px 0; display: -webkit-box; text-overflow: ellipsis; -webkit-line-clamp: 3; -webkit-box-orient: vertical;display: none;}
.nyCases_con .text a.btn { display: block; line-height: 30px; color: #0076cf; font-size: 16px; font-weight: bold; text-transform: uppercase; text-align: right; position: absolute; right: 0; bottom: 0;display:none;}
.nyCases_con .text a.btn i { display: inline-block; width: 24px; height: 24px; overflow: hidden; vertical-align: middle; margin: -4px 0 0 8px;}
.nyCases_con:hover .text a.name { color: #fff;}
.nyCases_con:hover .text em { background-color: #fff;}
.nyCases_con:hover .text p.ms { color: rgba(255, 255, 255,.55);}
.nyCases_con:hover .text a.btn { color: #fff;}
.nyCases_con:hover .text a.btn i svg path { fill: #ffffff;}
/*nyCases end*/

@media (max-width:1680px) {
  .nyCases { padding: 50px 0 80px;}
  .nyCases_list ul li {height:320px;}
}
@media (max-width:1440px) {
  .nyCases { padding: 40px 0 60px;}
  .nyCases_list ul { margin: 0 -15px 10px;}
  .nyCases_list ul li { width: 33.333333%; height:300px;}
}
@media (max-width:1200px) {
  .nyCases_list ul li { width: 50%;}
}
@media (max-width:920px) {
  .nyCases_list ul { margin: 0 -10px;}
  .nyCases_list ul li { margin-bottom: 20px;}
}
@media (max-width:767px) {
  .nyCases { padding: 20px 0 40px;}
  .nyCases_list ul { margin: 0;}
  .nyCases_list ul li { width: 100%;}
}
@media (max-width:500px) {
  .nyCases_con .text a.name{ font-size:14px;}
  .nyCases_list ul li {height:250px;}
}
@media (max-width:390px) {
  .nyCases_list ul li {height:220px;}
}


