@charset "utf-8";
.content  {
	width: 900px;
	margin-left: 50px;
	float: left;
	margin-top: 40px;
	position: relative;
}
.leftList   {
	width: 180px;
	background-position: bottom;
	float: left;
	background-color: #EEEEEE;
	-webkit-box-shadow: 3px 3px 3px #CCCCCC;
	box-shadow: 3px 3px 3px #CCCCCC;
	border-top: 3px solid #003366;
}
.leftList h4 {
	color: #FFFFFF;
	font-size: 16px;
	text-align: center;
	line-height: 40px;
	height: 40px;
	background-color: #A7A9D2;
}
.leftList ul li {
	list-style-type: none;
	height: 40px;
	color: #003366;
	line-height: 40px;
	font-size: 16px;
	text-align: center;
	border-bottom: 1px dashed #eeeeee;
	background-color: #CCCDE5;
}
.rightContent {
	float: right;
}
.rightContent h4 {
	height: 50px;
	font-size: 16px;
	line-height: 50px;
	text-align: center;
	color: #003366;
	border-bottom: 1px solid #A7A9D2;
                overflow: hidden;
}
.rightContent img {
	
}
.rightContent p  {
	font-size: 14px;
	line-height: 1.5em;
	text-indent: 28px;
	margin-top: 28px;
	width: 680px;
	margin-left: 15px;

}
.leftList ul li a {
	display: block;
}
.leftList ul li a:hover {
	background-color: #97a2b9;
}
.article {
	border: 1px solid #A7A9D2;
	margin-top: 20px;
	-webkit-box-shadow: 3px 3px 3px #CCCCCC;
	box-shadow: 3px 3px 3px #CCCCCC;
}
