﻿/******************************/
/* global */
*{ margin:0px; padding:0px;}
body { font-size:12px; font-family:'宋体'; color: #333;background: #fff;}
ul,li{ list-style:none;}
img{ border:none;}
a { color: #333; text-decoration:none;}
a:hover { color:#00438b; text-decoration:none;}
i,em{ font-style:normal;}
select,input,img{ vertical-align:middle;}
.red{ font-weight:bold; color:#FF0000; font-size:14px;}
/*分页*/
.listpage{ width:100%; height:35px;line-height:35px;padding:15px 0; overflow:hidden;}
.listpage .total{ float:left;}
.listpage .total span{margin-left:5px; margin-right:5px; padding:6px 6px;border:1px solid #d5dfe8;background:#fff;color:#666;}
.listpage .pager { float:right; text-align:right;}
.listpage .pager a{margin-left:5px;padding:6px 6px;border:1px solid #d5dfe8;background:#fff;color:#666;}
.listpage .pager a:hover,.listpage .pager .oran_pg_cur{border:1px solid #1a94d5; background:#1a94d5;color:#fff;}