.standard{
	float: left;
	background: #fff;
	width: 758px;
	padding: 38px;
	min-height: 598px;
}
.standard .rates{
	border: 1px solid #e5e5e5;
	margin-top: 20px;
	background: #fcfcfc;
}
.standard .rates .th{
	background: #f3f3f3;
	font-size: 16px;
	color: #434343;
	padding: 0 20px;
	height: 36px;
	line-height: 36px;
	border-bottom: 1px solid #e5e5e5;
}
.standard .rates .td{
	padding: 15px 20px;
	font-size: 14px;
	color: #707070;
	border-bottom: 1px solid #e5e5e5;
	line-height: 23px;
	
}
.standard .rates .tds{
	border-bottom: 1px solid #e5e5e5;
}
.standard .rates .td .neirong{
	text-indent: 2em;
}
.standard .rates .download{
	height: 72px;
	line-height: 72px;
	font-size: 14px;
	color: #0378d8;
	background: url('../images/standard.png') no-repeat right center;	
	display: inline-block;
	width: 204px;
	text-decoration: underline;
	margin-left: 20px;
	cursor: pointer;
	
}
.standard .rates .nobottom{
	border-bottom: none;
}
.standard .member{
	border: 1px solid #e5e5e5;
	margin-top: 48px;
}
.standard .member .th{
	background: #f3f3f3;
	font-size: 16px;
	color: #434343;
	padding: 0 20px;
	height: 36px;
	line-height: 36px;
	border-bottom: 1px solid #e5e5e5;
}
.standard .member .td {
	height: 50px;
	line-height: 50px;
	font-size: 14px;
	color: #707070;
	border-bottom: 1px solid #e5e5e5;
}
.standard .member .td .type{
	float: left;
	width: 150px;
	margin-left: 20px;
}
.standard .member .td .time{
	float: left;
	width: 140px;
}
.standard .member .td .invite{
	float: left;
	width: 135px;
}
.standard .member .td .advert{
	float: left;
	width: 160px;
}
.standard .member .td .note{
	float: left;
	width: 130px;
}
.standard .member .nobottom{
	border-bottom: none;
}

