.tz-gallery {
  padding: 5px;
}

.tz-gallery .media {
  padding: 0;
  margin-bottom: 20px;
  background-color: #fff;
  border-radius: 4px;
  border: none;
  transition: 0.15s ease-in-out;
  box-shadow: 0 8px 15px rgba(0, 0, 0, 0.06);
  background-color: #e7e7e7;
}

/* 卡片上移 */
.tz-gallery .media:hover {
  transform: translateY(-10px) scale(1.02);
}
/* 卡片宽度 */
.col-md-3 {
  width: 25%;
}

.tz-gallery .media-body {
  padding: 20px 1px;
}

.tz-gallery .media-body h4 {
  font-size: 15px;
  font-weight: bold;
  margin-top: 0;
  color: #4F5893;
}

.tz-gallery img {
  margin-top: 10px;
  margin-left: 10px;
}

.media-object {
  padding: 7px 0;
}

.media-body p {
  color: #7b7d7d;
  font-size: 11px;
  margin-bottom: 0px;
  margin-right: 15px;
}

/* 设置图片圆角属性 */
.media-object {
  border-radius: 50%;
}
