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

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

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

.main-l-conten {
  border-bottom: 1px solid #F5F5F5;
  padding-bottom: 50px;
}

.p-30 {
  padding: 30px;
}

.main-l-title {
  font-size: 16px;
  color: #353535;
}

.main-l-biaoti {
  width: 100%;
  background: #F5F5F5;
  padding: 20px 30px;
  display: flex;
  justify-content: space-between;
  margin-top: 20px;
  font-size: 14px;
  color: #5D5D5D;
}

/* 新增样式确保内容自适应 */
.main-l-neirong {
  width: 100%;
  overflow: hidden;
  /* 防止内容溢出 */
}

/* 重置所有可能影响宽度的元素 */
.main-l-neirong * {
  max-width: 100%;
  box-sizing: border-box;
}

/* 特别处理常见元素 */
.main-l-neirong img,
.main-l-neirong video,
.main-l-neirong iframe,
.main-l-neirong embed,
.main-l-neirong object {
  max-width: 100%;
  height: auto;
  display: block;
}

/* 表格处理 */
.main-l-neirong table {
  width: 100% !important;
  max-width: 100% !important;
  border-collapse: collapse;
  overflow-x: auto;
  display: block;
}

/* 代码块处理 */
.main-l-neirong pre {
  white-space: pre-wrap;
  word-wrap: break-word;
  overflow-x: auto;
}

/* 防止浮动元素影响布局 */
.main-l-neirong::after {
  content: "";
  display: table;
  clear: both;
}

.main-l-neirong {
  font-size: 16px;
  font-weight: 350;
  line-height: 30px;
  width: 100%;
  padding: 10px;
}

.mt-20 {
  margin-top: 20px;
}

.text {
  text-indent: 2em;
}

.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: 130px; */
  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;
}
