.detail-title {
  text-align: center;
  font-size: 24px;
  font-weight: bold;
  color: #000000;
  margin-bottom: 0.73vw;
}
.detail-title1 {
  font-size: 14px;
  color: #000000;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-bottom: 15px;
  border-bottom: #0166b5 2px solid;
  margin-bottom: 1.56vw;
}
.detail-cont-inner img {
  max-width: 100%;
}
.detail-cont {
  margin-top: 0.83vw;
}

/* UEditor 表格交替颜色样式 */
tr.ue-table-interlace-color-single td {
  background: #fcfcfc;
}

tr.ue-table-interlace-color-double td {
  background: #f7faff;
}
