﻿@charset "utf-8";
.fangan_left_menu_top {
	background-image: url(../images/about/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: "微软雅黑";
}



.banner_lm {
	clear: none;
	height: 350px;
	background-repeat: no-repeat;
	background-image: url(../images/lmbanner/Banner_about.jpg);
	margin-top: 5px;
}
.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;

}
.right_content .content section {
	margin: 10px;
}
.zhizi_list_li {
	height: 300px;
	width: 21%;
	margin: 10px;
	float: left;
	padding: 5px;
	text-align: center;
}

.article_content
{
    text-align: center;
    padding:10px;
}