.tabs {
  width: 96rem;
  height: 3.05rem;
  background: #F7F7F7;
}

.news-title {

  margin-top: 5.6rem;

  font-family: Microsoft YaHei;

  font-weight: bold;

  font-size: 2rem;

  color: #1E2380;

  text-align: center;
}

.content-box {
  width: 71.15rem;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
}

.driver {
  width: 72rem;
  height: 0.05rem;
  background: #D9D9D9;
  margin: 1.95rem 0;
}

.news-dec {
  font-family: Microsoft YaHei;
  font-weight: 400;
  font-size: 0.8rem;
  color: #333333;
  line-height: 1.4rem;
  width: 100%;
  margin-bottom: 0.5rem;
}

.img {
  /* width: 49.95rem; */
  /* height: 27.15rem; */
  margin: 2.1rem 0 2.4rem 0;
  background-color: #D9D9D9;
}

.btn {
  width: 100%;
  display: flex;
  justify-content: space-between;
  margin: 3.05rem 0 6.25rem 0;

}

.news-item {
  width: 35rem;
  height: 4.4rem;
  background: #F9F9F9;
  border-radius: 0.8rem;
  display: flex;
  align-items: center;
  padding-left: 2rem;
}

.news-item>span {
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.news-item:hover {
  background: #0075C2;
  color: #fff;
}

.detail-time {
  font-size: 0.9rem;
  text-align: center;
  color: #666;
  margin-top: 1.2rem;
}