img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.banner {
  height: 31.82rem;
  width: 100%;
}
.news {
  margin-bottom: 2.27rem;
}
.news .box {
  width: calc(94%/3);
  margin-right: 3%;
  margin-bottom: 2.27rem;
}
.news .box:nth-child(3n) {
  margin-right: 0;
}
.news .box .pic {
  height: 12.73rem;
  overflow: hidden;
  background-color: #242632;
}
.news .box .pic img {
  transition: all 0.3s ease;
}
.news .box .txt h2 {
  margin: 1.36rem 0;
  font-size: 0.82rem;
  font-weight: normal;
  color: #000000;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.news .box .txt p {
  font-size: 0.73rem;
  color: #666666;
  line-height: 1.36rem;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.news .box .txt .bb {
  margin-top: 1.36rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.news .box .txt .bb .more {
  padding: 0.36rem 1.09rem;
  border: 0.05rem solid #999999;
  border-radius: 1.09rem;
  color: #999999;
}
.news .box .txt .bb .date {
  color: #999999;
}
.news .box:hover .pic img {
  transform: scale(1.04);
}
.news .box:hover .txt h2 {
  color: #0096a3;
}
.news .box:hover .txt .more {
  color: #0096a3;
  border: 0.05rem solid #0096a3;
}
@media only screen and (max-width: 768px) {
  .news {
    margin-top: 3.55rem;
  }
  .news .box {
    width: 100%;
  }
  .news .box .pic {
    height: 11.82rem;
  }
}

