.block-list78 {
  border-bottom: 1px solid #e4e4e4;
  margin-bottom: 33px;
  width: 100%;
  overflow: hidden;
}
.block-list78 h2 {
  color: #0060A9;
  line-height: 2.2;
  position: relative;
  display: inline-block;
}
.block-list78 h2::after {
  content: "";
  display: block;
  width: 100%;
  height: 4px;
  background: #0060A9;
  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: #0060A9;
  opacity: 1;
  filter: alpha(opacity=100);
}
.page-list5 .block-list >li a {
  display: flex;
  padding: 12px 0;
  overflow: hidden;
  border-bottom: 1px solid #e6e6e6;
  padding-left: 15px;
  position: relative;
  transition: transform 0.35s ease-out;
}
.page-list5 .block-list >li a::before {
  content: '';
  width: 5px;
  height: 5px;
  background-color: #0060A9;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -2.5px;
}
.page-list5 .block-list >li a p {
  display: block;
  flex: 1;
  display: -webkit-box;
  /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
  display: -moz-box;
  /* Firefox 17- */
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  white-space: normal;
  height: 1.3em;
  line-height: 1.3;
}
.page-list5 .block-list >li a >span {
  font-family: 'Arial';
  color: #666666;
  margin-left: 10px;
}
.page-list5 .block-list >li a:hover {
  transform: translateX(10px);
}
