.tableCell{
	height:320px;
	display: table-cell;
}
.referEle{
	width: 0;
	height: 100%;
}
.module{
	width: 1030px;
	height: 320px;
	padding: 0 85px;
	background: #f9f9f9;
}
.module > .fl,.module > .fr{
	height: 320px;
}
.module .txtBox{
	width: 570px;
}
*+html .module .txtBox{
	display: block;
	height: 320px;
	margin-top: 40px;
}
.txtBox .title{
	font-size: 24px;
	color: #333;
}
.txtBox .introTxt{
	padding-bottom: 16px;
	line-height: 24px;
	color: #666;
	border-bottom: 1px dashed #ddd;
}
.txtBox .msg{
	color: #999;
	line-height: 55px;
}
.txtBox .download{
	width: 110px;
	height: 36px;
	line-height: 36px;
	border-radius: 3px;
	background: #308BD8;
}
