/*nyCases start*/
.nyCases { overflow: hidden; padding: 100px 0;}
.nyCases_list { min-height: 300px;}
.nyCases_list ul { display: flex; flex-wrap: wrap; justify-items: left; margin: 0 -15px 30px;}
.nyCases_list ul li { width: 33.333333%; margin-bottom: 30px; padding: 0 15px;}
.nyCases_con { width: 100%; height: 100%; overflow: hidden; padding: 120px 30px 30px; background-color: #fff; box-shadow: 0 0 12px rgba(0, 48, 76, .08); border-radius: 8px; position: relative;}
.nyCases_con:hover { background-color: #00793c; box-shadow: 0 0 12px rgba(0, 121, 60,.7);}
.nyCases_con .img { width: 180px; height: 180px; overflow: hidden; border-radius: 50%; position: absolute; top: 30px; right: 30px;}
.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  a.name { display: block; line-height: 32px; color: #222; font-size: 24px; font-weight: bold; text-transform: uppercase; padding-right: 170px;}
.nyCases_con .text em { display: block; width: 36px; height: 4px; background-color: #00793c; margin: 15px 0;}
.nyCases_con .text p.ms { line-height: 30px; color: #555; font-size: 18px; margin: 20px 0;}
.nyCases_con .text a.btn { display: block; line-height: 30px; color: #00793c; font-size: 16px; font-weight: bold; text-transform: uppercase; text-align: right;}
.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: 80px 0;}
  .nyCases_con { padding: 110px 30px 30px;}
  .nyCases_con .img { width: 160px; height: 160px;}
  .nyCases_con .text a.name { line-height: 30px; font-size: 22px; padding-right: 170px;}
  .nyCases_con .text p.ms { line-height: 26px; font-size: 16px;}
}

@media (max-width:1600px) {
  .nyCases_con .text a.name { font-size: 20px;}
  .nyCases_con .text em { height: 3px;}
  .nyCases_con .text p.ms { line-height: 25px; font-size: 15px;}
  .nyCases_con .text a.btn { font-size: 15px;}
}

@media (max-width:1560px) {}

@media (max-width:1440px) {
  .nyCases { padding: 60px 0;}
  .nyCases_list ul { margin: 0 -15px 10px;}
  .nyCases_con { padding: 105px 30px 30px;}
  .nyCases_con .img { width: 150px; height: 150px;}
  .nyCases_con .text a.name { line-height: 28px; font-size: 18px; padding-right: 160px;}
  .nyCases_con .text p.ms { line-height: 24px; font-size: 14px; margin: 15px 0;}
  .nyCases_con .text a.btn { font-size: 14px;}
}

@media (max-width:1366px) {}

@media (max-width:1280px) {}

@media (max-width:1200px) {
  .nyCases_list ul li { width: 50%;}
}

@media (max-width:1080px) {}

@media (max-width:1024px) {}

@media (max-width:920px) {
  .nyCases { padding: 40px 0;}
  .nyCases_list ul { margin: 0 -10px;}
  .nyCases_list ul li { margin-bottom: 20px; padding: 0 10px;}
  .nyCases_con { padding: 90px 20px 20px;}
  .nyCases_con .img { width: 140px; height: 140px; top: 20px; right: 20px;}
  .nyCases_con .text a.name { padding-right: 150px;}
}

@media (max-width:820px) {}

@media (max-width:767px) {
  .nyCases { padding: 20px 0 40px;}
  .nyCases_list ul { margin: 0;}
  .nyCases_list ul li { width: 100%; padding: 0;}
  .nyCases_con { padding: 20px;}
  .nyCases_con .img { width: 100%; height: 240px; border-radius: 8px; margin-bottom: 20px; position: inherit; right: inherit; top: inherit;}
  .nyCases_con .text a.name { padding-right: 0;}
}

@media (max-width:390px) {
  .nyCases_con .img { height: 220px;}
}

@media (max-width:320px) {
  .nyCases_con .img { height: 180px;}
}

