.mainTitle{
	width: 290px;
	margin: 40px auto;
	height: 70px;
	text-align: center;
}
.mainTitle h2{
	font-size: 30px;
	line-height: 40px;
	color: #000;
	background: #fff;
	font-weight: normal;
}
.mainTitle p{
	font-size: 14px;
	line-height: 30px;
	color: #dcdcdc;
}

.main table {
	background-color: #fff;
	margin: 10px 0 40px;
	/* border: 1px solid #dadada; */
}
.main table th{
	height: 66px;
	color: #333;
	font:normal 18px/66px "microsoft yahei";
	font-weight: 700;
	/* background: #4e9b31; */
	border-color: #bababa;
}
.main table th a,.main table td a{
	color: #333;
}
.main table th span{
	font:bold 24px/66px "microsoft yahei";
}
.main table td{
	height: 50px;
	padding: 6px 0;
	text-align: center;
	font:normal 16px/30px "microsoft yahei";
	border-color: #bababa;
}
.main table td p{
	padding: 10px 20px;
}
.main table td span{
	display: block;
	font-size: 14px;
	color: #999;
}
.main table td i{
	display: block;
	font-style: normal;
	text-align: left;
	text-indent: 110px;
}
