.num {
    margin-top: 50px;
    padding-bottom: 0;
	width: 340px;
    margin: 0 auto;
}
.num ul li{
   float: left;
   width: 33px;
   height: 33px;
   margin: 0 5px;
   text-align: center;
   line-height: 33px;
   color: #4c4c4c;
}
.num ul li a {
    color: black;
	padding: 5px 11px;
}
.act_num {
    background: #00a0dd;
    color: #fff !important;
}
.act_num a{
    background: #00a0dd;
	border: 1px solid white;
    color: #fff !important;
}