/* 清除浮动 */
.clear::after {
  display: block;
  content: "";
  clear: both;
}
/* 专题专栏 */
.col-md-4 .panel-heading {
  width: 100%;
  border: none;
}
.panel-title {
  background-color: #f1f1f1;
}
.panel-body {
  overflow: hidden;
}
.panel-body .related-article .list-box a .img {
  width: 100%;
  height: 4.875rem;
  margin-bottom: 0.625rem;
}
.panel-body .related-article .list-box .img1 {
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.panel-body .related-article .list-box .img1 .water-img {
  position: relative;
  color: #fff;
  font-size: 22px;
  width: 48%;
  height: 80px;
  background-image: url("../img/zc/bg_water.png");
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
.panel-body .related-article .list-box .img1 .free {
  background-image: url("../img/zc/bg_feer.png");
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
.panel-body .related-article .list-box .img1 .water-img a {
  color: #fff;
}
.panel-body .related-article .list-box .img1 .water-img .water-het {
  width: 100%;
  height: 40px;
  display: flex;
  justify-content: space-around;
  align-items: center;
  margin-top: 20px;
  padding: 0 10px;
  /* transform: translateY(50%); */
  /* line-height: 40px; */
}
.panel-body .related-article .list-box .img1 .water-img .water-het .water-ico {
  width: 40px;
  height: 40px;
}
