@charset "utf-8";

#page {
    display: inline-block;
    _display: inline;
    *display: inline;
    *zoom: 1;
    margin: 0 auto ;
    height: 56px;
}
.page {
	height: 36px;
	text-align: center;
    margin: 40px auto 0;
}
.pagingUl {
    float: left;
    padding: 0;
    margin: 0;
    list-style: none;
    height: 36px;
}
.pagingUl li {
    float: left;
}
.pagingUl li a {
    display: inline-block;
    width: 36px;
    height: 36px;
    text-align: center;
    line-height: 36px;
    color: #000000;
    font-size: 18px;
    /*border: 1px solid #cde0f0;*/
}
#page .prv,
#page .next {
    width: 56px;
    height: 36px;
    text-align: center;
    line-height: 36px;
    cursor: pointer;
    color: #43377f;
    font-size: 18px;
    /*border: 1px solid #cde0f0;*/
    margin-right: 12px;
    background: #f9f9f9;
}
.first,
.last {
    width: 58px;
    height: 36px;
    text-align: center;
    line-height: 36px;
    cursor: pointer;
    color: #666666;
    font-size: 14px;
    /*border: 1px solid #cde0f0;*/
    margin-right: 12px;
}
#page .prv:hover,
#page .next:hover,
.first:hover,
.last:hover,
.pagingUl li a:hover,
.activP {
    /*background-color: #3069b8!important;*/
    color: #2b7ac7!important;
    /*border: 1px solid #3069b8!important;*/
}
.go{
	display: block;
	width: 56px;
	height: 36px;
	line-height: 36px;
	text-align: center;
	background: #2b7ac7;
	float: left;
	margin-right: 15px;
	color: #FFFFFF;
	font-size: 18px;
}
.fyinput{
	width: 54px;
	height: 34px;
	line-height: 34px;
	border: 1px solid #e0e0e0;
	float: left;
	margin-right: 10px;
	outline: none;
	padding: 0 10px;
}
.all{
	display: block;
	height: 36px;
	line-height: 36px;
	float: left;
	font-size: 18px;
	margin-right: 20px;
}
