.post-slider .flex {
  display: flex;
  flex-wrap: wrap;
}

.post-slider .list {
  margin-bottom: 20px;
}

.post-slider .list:nth-child(1) .number span {
  background-color: #0058c2;
}

.post-slider .list:nth-child(2) .number span {
  background-color: #0074ff;
}

.post-slider .list:nth-child(3) .number span {
  background-color: #4197ff;
}

.post-slider .list .number {
  width: 19px;
  padding-top: 4px;
}

.post-slider .list .number span {
  width: 19px;
  height: 19px;
  background-color: #ababab;
  border-radius: 3px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.post-slider .list .cont {
  width: calc(100% - 19px);
  padding-left: 9px;
}

.post-slider .list .cont .title {
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  line-clamp: 1;
  -webkit-line-clamp: 1;
  overflow: hidden;
  margin: 0;
  transition: all 0.4s ease;
}

.post-slider .list .cont .data {
  color: #aeaeae;
}

.post-slider a {
  color: #666;
  text-decoration: none;
  cursor: pointer;
  border: 0;
  user-select: none;
}

.post-slider a:hover {
  color: #4d96fc !important;
}

.post-slider .fs12 {
  font-size: 12px;
}

.post-slider .white {
  color: #fff;
}

.post-slider span {
  line-height: inherit;
}

.post-slider .lh26 {
  line-height: 26px;
}

.post-slider .lm2,
.post-slider .lmm2 {
  line-clamp: 2;
  -webkit-line-clamp: 2;
}

.post-slider .lm {
  overflow: hidden;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
}

.post-slider .fs16 {
  font-size: 14px;
}

.post-slider .fs14 {
  font-size: 14px;
}

.post-slider .mt2 {
  margin-top: 2px;
}

.recommend-products .item {
  overflow: hidden;
}

.recommend-products .item img {
  transition: all 0.5s ease;
}

.recommend-products .item img:hover {
  transform: scale(1.1);
}
