
.displayinfo{
	width: 1200px;
	position: relative;
	margin: 0 auto;
	margin-top: 20px;
	margin-bottom: 20px;
}
.displayinfo .title{
	width: 1200px;
	height: 40px;
	margin: 0 auto;
	line-height: 40px;
	text-align: center;
	font-size: 18px;
	border-bottom-style: solid;
	border-bottom-color: #fca61e;
	border-bottom-width: 3px;
}
.displayinfo .person{
	width: 400px;
	height: 40px;
	position: relative;
	margin-left: 0px;
	margin-top: 5px;
	line-height: 40px;
	text-align: center;
}
.displayinfo .time{
	width: 400px;
	height: 40px;
	position: relative;
	margin-left: 400px;
	margin-top: -40px;
	line-height: 40px;
	text-align: center;
}
.displayinfo .number{
	width: 400px;
	height: 40px;
	position: relative;
	margin-left: 800px;
	margin-top: -40px;
	line-height: 40px;
	text-align: center;
}
.displayinfo .content{
	width: 1200px;
	line-height: 30px;
	font-size: 16px;
	margin-top: 10px;
}