.list-item{
	margin-bottom: 30px;
}
.list-item .title{
	height: 50px;
	line-height: 50px;
	font-size: 18px;
	color: #b73535;
	padding-left: 20px;
	background: url(2791.png) left center no-repeat;
}
/*表单*/
.m-table{
	border-top: 1px solid #b73535;
	width: 100%;
	font-size: 16px;
	color: #616060;
}
.m-table a:hover{
	color: #d93019;
	text-decoration: underline;
}
.m-table tr{
	height: 39px;
	border-bottom: 1px solid #cccccc;
}
.m-table  tr:nth-child(odd){
	background: #fcfcfc;
}
.m-table  tr:nth-child(even){
	background: #ffffff;
}
.m-table td{
	padding-left: 10px;
}