.home-1 .intro {
  line-height: 1.5;
  color: #666;
  margin-top: 0.2rem;
}

.news-5 {
  padding: 0.5rem 0;
}
.news-5 .swiper {
  margin-top: 0.3rem;
}
.news-5 .ul {
  display: flex;
  flex-wrap: wrap;
  margin-top: 0.3rem;
}
.news-5 .li {
  width: 32%;
  margin-right: 2%;
  margin-bottom: 2%;
}
.news-5 .li:nth-child(3n) {
  margin-right: 0;
}
.news-5 .dd {
  height: 100%;
  display: block;
}
.news-5 .dd:hover .img img {
  transform: scale(1.05);
}
.news-5 .dd:hover .h3 {
  color: #e62129;
}
.news-5 .img {
  position: relative;
  padding-top: 75%;
  overflow: hidden;
}
.news-5 .text {
  margin-top: 0.2rem;
}
.news-5 .h3 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
.news-5 .intro {
  line-height: 1.5;
  color: #666;
  margin-top: 0.2rem;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
@media (max-width: 900px) {
  .news-5 .ul {
    justify-content: space-between;
  }
  .news-5 .li {
    width: 48%;
    margin-bottom: 4%;
  }
}

.home-4 {
  padding: 0.8rem 0;
  border-bottom: 1px solid #eee;
}
.home-4 .list {
  border-radius: 0.1rem;
  padding: 0.4rem;
  box-shadow: 0 0 0 1px inset #e62129;
  margin-top: 0.4rem;
}
.home-4 .li {
  margin-bottom: 0.4rem;
  line-height: 1.5;
}
.home-4 .li:last-child {
  margin-bottom: 0;
}
.home-4 .d1 {
  font-weight: bold;
}
.home-4 .d2 {
  margin-top: 0.5em;
  color: #888;
}
.home-4 .d3 {
  margin-top: 0.1rem;
  color: #666;
}