/* nyApplication start */
.nyApplication {
  margin: 80px auto 8px;
}

.nyApplication .nyApp_list {
  margin: 0 auto;
}

.nyApp_list ul {
  margin: 0 -36px;
}

.nyApp_list ul li {
  width: 50%;
  margin-bottom: 72px;
  padding: 0 36px;
  float: left;
}

.nyApp_list ul li .nyAppList_con {
  width: 100%;
  height: auto;
  overflow: hidden;
  border-radius: 16px;
}

.nyApp_list ul li .nyAppList_text {
  width: 100%;
  height: auto;
  padding: 50px;
  background-color: #f5f5f5;
  position: relative;
}

.nyApp_list ul li .nyAppList_text i {
  display: block;
  width: 100px;
  height: 100px;
  overflow: hidden;
  position: absolute;
  top: 50px;
  right: 50px;
  z-index: 1;
}

.nyApp_list ul li .nyAppList_text i img {
  display: block;
  width: 100%;
  height: 100%;
  margin: 0 auto;
}

.nyApp_list ul li .nyAppList_text span {
  display: block;
  width: 100%;
  height: 50px;
  overflow: hidden;
  line-height: 50px;
  color: rgba(0, 105, 114, .08);
  font-size: 68px;
  text-transform: uppercase;
  white-space: nowrap;
  text-overflow: ellipsis;
  position: relative;
}

.nyApp_list ul li .nyAppList_text span::after {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0), #f5f5f5);
  position: absolute;
  left: 0;
  bottom: 0;
}

.nyApp_list ul li .nyAppList_text a.nyAppList_name {
  display: block;
  width: calc(100% - 180px);
  height: 40px;
  overflow: hidden;
  line-height: 40px;
  color: #222;
  font-size: 30px;
  font-weight: bold;
  white-space: nowrap;
  text-overflow: ellipsis;
  margin: -5px 0 20px;
  position: relative;
  z-index: 1;
}

.nyApp_list ul li:hover .nyAppList_text a.nyAppList_name {
  color: #0098a5;
}

.nyApp_list ul li .nyAppList_text p {
  width: calc(100% - 180px);
  height: 56px;
  overflow: hidden;
  line-height: 28px;
  color: #999;
  font-size: 16px;
  text-align: justify;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.nyApp_list ul li .nyAppList_text a.nyAppList_btn {
  display: inline-block;
  width: auto;
  height: 52px;
  overflow: hidden;
  line-height: 24px;
  color: #fff;
  font-size: 0;
  padding: 14px;
  background-color: #0098a5;
  border-radius: 26px;
  position: absolute;
  left: 50px;
  bottom: -26px;
  z-index: 9;
  transition: all 0s;
  -webkit-transition: all 0s;
  -moz-transition: all 0s;
  -o-transition: all 0s;
}

.nyApp_list ul li .nyAppList_text a.nyAppList_btn:hover {
  font-size: 16px;
  padding: 14px 24px;
}

.nyApp_list ul li .nyAppList_text a.nyAppList_btn svg {
  display: inline-block;
  width: 24px;
  height: 24px;
  vertical-align: middle;
  margin: -2px 0 0 0;
}

.nyApp_list ul li .nyAppList_text a.nyAppList_btn:hover svg {
  margin: -2px 0 0 8px;
}

.nyApp_list ul li .nyAppList_text a.nyAppList_btn svg path {
  fill: #ffffff;
}

.nyApp_list ul li .nyAppList_img {
  width: 100%;
  height: 360px;
  overflow: hidden;
}

.nyApp_list ul li .nyAppList_img a {
  display: block;
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: relative;
}

.nyApp_list ul li .nyAppList_img a img {
  display: block;
  width: 100%;
  height: 100%;
  margin: auto;
  object-fit: cover;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
}

.nyApp_list ul li:hover .nyAppList_img a img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  transform: scale(1.1);
}

/* nyApplication end */


@media (max-width:1680px) {
  .nyApplication {
    margin: 80px auto 20px;
  }

  .nyApp_list ul {
    margin: 0 -30px;
  }

  .nyApp_list ul li {
    margin-bottom: 60px;
    padding: 0 30px;
  }

  .nyApp_list ul li .nyAppList_text {
    padding: 40px;
  }

  .nyApp_list ul li .nyAppList_text i {
    width: 80px;
    height: 80px;
    top: 40px;
    right: 40px;
  }

  .nyApp_list ul li .nyAppList_text span {
    height: 40px;
    line-height: 40px;
    font-size: 60px;
  }

  .nyApp_list ul li .nyAppList_text a.nyAppList_name {
    width: calc(100% - 120px);
    font-size: 28px;
  }

  .nyApp_list ul li .nyAppList_text p {
    width: 100%;
  }

  .nyApp_list ul li .nyAppList_text a.nyAppList_btn {
    left: 40px;
  }
}

@media (max-width:1600px) {}

@media (max-width:1560px) {
  .nyApplication {
    margin: 80px auto 40px;
  }

  .nyApp_list ul {
    margin: 0 -20px;
  }

  .nyApp_list ul li {
    margin-bottom: 40px;
    padding: 0 20px;
  }
}

@media (max-width:1440px) {
  .nyApp_list ul li .nyAppList_con {
    border-radius: 12px;
  }

  .nyApp_list ul li .nyAppList_img {
    height: 320px;
  }
}

@media (max-width:1366px) {
  .nyApp_list ul li .nyAppList_text span {
    font-size: 50px;
  }

  .nyApp_list ul li .nyAppList_text a.nyAppList_name {
    margin: -10px 0 20px;
  }

  .nyApp_list ul li .nyAppList_text p {
    height: 50px;
    line-height: 25px;
    font-size: 15px;
  }

  .nyApp_list ul li .nyAppList_img {
    height: 300px;
  }
}

@media (max-width:1280px) {
  .nyApp_list ul li .nyAppList_img {
    height: 280px;
  }

  .nyApp_list ul li .nyAppList_text i {
    width: 70px;
    height: 70px;
  }
}

@media (max-width:1200px) {
  .nyApplication {
    margin: 80px auto 48px;
  }

  .nyApp_list ul {
    margin: 0 -16px;
  }

  .nyApp_list ul li {
    margin-bottom: 32px;
    padding: 0 16px;
  }

  .nyApp_list ul li .nyAppList_text {
    padding: 32px;
  }

  .nyApp_list ul li .nyAppList_text i {
    width: 64px;
    height: 64px;
    top: 32px;
    right: 32px;
  }

  .nyApp_list ul li .nyAppList_text a.nyAppList_name {
    width: calc(100% - 96px);
    margin: -10px 0 10px;
  }

  .nyApp_list ul li .nyAppList_text p {
    height: 52px;
    line-height: 26px;
    font-size: 14px;
  }

  .nyApp_list ul li .nyAppList_text a.nyAppList_btn {
    height: 44px;
    padding: 10px;
    left: 32px;
    bottom: -22px;
  }

  .nyApp_list ul li .nyAppList_img {
    height: 260px;
  }
}

@media (max-width:1080px) {
  .nyApplication {
    margin: 60px auto 30px;
  }

  .nyApp_list ul {
    margin: 0 -15px;
  }

  .nyApp_list ul li {
    margin-bottom: 30px;
    padding: 0 15px;
  }

  .nyApp_list ul li .nyAppList_text {
    padding: 30px;
  }

  .nyApp_list ul li .nyAppList_text i {
    width: 60px;
    height: 60px;
    top: 30px;
    right: 30px;
  }

  .nyApp_list ul li .nyAppList_text a.nyAppList_name {
    width: calc(100% - 90px);
    height: 30px;
    line-height: 30px;
    font-size: 26px;
    margin: -10px 0 10px;
  }

  .nyApp_list ul li .nyAppList_img {
    height: 240px;
  }

  .nyApp_list ul li .nyAppList_text a.nyAppList_btn {
    left: 30px;
  }
}

@media (max-width:1024px) {
  .nyApp_list ul li .nyAppList_text span {
    font-size: 44px;
  }

  .nyApp_list ul li .nyAppList_text a.nyAppList_name {
    font-size: 24px;
  }

  .nyApp_list ul li .nyAppList_img {
    height: 230px;
  }
}

@media (max-width:920px) {
  .nyApplication {
    margin: 40px auto 20px;
  }

  .nyApp_list ul li .nyAppList_img {
    height: 200px;
  }
}

@media (max-width:820px) {


  .nyApp_list ul {
    margin: 0 -10px;
  }

  .nyApp_list ul li {
    margin-bottom: 20px;
    padding: 0 10px;
  }

  .nyApp_list ul li .nyAppList_con {
    border-radius: 8px;
  }

  .nyApp_list ul li .nyAppList_text {
    padding: 20px 20px 30px;
  }

  .nyApp_list ul li .nyAppList_text i {
    width: 60px;
    height: 60px;
    top: 20px;
    right: 20px;
  }

  .nyApp_list ul li .nyAppList_text a.nyAppList_name {
    width: calc(100% - 80px);
    height: 30px;
    line-height: 30px;
    font-size: 24px;
    margin: -10px 0 10px;
  }

  .nyApp_list ul li .nyAppList_text p {
    height: 48px;
    line-height: 24px;
    font-size: 14px;
  }

  .nyApp_list ul li .nyAppList_img {
    height: 180px;
  }

  .nyApp_list ul li .nyAppList_text a.nyAppList_btn {
    left: 20px;
  }
}

@media (max-width:767px) {
  .nyApp_list ul li {
    width: 100%;
  }
}

@media (max-width:390px) {}

@media (max-width:320px) {
  .nyApplication {
    margin: 20px auto 0;
  }

  .nyApp_list ul li .nyAppList_text a.nyAppList_name {
    font-size: 22px;
  }

  .nyApp_list ul li .nyAppList_img {
    height: 168px;
  }
}