/* 初始化CSS  重置浏览器样式*/
html, body, ul, li, ol, dl, dd, dt, p, h1, h2, h3, h4, h5, h6, form, fieldset, legend, img { margin:0; padding:0; }
fieldset, img { border:none; } /*为了照顾ie6 链接图片有边框*/
img{display: inline;}
ul, ol { list-style:none; }
input { padding:0;margin:0;outline:none;background:none;font-family:Arial,Helvetica,sans-serif;color:#999;vertical-align:middle;padding-left:10px;}
select{ vertical-align:middle; margin:0;}
textarea { resize:none; }
body .formula .MathJax{font-size:16px;}
select, input, textarea {font-size:12px;}
table { border-collapse:collapse; }
h1,h2,h3,h4,h5,h6{font-size:100%; font-weight:normal;}
body {font-size:12px; color:#333; font-family:Arial,Helvetica,sans-serif;}
.clearfix:after { content:"."; display:block; height:0; visibility:hidden; clear:both; }
.clearfix { zoom:1; }
.clearit { clear:both; height:0; font-size:0; overflow:hidden; }
a { color:#333; text-decoration:none; }
a:hover { color:#00519c; text-decoration:underline; }
/**{outline:none !important;}*/
.grayColor{color:#333;}
.mainColor{color:#00519c;} /**页面字体需要变主色调，直接调用mainColor;**/

.jTitle{font-weight: bold;font-size: 22px;margin-bottom: 10px; color:#00519c;}
.mainBg{background:#00519c;color:#fff;}/**需要添加主色调背景色，直接调用mainBg**/
.colorRed{color:red;} /**字体如需标红色，调用colorRed**/
.textHidden{ white-space: nowrap;  overflow: hidden;  text-overflow: ellipsis;  display:block; }
.jCheck{ vertical-align: sub;}