.content .item {
  cursor: pointer;
  display: flex;
  padding: 30px 0;
  border-bottom: 1px dashed #d2d2d2;
}
.content .item .img {
  width: 250px;
  height: 154px;
  flex-shrink: 0;
  margin-right: 20px;
}
.content .item .img img {
  width: 100%;
  height: 100%;
}
.content .item .title {
  margin-top: 5px;
  /* font-weight: 600; */
  font-size: 20px;
}
.content .item .date {
  color: #666;
  margin-bottom: 12px;
  margin-top: 15px;
  font-size: 15px;
}
.content .item .txt {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  line-height: 1.3rem;
  color: #666;
  font-size: 16px;
  position: relative;
  letter-spacing: 1px;
}

.swiper-container2 {
  overflow: hidden;
}
.swiper-container2 .swiper-slide a {
  display: block;
  width: 100%;
  height: 100%;
}
.swiper-container2 .swiper-slide a img {
  width: 100%;
  height: 100%;
}
