/******************************/
/* global */
*{
	margin:0px;
	padding:0px;
	}
body{
	font:15px '黑体';
	color:#333; 
}
ul,li{
	list-style:none;
	}
img{
	border:0px;
	vertical-align:middle;
	}
a{
  text-decoration:none;
  color:#707070; 
  cursor:pointer;
}
a:hover{
  text-decoration:none;
  color:#0052a4;
}
i,em{
  font-style:normal;
}
a:focus {
    outline:none;
}
select,input,img{ vertical-align:middle;}
input:focus,a:focus{ outline:0;}
/*分页*/
.listpage{ width:100%; height:30px;line-height:30px;padding:15px 0px; overflow:hidden;}
.listpage .total{ float:left;}
.listpage .total span{margin:0px 5px; color:#666;}
.listpage .pager { float:right;}
.listpage .pager a{ display:inline-block; height:30px; margin-left:5px; padding:0px 10px;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;}
.kuangtab0{ width:100%;}
.kuangtab0 td{ padding:10px;}
.txb{height: 30px; line-height: 30px; border: 1px solid #dedede; padding:0px 0px 0px 10px; font-family:'宋体';}
.txb2{height: 30px; line-height: 30px; border: 1px solid #ddd; background:#faffbd; padding:0px 0px 0px 10px; font-family:'宋体';}
.txb3{line-height: 30px; border: 1px solid #dedede; padding:0px 0px 0px 10px; font-family:'宋体';}
.btn
{   background: #fe693e;
    cursor: pointer;
    width: 150px;
    height: 36px;
    line-height: 36px;
    text-align: center;
    border: none;
    color: #FFF;
    font-size: 16px;
    border-radius: 3px;
    font-family:'宋体';
 }