.zxlc {
  padding: 0 3rem;
  overflow: hidden;
}
.zxlc .zxlcBanner {
  position: relative;
  overflow: hidden;
  margin-bottom: 3rem;
}
.zxlc .zxlcBanner img {
  width: 100%;
}
.zxlc .zxlcBanner p {
  position: absolute;
  bottom: 2.4rem;
  left: 0;
  z-index: 1;
  min-width: 10rem;
  height: 4.2rem;
  line-height: 4.2rem;
  color: #ffffff;
  background: #ff6400;
  border-radius: 0px 2.1rem 2.1rem 0px;
  font-size: 2.6rem;
  font-weight: 400;
  text-align: center;
}
.zxlc .zxlcJs {
  line-height: 3.6rem;
  font-size: 2.4rem;
  font-weight: 400;
  margin-bottom: 3rem;
  color: #484848;
  overflow: hidden;
}
.zxlc .zxlcTitle {
  line-height: 3rem;
  padding-bottom: 3rem;
  margin-bottom: 3rem;
  font-size: 3rem;
  font-weight: 600;
  border-bottom: 1px solid #e5e5e5;
}
.zxlc ul {
  overflow: hidden;
}
.zxlc ul li {
  padding-bottom: 3rem;
  margin-bottom: 3rem;
  border-bottom: 1px solid #e5e5e5;
  overflow: hidden;
}
.zxlc ul li:last-child {
  border-bottom: none;
  margin-bottom: 0;
}
.zxlc ul li a {
  display: flex;
  width: 100%;
}
.zxlc ul li a img {
  flex: none;
  width: 19.8rem;
  height: 19.8rem;
  margin-right: 2.5rem;
  border-radius: 0.6rem;
  object-fit: cover;
}
.zxlc ul li a .zxlcTjContent {
  flex: 1;
  width: 100%;
  overflow: hidden;
}
.zxlc ul li a .zxlcTjContent h2 {
  display: block;
  width: 100%;
  line-height: 3rem;
  margin-bottom: 1.4rem;
  font-size: 2.6rem;
  font-weight: 600;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.zxlc ul li a .zxlcTjContent span {
  display: block;
  line-height: 2.4rem;
  margin-bottom: 2rem;
  font-size: 2.4rem;
  font-weight: 400;
  color: #9a9a9a;
}
.zxlc ul li a .zxlcTjContent p {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  line-height: 3.6rem;
  font-size: 2.4rem;
  font-weight: 400;
  color: #484848;
  overflow: hidden;
}
.zxlc .zxlcMore {
  text-align: center;
  margin-bottom: 4rem;
}
.zxlc .zxlcMore a {
  padding: 0 3rem;
  font-size: 2.6rem;
  font-weight: 400;
  line-height: 2.6rem;
}

