.news {
  width: 100%;
  background: #F5F6FA;
  margin-bottom: 100px;
}

.centre {
  max-width: 1200px;
  margin: 0 auto;
}

.main-l {
  width: 73%;
  height: 100%;
  background: #fff;
  padding: 10px;
  border-radius: 4px;
}

.main-l-div {
  border-bottom: 1px dashed #DEDEDE;
  padding-bottom: 10px;
  overflow: hidden;
  margin-top: 20px;
}

.disp-flex {
  display: flex;
}

.main-l-img {
  width: 200px;
  height: 150px;
  margin-right: 20px;
}

.main-l-zu {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.main-l-title {
  color: #353535;
}

.main-l-content {
  color: #868686;
  /* margin-top: 10px; */
  overflow: hidden;
  font-size: 14px;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.main-l-time {
  display: flex;
  justify-content: space-between;
  margin-top: 10px;
  color: #868686;
  font-size: 14px;
}

.main-r {
  width: 25%;
  height: 100%;
  background: #fff;
  padding: 10px 0;
  border-radius: 4px;
}

.main-r-wenzi {
  display: flex;
  align-items: center;
  border-bottom: 1px solid #E6EBF2;
  padding-bottom: 10px;
  padding-left: 10px;
}

.main-r-wenzi-jx {
  width: 5px;
  height: 20px;
  background: linear-gradient(90deg, #9D53D6 0%, #1775E7 100%);
  margin-right: 10px;
}

.main-r-wenzi-text {
  font-size: 16px;
  font-weight: bold;
  line-height: 26px;
}

.main-r-div {
  padding: 10px;
  border-bottom: 1px dashed #DEDEDE;
}

.main-r-title {
  font-size: 16px;
  font-weight: normal;
  line-height: 26px;
  color: #353535;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.main-r-content {
  /* height: 80px; */
  font-size: 16px;
  font-weight: normal;
  line-height: 26px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-top: 15px;
  color: #868686;
}

.main-r-time {
  font-size: 14px;
  margin-top: 15px;
  color: #868686;
}