@charset "utf-8";

/*页面样式*/

.article {
    color: #333;
    padding: 20px 0;
    text-align: justify;
    overflow: hidden;
}

.article-title {
    font-size: 32px;
    font-family: 微软雅黑;
    text-align: center;
}

.article p {
    text-indent: 2em;
    padding-bottom: 20px;
    line-height: 2;
    font-size: 14px;
}

.article p[style*='center'] {
    text-indent: 0em;
}

.article img {
    max-width: 100%;
	display: block;
	margin: 0 auto 10px;
}

.article img[src*='ueditor'] {
    width: auto;
    display: inline-block;
}