@charset "utf-8";
/* CSS Document */
.concent h2{font-size: 48px}   /* 设置h2标签的文字字号为48像素 */
p{font-size: 24px;}   /* 设置p标签的文字字号为24像素 */


