@charset "utf-8";
/* CSS Document */
.main_left{
	clear:both;
	float:left;
	margin-left:3px;
	border:1px solid #bad3f9;
	overflow:hidden;
	margin-top:8px;
	width:219px;
	}
.menu_left ul{
	border-bottom:1px dashed #CCCCCC;
	}
.menu_left ul li{
	line-height:30px;
	font-weight:bold;
	font-size:14px;
	height:30px;
	color:#2457a8;
	padding-left:20px;
	}
.news{
	height:145px;
	width:200px;
	margin-left:8px;
	}
.news_list li{
	list-style:none;
	line-height:25px;
	overflow:hidden;
	height:25px;
	}
.news_list li a{
	color:#2457a8;
	}
.news_list li a:hover{
	text-decoration:underline;
	}
.yewu ul li{
	width:100%;
	text-align:center;
	}
.main_middle{
	float:left;
	margin-left:10px;
	margin-top:8px;
	width:745px;
	}
.title{
	text-align:center;
	margin-top:10px;
	}
.about{
	text-align:center;
	line-height:30px;
	border-bottom:1px dashed #CCCCCC;
	}
.content{
	font-size:14px;
	line-height:25px;
	margin-top:10px;
	}
.fy a{
	padding:5px 5px 5px 5px; 
	border:1px solid #CCCCCC; 
	margin:8px;
	}
.fy a:hover{
	padding:5px; 
	border:1px solid #CCCCCC; 
	margin:8px;
	background:#003366;
	color:#FFFFFF;
	}