.n2-div-r h4 span{
	font-size:12px;
	color: #777;
	float:right;
}
.n2-div-r h4 a:hover{
	color:rgb(26, 143, 213);
}
.n2-a{
	background: #BC284E;
    display: inline-block;
    margin: 0;
    text-indent: 0;
    float: right;
    color: white;
    padding: 5px 20px;
    border-radius: 5px;
    cursor: pointer;
}
.n2-a:hover{
	color: white;
	text-decoration: none;
	background: rgb(26,143,213);
}
.n2-div li a{
	text-decoration: none;
	color:#529ccd;
}
.b:hover a{
	color: #BC284E;
}
.n2-div ul{
	width:100%;
	height:30px;
	padding-left: 6px;
	color: #777;
	cursor: pointer;
}
.n2-div li{
	border: 1px solid #e6e6e6;
	display: inline-block;
	list-style: none;
	width: 30px;
	height:30px;
	text-align: center;
	line-height:30px;
	/*margin-left: -5px;*/
}
.n2-div-oth{
	border: 0;
	text-align:center;
}
