@charset "utf-8";
.fangan_left_menu_top {
	background-image: url(../images/contact/lm_title_bg.jpg);
	background-repeat: repeat-x;
	clear: both;
	height: 46px;
	width: 100%;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	font-size: 23px;
	color: #FFF;
	text-align: center;
	padding-top: 5px;
	font-family: "微软雅黑";
}
.left_menu ul li {
	height: 45px;
	width: 100%;
	text-align: center;
	display: block;
	background-color: #f8f8f8;
	padding-top: 15px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCC;
}

.left_menu ul li a {
	text-decoration: none;
	color: #333;
	font-size: 18px;
	font-weight: bold;
}

.left_menu ul li:hover {
	text-decoration: underline;
	
	font-family: Verdana, Geneva, sans-serif;
	background-color: #ededed;
}

.content {
	font-size: 14px;

}
.fangan-list-box {
	float: right;
	width: 100%;
}
.banner_lm {
	clear: none;
	height: 228px;
	background-repeat: no-repeat;
	background-image: url(../images/upload/banner_contact.jpg);
	margin-top: 5px;
}

