.home-news003 {
  position: relative;
}

.home-news003>img {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 0;
  z-index: -1;
}

.home-news003 .layout h1 {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.home-news003 .layout ul {
  margin-top: 0.4rem;
  display: flex;
  gap: 1%;
}

.home-news003 .layout ul li {
  width: 24%;
}

.home-news003 .layout ul li a {
  display: block;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  background-color: #fff;
  /* border-radius: 20px; */
}

.home-news003 .layout ul li a:hover .r_img img {
  transform: scale(1.1);
}

.home-news003 .layout ul li a .r_img .inner-img {
  /* border-radius: 20px; */
}

.home-news003 .layout ul li a:hover .bottom .tit .aline_w {
  background-size: 100% 1px;
}

.home-news003 .layout ul li a .bottom {
  padding: 0.2rem;
}

.home-news003 .layout ul li a .bottom .tit {
  font-size: 0.18rem;
  line-height: 0.27rem;
  max-height: 0.54rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: normal;
  word-wrap: break-word;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  height: 0.54rem;
  margin-bottom: 0.1rem;
}

.home-news003 .layout ul li a .bottom .time {
  font-size: 0.16rem;
  color: #666;
  line-height: 1;
}

@media (max-width: 960px) {
  .home-news003 .layout ul {
    flex-wrap: wrap;
    gap: unset;
    margin-top: 20px;
  }

  .home-news003 .layout ul li {
    width: 100%;
    margin-bottom: 20px;
  }

  .home-news003 .layout ul li:last-child {
    margin-bottom: 0 !important;
  }
}

/*# sourceMappingURL=home-news014.css.map */