/* 段落首行缩进 */
.content p,
.intro p,
.excerpt p,
article p,
div.content p,
div.intro p {
     text-indent: 2em;
     margin-bottom: 1em;
}
