@charset "utf-8";

/* RESET */
* { margin: 0; padding: 0; }
h1,h2,h3,h4,h5,h6,pre,code,address,caption,cite,code,em,strong,th { font-size: 1em; font-weight: normal; font-style: normal; }
ul,ol,li { list-style: none; }
fieldset,img { border: none; }
caption,th { text-align: left; }
table { border-collapse: collapse; border-spacing: 0; }


/* TYPE */
body { font: 12px/18px "Lucida Grande", Arial, Verdana, sans-serif,"宋体"; background-color: #fff; color: #333;text-align:center;}

.cls{clear:both;}
.hidden{display:none;}

a.index{background:url(../images/menu_bg_hover.gif) no-repeat center center;}

a { color: #08c; }
a:link, a:visited, a:active { text-decoration: none; }
strong, b { font-weight: bold; }
em, i { font-style: italic; }
sup { padding-left: 1px; font-size: 10px !important; font-weight: normal !important; vertical-align: baseline; position: relative; bottom: 0.33em; color: #76797c; _position: static !important; }
abbr { border: 0; }
.sosumi { font-size: 10px !important; color:#76797c; }

/* p { margin-bottom: 18px; } */
h1 { font-weight: bold; font-size: 24px; line-height: 36px; margin-bottom: 18px; }
h2 { font-weight: bold; font-size: 16px; line-height: 18px; margin-bottom: 18px; }
h3 { font-weight: bold; font-size: 1em; line-height: 18px; }
h4 { font-weight: bold; font-size: 10px; line-height: 18px; }
p.intro { font-weight: bold; }
.more { text-align: right; }

ul { list-style: none outside; }
ol { list-style: decimal; margin-left: 2.2em; }
ul.square,
ul.circle { margin-left: 2em; }
ul.square { list-style: square outside; }
ul.circle { list-style: circle outside; }
ul ul.circle,
ul ul.square { margin-top: 4px; margin-bottom: 5px; }
ol.sosumi { margin-left: 0; padding-left: 2em; }
.b,.strong{font-weight:bold;}

/*----------------颜色---------------------------*/
.c_red{color:red;}
.c_white{color:#FFF;}
.c_green{color:green;}
.c_gry{color:#999;}
.c_org{color:#FF6600;}

/*-------------Layout------------------------*/

.to_blocl{ 
display:block;
text-align:center;
float:left; margin-left:5px;
}

.to_blocl span{
line-height:21px;
}

