/*开始:通用CSS重置代码*/ body, th, td, input, textarea, select, button, h1, h2, h3, h4, h5, p { font: 12px "Microsoft YaHei", Verdana, SimSun; color: #000; } body, form, ul, ol, li, dl, dt, dd, h1, h2, h3, h4, h5, hr, p { margin: 0px; padding: 0px; } article, aside, dialog, footer, header, section, nav, figure, menu, time, template { display: block; } body, textarea { background-color: #FFF; } template, div.template, textarea.template { display: none; } th, h1, h2, h3, h4, h5, legend { font-weight: bold; } ul, ul li { list-style: none; } ol, ol li ul { padding-left: 2em; } ol li ol li { list-style-type: lower-alpha; } ol li ul li { list-style-type: square; } p { text-indent: 2em; margin-bottom: 10px; word-wrap: break-word; overflow-wrap: break-word; text-align: justify; text-justify: inter-ideograph; } a, a:hover { text-decoration: none; } a img { border-style: none; } /*结束:通用CSS重置代码*/