.data_compare{
	width: 100%;
	overflow: hidden;
	display: flex;
	justify-content: space-between;
	margin-bottom: 20px;
}
.data_compare .data_list{
	width: 32%;
	border: 1px solid #e9e8e8;
}
.data_list h3{
	font-size: 16px;
	font-weight: normal;
	text-align: center;
	color: #333;
	height: 60px;
	line-height: 60px;
	background-color: #F0F0F0;
}
.data_list div{
	height: 90px;
	padding: 10px;
}
.data_list div p{
	height: 30px;
	line-height: 30px;
	color: #333;
	display: flex;
	justify-content: space-between;
}
/*echarts*/
.time_view{
	height: 300px;
}