@charset "utf-8";
*{ margin:0; padding:0;}
body {font-size:14px; font-family:"Microsoft YaHei", Verdana, Arial, Helvetica, sans-serif; min-width: 1400px;}
td,th,caption { font-size:14px; }
h1, h2, h3, h4, h5, h6 { font-weight:normal; font-size:100%; }
a {text-decoration:none; }
a,a:hover{text-decoration:none; transition:background 0.5s linear;-webkit-transition:background 0.5s linear;-moz-transition:background 0.5s linear;-o-transition:background 0.5s linear;}
em, i{font-style: normal;}
ol,ul,li { list-style:none; }
img{ border:none;vertical-align:middle;}
input, textarea, select, button { font:14px "Microsoft YaHei", Verdana,Helvetica,Arial,sans-serif; outline:none;border:none;background:none;}
table { border-collapse:collapse; }
html {overflow-y: scroll;} 
/* css common */
.clearfix:after {content: "."; display: block; height:0; clear:both; visibility: hidden;}
.clearfix { *zoom:1; }
.fl{float: left;}
.fr{float: right;}
.clear{clear:both;overflow: hidden;}
.my_pages{clear:both!important;padding:5px 0 0;text-align:center;margin:5px auto;line-height:30px;}
.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{background:#fff;color:#555;display:inline;height:24px;overflow:hidden;padding:6px 10px;margin:0;border: #999 1px solid;}
.my_pages ul li a:hover{color:#fff;background:#006ebc;border:#006ebc 1px solid;height:24px;overflow:hidden;text-decoration:none;cursor:pointer;}
.my_pages ul li.thisclass a{background:#006ebc;border:#006ebc 1px solid;height:24px;overflow:hidden;color:#fff;font-weight:700;}