* {
	margin: 0;
	padding: 0;
}
ul,ol,li {
	list-style: none;
}
.charts-dl {
	
	padding: 10px 20px 20px 20px;
	box-sizing: border-box;
	width: 100%;
	height: 100%;
}
.charts-dt {
	border-bottom: 1px solid #ccc;
}
.charts-dt h5 {
	display: inline-block;
	font-size: 20px;
	color: #333;
	border-bottom: 2px solid #2a5899;
	padding-bottom: 5px;
	font-weight: 400;
	margin-bottom: -1px;
}
.charts-tab {
	overflow: hidden;
}
.charts-tab li {
	float: left;
	border-right: 1px solid #333;
	font-size: 14px;
	padding-right: 8px;
	margin: 10px 8px 0 0;
	line-height: 16px;
	height: 16px;
	cursor: pointer;
}
.charts-tab li.active {
	color: #1b579e;
}
.charts-tab li:last-child {
	margin-right: 0;
	border-right: 0;
}
.charts-datas {
	overflow: hidden;
	padding: 0 0 10px 0;
}
.charts-datas strong {
	float: left;
	font-weight: 400;
	font-size: 20px;
	line-height: 34px;
}
.charts-data {
	float: right;
	font-size: 12px;
	color: #666;
}
.charts-data p {
	float: left;
	margin-left: 10px;
	color: #000;
}
.charts-datas p:first-child {
	margin-left: 0;
}
.charts-data p span {
	display: block;
	color: #000;
}
.charts-graphical {
	border: 1px solid #ddd;
	width: 100%;
	height: 150px;
}