@charset "UTF-8";
/**!
 * 详情
 * date:2022-05-06
 * author: trh;
 */
.main-content {
  padding-bottom: 29px;
}

.content-box {
  padding: 27px 25px 26px 23px;
}

/**信息标题**/
.article-title {
  text-align: center;
}

.article-title-txt {
  line-height: 30px;
  font-size: 24px;
  font-weight: bold;
}

.article-title-info {
  padding-top: 15px;
}

.article-title-info > li {
  height: 15px;
  line-height: 15px;
  color: #999;
  display: inline-block;
  margin: 0 17px 0 18px;
  max-width: calc(33% - 40px);
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  vertical-align: top;
}

.article-title-info .font > a {
  display: inline-block;
  color: #999;
  line-height: 15px;
  margin: 0 8px 0 0;
  vertical-align: top;
}

/*文章内容*/
.pages {
  /*印章*/
}

.pages-wrap {
  padding: 0 23px 0;
  position: relative;
  z-index: 100;
  font-size: 16px;
  line-height: 30px;
  min-height: 400px;
}
.pages-wrap img{
	max-width: 100%;
}

.pages-title {
  line-height: 32px;
  font-size: 18px;
  font-weight: bold;
  padding-top: 27px;
}

.pages-text {
  line-height: 30px;
  font-size: 16px;
}

.indent {
  text-indent: 2em;
  padding-top: 20px;
}

.seal-wrap {
  position: absolute;
  top: 16px;
  right: 40px;
  z-index: 10;
}

/*附件*/
.affix-wrap {
  padding: 15px 23px 11px;
  background: #f5f8ff;
  font-size: 16px;
  margin-top: 22px;
}

.affix-left {
  line-height: 36px;
  font-weight: bold;
  color: #333;
}

.affix-lists {
  margin-left: 84px;
}

.affix-item {
  display: block;
  line-height: 36px;
  color: #666;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.affix-item:hover {
  color: #2970da;
}

.details-wrap{
	padding-top: 15px;
}
