.block-list82 {
  border-bottom: 1px solid #e4e4e4;
  margin-bottom: 33px;
  width: 100%;
  overflow: hidden;
}
/* .block-list82 h2 { */
.asideList .gpSubLeftTitle h2{
  color: #fff;
  /*! line-height: 2.2; */
  position: relative;
  display: inline-block;
  font-size: 0.7em;
}
.block-list82 .gp-bread {
  float: right;
  text-align: right;
  color: #999;
  height: auto;
  line-height: 20px;
  padding: 10px 0;
  overflow: hidden;
}

@media screen and (max-width:996px) {
  .block-list82{
    margin-bottom: 1em;
  }
  .block-list82 .gp-bread{
    font-size: 0.7em;
    margin-right: 1em;
  }
}

.block-list82 .gp-bread span {
  margin: 0 2px;
  display: inline-block;
  vertical-align: middle;
  font-size: 12px;
}
.block-list82 .gp-bread a {
  color: #999;
}
.block-list82 .gp-bread a:hover {
  color: #17573D;
  opacity: 1;
  filter: alpha(opacity=100);
}
.page-list27 >ul {
  /* margin: 0 -15px; */
}
.page-list27 >ul li a {
  display: flex;
  margin: 0 15px 0 0;
  height: 100%;
  position: relative;
}

.page-list27>ul li a:hover .info.gpTextArea {
    color: #17575d;
    font-weight: 600;
}
.page-list27 >ul li a::before {
  content: '';
  width: 4px;
  height: 60px;
  background-color: #17573D;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 16;
}
.page-list27 >ul li a h3 span {
  display: inline-block;
  background-color: #17573D;
  box-sizing: border-box;
  padding: 3px 10px;
  border-radius: 0 15px 15px 0;
  color: #fff;
  position: absolute;
  z-index: 16;
}
.page-list27 >ul li a .img {
  position: relative;
  /* padding-bottom: 75%; */
  background: none;
  height: auto;
  max-width: 220px;
  width: 80em;
}
.page-list27 >ul li a .img::before {
  content: '';
  width: 2px;
  height: 265px;
  display: block;
  background-color: #17573D;
  opacity: 0.5;
  filter: alpha(opacity=50);
  position: absolute;
  left: 0;
  top: 0;
  z-index: 15;
}
.page-list27 >ul li a .info {
  transition: all 0.12s ease-in-out;
  padding: 25px;
  height: auto;
  overflow: hidden;
}
.page-list27 >ul li a .info p {
  color: #333333;
  overflow: hidden;
  display: -webkit-box;
  /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
  display: -moz-box;
  /* Firefox 17- */
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  white-space: normal;
  height: auto;
  line-height: 1.7;
  text-indent: 2em;
}
.page-list27 >ul li a:hover .info {
  /* box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.2); */
  transform: scale(1.01);
}
.page-list27 >ul li a:hover .info p {
  color: #17573D;
}
