@charset "utf-8";
/* CSS Document @zhxming */


/*ewebeditor*/
[data-source="webeditor"] h1,
[data-source="webeditor"] h2,
[data-source="webeditor"] h3,
[data-source="webeditor"] h4,
[data-source="webeditor"] h5,
[data-source="webeditor"] h6{
    margin:auto;
}
[data-source="webeditor"] p{
    margin-bottom:1em;
    text-align:justify; text-justify:inter-ideograph;
}
#gold-page [data-source="webeditor"] p{
	margin-bottom:auto;
    text-align:justify; text-justify:inter-ideograph;
	color:inherit;
	background-color:inherit;	
}
[data-source="webeditor"] p[align="center"], #gold-page [data-source="webeditor"] p[align="center"]{
    text-align:center;
}
[data-source="webeditor"] p[align="left"], #gold-page [data-source="webeditor"] p[align="left"]{
    text-align:left;
}
[data-source="webeditor"] p[align="right"], #gold-page [data-source="webeditor"] p[align="right"]{
    text-align:right;
}
[data-source="webeditor"] ul, 
[data-source="webeditor"] ol,
[data-source="webeditor"] dl{
    margin-bottom:auto;
}
[data-source="webeditor"] dd{
    margin-left:auto;
}
[data-source="webeditor"] hr{
    margin-top: auto; margin-bottom: auto;
}
[data-source="webeditor"] thead th, [data-source="webeditor"] thead td,
[data-source="webeditor"] tbody th, [data-source="webeditor"] tbody td,
[data-source="webeditor"] tfoot th, [data-source="webeditor"] tfoot td{
    text-align:left; font-weight:normal;
}
[data-source="webeditor"] img[alt="cm-right"]{
    margin-left:15px; /*margin-bottom: 15px;*/
}
[data-source="webeditor"] img[alt="cm-left"]{
    margin-right:15px; /*margin-bottom: 15px;*/
}
