@charset "utf-8";
/* CSS Document */

/* ny_honor start */
.ny_honor {
  width: 100%;
  height: auto;
  overflow: hidden;
  margin: 0 auto;
  background: url(../images/honor_bg.jpg) center top no-repeat;
  background-size: cover;
}

.ny_honor .nyHonor_main {
  width: 100%;
  height: auto;
  margin: 0 auto;
  padding: 60px 0;
}

.nyHonor_main .nyHonor_list {
  width: 100%;
  height: auto;
  min-height: 300px;
  margin: 0 auto 20px;
}

.nyHonor_list ul li {
  width: 22.9%;
  height: auto;
  margin: 0 2.8% 40px 0;
  padding: 20px 20px 10px;
  background-color: #fff;
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.05);
  border-radius: 20px;
  float: left;
}

.nyHonor_list ul li:nth-child(4n+4) {
  margin: 0 0 40px;
}

.nyHonor_list ul li:hover {
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.1);
}

.nyHonor_list ul li a.nyHonor_img {
  display: block;
  width: 100%;
  height: 320px;
  overflow: hidden;
  margin: 0 auto 10px;
  border: 1px solid #ddd;
  border-radius: 10px;
  position: relative;
}

.nyHonor_list ul li a.nyHonor_img img {
  display: block;
  max-width: 100%;
  max-height: 100%;
  overflow: hidden;
  margin: auto;
  padding: 0;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
}

.nyHonor_list ul li:hover a.nyHonor_img img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  transform: scale(1.1);
}

.nyHonor_list ul li a.nyHonor_img i.nyHonor_mask {
  display: block;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background: rgba(0, 0, 0, 0.5) url(../images/view_ico1.png) center center no-repeat;
  background-size: 64px 64px;
  position: absolute;
  left: 0;
  bottom: 100%;
}

.nyHonor_list ul li:hover a.nyHonor_img i.nyHonor_mask {
  bottom: 0;
}

.nyHonor_list ul li a.nyHonor_name {
  display: block;
  width: 100%;
  height: 40px;
  overflow: hidden;
  line-height: 40px;
  color: #000000;
  font-size: 18px;
  white-space: nowrap;
  text-overflow: ellipsis;
  margin: 0 auto;
  padding: 0 40px 0 0;
  position: relative;
}

.nyHonor_list ul li:hover a.nyHonor_name {
  color: #f29600;
}

.nyHonor_list ul li a.nyHonor_name i {
  display: block;
  width: 32px;
  height: 32px;
  overflow: hidden;
  background: #f5f5f5 url(../images/arrowRight_ico6.png) center center no-repeat;
  background-size: 18px 12px;
  border-radius: 50%;
  position: absolute;
  top: 4px;
  right: 0;
}

.nyHonor_list ul li:hover a.nyHonor_name i {
  background: #f29600 url(../images/arrowRight_ico9.png) center center no-repeat;
  background-size: 18px 12px;
}

/* ny_honor end */