@charset "utf-8";
/*  */

.A-nav-list{
	background-color: #137cbf;
}
.A-nav-list li{
	float: left;
	width: 25%;
	font-size: 0.9rem;
	text-align: center;
	box-sizing: border-box;
	line-height: 2.2rem;
	border-top: 1px #fff solid;
	border-right: 1px #fff solid;
}

.A-nav-list li a{
	display: block;
	width: 100%;
	color: #fff;
}

/* .A-nav-list li:nth-of-type(4n){
	border-right-color: #137cbf;
} */











