body {
  background-color: #e8eef6 !important;
}

.news_central-list {
  margin-bottom: 100px;
}

.news_central-list .url-header {
  transform: translateY(-46px);
  position: relative;
  z-index: 100;
}

.news_central-list .url-header ul {
  display: flex;
}

.news_central-list .url-header ul li {
  margin-right: 15px;
  position: relative;
}

.news_central-list .url-header ul li a {
  font-family: Source Han Sans CN;
  font-weight: 400;
  font-size: 16px;
  color: rgba(255, 255, 255, 0.8);
}

.news_central-list .url-header ul li::after {
  content: '>';
  position: absolute;
  top: 50%;
  right: -12px;
  transform: translateY(-50%);
  color: rgba(255, 255, 255, 0.8);
}

.news_central-list .url-header ul li:last-of-type::after {
  content: none;
}

.news_central-list .list-content .list-item {
  width: 100%;
  max-width: 1600px;
  height: 183px;
  background: #F4F5F6;
  border: 1px solid #FFFFFF;
  padding: 24px;
  display: flex;
  margin-bottom: 12px;
  justify-content: space-between;
}

.news_central-list .list-content .list-item a {
  flex-shrink: 0;
}

.news_central-list .list-content .list-item a img {
  width: 240px;
  height: 135px;
  object-fit: cover;
}

.news_central-list .list-content .list-item .item-content {
  margin-left: 30px;
  width: 100%;
}

.news_central-list .list-content .list-item .item-content h4 {
  font-family: Source Han Sans CN;
  font-weight: 500;
  font-size: 18px;
  color: #111111;
  line-height: 25px;
  height: 50px;
}

.news_central-list .list-content .list-item .item-content .bom {
  display: flex;
  margin-top: 63px;
  align-items: center;
  justify-content: space-between;
}

.news_central-list .list-content .list-item .item-content .bom .data_time {
  font-family: Source Han Sans CN;
  font-weight: 400;
  font-size: 14px;
  color: #666666;
  overflow: hidden;
  width: 95%;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.news_central-list .list-content .list-item .item-content .bom .go_detail {
  display: flex;
  align-items: center;
}

.news_central-list .list-content .list-item .item-content .bom .go_detail p {
  font-family: Source Han Sans CN;
  font-weight: 400;
  font-size: 14px;
  color: #999999;
  margin-right: 10px;
}

.news_central-list .list-content .list-item .item-content .bom .go_detail img {
  width: 20px;
  height: 9px;
  object-fit: cover;
}

.news_central-list .list-content .list-item .item-content .bom .go_detail img:last-of-type {
  display: none;
}

.news_central-list .list-content .list-item:hover {
  cursor: pointer;
}

.news_central-list .list-content .list-item:hover .item-content h4 {
  color: #141ED2;
}

.news_central-list .list-content .list-item:hover .item-content .bom .data_time {
  color: #141ED2;
}

.news_central-list .list-content .list-item:hover .item-content .bom .go_detail p {
  color: #141ED2;
}

.news_central-list .list-content .list-item:hover .item-content .bom .go_detail img:first-of-type {
  display: none;
}

.news_central-list .list-content .list-item:hover .item-content .bom .go_detail img:last-of-type {
  display: inline;
}
