div.pages{ padding-top:60px;box-sizing: border-box;clear:both;float:left; margin-bottom:20px;text-align:center;width:100%;padding-bottom:33px;}
div.pages div{text-align:center;width:100%;height:auto;font-size:14px;color:#2f2f2f;}
.pages >div>.current{
	text-decoration: none;
    line-height: 1.42857;
    margin-left: -1px;
    padding: 6px 12px;
    position: relative;
   /*  background-color: #005094; */
    background-repeat: repeat-x;
    color: #fff;
    cursor: default;
    z-index: 2;
	display: inline-block;
    margin: 0 3px;
	font-weight:bold;
	font-size:14px
}
.pages >div>a{ 
	font-family:'microsoft yahei';
    color: #2f2f2f;
	line-height: 1.42857;
    margin-left: -1px;
    padding: 6px 12px;
    position: relative;
    text-decoration: none;
	display: inline-block;
    margin: 0 2px;
	font-size:14px
}
.pages >div>a:hover{/* background-color: #005094; */ color:#2f2f2f;}
.pages >div>a:focus{/* background-color: #005094; */ color:#2f2f2f;font-size:14px}
.pages span{
	color:#2f2f2f;
}

