.page{
	width: 100%;
    height: auto;
    float: left;
    text-align: center;
    font-size: 0px;
    position: relative;
    overflow: hidden;
    margin: 30px 0 30px;
    text-transform: uppercase;
}
.page li{
	display: inline-block;
    line-height: 26px;
    font-size: 14px;
    margin-left: 7px;
    width:auto;
}
/*.page ul li:nth-child(1){display:block;width:100%;}*/

.active{
	color: #fff;
    /*background: #f00;*/
	border-color: #f00;
}
.page a,.page span{
    display: inline-block;
    padding: 0 4px;
    line-height: 34px;
    font-size: 14px;
    border: 1px solid #e5e5e5;
    border-radius: 4px;
    background: #fff;
    color: #ccc;
}
.active span{
	color: #fff;
    background: #f00;
  border-color: #f00;
  border-radius: 4px;
}
.page span.current,.page a:hover{
	color: #fff;
    background: #f00;
  border-color: #f00;
	/*background:#005cca;*/
}
@media screen and (max-width:1199px) {
.page li{
  display: inline-block;
  margin-left:0;
    line-height: 26px;
    font-size: 14px;
    width:auto;
}
.page a,.page span{
    padding: 0;
}
}