.ArticlMainContainer{
	width: 1200px;
	overflow: hidden;
	margin: 20px auto;
}
.ArticlMainContainer:after{
	content: '';
	display: block;
	clear: both;
}
.ArticlMainContainer .LeftsCnt{
	width: 18%;
	float: left;
}
.ArticlMainContainer .RightCnt{
	width: 80%;
	float: right;
	overflow: hidden;
}
/***/
.ShowContent .title{
	text-align: center;
	padding: 10px;
	line-height: 25px;
	font-size: 22px;
}
.ShowContent .infos{
	text-align: center;
	padding-bottom: 15px;
	font-size: 14px;
	color: #888;
}
.ShowContent .infos span{
	display: inline-block;
	margin: 0 10px;
}
.ShowContent .cnt{
	width:100%;
	overflow:hidden;
	word-wrap: break-word;
    word-break: normal;
	word-break:break-all;
	line-height: 20px;
	font-size: 14px;
	color: #666;
}
/*========== PC端文章正文排版 ==========*/
.ShowContent .cnt p,
.ShowContent .cnt div,
.ShowContent .cnt section{
	font-size:17px;
	line-height:1.85;
	color:#3f3f3f;
	margin:0 0 1.2em 0;
	padding:0;
	letter-spacing:0.5px;
	text-align:justify;
}
.ShowContent .cnt p[style],
.ShowContent .cnt div[style],
.ShowContent .cnt span[style]{
	font-size:17px !important;
	line-height:1.85 !important;
	color:#3f3f3f !important;
	margin-bottom:1.2em !important;
}
.ShowContent .cnt > *:first-child{ margin-top:0; }
.ShowContent .cnt h2, .ShowContent .cnt h3{
	font-size:20px; font-weight:bold; line-height:1.5; color:#222;
	margin:1.5em 0 0.8em 0; text-align:left;
}
.ShowContent .cnt h4{
	font-size:18px; font-weight:bold; line-height:1.5; color:#333;
	margin:1.2em 0 0.6em 0;
}
.ShowContent .cnt blockquote{
	font-size:16px; color:#666; border-left:3px solid #007bd0;
	padding:0.5em 1em; margin:1.2em 0; background:#f7f8fa;
	border-radius:0 4px 4px 0;
}
.ShowContent .cnt ul, .ShowContent .cnt ol{ padding-left:1.5em; margin:0.8em 0; }
.ShowContent .cnt li{ font-size:17px; line-height:1.85; color:#3f3f3f; margin-bottom:0.4em; }
.ShowContent .cnt hr{ border:none; height:1px; background:linear-gradient(to right, transparent, #ddd, transparent); margin:2em 0; }
.ShowContent .cnt pre{ padding:1em; overflow-x:auto; margin:1em 0; line-height:1.6; font-size:14px; background:#f4f4f4; border-radius:4px; }
.ShowContent .cnt table{ width:100%; border-collapse:collapse; margin:1em 0; font-size:15px; }
.ShowContent .cnt th, .ShowContent .cnt td{ border:1px solid #ddd; padding:8px 12px; text-align:left; }
.ShowContent .cnt th{ background:#f7f8fa; font-weight:bold; }

.ShowContent img{
	max-width:100%;
}
/******/
.OtherInfos{
	margin-top:20px;
	background:#FFF;
	width:100%;
	overflow:hidden;
}
.OtherInfos .SideBox{
	margin:0 15px;
	padding:15px 0;
	position:relative;
}
.OtherInfos .SideBox:before{
	content:'';
	display:block;
	position:absolute;
	width:100%;
	height:1px;
	background:#DDD solid 1px;
	left:0;
	top:-1px;
}
.OtherInfos .SideBox .tag span{
	display:inline-block;
	line-height: 30px;
	font-size: 16px;
	padding:0 10px;
	background:#DDD;
	color:#888;
	border-radius:5px;
	box-shadow: 1px 1px 1px #666;/**块阴影**/
	margin-bottom:10px;
}
.OtherInfos .SideBox .cont{
	width:100%;
	font-size: 14px;
	line-height: 25px;
	color: #666;
	overflow:hidden;
	word-wrap: break-word;
    word-break: normal;
	word-break:break-all;
}
.OtherInfos .SideBox .cont img{
	max-width:100%;
}