p {
	/* 首行缩进2格 */
	text-indent: 2em;
	/* 1.5倍行距 */
	line-height: 1.5;
	/* 段前后行距不变 */
	margin: 0em;
}
