.c {
	width: 1000px;
	margin: 100px auto;
}
.c h2, h4 {
	text-align: center;
}
.c h4 {
	color: #999;
	font-weight: normal;
	font-size: 14px;
}
.c hr {
	margin: 32px 0;
}
.c img {
	max-width: 100%;
}
.c p {
	font-size: 16px;
	line-height: 200%;
	color: #666;
	text-indent: 2em;
	text-align: justify;
}
.c p.img {
	text-indent: inherit;
	text-align: center;
}
.c p.tag {
	text-indent: inherit;
	text-align: center;
	font-size: 14px;
}
