#infoPage {
    font-family: Verdana,Arial,Helvetica,sans-serif;
    height: 34px;
    margin-bottom: 10px;
    margin-top: 4px;
    text-align: center;
}
#infoPage {
    float: right;
    width: auto;
}
#infoPage ul li {
    color: #333333;
    float: left;
    line-height: 11px;
    list-style: none outside none;
}
#infoPage li span {
    float: left;
}
#infoPage .prev {
    margin-right: 20px;
}
#infoPage .next {
    margin-left: 15px;
}
#infoPage .everyPage {
     border: 1px solid #ff9512;
    color: #ff9512;
    display: inline-block;
    height: 26px;
    font:14px/26px arial;
    margin-left: 4px;
    text-align: center;
    width: 26px;
} /*2016.01.12 sheep 修改*/
#infoPage .everyPage:hover {
    background:#eee;
} /*2016.01.12 sheep 增加*/
#infoPage .nowPage {
   background:#ff9512;
    border: 1px solid #ff9512;
    color: #FFFFFF;
    display: inline-block;
    height: 26px;
    font:14px/26px arial;
    margin-left: 4px;
    text-align: center;
    width: 26px;
} /*2016.01.12 sheep 修改*/
#infoPage select {
    color: #7CA60A;
    height: 18px;
}
#infoPage span, .pager a {
    font-size: 12px;
    font-weight: bolder;
    text-decoration: none;
}
#infoPage li {
    display: inline-block;
    height: 34px;
}
#infoPage li a {
    background:#fff;
} /*2016.01.12 sheep 增加*/
#infoPage li a, #infoPage .pages li span {
    display: block;
    float: left;
    line-height: 11px;
    width: auto;
}
#infoPage li a:hover {
    background: #fff;
    border: 1px solid #ff9512;
    color: #ff9512;
    text-decoration: none;
} /*2016.01.12 sheep 修改*/
#infoPage .upPage, #infoPage .downPage {
  	border: 1px solid #ff9512;
    color: #ff9512;
    display: inline-block;
    font: 14px/26px "Microsoft YaHei", Simsun;
    height: 26px;
    margin-left: 4px;
    text-align: center;
    width: 75px;
} /*2016.01.12 sheep 修改*/
#infoPage .upPage:hover, #infoPage:hover .downPage:hover {
    background:#eee;
} /*2016.01.12 sheep 增加*/
#infoPage li.current {
    color: #000000;
    cursor: default;
}
#inputPage {
    width: 26px;
    height: 26px;
     border: 1px solid #ff9512;
    text-align: center;
} /*2016.01.12 sheep 修改*/
#infoPage .goToPage {
   background: #ff9512;
    cursor: pointer;
    height: 28px;
    margin-left: 5px;
    font: 14px/28px "Microsoft YaHei", Simsun;
    width: 50px;
    color: #fff;
} /*2016.01.12 sheep 修改*/