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

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

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

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

.main-l-title {
  color: #353535;
  margin-top: 10px;

}

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

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

.main-r {
  width: 30%;
}

.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 {
  font-size: 16px;
  font-weight: normal;
  line-height: 26px;
  color: #353535;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-top: 15px;
  color: #868686;
}

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