.float-l {
  float: left;
}
.float-r {
  float: right;
}
.clear {
  clear: both;
}
.center {
  margin: 0 auto;
}
.ft-wei {
  font-weight: 600;
}
.hide-excess-text {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.v-center {
  display: flex;
  justify-content: center;
  align-items: Center;
}
@keyframes imgHover {
  from {
    transform: scale(1);
  }
  to {
    transform: scale(1.2);
  }
}
.imgHover {
  animation: imgHover 1s forwards;
}
.add-date {
  color: #777;
  font-size: 12px;
  position: relative;
}
.content {
  word-wrap: break-word;
  padding-bottom: 15px;
  border-bottom: 1px dashed #707070;
  margin-bottom: 15px;
}
.rel_products .title {
  background-color: #f1221a;
  width: 160px;
  font-size: 16px;
  color: white;
  text-align: center;
  padding: 6px 0;
  margin: 15px 0;
}
.rel_products .figure .image {
  border: 1px solid #dadada;
  display: block;
  overflow: hidden;
}
.rel_products .figure .image img {
  max-width: 100%;
}
.rel_products .figure h4 {
  overflow: hidden;
  background-color: #4c597a;
  margin-top: 0px;
  margin-bottom: 25px;
  text-align: center;
  padding: 0 15%;
}
.rel_products .figure h4 a,
.rel_products .figure h4 a:link,
.rel_products .figure h4 a:visited {
  display: inline-block;
  max-width: 100%;
  max-height: 100%;
  color: #ffffff;
  font-weight: 600;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media (max-width: 767px) {
  .add-date {
    display: block;
    margin: 10px 0;
  }
  .rel_products .figure h4 {
    height: 50px;
    line-height: 50px;
  }
  .rel_products .figure h4 a,
  .rel_products .figure h4 a:link,
  .rel_products .figure h4 a:visited {
    font-size: 14px;
  }
}
@media (min-width: 768px) {
  .add-date {
    top: -15px;
  }
  .rel_products .figure h4 {
    height: 50px;
    line-height: 50px;
  }
  .rel_products .figure h4 a,
  .rel_products .figure h4 a:link,
  .rel_products .figure h4 a:visited {
    font-size: 14px;
    line-height: 22px;
  }
}
