.page-list48 .wrap_content ul a {
  display: block;
  padding: 30px;
  box-sizing: border-box;
  border: 1px solid #ba2528;
  position: relative;
  background: #fff;
}
.page-list48 .wrap_content ul a .item {
  color: #333333;
  line-height: 1.25;
}
.page-list48 .wrap_content ul a .item-date {
  line-height: 1.3;
  display: inline-block;
  padding: 0 10px;
  box-sizing: border-box;
  position: absolute;
  top: 0;
  transform: translateY(-50%);
  background: #fff;
  color: #ba2528;
}
.page-list48 .wrap_content ul a::before {
  content: "";
  display: block;
  width: 100%;
  height: 0%;
  background: #ba2528;
  position: absolute;
  top: 10px;
  left: 10px;
  transition: all 0.3s ease-in-out;
  z-index: -1;
}
.page-list48 .wrap_content ul li:hover a::before {
  height: 100%;
}
