@charset "UTF-8";
.nav-paging {
text-align: center;
font-size: 15px;
color:#999;
width:100%;


   }
  
  .nav-paging ul {
    list-style: none;
    margin: 0;
    padding: 0;
    text-align: center; }
  .nav-paging li {
    display: inline; }
.nav-paging i{
	color: #FFF;
	background-color: #e1e1e1;
	height: 40px;
	width: 40px;
	line-height: 40px;
	
}
.nav-paging i:hover{
	background-color: #39bcc8;
}
.nav-paging a{
	float: center;
	height: 40px;
	width: 40px;
	-webkit-transition: all .25s ease;
	   -moz-transition: all .25s ease;
	    -ms-transition: all .25s ease;
	     -o-transition: all .25s ease;
	        transition: all .25s ease;
}
.nav-paging li:first-child a:hover,
 .nav-paging li:last-child a:hover{
	font-size: 1em;
}
.nav-paging a:hover{
	color: #39bcc8;
	font-size: 1.35em;
	}
.nav-paging span{
	color: #570300;
	font-size: 1em;
}
.nav-paging{
	padding: 10px 0;
	width: 100%;

	border-bottom: 1px solid #e1e1e1;
	overflow: hidden;
	
	
}
.nav-paging ul{
	margin: 0 auto;
	text-align:center;

}
.nav-paging li{
	text-align: center;
	height: 40px;
	width: 40px;
	line-height: 40px;
	float: left;

}
.nav-paging a:active{
	
	font-size:36px;
	}

