
.nyApplication { overflow: hidden; padding: 100px 0; background-color: #fff;}
.nyApp_list { margin-bottom: 50px;}
.nyApp_list ul { display: flex; flex-wrap: wrap; justify-content: left; margin: 0 -20px -40px;}
.nyApp_list ul li { width: 25%; margin-bottom: 40px; padding: 0 20px;}
.nyApp_con { min-height: 100%;}
.nyApp_con a.nyApp_img { display: block; width: 100%; height: 240px; overflow: hidden; margin-bottom: 15px; position: relative;}
.nyApp_con:hover a.nyApp_img img { transform: scale(1.1); -webkit-transform: scale(1.1);}
.nyApp_con a.nyApp_img::after { content: ''; display: block; width: 100%; height: 100%; overflow: hidden; background-color: rgba(0, 0, 0, .15); position: absolute; left: 0; top: 0; z-index: 1;}
.nyApp_con a.nyApp_img i { display: block; width: 54px; height: 54px; overflow: hidden; padding: 15px; border: 2px solid #fff; border-radius: 50%; position: absolute; left: 50%; top: 50%; z-index: 2; transform: translate(-50%, -50%); -webkit-transform: translate(-50%, -50%);}
.nyApp_con a.nyApp_name { display: block; width: 100%; line-height: 28px; color: #040404; font-size: 18px;}
.nyApp_con:hover a.nyApp_name { color: #084187;}


@media (max-width:1680px) {
  .nyApplication { padding: 80px 0;}
}

@media (max-width:1600px) {}

@media (max-width:1560px) {}

@media (max-width:1440px) {
  .nyApplication { padding: 60px 0;}
  .nyApp_list { margin-bottom: 40px;}
  .nyApp_list ul { margin: 0 -15px -30px;}
  .nyApp_list ul li { margin-bottom: 30px; padding: 0 15px;}
}

@media (max-width:1366px) {  
  .nyApp_con a.nyApp_img { height: 220px;}
}

@media (max-width:1280px) {
  .nyApp_list { margin-bottom: 30px;}
  .nyApp_con a.nyApp_img { height: 200px;}
}

@media (max-width:1200px) {
  .nyApp_con a.nyApp_img { height: 180px;}
  .nyApp_con a.nyApp_name { line-height: 26px; font-size: 16px;}
}

@media (max-width:1080px) {
  .nyApp_list ul { margin: 0 -10px -20px;}
  .nyApp_list ul li { width: 33.333333%; margin-bottom: 20px; padding: 0 10px;}
  .nyApp_con a.nyApp_img { height: 220px; margin-bottom: 10px;}
  .nyApp_con a.nyApp_name i { width: 44px; height: 44px; padding: 12px;}
}

@media (max-width:1024px) {
  .nyApp_con a.nyApp_img { height: 210px;}
}

@media (max-width:920px) {
  .nyApplication { padding: 40px 0;}
  .nyApp_list { margin-bottom: 40px;}
  .nyApp_con a.nyApp_img { height: 190px;}
  .nyApp_con a.nyApp_name { line-height: 22px; font-size: 14px;}
}

@media (max-width:820px) {
  .nyApp_con a.nyApp_img { height: 170px;}
}

@media (max-width:767px) {
  .nyApp_list { margin-bottom: 20px;}
  .nyApp_list ul { margin: 0 -5px -15px;}
  .nyApp_list ul li { width: 50%; margin-bottom: 15px; padding: 0 5px;}
  .nyApp_con a.nyApp_img { height: 130px;}
}

@media (max-width:390px) {}

@media (max-width:320px) {
  .nyApp_con a.nyApp_img { height: 100px;}
  .nyApp_con a.nyApp_name i { width: 40px; height: 40px; padding: 10px;}
}