.culture {
  padding: 0.15625rem;
  background: #fff;
}
.culture .list {
  display: flex;
  align-items: center;
  justify-content: start;
  flex-wrap: wrap;
}
.culture .list li {
  width: 1.90104167rem;
  height: 1.71875rem;
  margin: 0 0.1171875rem 0.10416667rem 0;
  box-shadow: 0 0 0.05208333rem #E7E7E7;
  border-radius: 0.04166667rem;
  overflow: hidden;
}
.culture .list li:nth-child(3n) {
  margin: 0 0 0.10416667rem 0;
}
.culture .list li .pic {
  width: 100%;
  height: 1.08333333rem;
  /*box-shadow: 0 3/@rem 6/@rem rgba(0, 0, 0, 0.8);*/
  overflow: hidden;
  position: relative;
}
.culture .list li .pic img {
  width: 100%;
  height: 100%;
}
.culture .list li .head {
  line-height: 0.26041667rem;
  font-size: 0.09375rem;
  font-weight: 600;
  padding: 0 0.05208333rem;
  text-align: center;
  position: relative;
}
.culture .list li .head:after {
  content: '';
  display: block;
  width: 90%;
  height: 0.00520833rem;
  background: #E7E7E7;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}
.culture .list li .slogan {
  line-height: 0.13020833rem;
  font-size: 0.08333333rem;
  padding: 0 0.05208333rem;
  text-align: center;
  margin: 0.05208333rem 0 0 0;
}
.culture .list li .desc {
  position: absolute;
  left: 0;
  top: -1.08333333rem;
  width: 100%;
  height: 1.08333333rem;
  font-size: 0.07291667rem;
  color: #FFF;
  text-align: justify;
  line-height: 0.11979167rem;
  padding: 0.10416667rem;
  transition: all ease-out 0.5s;
}
.culture .list li .mask {
  position: absolute;
  left: 0;
  top: -1.08333333rem;
  width: 100%;
  height: 1.08333333rem;
  opacity: 0.65;
  background: #000000;
  transition: all ease-out 0.5s;
}
.culture .list li:hover .desc,
.culture .list li:hover .mask {
  top: 0;
}
/*# sourceMappingURL=culture.css.map */