.page-wrapper .introduce {
  background: #F5F5F5;
}
.page-wrapper .news-item {
  width:100%;
  display: flex;
  background-color: #fff;
  padding: 0.2rem 0.275rem;
  margin-top: 0.5125rem;
}
.page-wrapper .news-item .text {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.page-wrapper .news-item .item-bg {
  width: 3.4375rem;
  margin-right: 0.95rem;
  transform: scale(0.9);
  transition: all 0.4s ease-in 0s;
  overflow: hidden;
}
.page-wrapper .news-item .item-bg img {
  width: 100%;
  height: 100%;
  display: inline-block;
}
.page-wrapper .news-item .item-bg:hover {
  transform: scale(1);
  -webkit-animation: all 0.4s ease-in;
          animation: all 0.4s ease-in;
}
.page-wrapper .news-item .item-content {
  flex: 1;
  font-size: 0.2rem;
  font-family: PingFang SC-Regular, PingFang SC;
  font-weight: 400;
  color: #666666;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.page-wrapper .news-item .item-content .title {
  font-size: 0.3rem;
  font-family: PingFang SC-Semibold, PingFang SC;
  font-weight: 600;
  color: #333333;
  margin-bottom: 0.2rem;
}
.page-wrapper .news-item .item-content .footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #B3B5B9;
}
.page-wrapper .news-item .item-content .footer img {
  width: 0.275rem;
  height: 0.275rem;
  display: inline-block;
}
.page-wrapper .news-item .item-content:hover .title {
  color: #5D9FF6;
}

@media (max-width: 768px) {
  .page-wrapper .news-item {
    padding: 0.6375rem;
    margin-top: 1.025rem;
  }
  .page-wrapper .news-item .item-bg {
    width: 9.6rem;
    height: 5.8875rem;
  }
  .page-wrapper .news-item .item-content {
    font-size: 0.7625rem;
  }
  .page-wrapper .news-item .item-content .title {
    width: 10.4375rem;
    font-size: 1.025rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .page-wrapper .news-item .item-content .text {
    width: 10.4375rem;
  }
  .page-wrapper .news-item .item-content .footer {
    margin-top: 0.6375rem;
    font-size: 0.6375rem;
  }
  .page-wrapper .news-item .item-content .footer img {
    width: 0.9rem !important;
    height: 0.9rem !important;
  }
  .page-wrapper .news-item:last-of-type {
    margin-bottom: 1.025rem;
  }
}
