/* nyCases start */
.nyCases { overflow: hidden; padding: 50px 0 100px;}

.nyCases_list ul { min-height: 300px; 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;}
