

html{color:#222;}

body, div, dl, dt, dd, ul, ol, li, h4, pre, code, form, input, textarea, p, th, td, hr, button, figure, footer, header, menu, nav{margin:0; padding:0;}


.fn-left { float: left; }
.fn-right { float: right; }

/* 默认不显示下划线，保持页面简洁 */
ins, a { text-decoration: none; }
a{color:#626262;}
a:hover{color:#f24141;}

/* 清理浮动 */
clear { clear: both; }

img{border:0;}
iframe{display:block;}
input{ vertical-align:middle;}

table{border-spacing:0; border-collapse:collapse;}
th{ text-align:inherit;}

ol,li{list-style:none;}

/* 单行文字溢出时出现省略号，需设定宽度 */
.fn-text-overflow { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; } 
#pageNo{padding: 3px;border: 1px solid #E2E2E2;width: 50px;text-align: center;}


