﻿@charset "utf-8";
/* Version 100211 */

html, body{ height: 100%}

/* 排版样式 */
body, form, h1, h2, h3, h4, h5, h6, p, ul, ol, dl, li, dt, dd, blockquote{ margin: 0; padding: 0; letter-spacing:2px; line-height:180%;}
li{ list-style-type: none}/*li去掉前面的点*/
img{ border: none}/*图片去边框*/
body, tr, button, select, textarea{ font-size: 12px}/*设置页面默认字号*/
a{ text-decoration: none}/*超链接去掉下划线*/
sup, sub{ font-size: 70%}

.div-space-p{ padding:5px; }/*div设置上下左右内间距为5像素*/
.div-space-m{ margin:5px; }/*div设置上下左右外间距为5像素*/


/* 文章样式 */
.article-place h1{ margin: 0 0 8px; font-size: 28px}/*重置H1字号下间距8像素*/
.article-place h2{ margin: 0 0 8px; font-size: 26px}/*重置H2字号下间距8像素*/
.article-place h3{ margin: 0 0 8px; font-size: 24px}/*重置H3字号下间距8像素*/
.article-place h4{ margin: 0 0 8px; font-size: 22px}/*重置H4字号下间距8像素*/
.article-place h5{ margin: 0 0 8px; font-size: 20px}/*重置H5字号下间距8像素*/
.article-place h6{ margin: 0 0 8px; font-size: 18px}/*重置H6字号下间距8像素*/
.article-place p, .article-place ul, .article-place dl{ margin: 0 0 8px; padding: 0}/*重置P、UL、DL下间距8像素*/
.article-place li{ margin: 0; padding: 0; margin-left: 12px; list-style-position: outside; list-style-type: inherit}/**/
.article-place dt{ margin: 0; padding: 0}
.article-place dd, .article-place blockquote{ margin: 8px 12px; padding: 0}

/* 文本溢出，截字符长度 */
.ellipsis{ text-overflow: ellipsis; -o-text-overflow: ellipsis; overflow: hidden; white-space: nowrap}

/* 清除浮动
.clearfix:after {content: “.”; display: block; height: 0; clear: both; visibility: hidden}
.clearfix { zoom:1; display: inline-block; _height:1px; _overflow:hidden;} */
/* Hides from IE-mac 
* html .clearfix { height: 1%}
*+html .clearfix { height: 1%}\*/
.clearfix { clear:both; height:0px; font-size:0px; _overflow:hidden;}



