@charset "utf-8";
/* 公共样式css---*/
body {margin: 0px;padding: 0px; font-size: 16px;line-height:20px; color:#1e1e1e;}
.fl { float:left}
.fr { float:right}
ul,.li { list-style-type:none; margin:0px; padding:0px;}
a {color:#1d1d1d;text-decoration: none;}
a:hover { color:#0059ad;text-decoration: none;}




 
 /* 分页css---*/
.table_paging { width: 100%;height: 60px; float: left; text-align: center; margin-top: 60px; }
.table_paging a { display: inline-block;margin: 19px 3px; height: 32px; padding: 0 6px; box-sizing: border-box; 
border: solid 1px #cfcfcf;cursor: pointer;text-align: center;line-height: 32px; transition: 0.3s ease-in;}
.table_paging a.xuanze {background: #c81f24; border: solid 1px #c81f24;color: #fff;}
.table_paging a:hover { background: #c81f24;border: solid 1px #c81f24;color: #fff;}
.table_paging a.tiaozhuan{background:none;border:none;}
.table_paging a.tiaozhuan:hover{background:none;border:none;color:#333;cursor:inherit;}
.table_paging a input{width: 32px; height: 22px; line-height: 22px; border: 1px solid #ccc;box-sizing:border-box;margin:0 5px;position:relative;top:-1px;color:#000;outline:0;}
