.block-list288 {
  border-bottom: 1px solid #ebebeb;
  display: flex;
  align-items: self-end;
}
.block-list288 h2 {
  display: inline-block;
  box-sizing: border-box;
  padding: 25px 35px;
  min-width: 250px;
  background: #2c4780;
}
.block-list288 h2 a {
  color: #fff;
}
.block-list288 .bread {
  text-align: right;
  flex: 1;
  line-height: 30px;
}
.block-list288 .bread a {
  color: #999;
}
.block-list288 .bread a:hover {
  color: #2c4780;
}
.block-list288 .bread span {
  color: #999;
  margin: 0 3px;
  color: #999;
}
@media screen and (max-width:996px) {
  .block-list288 h2 {
    padding: 10px 20px;
    min-width: initial;
  }
}
.page-list39 >ul.gpAvgList {
  margin: 0 -20px;
}
.page-list39 >ul.gpAvgList li a {
  display: flex;
  flex-direction: column;
  margin: 0 20px;
  transition: transform 0.35s ease-out;
}
.page-list39 >ul.gpAvgList li a .item-img {
  width: 180px;
  margin: 0 auto;
}
.page-list39 >ul.gpAvgList li a .item-img .gp-img-responsive {
  padding-bottom: 122.2%;
}
.page-list39 >ul.gpAvgList li a .item-txt {
  padding: 10px 0 0 0px;
  flex: 1;
  text-align: center;
}
.page-list39 >ul.gpAvgList li a .item-txt h3 {
  font-weight: normal;
  color: #2c4780;
  overflow: hidden;
  margin-bottom: 10px;
  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.5em;
  line-height: 1.5;
}
.page-list39 >ul.gpAvgList li a .item-txt p {
  line-height: 1.6;
  height: 4.8em;
  display: -webkit-box;
  overflow: hidden;
  white-space: normal !important;
  text-overflow: ellipsis;
  word-wrap: break-word;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  box-sizing: content-box;
  overflow: hidden;
  position: relative;
  padding-top: 14px;
  display: none;
}
.page-list39 >ul.gpAvgList li a .item-txt p::before {
  content: "";
  width: 20px;
  height: 1px;
  background-color: #ddd;
  position: absolute;
  left: 0;
  top: 0;
}
.page-list39 >ul.gpAvgList li a:hover {
  transform: translateY(-10px);
}
.gp-title3 {
  border-bottom: 1px solid #2c4780;
  padding: 13px 0;
  margin-bottom: 10px;
}
.gp-title3 span {
  display: inline-block;
  vertical-align: middle;
}
.gp-title3 h2 {
  font-weight: normal;
  box-sizing: border-box;
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
}
.block-list249 a {
  display: block;
  overflow: hidden;
  padding-left: 20px;
  box-sizing: border-box;
  position: relative;
  line-height: 1.5;
  height: 3em;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  color: #333333;
  overflow: hidden;
  transition: all 0.3s ease-in-out;
}
.block-list249 a::before {
  content: '';
  display: block;
  width: 9px;
  height: 9px;
  border: 2px solid #2c4780;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 9px;
}
.block-list249 a::after {
  content: '';
  display: block;
  width: 3px;
  height: 3px;
  background: #2c4780;
  border-radius: 50%;
  position: absolute;
  left: 3px;
  top: 12px;
}
.block-list249 li:hover a {
  transform: translateX(5px);
  color: #2c4780;
}
