.portal-site-inform-detail {
  background: #fafafa;
  overflow: hidden;
}
.portal-site-inform-detail .breadcrumb {
  width: var(--portal-site-main-width);
  margin: 20px auto;
}
.portal-site-inform-detail .breadcrumb .is-link {
  font-weight: normal;
}
.portal-site-inform-detail .breadcrumb .is-link:hover {
  color: var(--portal-site-main-color);
}
.portal-site-inform-detail .portal-site-inform-content {
  position: relative;
  width: var(--portal-site-main-width);
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
}
.portal-site-inform-detail .inform-detail-main {
  background: #fff;
  border-radius: 4px;
  overflow: hidden;
  padding: 35px 30px;
  margin-bottom: 20px;
  min-height: calc(100vh - 35px);
}
.portal-site-inform-detail .inform-detail-main h2 {
  text-align: center;
  font-size: 24px;
  line-height: 1.5;
  margin-bottom: 16px;
  color: #333;
}
.portal-site-inform-detail .inform-detail-main .title-mini {
  text-align: right;
  font-size: 14px;
  color: #bbb;
}
.portal-site-inform-detail .inform-detail-main .detail-div {
  padding: 0 20px;
  color: #333;
  font-size: 14px;
  line-height: 24px;
}
.portal-site-inform-detail .inform-detail-main .el-divider--horizontal {
  margin-top: 20px;
  margin-bottom: 35px;
}

