.home-news008 {
  padding: 0.8rem 0;
}

.home-news008 .layout h1 {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.home-news008 .layout .new-content {
  display: flex;
  margin: 0.44rem -1% 0;
}

.home-news008 .layout .new-content .new-item {
  width: 23%;
  margin: 0 1%;
  background-color: #fff;
  box-shadow: 0 0 0.1rem rgba(0, 0, 0, 0.1);
}

.home-news008 .layout .new-content .new-item .img {
  width: 100%;
  height: 2.2rem;
  overflow: hidden;
  background-color: #007cc2;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  line-height: 2.2rem;
}

.home-news008 .layout .new-content .new-item .img img {
  width: 100%;
  height: 100%;
  transition: all 0.5s;
}

.home-news008 .layout .new-content .new-item .img p {
  font-size: 0.32rem;
  color: rgba(255, 255, 255, 0.6);
}

.home-news008 .layout .new-content .new-item .img:hover img {
  transform: scale(1.1);
}

.home-news008 .layout .new-content .new-item .r_img .inner-img {
  padding-bottom: 0rem;
}

.home-news008 .layout .new-content .new-item .bottom-info {
  width: 100%;
  padding: 0.15rem;
  box-sizing: border-box;
}

.home-news008 .layout .new-content .new-item .bottom-info .link-name p {
  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;
  margin-bottom: 0.1rem;
  height: 0.54rem;
}

.home-news008 .layout .new-content .new-item .bottom-info .link-name:hover p {
  color: #007cc2;
  text-decoration: underline;
}

.home-news008 .layout .new-content .new-item .bottom-info .time {
  display: flex;
  align-items: center;
  color: #666;
  font-size: 0.16rem;
}

.home-news008 .layout .new-content .new-item .bottom-info .time i {
  font-size: 0.16rem;
}

@media (max-width: 960px) {
  .home-news008 {
    padding: 40px 0 !important;
  }

  .home-news008 .layout {
    box-sizing: border-box;
    padding: 0 20px;
  }

  .home-news008 .layout .new-content {
    flex-wrap: wrap;
    margin-right: 0;
    margin-top: 20px;
  }

  .home-news008 .layout .new-content .new-item {
    width: 100%;
    height: auto;
    margin: 0 0 20px;
  }

  .home-news008 .layout .new-content .new-item a.img {
    height: 50vw;
  }

  .home-news008 .layout .new-content .new-item:last-child {
    margin-bottom: 0;
  }
}