﻿.art-body p img {
    width: 414px;
}
table {  
    border-collapse: collapse; /* 合并表格边框，使得边框看起来更整洁 */  
}  
table, th, td {  
    border: 1px solid #808080; /* 灰色边框，你可以根据需要调整颜色和宽度 */  
}  
th, td {  
    padding: 3px; /* 单元格内边距，可以根据需要调整 */  
    text-align: left; /* 文本对齐方式，这里设置为左对齐 */  
    font-size: 16px; 
}