.box-wrap{
	width: 1500px;
	margin: 0 auto;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.box-item{
	width:735px;
	min-height: 483px;
	background: #fff;
	border-radius: 10px 10px 10px 10px;
	border: 1px solid #E58900;
	margin-bottom: 33px;
	overflow: hidden;
}
.box-top{
	padding: 10px 25px;
	background-color: #E58900;
	display: flex;
	justify-content: space-between;
}
.left-title,.right-title{
	font-size: 16px;
	color: #fff;
}
.box-bottom{
	padding: 20px;
}
.highcharts-exporting-group{
	display: none !important;
}