/*css reset*/

body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
fieldset,
input,
textarea,
p,
blockquote,
th,
td {
	padding: 0;
	margin: 0;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

fieldset,
img {
	border: 0;
}

address,
caption,
cite,
code,
dfn,
em,
strong,
th,
var {
	font-weight: normal;
	font-style: normal;
}

ol,
ul {
	list-style: none;
}

caption,
th {
	text-align: left;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-weight: normal;
	font-size: 100%;
}

s,
i,
em {
	font-style: normal;
	text-decoration: none;
}

q:before,
q:after {
	content: ”;
}

abbr,
acronym {
	border: 0;
}

a {
	text-decoration: none;
	color: #666666;
}

input,
select,
textarea {
	border: 0;
	border: none;
	outline: none;
}

img {
	border: 0;
	vertical-align: middle;
}

.fl {
	float: left
}

.fr {
	float: right
}


/*清除浮动*/

.clearfix:before,
.clearfix:after {
	content: "";
	display: table;
}

.clearfix:after {
	clear: both;
}

.clearfix {
	*zoom: 1;
	/*IE/7/6*/
}

html,
body {
	width: 100%;
	height: 100%;
}

.wrmp {
	width: 100%;
	height: 100%;
	overflow: hidden;
	background-color: #ebe9ec;
}


/*头部标题*/

.wrmp .title {
	width: 96%;
	padding: 0.5% 0;
	font-size: 18px;
	/*background: #F2F1F3;*/
	background: #FFFFFF;
	margin: 1% auto;
	text-align: center;
	color: #332d3d;
}

.wrmp .title img {
	width: 18px;
	vertical-align: middle;
	margin-right: 10px;
}


/*内容板块*/

.wrmp .content {
	width: 96%;
	height: 81%;;
	margin: 0 auto;
}


/*分块容器*/

.wrmp .content .content-item {
	width: 23.5%;
	height: 100%;
	background: #FFFFFF;
	float: left;
	margin-right: 2%;
}


/*模块名称*/

.wrmp .content .content-item .item-head {
	text-align: center;
	padding: 2% 0;
	background-color: #D4DFED;
	font-size: 16px;
	color: #2075c8;
}

.wrmp .content .content-item .item-head img {
	margin-right: 8px;
	width: 16px;
	vertical-align: middle;
	margin-top: -3px;
}


/*图表*/

.wrmp .content .content-item .item-chart {
	height: 150px;
}

.wrmp .content .content-item .item-chart div{
	 margin:0px auto !important;
}


/*列表*/

.wrmp .list-boc .list-item {
	padding-left: 4%;
	padding-right: 4%;
}

.wrmp .list-boc .list-item p {
	font-size: 16px;
	display: inline-block;
}

.wrmp .list-boc .list-item img {
	width: 20px;
}