/* nyCases start */
.nyCases { overflow: hidden; padding: 50px 0 100px;}

.nyCases_list ul { min-height: 240px; display: flex; flex-wrap: wrap; justify-content: left; margin: 0 -15px 20px;}
.nyCases_list ul li { width: calc(100% / 3); margin-bottom: 30px; padding: 0 15px;}
.nyCases_list ul li .pics { width: 100%; height: 280px; overflow: hidden; border-radius: 8px 8px 0 0;}
.nyCases_list ul li .pics a { display: block; width: 100%; height: 100%; overflow: hidden; background-color: #fff; position: relative;}
.nyCases_list ul li:hover .pics a img { transform: scale(1.05); -webkit-transform: scale(1.05);}
.nyCases_list ul li .text { width: 100%; height: auto; overflow: hidden; padding: 30px; background-color: #fff; border: 1px solid #fff; border-top: 0; border-radius: 0 0 8px 8px;}
.nyCases_list ul li:hover .text { border: 1px solid #2a7570; border-top: 0;}
.nyCases_list ul li .text .name { margin-bottom: 20px; padding-bottom: 20px; position: relative;}
.nyCases_list ul li .text .name a { display: block; height: 60px; overflow: hidden; line-height: 30px; color: #222; font-size: 18px; display: -webkit-box; text-overflow: ellipsis; line-clamp: 2; -webkit-line-clamp: 2; -webkit-box-orient: vertical;}
.nyCases_list ul li:hover .text .name a { color: #2a7570;}
.nyCases_list ul li .text .name::after { content: ''; display: block; width: 30px; height: 2px; background-color: #2a7570; position: absolute; left: 0; bottom: 0;}
.nyCases_list ul li .text p.ms { height: 56px; overflow: hidden; line-height: 28px; color: #999; font-size: 16px; display: -webkit-box; text-overflow: ellipsis; line-clamp: 2; -webkit-line-clamp: 2; -webkit-box-orient: vertical;}
.nyCases_list ul li .text a.btn { display: block; width: 80px; height: 32px; overflow: hidden; line-height: 32px; color: #fff; font-size: 14px; margin-top: 30px; background-color: #bbb; border-radius: 4px; display: flex; align-items: center; justify-content: center; gap: 6px;}
.nyCases_list ul li:hover .text a.btn { background-color: #2a7570;}
.nyCases_list ul li .text a.btn i { display: block; width: 16px; height: 16px; overflow: hidden;}


@media (max-width:1680px) {
  .nyCases { padding: 40px 0 80px;}
  .nyCases_list ul { margin: 0 -15px 10px;}
}

@media (max-width:1600px) {
}

@media (max-width:1560px) {
}

@media (max-width:1440px) {
  .nyCases { padding: 30px 0 60px;}
  .nyCases_list ul { margin: 0 -15px;}
  .nyCases_list ul li .text .name { margin-bottom: 16px; padding-bottom: 16px;}
  .nyCases_list ul li .text p.ms { height: 50px; line-height: 25px; font-size: 15px;}
}

@media (max-width:1366px) {
  .nyCases_list ul li .pics { height: 260px;}
}

@media (max-width:1280px) {
  .nyCases_list ul li .pics { height: 240px;}
  .nyCases_list ul li .text { padding: 20px;}
  .nyCases_list ul li .text a.btn { margin-top: 20px;}
}

@media (max-width:1200px) {
}

@media (max-width:1080px) {
  .nyCases_list ul { margin: 0 -12px 6px;}
  .nyCases_list ul li { margin-bottom: 24px; padding: 0 12px;}
  .nyCases_list ul li .pics { height: 224px;}
}

@media (max-width:1024px) {
  .nyCases_list ul li .pics { height: 210px;}
}

@media (max-width:920px) {
  .nyCases { padding: 20px 0 40px;}
  .nyCases_list ul { margin: 0 -10px;}
  .nyCases_list ul li { margin-bottom: 20px; padding: 0 10px;}
  .nyCases_list ul li .pics { height: 190px;}
  .nyCases_list ul li .text .name a { height: 52px; line-height: 26px; font-size: 16px;}
  .nyCases_list ul li .text p.ms { height: 48px; line-height: 24px; font-size: 14px;}
}

@media (max-width:820px) {
  .nyCases_list ul li .pics { height: 164px;}
}

@media (max-width:767px) {
  .nyCases_list ul { margin: 0;}
  .nyCases_list ul li { width: 100%; margin-bottom: 20px; padding: 0;}
  .nyCases_list ul li .pics { height: 260px;}
  .nyCases_list ul li .text .name a { height: 56px; line-height: 28px; font-size: 18px;}
}

@media (max-width:390px) {
  .nyCases_list ul li .pics { height: 240px;}	
}

@media (max-width:320px) {
  .nyCases_list ul li .pics { height: 200px;}
}

