.liuliangzhuanhua {
  padding: 4rem 0;
}
.liuliangzhuanhua .row-box {
  display: flex;
  align-items: stretch;
  justify-content: start;
  flex-wrap: wrap;
  width: 1270px;
  margin: auto;
}
.liuliangzhuanhua .row-box .column {
  width: 33.333%;
  padding: 30px;
}
.liuliangzhuanhua .row-box .column .card-box {
  border: 1px solid #000;
  display: block;
  width: 346px;
  height: 382px;
  padding-top: 180px;
  background-size: 100% 100%;
  background-position: center center;
  background-repeat: no-repeat;
  transition: background-size 0.3s ease-in-out;
}
.liuliangzhuanhua .row-box .column .card-box .title {
  font-size: 1.625rem;
  font-weight: bold;
  color: #fff;
  margin-bottom: 16px;
  text-shadow: 0 0 5px #000;
  text-align: center;
}
.liuliangzhuanhua .row-box .column .card-box .text {
  color: #fff;
  text-align: center;
}
.liuliangzhuanhua .row-box .column .card-box:hover {
  background-size: 110% 110%;
}

/*# sourceMappingURL=liuliangzhuanhua.css.map */
