.wp_articlecontent, .wp_articlecontent p { font-family: 宋体; font-size: 20px; line-height: 1.5em; color: rgb(51, 51, 51); margin-top: 15px; margin-bottom: 15px; }
.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 { }
.wp_articlecontent img {
    max-width: 900px; /* 图片最大宽度设置为900px */
    width: 100%; /* 确保图片按照其容器宽度等比缩放 */
    height: auto; /* 高度自动调整以保持比例 */
    display: block; /* 将图片作为块级元素显示 */
    margin-left: auto; /* 居中开始 */
    margin-right: auto; /* 居中结束 */
}
