@charset "gb2312";
/* 公共样式，整站通用 */


@import url(component0330.css); /*模块部分*/

body{
margin:0; padding:0;
font-size:12px; font-family:"宋体",Verdana, Arial; line-height:150%;
background:#fff; color:#656565;
}
h1,h2,h3,h4,h5,h6,dl,dt,dd,ul,li,form,img,p{
margin:0; padding:0;
list-style-type:none;
border:none;
}
div{
margin:0 auto; padding:0;
}
.clearfix:after{
content:"."; display:block; height:0; clear:both;
visibility:hidden;
}
*html .clearfix{
 height:1%;
}
*+html .clearfix{
 height:1%;
}
/*英文强制换行*/
.word{
word-break:break-all;
}
.f_l{float:left;}
.f_r{float:right;}


a:link,a:visited{
color:#656565; text-decoration:none;
}
a:hover{
color:#ff6600;
text-decoration:none;
}
.f_black{
color:#2a2a2a;
}
.f_666{
color:#666;
}

/*page*/
.page {
display:block; float:right; overflow:hidden; zoom:1; clear:both; height:28px;
text-align:right; padding:20px 8px 20px 0; text-align:center; font-weight:normal;
}
.page .on {
background:#1ec5f8; border:1px #0396c2 solid; font-weight:bold; color:#fff;
}
.page a:hover {
background:#6dddff; height:26px; border:1px #03acdf solid; color:#000;
}
.page a {
padding:2px 5px; height:26px; display:inline; padding:1px 5px!important;
border:1px #e1e1e1 solid; margin-right:5px; font-family:"宋体"; line-height:normal;
}
.page .a_jfirst, .page .a_jpre, .page .a_jnext, .page .a_jlast {
padding:2px 5px;
}









