.case-wrap .row {
  margin: 15px -15px;
}
.case-wrap .col {
  padding: 15px;
  display: block;
  cursor: pointer;
}
.case-wrap .cover {
  height: 260px;
  overflow: hidden;
}
.case-wrap .cover > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all .3s ease;
}
.case-wrap .col:hover .cover > img {
  transform: scale(1.05);
}
.case-wrap .col:hover h2 {
  color: var(--main-theme-color);
}
.case-wrap h2 {
  font-size: 16px;
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: #333333;
}
.case-wrap p {
  font-size: 14px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #999999;
  line-height: 25px;
}
.case-wrap .more_read {
  font-size: 14px;
  font-family: Microsoft YaHei;
  color: var(--main-theme-color);
  display: flex;
  align-items: center;
  line-height: 1;
}
.case-wrap .more_read img {
  height: 12px;
  display: block;
  margin-left: 15px;
}
