/*nyHonor start*/
.nyHonor { overflow: hidden; padding: 100px 0; background-color: #fbfbfb;}
.nyHonor_list ul { min-height: 300px; display: flex; flex-wrap: wrap; justify-content: left; margin: 0 -15px 20px;}
.nyHonor_list ul li { width: 25%; margin-bottom: 30px; padding: 0 15px;}
.nyHonor_list ul li .nyHonor_con { overflow: hidden; background-color: #fff; box-shadow: 0 6px 12px rgba(0, 0, 0, .06); border-radius: 8px;}
.nyHonor_con a.pic { display: block; height: 300px; overflow: hidden; position: relative;}
.nyHonor_con:hover a.pic img { transform: scale(1.1); -webkit-transform: scale(1.1);}
.nyHonor_con a.name { display: block; height: 60px; overflow: hidden; line-height: 40px; color: #222; font-size: 20px; text-align: center; text-transform: capitalize; white-space: nowrap; text-overflow: ellipsis; padding: 10px 20px;}
.nyHonor_con:hover a.name { color: #fff; background-color: #005555;}
/*nyHonor end*/

@media (max-width:1680px) {
  .nyHonor { padding: 80px 0;}
}

@media (max-width:1600px) {}

@media (max-width:1560px) {}

@media (max-width:1440px) {
  .nyHonor { padding: 60px 0;}
  .nyHonor_list ul { margin: 0 -15px 10px;}
}

@media (max-width:1366px) {
  .nyHonor_con a.name { height: 50px; line-height: 30px; font-size: 16px;}
}

@media (max-width:1280px) {
  .nyHonor_list ul { margin: 0 -12px 10px;}
  .nyHonor_list ul li { padding: 0 12px;}
}

@media (max-width:1200px) {}

@media (max-width:1080px) {
  .nyHonor_con a.pic { height: 260px;}
}

@media (max-width:1024px) {}

@media (max-width:920px) {
  .nyHonor { padding: 40px 0;}
  .nyHonor_list ul { margin: 0 -10px 10px;}
  .nyHonor_list ul li { width: 33.333333%; margin-bottom: 20px; padding: 0 10px;}
}

@media (max-width:820px) {}

@media (max-width:767px) {
  .nyHonor_list ul { margin: 0 -10px;}
  .nyHonor_list ul li { width: 50%;}
  .nyHonor_con a.pic { height: 220px;}
  .nyHonor_con a.name { height: 40px; font-size: 15px; padding: 5px 10px;}
}

@media (max-width:390px) {}

@media (max-width:320px) {
  .nyHonor_con a.pic { height: 180px;}
  .nyHonor_con a.name { font-size: 14px;}
}

@media (max-width:280px) {}
