/* ny_project start */
.ny_project {
  width: 100%;
  height: auto;
  overflow: hidden;
  margin: 0 auto 40px;
}

.ny_project .nyProject_list {
  width: 100%;
  height: auto;
  overflow: hidden;
  margin: 0 auto;
}

.nyProject_list ul li {
  width: 100%;
  height: auto;
  overflow: hidden;
  margin: 0 auto 40px;
  background-color: #fff;
}

.nyProject_list ul li:hover {
  background-color: #14463a;
}

.nyProject_list ul li .nyProject_img {
  width: 40%;
  height: 360px;
  overflow: hidden;
  float: left;
}

.nyProject_list ul li .nyProject_img a {
  display: block;
  width: 100%;
  height: 100%;
  overflow: hidden;
  margin: 0;
  padding: 0;
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.nyProject_list ul li .nyProject_img a img {
  display: block;
  width: 100%;
  height: 100%;
  margin: auto;
  object-fit: cover;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
}

.nyProject_list ul li:hover .nyProject_img a img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  transform: scale(1.1);
}

.nyProject_list ul li .nyProject_text {
  width: 60%;
  height: auto;
  overflow: hidden;
  padding: 40px;
  float: right;
}

.nyProject_list ul li .nyProject_text a.nyProject_name {
  display: block;
  width: 100%;
  height: auto;
  max-height: 72px;
  overflow: hidden;
  line-height: 36px;
  color: #231916;
  font-size: 24px;
  margin: 0 auto;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
}

.nyProject_list ul li:hover .nyProject_text a.nyProject_name {
  color: #fff;
}

.nyProject_list ul li .nyProject_text p {
  display: block;
  width: 100%;
  height: auto;
  max-height: 90px;
  overflow: hidden;
  line-height: 30px;
  color: #231916;
  font-size: 16px;
  font-weight: lighter;
  margin: 20px auto 40px;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
}

.nyProject_list ul li:hover .nyProject_text p {
  color: rgba(255, 255, 255, 0.6);
}

.nyProject_list ul li .nyProject_text .nyProject_time {
  width: 100%;
  height: auto;
  overflow: hidden;
  margin: 0 auto;
  padding-top: 17px;
  border-top: 1px solid #231916;
}

.nyProject_list ul li:hover .nyProject_text .nyProject_time {
  border-top: 1px solid #fff;
}

.nyProject_list ul li .nyProject_text .nyProject_time span,
.nyProject_list ul li .nyProject_text .nyProject_time a.nyProject_more {
  display: block;
  width: auto;
  height: 40px;
  line-height: 40px;
  color: #14463a;
  font-family: 'BebasRegular';
  font-size: 32px;
}

.nyProject_list ul li .nyProject_text .nyProject_time span {
  float: left;
}

.nyProject_list ul li .nyProject_text .nyProject_time a.nyProject_more {
  float: right;
}

.nyProject_list ul li:hover .nyProject_text .nyProject_time span,
.nyProject_list ul li:hover .nyProject_text .nyProject_time a.nyProject_more {
  color: #fff;
}

/* ny_project end */

@media (max-width:1680px) {}

@media (max-width:1600px) {}

@media (max-width:1560px) {}

@media (max-width:1440px) {
  .nyProject_list ul li .nyProject_img {
    height: 350px;
  }

  .nyProject_list ul li .nyProject_text a.nyProject_name {
    max-height: 64px;
    line-height: 32px;
    color: #231916;
    font-size: 22px;
  }

  .nyProject_list ul li .nyProject_text p {
    font-size: 15px;
  }

  .nyProject_list ul li .nyProject_text .nyProject_time {
    padding-top: 15px;
  }

  .nyProject_list ul li .nyProject_text .nyProject_time span,
  .nyProject_list ul li .nyProject_text .nyProject_time a.nyProject_more {
    font-size: 30px;
  }
}

@media (max-width:1366px) {}

@media (max-width:1280px) {
  .nyProject_list ul li .nyProject_img {
    height: 340px;
  }

  .nyProject_list ul li .nyProject_text a.nyProject_name {
    max-height: 60px;
    line-height: 30px;
    font-size: 20px;
  }

  .nyProject_list ul li .nyProject_text p {
    max-height: 84px;
    line-height: 28px;
    font-size: 14px;
  }

  .nyProject_list ul li .nyProject_text .nyProject_time span,
  .nyProject_list ul li .nyProject_text .nyProject_time a.nyProject_more {
    font-size: 28px;
  }
}

@media (max-width:1200px) {
  .nyProject_list ul li .nyProject_img {
    width: 44%;
  }

  .nyProject_list ul li .nyProject_text {
    width: 56%;
  }
}

@media (max-width:1080px) {
  .nyProject_list ul li .nyProject_img {
    height: 300px;
  }

  .nyProject_list ul li .nyProject_text {
    padding: 25px 30px;
  }

  .nyProject_list ul li .nyProject_text p {
    margin: 20px auto 30px;
  }

  .nyProject_list ul li .nyProject_text .nyProject_time span,
  .nyProject_list ul li .nyProject_text .nyProject_time a.nyProject_more {
    font-size: 26px;
  }
}

@media (max-width:1024px) {}

@media (max-width:920px) {
  .nyProject_list ul li .nyProject_img {
    height: 280px;
  }

  .nyProject_list ul li .nyProject_text a.nyProject_name {
    max-height: 52px;
    line-height: 26px;
    font-size: 18px;
  }

  .nyProject_list ul li .nyProject_text p {
    margin: 18px auto 25px;
  }

  .nyProject_list ul li .nyProject_text .nyProject_time {
    padding-top: 10px;
  }

  .nyProject_list ul li .nyProject_text .nyProject_time span,
  .nyProject_list ul li .nyProject_text .nyProject_time a.nyProject_more {
    font-size: 24px;
  }
}

@media (max-width:820px) {
  .nyProject_list ul li .nyProject_img {
    height: 258px;
  }

  .nyProject_list ul li .nyProject_text {
    padding: 20px;
  }

  .nyProject_list ul li .nyProject_text p {
    max-height: 72px;
    line-height: 24px;
    font-size: 14px;
  }
}

@media (max-width:767px) {
  .ny_project {
    margin: 0 auto 20px;
  }

  .nyProject_list ul li {
    margin: 0 auto 20px;
  }

  .nyProject_list ul li .nyProject_img {
    width: 100%;
    height: 260px;
    margin: 0 auto;
    float: inherit;
  }

  .nyProject_list ul li .nyProject_text {
    width: 100%;
    margin: 0 auto;
    float: inherit;
  }
}

@media (max-width:390px) {
  .nyProject_list ul li .nyProject_img {
    height: 250px;
  }

  .nyProject_list ul li .nyProject_text p {
    margin: 14px auto 20px;
  }

  .nyProject_list ul li .nyProject_text .nyProject_time span,
  .nyProject_list ul li .nyProject_text .nyProject_time a.nyProject_more {
    font-size: 22px;
  }
}

@media (max-width:320px) {
  .nyProject_list ul li .nyProject_img {
    height: 200px;
  }

  .nyProject_list ul li .nyProject_text {
    padding: 20px 12px;
  }
}

@media (max-width:280px) {
  .nyProject_list ul li .nyProject_img {
    height: 180px;
  }
}