




/* 页面说明文字中的 ul 去掉底边距 */
#pageIntro ul {
  margin-bottom: 0;
  line-height: 2em;
}
