@charset "UTF-8";
/**
 * 信息共享详情
 * date: 2024-4-10
 * author: fxyue;
 */
.com {
  margin: 0 0 30px;
  padding: 32px;
}

.check {
  height: 182px;
  padding: 16px 124px 0 24px;
  box-sizing: border-box;
  line-height: 30px;
  background: url("../images/check_bg.png") top center no-repeat;
}
.check > h3 {
  margin-bottom: 6px;
  font-size: 20px;
  font-weight: 700;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.check p {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.article {
  margin-top: 48px;
  padding: 0 20px;
}
.article h3 {
  font-size: 26px;
  font-weight: 700;
  line-height: 39px;
  text-align: center;
  margin-bottom: 24px;
}
.article p {
  text-indent: 32px;
  font-size: 16px;
  line-height: 30px;
  text-align: justify;
}
.article p.spe {
  font-weight: 700;
}