.doc-cont{
    padding:16px 0;
    text-align:center
}
.doc-cont img{
    width:100%;
    border: 1px solid #eee;
}

.doc-cont .moblie-img {  
    /* 为特定图片设置宽度和高度 */  
    /* display: block; /* 将图片变为块级元素 */  
   /*  margin-left: auto; /* 左边距自动 */  
    /* margin-right: auto; /* 右边距自动 */
    width: 200px; /* 或你想要的任何宽度 */  
    height: auto; /* 保持宽高比 */  
   /* text-align:center
    /* 如果需要，可以覆盖边框设置 */  
    /* border: none; */  
}  
.doc-cont .img-p{
    text-align:center;
    margin:0;
    padding:0;
    color:#999;
    line-height:1;
}

.doc-indent {
    text-indent: 2em; /* 首行缩进 2 个字符 */
    text-align: justify
}