.rencai-container {
	width: 1280px;
	margin: 0 auto;
}
.rencai-container table {
	width: 100%;
	border-top: 4px solid #c1a886;
	margin-top: 30px;
	color: #111;
}
.rencai-container table th {
	font-size: 18px;
	text-align: center !important;
	height: 75px;
	background: #ede4e4;
}
.rencai-container table td {
	text-align: center !important;
	height: 50px;
	background: #f5f1f1;
	border-bottom: 2px dotted #ddd;
}

