@charset "utf-8";
.PhotoList_i2 {
}
.PhotoList_i2 li {
  width: 23%;
  margin: 0 1% 30px 1%;
  float: left;
}
.PhotoList_i2 li span {
  display: block;
  margin-top: 8px;
  font-size: 14px;
  line-height: 40px;
  text-align: center;
  height: 40px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.PhotoList_i2 li:hover span {
  color: #f50303;
}
.PhotoList_i2 li a {
  position: relative;
  display: block;
  overflow: hidden;
  text-align: center;
  overflow: hidden;
  background: #fafafa;
}
.PhotoList_i2 li a img {
  transform: scale(0.85);
  transition: all 1s ease 0s;
  -webkit-transform: scale(0.85);
  -webkit-transform: all 1s ease 0s; /*height:100%;*/
  vertical-align: middle;
  display: inline-block;
}
.PhotoList_i2 li a:hover {
  background: #eee;
  box-shadow: 2px 5px 10px #ddd;
}
.PhotoList_i2 li a:hover img {
  transform: scale(0.85);
  transition: all 1s ease 0s;
  -webkit-transform: scale(0.85);
  -webkit-transform: all 1s ease 0s;
}
.PhotoList_i2 li a h4 {
  display: none;
  position: absolute;
  z-index: 10;
  display: block;
  transition: 0.6s;
  color: #fff;
  top: 0%;
  left: 0;
  width: 90%;
  padding: 0 5%;
  text-align: center;
  line-height: 40px;
  font-size: 22px;
  opacity: 0;
  font-family: "微软雅黑";
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.PhotoList_i2 li a:hover h4 {
  display: none;
  opacity: 1;
  top: 30%;
  transition: 0.6s;
}
.PhotoList_i2 li a::after {
  display: none;
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 0%;
  background: rgba(0, 0, 0, 0.5) url(/images/ico3.png) no-repeat center 70%;
  background-size: 10%;
  z-index: 1;
  transition: 0.6s;
}
.PhotoList_i2 li a:hover::after {
  display: none;
  width: 100%;
  height: 100%;
  z-index: 1;
  transition: 0.6s;
}

@media only screen and (max-width: 1200px) {
  .PhotoList_i2 li {
    width: 31%;
    float: left;
  }
}
@media only screen and (max-width: 800px) {
  .PhotoList_i2 li {
    width: 47%;
    margin: 0 1.5% 20px;
    float: left;
  }
  .PhotoList_i2 li a h4 {
    display: none;
  }
  .PhotoList_i2 li a:hover::after {
    display: none;
  }
  .PhotoList_i2 li span {
    text-align: center;
  }
  .PhotoList_i2 li:hover span {
    color: #555;
  }
  .PhotoList_i2 li a:hover {
    border: 0;
    box-shadow: none;
  }
  .PhotoList_i2 li a img {
    transform: scale(0.85);
    transition: all 1s ease 0s;
    -webkit-transform: scale(0.85);
    -webkit-transform: all 1s ease 0s; /*height:100%;*/
    vertical-align: middle;
    display: inline-block;
  }
  .PhotoList_i2 li a:hover img {
    transform: scale(0.85);
    transition: all 1s ease 0s;
    -webkit-transform: scale(0.85);
    -webkit-transform: all 1s ease 0s;
  }
}
