/*nyCases start*/
.nyCases { overflow: hidden; background-color: #fbfbfb;}
.nyCases_main { padding: 100px 0; position: relative;}
.nyCases_title { margin-bottom: 50px;}
.nyCases_title p { line-height: 1.2; color: #222; font-size: 44px; font-weight: bold; text-align: center; margin: 0 auto 10px;}
.nyCases_title span { display: block; line-height: 1.8; color: #555; font-size: 16px; text-align: center;}

.nyCases_rec { margin-bottom: 50px;}
.nyCases_rec ul { display: flex; flex-wrap: wrap; justify-content: left; margin: 0 -15px;}
.nyCases_rec ul li { width: 50%; margin-bottom: 30px; padding: 0 15px;}
.nyCases_rec ul li .con { width: 100%; height: 360px; overflow: hidden; border-radius: 8px; position: relative;}
.nyCases_rec ul li .con a.pic { display: block; width: 100%; height: 100%; overflow: hidden; position: relative;}
.nyCases_rec ul li .con a.pic::after { content: ''; display: block; width: 100%; height: 80%; background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, .8)); position: absolute; left: 0; bottom: 0;}
.nyCases_rec ul li .con:hover a.pic img { transform: scale(1.1); -webkit-transform: scale(1.1);}
.nyCases_rec ul li .con .text { width: 100%; height: auto; padding: 30px; position: absolute; left: 0; bottom: 0;}
.nyCases_rec ul li .con .text em { display: inline-block; height: 24px; line-height: 24px; color: #fff; font-size: 14px; background-color: #333; border-radius: 4px; padding: 0 6px;}
.nyCases_rec ul li .con .text a.name { display: block; height: 32px; overflow: hidden; line-height: 32px; color: #fff; font-size: 20px; font-weight: bold; word-break: keep-all; white-space: nowrap; text-overflow: ellipsis; margin: 10px 0 20px;}
.nyCases_rec ul li .con .text a.btn { display: block; width: 60px; height: 35px; overflow: hidden; padding: 9px; background-color: #2457a6; border-radius: 4px;}
.nyCases_rec ul li .con .text a.btn:hover { background-color: #25b06c;}

.nyCases_list ul { display: flex; flex-wrap: wrap; justify-content: left; margin: 0 -15px 20px;}
.nyCases_list ul li { width: 50%; margin-bottom: 30px; padding: 0 15px;}
.nyCases_list ul li .nyCases_con { height: 100%; overflow: hidden; padding: 40px; background-color: #fff; box-shadow: 0 6px 12px rgba(0, 0, 0, .06); border-radius: 8px;}
.nyCases_list ul li .nyCases_con:hover { background-color: #2457a6;}
.nyCases_con a.name { display: block; height: 32px; overflow: hidden; line-height: 32px; color: #222; font-size: 24px; font-weight: bold; word-break: keep-all; white-space: nowrap; text-overflow: ellipsis;}
.nyCases_con:hover a.name { color: #fff;}
.nyCases_con p.ms { height: 78px; overflow: hidden; line-height: 26px; color: #555; font-size: 16px; display: -webkit-box; text-overflow: ellipsis; -webkit-line-clamp: 3; -webkit-box-orient: vertical; margin-top: 15px;}
.nyCases_con:hover p.ms { color: rgba(255, 255, 255, .45);}
.nyCases_con a.btn { display: block; width: 160px; height: 50px; overflow: hidden; line-height: 48px; color: #044994; font-size: 16px; text-align: center; background-color: rgba(255, 255, 255, 0); border: 1px solid #044994; border-radius: 4px; margin-top: 30px;}
.nyCases_con:hover a.btn { color: #fff; background-color: #25b06c; border: 1px solid #25b06c;}
.nyCases_con a.btn i { display: inline-block; width: 14px; height: 14px; overflow: hidden; vertical-align: middle; margin: -4px 0 0 10px;}
.nyCases_con a.btn:hover i { margin: -4px 0 0 20px;}
.nyCases_con:hover a.btn i svg path { fill: #ffffff;}
/*nyCases end*/

@media (max-width:1680px) {
  .nyCases_main { padding: 80px 0;}
  .nyCases_title { margin-bottom: 40px;}
  .nyCases_rec { margin-bottom: 30px;}

  .nyCases_list ul { margin: 0 -15px 10px;}
  .nyCases_list ul li .nyCases_con { padding: 30px;}
  .nyCases_con a.name { height: 30px; line-height: 30px; font-size: 22px;}
  .nyCases_con p.ms { height: 75px; line-height: 25px; font-size: 15px;}
  .nyCases_con a.btn { height: 48px; line-height: 46px; font-size: 15px; margin-top: 25px;}
}

@media (max-width:1600px) {}

@media (max-width:1560px) {}

@media (max-width:1440px) {
  .nyCases_main { padding: 60px 0;}
  .nyCases_title { margin-bottom: 30px;}
  .nyCases_title p { font-size: 40px;}
  .nyCases_title span { line-height: 1.6; font-size: 15px;}
  .nyCases_rec { margin-bottom: 0;}
  .nyCases_list ul { margin: 0 -15px;}
  .nyCases_con a.name { font-size: 20px;}
  .nyCases_con p.ms { height: 72px; line-height: 24px; font-size: 14px;}
  .nyCases_con a.btn { width: 140px; height: 44px; line-height: 42px; font-size: 14px; margin-top: 20px;}
}

@media (max-width:1366px) {
  .nyCases_title p { font-size: 36px;}
}

@media (max-width:1280px) {
  .nyCases_title p { font-size: 34px;}
  .nyCases_rec ul li .con { height: 340px;}
  .nyCases_rec ul li .con .text a.name { height: 30px; line-height: 30px; font-size: 18px;}
  .nyCases_con a.name { font-size: 18px;}
}

@media (max-width:1200px) {}

@media (max-width:1080px) {
  .nyCases_title p { font-size: 30px;}
  .nyCases_title span { font-size: 14px;}
  .nyCases_rec ul li .con { height: 320px;}
  .nyCases_rec ul li .con .text, .nyCases_list ul li .nyCases_con { padding: 20px;}
  .nyCases_rec ul li .con .text a.name { margin: 10px 0;}
  .nyCases_con p.ms { margin-top: 10px;}
  .nyCases_con a.btn { margin-top: 15px;}
}

@media (max-width:1024px) {
  .nyCases_rec ul li .con { height: 300px;}
}

@media (max-width:920px) {
  .nyCases_main { padding: 40px 0;}
  .nyCases_title { margin-bottom: 20px;}
  .nyCases_title p { font-size: 28px;}
  .nyCases_rec ul, .nyCases_list ul { margin: 0 -10px;}
  .nyCases_rec ul li { padding: 0 10px;}
  .nyCases_rec ul li .con { height: 280px;}
  .nyCases_list ul li { margin-bottom: 20px; padding: 0 10px;}
}

@media (max-width:820px) {
  .nyCases_title p { font-size: 26px;}
  .nyCases_rec ul li .con { height: 260px;}
}

@media (max-width:767px) {
  .nyCases_title p { font-size: 24px;}
  .nyCases_rec ul, .nyCases_list ul { margin: 0;}
  .nyCases_rec ul li, .nyCases_list ul li { width: 100%; margin-bottom: 20px; padding: 0;}
}

@media (max-width:390px) {}

@media (max-width:320px) {
  .nyCases_rec ul li .con { height: 220px;}
}

@media (max-width:280px) {}

