/**!
* 网站大师-信息详情页
* author: xiaolong;
*/
h6{
	overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.news-detail-wrap {
    border: 1px solid #f0f0f0;
    margin-top: 10px;
    padding: 5px 69px 28px;
}

.news-article-tt {
	/* height: 57px; */
	border-bottom: 1px solid #f0f0f0;
	line-height: 57px;
	font-size: 24px;
	font-weight: bold;
	text-align: center;
}

.news-article {
	/*padding-top: 1px;
	overflow: hidden;*/
}

.news-article-info {
	margin-top: 13px;
	padding: 7px 0;
	min-height: 26px;
	line-height: 26px;
	text-align: center;
	background: #f5f5f5;
	font-size: 0;
	-webkit-text-size-adjust: none;
}

.news-article-para {
	padding: 15px 10px 8px;
	line-height: 26px !important;
	font-size: 16px !important;
	text-indent: 2em;
}

.news-article-para p,
.news-article-para span {
	line-height: 26px !important;
	font-size: 16px !important;
	text-indent: 2em;
	font-family: "SourceHanSansCN-Regular" !important;
	color: #333 !important;
	background: no-repeat !important;
	font-weight: normal !important;
}

.news-article-para img {
	max-width:900px;
}
.news-article-from {
	line-height: 22px;
	font-size: 14px;
	margin-top: 10px;
}

.article-share {
	padding-top: 30px;
	height: 46px;
}

.article-share-tt {
	float: left;
	height: 26px;
	line-height: 26px;
	padding-left: 8px;
	width: 72px;
	font-size: 16px;
	font-weight: bold;
	color: #163868;
}

.article-tag {
	height: 26px;
	line-height: 26px;
	padding-bottom: 12px;
	font-size: 14px;
	padding-left: 8px;
}


/* 相关文档 */


.related-docs {
	border-top: 1px solid #f0f0f0;
	padding: 15px 0 0 10px;
	line-height: 24px;
	font-size: 14px;
}

.related-docs-tt {
	font-weight: bold;
}


/* 2020-12-11 */
.source-node {
	display: inline-block;
    vertical-align: top;
    margin: 0 13px;
    font-size: 14px;
    font-family: "SourceHanSansCN-Medium";
    color: #666;
}

.enclosure {
  /* margin: 0 20px; */
  border-top: 1px solid #e6e6e6;
}

.enclosure-hd {
  height: 52px;
  line-height: 52px;
}

.enclosure-tt {
  position: relative;
  float: left;
  padding-left: 19px;
  font-size: 16px;
  color: #376cb0;
}

.enclosure-tt::before {
  position: absolute;
  content: "";
  left: 0;
  top: 50%;
  display: block;
  margin-top: -3px;
  width: 6px;
  height: 6px;
  border-radius: 3px;
  background: #376cb0;
}

.enclosure-bd {
  padding-left: 18px;
  line-height: 28px;
  font-size: 0;
  -webkit-text-size-adjust: none;
  margin-bottom: 10px;
}

.enclosure-name {
  display: inline-block;
  vertical-align: top;
  margin-right: 78px;
  padding-left: 26px;
  font-size: 15px;
  color: #666;
  background: url("../images/enclosure_ico.png") left center no-repeat;
}

.enclosure-name:hover {
  color: #376cb0;
}

.share {
	border-top: 1px solid #e6e6e6;
	padding-top: 28px;
}

.share-l {
    float: left;
}

.share-l>span {
    float: left;
    color: #999;
    line-height: 30px;
}

.share-icon {
    float: left;
    height: 30px;
    line-height: 30px;
    margin-left: 20px;
}

.share-icon>img {
    display: inline-block;
    vertical-align: middle;
}

.bdshare-button-style1-16 .bds_sqq{
	height:19px;
	background:url('../images/share_icon1.png') !important;
}

.bdshare-button-style1-16 .bds_weixin{
	height:19px;
	background:url('../images/share_icon2.png') !important;
}

.bdshare-button-style1-16 .bds_tsina{
	height:19px;
	background:url('../images/share_icon3.png') !important;
}

/* 分享 */
.bdshare-button-style1-16 {
    float: left;
	margin-top: 6px;
}

.bdshare-button-style1-16>span {
    float: left;
    color: #999;
    line-height: 30px;
}

.bds_sqq {
	padding-left:16px !important;
    float: left;
    height: 30px;
    line-height: 30px;
    margin-left: 20px;
}

.bds_sqq>img {
    display: inline-block;
    vertical-align: middle;
}
.bds_weixin {
	padding-left:24px !important;
    float: left;
    height: 20px !important;
    line-height: 30px;
    margin-left: 20px;
}

.bds_weixin>img {
    display: inline-block;
    vertical-align: middle;
}
.bds_tsina {
	padding-left:22px !important;
    float: left;
    height: 20px !important;
    line-height: 30px;
    margin-left: 20px;
}

.bds_tsina>img {
    display: inline-block;
    vertical-align: middle;
}

.print {
    float: right;
    width: 43px;
    height: 28px;
    line-height: 28px;
    color: #4a83d2;
    padding-left: 34px;
    border: 1px solid #c0c6cc;
    background: url('../images/print_icon.png') no-repeat 12px center;
}

.print:hover {
    color: #fff;
    border-color: #4a83d2;
    background-image: url('../images/print_iconh.png');
    background-color: #4a83d2;
}

/*20231228*/
/*.news-article-para section{
	width:100% !important;
}*/

/*20240313*/
.news-article-para section{
	margin:0 auto !important;
}