@charset "utf-8";

/* CSS Document *margin-top:52px !important; */
.nav_left {
	width: 241px;
	height: auto !important;
	height: 600px;
	min-height: 600px;
	border: 1px #dfdfdf solid;
	background-color: #fff;
}

.nav_left_top {
	width: 241px;
	height: 50px;
	background-color: #006bb5;
	font-size: 20px;
	font-family: "微软雅黑";
	line-height: 50px;
	color: #fff;
	text-align: center
}

.nav_left_bottom {
	width: 241px;
	height: 100%;
}

.nav_left_bottom ul {
	font-family: "微软雅黑";
	font-size: 16px;
	line-height: 40px;
	text-align: center
}

.nav_left_bottom ul li {
	height: 40px;
	border-bottom: 1px #dfdfdf solid;
}

.nav_left_bottom ul li a {
	width: 241px;
	color: #000000;
	display: block;
	float: left
}

.nav_left_bottom ul li a:hover {
	color: #62a1e4;
	background: url(../../images/fr/index_01.png) no-repeat left center;
}