			/*当前页*/
			
			.position {
				margin-bottom: 31px;
			}
			/*标题*/
			.article{
				margin-top: 20px;
				margin-bottom: 63px;
			}
			.articleHead h1 {
				text-align: center;
				font-size: 18px;
				margin-top: 0;
				margin-bottom: 12px;
				font-weight: normal;
			}
			
			.articleDate {
				background: url(../image/ico_date.png) no-repeat 0 50%;
				display: inline-block;
				text-indent: 23px;
				margin-right: 91px;
				letter-spacing: .4px;
			}
			
			.viewTime {
				background: url(../image/ico_counts.png) no-repeat 0 50%;
				display: inline-block;
				text-indent: 28px;
			}
			/*内容*/
			
			.articleBody p {
				line-height: 24px;
				font-size: 12px;
				color: #7f7f7f;
				margin-bottom: 24px;
				letter-spacing: 0.05em;
			}
			
			.articleBody img {
				margin-left: 211px;
			}
			
			
			