.article {
  padding-bottom: 4%;
}
.article .box {
  display: flex;
  flex-wrap: wrap;
}
.article a {
  width: 31%;
  border-radius: 15px;
  margin-right: 3.5%;
  margin-bottom: 3.5%;
  overflow: hidden;
  transition: 0.5s;
  background-color: #fff;
}
.article a:nth-child(3n) {
  margin-right: 0;
}
.article a .img {
  transition: 0.3s;
}
.article a .jt {
  transition: 0.3s;
}
.article a:hover {
  box-shadow: 0 5px 10px rgba(163, 157, 157, 0.2);
  transform: translateY(-10px);
}
.article a:hover .img {
  transform: scale(1.1);
}
.article a:hover .jt {
  transform: translateX(10px);
}
.article a .main {
  padding: 8%;
  background: #fff;
  font-size: 18px;
  color: #7c191e;
  height: 100%;
}
.article a .main p:nth-child(1) {
  margin-bottom: 20px;
}
.article a .main p:nth-child(1) span:nth-child(1) {
  margin-right: 10px;
  font-weight: bold;
}
.article a .main p:nth-child(2) {
  font-size: 24px;
  font-weight: bold;
  line-height: 1.5;
  color: #000000;
  margin-bottom: 30px;
}
.article .footer a {
  width: auto;
  margin: 0;
}
