.block-list78 {
  border-bottom: 1px solid #e4e4e4;
  margin-bottom: 33px;
  width: 100%;
  overflow: hidden;
}
.block-list78 h2 {
  color: #005c30;
  line-height: 2.2;
  position: relative;
  display: inline-block;
}
.block-list78 h2::after {
  content: "";
  display: block;
  width: 100%;
  height: 4px;
  background: #005c30;
  position: absolute;
  left: 0;
  bottom: 0;
}
.block-list78 .gp-bread {
  float: right;
  text-align: right;
  color: #333333;
  opacity: 0.6;
  filter: alpha(opacity=60);
  height: auto;
  line-height: 20px;
  color: #999;
  padding: 10px 0;
  overflow: hidden;
}
.block-list78 .gp-bread span {
  margin: 0 2px;
  display: inline-block;
  vertical-align: middle;
  font-size: 12px;
  color: #999;
  width: 7px;
  height: 5px;
  background: url(../images/block-list78_rt.png) no-repeat;
  background-size: cover;
}
.block-list78 .gp-bread a {
  color: #333333;
  opacity: 0.6;
  filter: alpha(opacity=60);
}
.block-list78 .gp-bread a:hover {
  color: #005c30;
  opacity: 1;
  filter: alpha(opacity=100);
}
.page-list12 .block-list {
  margin: 0 -10px;
}
.page-list12 .block-list >li {
  margin-bottom: 20px;
}
.page-list12 .block-list >li >a {
  display: block;
  height: 100%;
  margin: 0 10px;
  background-color: #fff;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.15);
  padding: 20px;
  transition: transform 0.35s ease-out;
}
.page-list12 .block-list >li >a .list-date2 {
  display: block;
  color: #005c30;
  padding-bottom: 10px;
  margin-bottom: 15px;
  position: relative;
}
.page-list12 .block-list >li >a .list-date2::before {
  content: '';
  width: 50px;
  height: 1px;
  background-color: #005c30;
  position: absolute;
  left: 0;
  bottom: 0;
}
.page-list12 .block-list >li >a h3 {
  font-weight: normal;
  line-height: 1.5;
  height: 3em;
  display: -webkit-box;
  overflow: hidden;
  white-space: normal !important;
  text-overflow: ellipsis;
  word-wrap: break-word;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
@media screen and (min-width:996px) {
  .page-list12 .block-list a:hover {
    transform: translateY(-10px);
  }
}
@media screen and (max-width:766px) {
  .page-list12 .block-list h3 {
    -webkit-line-clamp: 2;
  }
}
