
.nyProduct_other { overflow: hidden; padding: 0 0 100px;}
.nyProductOther_left { width: 25%; padding: 100px 100px 0 0; float: left;}
.nyProductOther_left ul { position: relative;}
.nyProductOther_left ul::before { content: ''; position: absolute; top: 50%; left: 10px; width: 0; height: calc(100% - 40px); border-left: 1px dashed #b2b5bb; transform: translateY(-50%); -webkit-transform: translateY(-50%);}
.nyProductOther_left ul li { margin-bottom: 30px;}
.nyProductOther_left ul li:last-child { margin-bottom: 0;}
.nyProductOther_left ul li a { display: block; width: 100%; height: auto; overflow: hidden; line-height: 40px; color: #4d5055; font-size: 20px; font-weight: bold; word-break: break-all; padding-left: 40px; position: relative;}
.nyProductOther_left ul li a:hover { color: #eb633b;}
.nyProductOther_left ul li a::before, .nyProductOther_left ul li a::after { content: ''; display: block; border-radius: 50%; position: absolute; top: 50%; transform: translateY(-50%); -webkit-transform: translateY(-50%); transition: all 0.5s; -webkit-transition: all 0.5s;}
.nyProductOther_left ul li a::before { width: 21px; height: 21px; background-color: rgba(0, 0, 0, 0); left: 0;}
.nyProductOther_left ul li a::after { width: 9px; height: 9px; background-color: #8f9299; left: 6px;}
.nyProductOther_left ul li a:hover::before { background-color: rgba(235, 99, 59, .25);}
.nyProductOther_left ul li a:hover::after { background-color: #eb633b;}


.nyProductOther_right { width: 75%; float: right;}
.nyProductOther_right ul li { padding-top: 100px;}
.nyProductOther_list dl { display: flex; flex-wrap: wrap; justify-content: left; margin: 0;}
.nyProductOther_list dl dd { width: 50%; margin-bottom: 0; padding: 0;}
.nyProductOther_con { display: flex; align-items: center; overflow: hidden; background-color: rgba(0, 0, 0, 0); box-shadow: 0 0 0 rgba(0, 0, 0, 0); border-radius: 12px;}
.nyProductOther_con:hover { background-color: #fff; box-shadow: 0 10px 30px rgba(0, 0, 0, .06);}
.nyProductOther_con .nyProductOther_img { width: 50%; height: 320px; overflow: hidden;}
.nyProductOther_con .nyProductOther_img a { display: block; width: 100%; height: 100%; overflow: hidden; position: relative;}
.nyProductOther_con:hover .nyProductOther_img a img { transform: scale(1.1); -webkit-transform: scale(1.1);}

.nyProductOther_con .nyProductOther_text { width: 50%; padding-right: 40px;}
.nyProductOther_con .nyProductOther_text a.name { display: block; width: 100%; max-height: 64px; overflow: hidden; line-height: 32px; color: #2e3033; font-size: 24px; font-weight: bold; display: -webkit-box; text-overflow: ellipsis; -webkit-line-clamp: 2; -webkit-box-orient: vertical;}
.nyProductOther_con:hover .nyProductOther_text a.name { color: #eb633b;}
.nyProductOther_con .nyProductOther_text p { width: 100%; max-height: 60px; overflow: hidden; line-height: 30px; color: #7e8188; font-size: 18px; margin-top: 10px; display: -webkit-box; text-overflow: ellipsis; -webkit-line-clamp: 2; -webkit-box-orient: vertical;}
.nyProductOther_con .nyProductOther_text em.line { display: block; width: 100%; height: 1px; background-color: #d7d9dd; margin: 30px 0 40px;}
.nyProductOther_con .nyProductOther_text a.btn { display: block; width: 160px; height: 44px; overflow: hidden; line-height: 42px; color: #eb633b; font-size: 16px; text-align: center; background-color: rgba(0, 0, 0, 0); border: 1px solid #eb633b; border-radius: 4px;}
.nyProductOther_con:hover .nyProductOther_text a.btn { color: #fff; background-color: #eb633b;}
.nyProductOther_con .nyProductOther_text a.btn i { display: inline-block; width: 15px; height: 15px; overflow: hidden; vertical-align: middle; margin: -2px 0 0 10px;}
.nyProductOther_con:hover .nyProductOther_text a.btn:hover i { margin: -2px 0 0 20px;}
.nyProductOther_con:hover .nyProductOther_text a.btn i svg path { fill: #fff;}

@media (max-width:1680px) {
  .nyProduct_other { padding: 0 0 80px;}
  .nyProductOther_left { padding: 80px 80px 0 0;}
  .nyProductOther_right ul li { padding-top: 80px;}

  .nyProductOther_con .nyProductOther_img { height: 300px;}
  .nyProductOther_con .nyProductOther_text a.name { max-height: 60px; line-height: 30px; font-size: 22px;}
  .nyProductOther_con .nyProductOther_text p { max-height: 52px; line-height: 26px; font-size: 16px;}

}

@media (max-width:1600px) {
  .nyProductOther_left { width: 22%;}
  .nyProductOther_right { width: 78%;}

  .nyProductOther_con .nyProductOther_img { height: 290px;}
  .nyProductOther_con .nyProductOther_text a.btn { width: 150px; font-size: 15px;}
}

@media (max-width:1560px) {}

@media (max-width:1440px) {
  .nyProductOther_left { width: 20%; padding: 80px 40px 0 0;}
  .nyProductOther_right { width: 80%;}
  .nyProductOther_left ul::before { left: 8px;}
  .nyProductOther_left ul li { margin-bottom: 20px;}
  .nyProductOther_left ul li a { line-height: 36px; font-size: 18px; padding-left: 30px;}
  .nyProductOther_left ul li a::before { width: 17px; height: 17px;}
  .nyProductOther_left ul li a::after { width: 7px; height: 7px; left: 5px;}

  .nyProductOther_con { border-radius: 8px;}
  .nyProductOther_con .nyProductOther_img { height: 260px;}
  .nyProductOther_con .nyProductOther_text { padding-right: 30px;}
  .nyProductOther_con .nyProductOther_text a.name { font-size: 20px;}
  .nyProductOther_con .nyProductOther_text p { max-height: 50px; line-height: 25px; font-size: 15px;}
  .nyProductOther_con .nyProductOther_text em.line { margin: 20px 0 30px;}
}

@media (max-width:1366px) {
  .nyProductOther_con .nyProductOther_img { height: 250px;}
}

@media (max-width:1280px) {
  .nyProduct_other { padding: 0 0 60px;}
  .nyProductOther_left { padding: 60px 40px 0 0;}
  .nyProductOther_right ul li { padding-top: 60px;}

  .nyProductOther_con .nyProductOther_img { height: 240px;}
  .nyProductOther_con .nyProductOther_text { padding-right: 20px;}
  .nyProductOther_con .nyProductOther_text p { margin-top: 5px;}
  .nyProductOther_con .nyProductOther_text em.line { margin: 15px 0 25px;}
}

@media (max-width:1200px) {

  .nyProductOther_con .nyProductOther_img { height: 220px;}
  .nyProductOther_con .nyProductOther_text a.name { max-height: 56px; line-height: 28px; font-size: 18px;}
  .nyProductOther_con .nyProductOther_text p { max-height: 48px; line-height: 24px; font-size: 14px;}
  .nyProductOther_con .nyProductOther_text a.btn { width: 128px; height: 40px; line-height: 38px; font-size: 14px;}
  .nyProductOther_con .nyProductOther_text a.btn i { width: 13px; height: 13px;}

}

@media (max-width:1080px) {
  .nyProductOther_left { width: 100%; padding: 60px 0 0; float: none;}
  .nyProductOther_left ul { text-align: center;}
  .nyProductOther_left ul li { display: inline-block; margin-bottom: 0; padding: 0 20px;}
  .nyProductOther_left ul li a { padding: 20px 0 0;}
  .nyProductOther_left ul li a::before, .nyProductOther_left ul li a::after { top: inherit; left: 50%; transform: translateX(-50%); -webkit-transform: translateX(-50%); }
  .nyProductOther_left ul li a::before { top: 0;}
  .nyProductOther_left ul li a::after { top: 5px;}
  .nyProductOther_left ul::before { width: 100%; height: 0; border-left: 0; border-top: 1px dashed #b2b5bb; top: 8px; left: 0;}

  .nyProductOther_right { width: 100%; float: none;}
}

@media (max-width:1024px) {}

@media (max-width:920px) {
  .nyProduct_other { padding: 0 0 40px;}
  .nyProductOther_left, .nyProductOther_right ul li { padding: 40px 0 0;}
  .nyProductOther_con .nyProductOther_img { height: 200px;}
}

@media (max-width:820px) {}

@media (max-width:767px) {
  .nyProductOther_left ul li { padding: 0 6px;}
  .nyProductOther_left ul li a { line-height: 30px; font-size: 15px;}

  .nyProductOther_right ul li { padding: 30px 0 0;}
  .nyProductOther_con { display: block; align-items: inherit;}
  .nyProductOther_con .nyProductOther_img { width: 100%; height: 170px;}
  .nyProductOther_con .nyProductOther_text { width: 100%; padding: 0 12px 20px;}
  .nyProductOther_con .nyProductOther_text a.name { max-height: 52px; line-height: 26px; font-size: 16px;}
  .nyProductOther_con .nyProductOther_text p { max-height: 44px; line-height: 22px;}
  .nyProductOther_con .nyProductOther_text em.line { margin: 10px 0 20px;}
  .nyProductOther_con .nyProductOther_text a.btn { width: 120px; height: 36px; line-height: 34px; font-size: 14px;}
}

@media (max-width:390px) {
  .nyProductOther_con .nyProductOther_img { height: 160px;}
}

@media (max-width:320px) {
  .nyProductOther_left ul li { padding: 0 4px;}
  
  .nyProductOther_list dl dd { width: 100%;}
  .nyProductOther_con .nyProductOther_img { height: 240px;}
  .nyProductOther_con .nyProductOther_text { padding: 0 20px 20px;}
  .nyProductOther_con .nyProductOther_text a.name { max-height: 56px; line-height: 28px; font-size: 18px;}
  
}
