/* nyCase start */
.nyCase { overflow: hidden; padding: 0 0 100px;}

.nyCase_list ul { min-height: 200px; margin-bottom: 50px;}
.nyCase_list ul li { display: flex; align-items: center; overflow: hidden; margin-bottom: 30px; padding: 20px; background-color: #fff; border-radius: 16px; position: relative;}
.nyCase_list ul li:last-child { margin-bottom: 0;}
.nyCase_list ul li:hover { background-color: #fd0909;}
.nyCase_list ul li .img { width: 25%; height: 226px; overflow: hidden; background-color: #fff; border-radius: 12px;}
.nyCase_list ul li .img a { display: block; width: 100%; height: 100%; overflow: hidden; position: relative;}

.nyCase_list ul li .text { width: 75%; padding: 0 180px 0 60px; position: relative;}
.nyCase_list ul li .text a.name { display: block; max-height: 60px; overflow: hidden; line-height: 30px; color: #222; font-size: 18px; font-weight: bold; text-transform: capitalize; display: -webkit-box; text-overflow: ellipsis; line-clamp: 2; -webkit-line-clamp: 2; -webkit-box-orient: vertical;}
.nyCase_list ul li:hover .text a.name { color: #fff;}
.nyCase_list ul li .text p.ms { max-height: 52px; overflow: hidden; line-height: 26px; color: #777; font-size: 16px; display: -webkit-box; text-overflow: ellipsis; line-clamp: 2; -webkit-line-clamp: 2; -webkit-box-orient: vertical; margin-top: 10px;}
.nyCase_list ul li:hover .text p.ms { color: rgba(255, 255, 255, .65);}
.nyCase_list ul li .text a.btn { display: block; width: 160px; height: 50px; overflow: hidden; line-height: 48px; color: #fd0909; font-size: 14px; text-transform: capitalize; text-align: center; margin-top: 30px; background-color: #fff; border: 1px solid #fd0909; border-radius: 25px;}
.nyCase_list ul li .text a.btn i { display: inline-block; width: 16px; height: 16px; overflow: hidden; vertical-align: middle; margin: -4px 0 0 10px;}
.nyCase_list ul li:hover .text a.btn { color: #fd0909; border: 1px solid #fff;}
.nyCase_list ul li:hover .text a.btn i { margin: -4px 0 0 20px;}
.nyCase_list ul li:hover .text a.btn i svg path { fill: #fd0909;}

.nyCase_list ul li .text .time { width: 180px; position: absolute; top: 50%; right: 0; transform: translateY(-50%); -webkit-transform: translateY(-50%);}
.nyCase_list ul li .text .time i { display: block; width: 40px; height: 40px; overflow: hidden; margin: 0 auto;}
.nyCase_list ul li .text .time em { display: block; line-height: 40px; color: #fd0909; font-size: 48px; font-weight: bold; font-style: normal; text-align: center; margin: 30px 0 15px;}
.nyCase_list ul li .time span { display: block; line-height: 24px; color: #222; font-size: 16px; text-align: center;}
.nyCase_list ul li:hover .text .time i svg path { fill: #fff;}
.nyCase_list ul li:hover .text .time em, .nyCase_list ul li:hover .text .time span { color: #fff;}


/* nyCase end */

@media (max-width:1680px) {
  .nyCase { padding: 0 0 80px;}

  .nyCase_list ul { margin-bottom: 40px;}

}

@media (max-width:1600px) {
}

@media (max-width:1560px) {
}

@media (max-width:1440px) {
  .nyCase { padding: 0 0 60px;}
  .nyCase_list ul { margin-bottom: 30px;}
  .nyCase_list ul li { margin-bottom: 20px; border-radius: 12px;}
  .nyCase_list ul li .img { height: 200px; border-radius: 8px;}
  .nyCase_list ul li .text { padding: 0 120px 0 40px;}
  .nyCase_list ul li .text .time { width: 120px;}
  .nyCase_list ul li .text .time i { width: 32px; height: 32px;}
  .nyCase_list ul li .text .time em { line-height: 36px; font-size: 40px; margin: 20px 0 10px;}
  .nyCase_list ul li .time span { line-height: 22px; font-size: 15px;}
  .nyCase_list ul li .text a.name { max-height: 56px; line-height: 28px;}  
  .nyCase_list ul li .text p.ms { max-height: 50px; line-height: 25px; font-size: 15px;}
  .nyCase_list ul li .text a.btn { width: 150px; height: 44px; line-height: 42px; margin-top: 20px; border-radius: 22px;}

}

@media (max-width:1366px) {
}

@media (max-width:1280px) {
  .nyCase_list ul li .img { width: 28%; height: 180px;}
  .nyCase_list ul li .text { width: 72%; padding: 0 100px 0 30px;}
  .nyCase_list ul li .text .time { width: 100px;}
}

@media (max-width:1200px) {
}

@media (max-width:1080px) {
}

@media (max-width:1024px) {
}

@media (max-width:920px) {
  .nyCase { padding: 0 0 40px;}
  .nyCase_list ul { margin-bottom: 20px;}
  .nyCase_list ul li { border-radius: 8px;}
  .nyCase_list ul li .img { width: 30%; height: 172px; border-radius: 4px;}
  .nyCase_list ul li .text { width: 70%; padding: 0 90px 0 20px;}
  .nyCase_list ul li .text .time { width: 90px;}
  .nyCase_list ul li .text a.btn { width: 144px; height: 40px; line-height: 38px; margin-top: 16px; border-radius: 20px;}

}

@media (max-width:820px) {
  .nyCase_list ul li .img { width: 32%;}
  .nyCase_list ul li .text { width: 68%; padding: 0 80px 0 20px;}
  .nyCase_list ul li .text .time { width: 80px;}
}

@media (max-width:767px) {
  .nyCase_list ul li { display: block; align-items: unset; padding: 12px;}
  .nyCase_list ul li .img { width: 100%; height: 200px;}
  .nyCase_list ul li .text { width: 100%; padding: 20px 60px 10px 0;}
  .nyCase_list ul li .text .time { width: 60px; top: 30px; transform: inherit; -webkit-transform: inherit;}
  .nyCase_list ul li .text .time i { width: 30px; height: 30px;}
  .nyCase_list ul li .text .time em { line-height: 30px; font-size: 36px; margin: 12px 0 8px;}

}

@media (max-width:390px) {
}

@media (max-width:320px) {
  .nyCase_list ul li { padding: 10px;}
  .nyCase_list ul li .img { height: 180px;}
  .nyCase_list ul li .text { padding: 20px 0 10px;}
  .nyCase_list ul li .text .time { display: none;}
  .nyCase_list ul li .text a.name { max-height: 48px; line-height: 24px; font-size: 16px;}
  .nyCase_list ul li .text p.ms { max-height: 44px; line-height: 22px; font-size: 14px;}
}