.block-list78 {
  border-bottom: 1px solid #e4e4e4;
  margin-bottom: 33px;
  width: 100%;
  overflow: hidden;
}
.block-list78 h2 {
  color: #004ea1;
  line-height: 2.2;
  position: relative;
  display: inline-block;
}
.block-list78 h2 a {
  color: #004ea1;
}
.block-list78 h2::after {
  content: "";
  display: block;
  width: 100%;
  height: 4px;
  background: #004ea1;
  position: absolute;
  left: 0;
  bottom: 0;
}
.block-list78 .gp-bread {
  float: right;
  text-align: right;
  height: auto;
  line-height: 20px;
  color: #999999;
  padding: 10px 0;
  overflow: hidden;
}
.block-list78 .gp-bread span {
  margin: 0 2px;
  display: inline-block;
  vertical-align: middle;
  color: #999;
  width: 7px;
  height: 5px;
  background: url(../images/block-list78_rt.png) no-repeat;
  background-size: cover;
}
.block-list78 .gp-bread .gpText {
  width: auto;
  background: none;
  height: auto;
}
.block-list78 .gp-bread a {
  color: #999999;
}
.block-list78 .gp-bread a:hover {
  color: #004ea1;
  opacity: 1;
  filter: alpha(opacity=100);
}
.block-list153 {
  margin: 0 -8px;
}
.block-list153 li a {
  transition: all 0.3s ease-in-out;
  display: block;
  margin: 0 8px;
  background: #f2f7fc;
  border-bottom: 1px solid #004ea1;
  position: relative;
  box-sizing: border-box;
  padding: 29px;
  text-align: center;
  background: #f2f7fc;
}
.block-list153 li a .img {
  margin: 0 auto;
  width: 100px;
  height: 100px;
  text-align: center;
  line-height: 100px;
  border: 1px solid #004ea1;
  background: #fff;
  border-radius: 50%;
  position: relative;
}
.block-list153 li a .img img {
  width: auto;
  max-width: 52px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.block-list153 li a p {
  text-align: center;
  color: #333333;
  margin-top: 10px;
  line-height: 1.5;
  height: 1.5em;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
}
.block-list153 li a span {
  display: block;
  text-align: center;
  color: #333333;
  margin-top: 10px;
  line-height: 1.5;
  height: 1.5em;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
}
.block-list153 li a:hover {
  transform: translateY(5px);
}
@media screen and (max-width:996px) {
  .block-list153 li a p {
    font-size: 16px;
  }
}
@media screen and (max-width:767px) {
  .block-list153 li a p {
    font-size: 14px;
  }
}
