/* 手机端文章内容全部左对齐 */
@media (max-width: 768px) {
.post-content,
.post-content p,
.post-content h1,
.post-content h2,
.post-content h3,
.post-content h4,
.post-content h5,
.post-content h6,
.post-content strong,
.post-content em,
.post-content span,
.post-content ul,
.post-content ol,
.post-content li,
.post-content blockquote,
.post-content div {
text-align: left !important;
}
.post-content .law-h2 {
font-size: 14pt !important;
padding: 10px 15px !important;
}
.post-content img {
max-width: 100%;
height: auto;
}
}