/* - - - - - - - - - 全局重置样式  - - - - - - - - -*/
html,body,div,span,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,
a,abbr,address,code,
del,em,img,dl,dt,dd,ol,ul,li,
fieldset,form,label{
margin:0;padding:0;border:0;
font-style:inherit;font-family:inherit;vertical-align:baseline;}
img{border:none;vertical-align:middle;}
input,select,button{vertical-align:middle;}
input{padding:0;}
button{cursor:pointer;}
body{ font-family:"微软雅黑";font-size:12px;background:#fff;}
ul,ol{list-style-type:none;}
h3,h4{font-size:14px;}
em,address{font-style:normal;}
a{ text-decoration:none;color:#4f4f4f;}
/*链接样式*/
a:link{}	
a:hover{text-decoration:underline;}	/*鼠标悬停时*/
a:active{}	/*鼠标点击与释放之间*/
a:visited{}	/* 已被访问过 */
/*  - - - - - - - - - 常用类样式  - - - - - - - - -*/
.no_bor{ border:none!important;}	/*无边框*/
.no_bg{ background:none!important;}	/*无背景*/
.clear{ display:block;height:0; line-height:0;overflow:hidden; clear:both;font-size:0;}/*清除浮动*/
.f_left{ float:left;}	/*左浮动*/
.f_right{ float:right;}	/*右浮动*/
/* my_pages  */.my_pages {padding:5px 0 0 0; text-align:center; margin:5px auto;line-height:30px;clear:both !important;}.my_pages ul {text-align:center;list-style:none;}.my_pages ul li {list-style:none;text-align:center;height:24px;display:inline; margin:0 2px; padding:0; overflow:hidden; white-space:nowrap;font-size:13px;}.my_pages ul li a {border: 1px solid #E9E9E9; color: #555;display: inline;height:24px; overflow:hidden;padding:6px 10px;margin:0;}.my_pages ul li a:hover {border: 1px solid #333D85;color: #fff; background:#333D85;height:24px;overflow:hidden;text-decoration: none; cursor:pointer;}.my_pages ul li.thisclass, .my_pages ul li.thisclass a, .pagebox ul li.thisclass a:hover {background-color: #333D85;height:24px;overflow:hidden; color:#fff;font-weight: bold;}.my_pages .pageinfo {color: #999;padding:0 3px 0 3px;height:24px;}.my_pages .pageinfo strong {color: #333;font-weight: normal;margin: 0 0;height:24px;}