.yqfm-list {
  margin-left: -30px;
}
.yqfm-item {
  margin: 0 0 32px 30px;
  position: relative;
  overflow: hidden;
  font-size: 0;
}
.yqfm-item img {
  width: 100%;
  height: 100%;
}
.yqfm-item-wrapper {
  width: 33.33333333%;
  float: left;
}
.yqfm-item .label-wrapper {
  position: absolute;
  font-size: 20px;
  line-height: 28px;
  width: 100%;
  height: 100%;
  top: 100%;
  background: rgba(11, 144, 70, 0.6);
  color: #fff;
  font-weight: bold;
  padding: 16px;
  transition: top 0.3s ease;
  cursor: pointer;
}
.yqfm-item .label-border {
  width: 100%;
  height: 100%;
  border: 1px solid #FFF6EF;
}
.yqfm-item .label {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  word-break: keep-all;
  text-align: center;
}
.yqfm-item:hover .label-wrapper {
  top: 0;
}
