.news-item {
  width: 30.3%;
  margin-right: 4.5%;
  margin-bottom: 4.73rem;
}
.news-item:nth-child(3n) {
  margin-right: 0;
}
.news-item .date {
  margin-bottom: 0.95rem;
}
.news-item .date .day {
  font-weight: bold;
  font-size: 2.73rem;
  line-height: 1;
}
.news-item .date .date-more * {
  font-size: 0.55rem;
  color: #5C5C5C;
}
.news-item .img {
  position: relative;
  padding-bottom: 55.6%;
  overflow: hidden;
}
.news-item .img img {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  transition: all 0.5s ease;
  object-fit: cover;
}
.news-item .txt h3 {
  font-size: 0.73rem;
  margin: 1.36rem 0 0.95rem;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.news-item .txt p {
  color: #919191;
  line-height: 1.14rem;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.news-item:hover .date * {
  color: #C79B6B;
}
.news-item:hover .date .day {
  color: #C79B6B;
}
.news-item:hover .img img {
  transform: scale(1.04);
}
.news-item:hover .txt h3 {
  color: #C79B6B;
}
.noticle-item {
  position: relative;
  display: block;
  padding-bottom: 1.45rem;
  border-bottom: 0.05rem solid #F0F0F0;
  margin-bottom: 1.77rem;
}
.noticle-item .notice-tit {
  position: relative;
  width: calc(100% - 4rem);
  display: block;
  font-size: 0.73rem;
  padding-left: 0.55rem;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.noticle-item .notice-tit::before {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 0;
  height: 0;
  border-width: 0.27rem;
  border-style: solid;
  border-color: transparent transparent transparent #171819;
}
.noticle-item .date {
  position: absolute;
  right: 0;
  top: 0.14rem;
  font-size: 0.59rem;
  color: #979999;
  white-space: nowrap;
}
.noticle-item:hover .notice-tit {
  color: #C79B6B;
}
.noticle-item:hover .notice-tit::before {
  border-color: transparent transparent transparent #C79B6B;
}
@media only screen and (max-width: 640px) {
  .news-item {
    width: 100%;
    margin-right: 0;
    margin-bottom: 2.73rem;
  }
}
