.div-table {
	margin-left: auto;
	margin-top: auto;
	display: table;         
	width: auto;         
	background-color: #ffffff;         
	border: 1px solid #ffffff;         
}
.div-table-row {
	display: table-row;
	width: auto;
	clear: both;
}

.div-table-col {
	float: left; /* fix for  buggy browsers */
	display: table-column;
	align: center;
	width: 33%;
	background-color: #ffffff;
}

.line-block {
	display: inline-block;
	border-top: 4px double #8c8b8b;
	text-align: center;
	width: 30%;
}

.line-block:after{
	content: '\002665';
	display: inline-block;
	position: relative;
	top: -15px;
	padding: 0 10px;
	background: #ffffff;
	color: #8c8b8b;
	font-size: 18px;
}

.content {
	margin-top: 30px;
	font: 宋体;
	font-size: 14px;
}