/* CSS Document */

.fenlan{
	background:url(../images/fenlan.png) center center no-repeat;
	color:#fff;
	font-size:18px;
	font-weight:bolder;
	text-align:center;
	line-height:36px;
	display:block;
	margin-top:24px;
}
.table,.table2{
	border:1px solid #c2cdd3;
	box-shadow:0px 0px 4px #ccc;
	
}
.table tr th{
	background:#a2d7e5;
	color:#111;
	text-align:left;
	font-weight:normal;
	padding-left:7px;
}
.table tr{
	background:#f1f1f3;
}
.table tr td{
	padding-left:5px;
	
}
.section{
	border:1px solid #dedee0;
	border-radius:5px;
	box-shadow:0 0 3px #ccc;
	clear:both;
	margin-bottom:30px;
	width:640px;
}
.left{
	float:left;
	width:180px;
	overflow:hidden;
	background:#f1f1f3;
}
.subtitle{
	float:left;
	background:#a2d7e5;
	width:180px;
	height:90px;
	padding-left:10px;
	padding-bottom:7px;
}
.subtitle span{
	display:block;
	width:37px;
	height:37px;
	line-height:37px;
	border:1px solid #9c9d9f;
	text-align:center;
	font-size:24px;
	background:#f1f1f3;
	margin-top:15px;
	margin-bottom:12px;
}
.description{
	float:left;
	width:170px;
	background:#f1f1f3;
	height:270px;
	padding-left:10px;
	margin-top:5px;
	
}
.img{
	float:right;
	margin-top:5px;
}
	
	