
.news-box {
  padding-top: 103px;
  padding-bottom: 113px;
}

.ul-news li {
  margin-bottom: 42px;
  background: #f8f8f8;
  height: 266px;
  display: flex;
  align-items: center;
}
.ul-news li a {
  display: flex;
  align-items: center;
}
.ul-news img {
  max-width: 384px;
  height: auto;
  object-fit: cover;
  display: block;
  transition: all 0.5s ease;
}
.news-img {
  overflow: hidden;
}
.ul-news img:hover {
  transform: scale(1.1);
}
.news-r {
  flex: 1;
  /* width: 73.4%; */
  margin-left: 81px;
  padding-right: 56px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.news-r h6 {
  font-family: MicrosoftYaHei-Bold, MicrosoftYaHei-Bold;
  font-size: 19px;
  font-weight: bold;
  color: #000000;
  margin-bottom: 21px;
}
.news-r p {
  font-size: 16px;
  color: #666666;
  line-height: 30px;
}
.span-num {
  font-family: MicrosoftYaHei-Bold, MicrosoftYaHei-Bold;
  font-size: 53px;
  font-weight: bold;
  color: #242424;
  line-height: 63px;
}
.span-date {
  font-weight: bold;
  font-size: 15px;
  color: #242424;
  line-height: 21px;
}
.news-p {
  margin-right: 68px;
}
.ul-news li:hover .news-r h6 {
  color: #b11f23;
}
.ul-news li:hover .span-num {
  color: #b11f23;
}
