@charset "utf-8";
/*样式参考*/
a {
    text-decoration: none;
}

.pagebottom{
/*border-bottom: 38px solid #f3f3f3;*/
    /*position: fixed;*/
    z-index: 0;
    /* left: 34%; */
    bottom: -38px;
    width: 100%;
}
.pagebottom li{
    list-style-type:none;
}
#page, #page2 {
    /*height: 50px;*/
    display: table;
    margin: 0 auto;
    margin-bottom:5px;
}

.page {
    text-align: center;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.pagingUl {
    float: right;
    padding: 0;
    margin: 0;
    list-style: none;
    height: 35px;
}

.pagingUl li {
    float: left;
    width: 50px;
    height: 35px;
    /*background: rgba(247,247,247,1);*/
    background: #ffffff;
    border: 1px solid #aaaaaa;
    text-align: center;
    margin-right: 5px;
    border-radius: 2px;
    color: #333333;
}

.pagingUl li a {
    display: inline-block;
    width: 50px;
    height: 33px;
    text-align: center;
    line-height: 35px;
    color: #666;
    font-size: 12px;
    border-radius: 2px;
    /*border: 1px solid #aaaaaa;*/
}

.prv,
.next {
    width: 90px;
    height: 35px;
    text-align: center;
    line-height: 35px;
    cursor: pointer;
    /*background: rgba(247,247,247,1);*/
    background: #ffffff;
    border: 1px solid #aaaaaa;
    padding: 0 5px;
    border-radius: 2px;
}

.prv {
    margin-right: 10px;
}
.fr.last img,.pagebottom .fr.first img{
	width:18px;
	height:18px;
	vertical-align: middle;
}
.last{
	margin-left:10px;
}

#page .first,
#page .last {
    width: 50px;
    height: 35px;
    font-size: 12px;
    text-align: center;
    line-height: 35px;
    /*border: 1px solid #ddd;*/
    cursor: pointer;
    /*background:rgba(247,247,247,1);*/
    background: #ffffff;
    border: 1px solid #aaaaaa;
    padding: 0 5px;
    border-radius: 2px;
    margin-right: 10px;
}

.prv:hover,
.next:hover,
.pagebottom .first:hover,
.last:hover,
.pagingUl li a:hover,
.activP {
    background-color:#E63A27!important;
    color:white!important;
	text-decoration:none;
    border: 1px solid #E63A27;
}

.jumpto{
	line-height:30px;
    font-size: 12px;
}
.jumpto input{
	width:50px;
	height:35px;
	margin-left:5px;
	margin-right:5px;
	border:1px solid #ddd;
	border-radius:2px;
}
