
/*pagea*/
.pagea ,._pagea {
    text-align: center;
    margin-top: 20px;
}

.pagea .on {
    background: #00A6EA;
    display: inline-block;
    width: 35px;
    height: 35px;
    margin: 0 2px;
    line-height: 35px;
    text-align: center;
    border: 1px solid #dcdcdc;
    border-radius: 2px;
    color: white;
}

.pagea .on a,._pagea .on a {
    color: #FFFFFF;
    text-decoration: none;
}

.pagea .on a:hover,._pagea .on a:hover {
    color: #FFFFFF !important;
    text-decoration: none;
}

.pagea span{
    display: inline-block;
    min-width: 35px;
    height: 35px;
    color: #333;
    line-height: 35px;
    text-align: center;
    border: 1px solid #dcdcdc;
    border-radius: 2px;
    cursor: pointer;
    margin-left:5px;
    padding-left: 2px;
    padding-right: 2px;
}
.pagea>span:hover{
    color: #333 !important;
    background: #e6e6e6 !important;
}


.pagea a:hover, .ssny_zxxx a:hover {
    border: 1px solid #00A6EA;
    color: #00A6EA;
}
.pagea .pageMessage{
	display: inline-block;
	height: 35px;
	line-height: 35px;
	margin-left: 13px;
	
}

.pagea .targetPage{    
    margin: 0 5px;        
    width:  50px;        
    height: 35px;        
    border: 1px solid #DCDCDC;        
    text-align: center;
}
.pagea .pageBtn{    
    margin: 0 5px;    
    width: 50px;    
    height: 34px;    
    border: 1px solid #00A6EA;    
    background-color: #fff;    
    color: #00A6EA;
}
.pagea .pageBtn:hover{
    color: #fff;
    background-color: #00A6EA;
}