.block-list82 {
  border-bottom: 1px solid #e4e4e4;
  margin-bottom: 33px;
  width: 100%;
  overflow: hidden;
}
.block-list82 h2 {
  color: #b40c25;
  line-height: 2.2;
  position: relative;
  display: inline-block;
}
.block-list82 .gp-bread {
  float: right;
  text-align: right;
  color: #999;
  height: auto;
  line-height: 20px;
  padding: 10px 0;
  overflow: hidden;
}
.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: #b40c25;
  opacity: 1;
  filter: alpha(opacity=100);
}
.gp-articleTitle1 {
  overflow: hidden;
  padding: 30px 0;
  text-align: center;
}
.gp-articleTitle1 h3 {
  line-height: 1.4;
  text-align: center;
}
.gp-articleTitle1 h4 {
  line-height: 1.4;
  text-align: center;
}
.gp-articleAuthor1 {
  padding: 10px 15px;
  text-align: center;
  margin-bottom: 20px;
  line-height: 1.5;
  border-top: 1px solid #ebebeb;
  border-bottom: 1px solid #ebebeb;
}
.gp-articleAuthor1 span,
.gp-articleAuthor1 i {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  color: #666;
  color: #999;
}
.gp-articleAuthor1 i {
  margin: 0 10px;
  font-style: normal;
  font-weight: normal;
  color: #ccc;
}
.gp-articleAuthor1 strong {
  font-weight: normal;
}
.gp-articleAuthor1 span:first-child i {
  display: none;
}
.gp-article1 {
  position: relative;
  line-height: 1.8;
  padding-bottom: 25px;
  padding-top: 15px;
  color: #666;
}
@media screen and (max-width:767px) {
  .gp-article1 {
    font-size: 14px;
  }
}
.gp-annex1 h3 {
  font-size: 18px;
  color: #333333;
  border-bottom: 1px solid #eee;
  padding-bottom: 10px;
  font-weight: normal;
}
.gp-annex1 ul {
  overflow: hidden;
  padding-top: 15px;
}
.gp-annex1 ul li {
  padding-left: 15px;
  position: relative;
}
.gp-annex1 ul li a {
  color: #666666;
  line-height: 1.4;
  height: 1.4em;
  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;
}
.gp-annex1 ul li:before {
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -2px;
  width: 4px;
  height: 4px;
  background: #ddd;
  content: '';
  clear: both;
  border-radius: 50%;
}
