.wp_articlecontent, .wp_articlecontent p { 
    font-family: 微软雅黑; 
    font-size: 16px; 
    line-height: 1.5em; 
    color: rgb(51, 51, 51); 
    margin-bottom: 10px; 
    margin-top: 0px;
    text-indent: 2em; /* 首行缩进2字符 正常生效 */
}
.wp_articlecontent table { margin-bottom: 10px; border-collapse: collapse; display: table; }
.wp_articlecontent table td { background: white; padding: 5px 10px; border: 1px solid rgb(221, 221, 221); }
.wp_articlecontent a { text-decoration: none; color: rgb(51, 51, 51); }
.wp_articlecontent a:hover { text-decoration: underline; color: rgb(204, 0, 0); }
.wp_articlecontent a:visited { }
/* ✅ 核心修改：图片固定宽度650px，居中显示，高度自适应不变形 */
.wp_articlecontent img { display: block; width: 650px; height: auto; margin: 10px auto; border: none; }