@charset "utf-8";
/* CSS Document */
.concent h2{color: red;}  /* 设置h2标签的文字颜色为红色 */
p{color: blue;}  /* 设置p标签的文字颜色为蓝色 */


