@font-face {
    font-family: Fangzheng;
    src: url(Fangzheng.ttf);
}

@font-face {
    font-family: yahei;
    src: url(micro_yahei.ttf);
}


/* 补充到现有 style 标签内 */
p.text-center img,
p[style*="text-align:center"] img {
    display: block;
    margin: 0 auto;
    max-width: 100%; /* 可选：防止图片超出容器 */
}
