@charset "utf-8";
/*分页*/
.paging{
	padding-top:36px;
	background:url(../img/bg14.jpg) repeat-x top;}
.paging a{
	float:left;
	display:block;
	margin-right:5px;
	padding:0 15px;
	height:38px;
	line-height:38px;
	color:#7a7b75;
	border:1px solid #e4e4e4;}
.paging a:hover{
	color:#fff;
	background:#44c7c8;
	border:1px solid #44c7c8;}
.paging .prev{
	font-size:20px;}
.paging .current{
	color:#fff;
	background:#44c7c8;
	border:1px solid #44c7c8;}
.paging .right{
	*width:270px;
	height:40px;
	line-height:40px;
	color:#7a7b75;
	text-align:right;}
.paging .right input{
	float:right;
	margin-left:5px;
	width:38px;
	height:38px;
	line-height:40px;
	color:#7a7b75;
	text-align:center;
	border:1px solid #e4e4e4;
	background:#fff;}
.paging .right .submit{
	width:40px;
	height:40px;
	border:none;
	background:url(../img/go.jpg) 0 0  no-repeat;}
.paging .right .submit:hover{
	background:url(../img/go_1.jpg) 0 0 no-repeat;}
