.main .lunbo-right .pageArea:hover a {
	color: black;
}


.pageArea 
{
	text-decoration: none;
	margin: 40px 0;
}

.pageArea a
{
	height: 45px;
	float: left;
	color: black;
	padding: 0px 16px;
    text-decoration: none;
    transition: background-color .3s;
    border: 1px solid #ddd;
	align-items: center;
	
	text-decoration: none;
}

.on
{
	background-color: #026ABE;
	color: white!important;
	border: 1px solid #026ABE;
}

.pageArea a:first-child  {
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
}

.pageArea a:last-child 
{
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
}

.pageArea a:hover:not(.active) 
{
	background-color:#026ABE;
	color: white!important;
}

.main .lunbo-right div:hover a
{
	color: black;
}