.gp-title2 {
  padding: 13px 0;
  margin-bottom: 20px;
  border-bottom: 1px solid #2e758a;
}
.gp-title2 span {
  display: inline-block;
  vertical-align: middle;
}
.gp-title2 h2 {
  font-weight: normal;
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
}
.gp-title2 .more {
  padding-top: 10px;
  color: #999;
}
.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 #2e758a;
  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 #2e758a;
  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;
  }
}
.gp-listRow1 ul li {
  margin-top: 20px;
  width: 100%;
}
.gp-listRow1 ul li:first-child {
  margin-top: 0;
}
.gp-listRow1 ul li a {
  display: flex;
  display: -ms-flexbox;
  flex-direction: row;
}
.gp-listRow1 ul li a .date {
  position: relative;
  width: 98px;
  height: 93px;
  flex-shrink: 0;
  text-align: center;
  display: flex;
  display: -ms-flexbox;
  justify-content: center;
  flex-direction: column;
  color: #2e758a;
  line-height: 1.43;
  background: #fff;
  margin-right: 13px;
}
.gp-listRow1 ul li a .date .day {
  font-weight: bold;
}
.gp-listRow1 ul li a .date::before {
  content: '';
  display: block;
  width: 30px;
  height: 100%;
  background: url(../images/gp-listHor2-icon.png) no-repeat center center/100% auto;
  position: absolute;
  left: 100%;
  top: 0;
  z-index: 1;
  transform: translateX(-10px);
}
.gp-listRow1 ul li a .title {
  line-height: 2;
  background: #fff;
  padding: 10px 20px;
  display: flex;
  display: -ms-flexbox;
  align-items: center;
}
@media screen and (max-width:768px) {
  .gp-listRow1 ul li a .date {
    width: 76px;
    height: 76px;
  }
  .gp-listRow1 ul li a .title {
    padding: 0 15px;
  }
}
.block-list209 li {
  vertical-align: bottom;
}
.block-list209 li a {
  display: block;
  text-align: center;
}
.block-list209 li a img {
  width: 32px;
  height: 32px;
}
.block-list209 li a p {
  font-weight: bold;
  margin-top: 20px;
  line-height: 1.5;
  height: 1.5em;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  color: #333333;
}
.block-list209 li a:hover img {
  transition: all 1s ease-in-out;
  transform-style: preserve-3d;
  transform: rotateY(360deg);
}
.block-list209 li a:hover p {
  color: #2e758a;
}
@media screen and (max-width:996px) {
  .block-list209 li a p {
    font-size: 16px;
    margin-top: 10px;
  }
}
