.report {
	background: #EDF6FB;
	padding: 30px 0;
}

.report .inner_con {
	background: #ffffff;
	box-sizing: border-box;
	padding: 0 64px;
	color: #b3722f;
	min-height: 500px;
	padding-bottom: 50px;
}

.report .inner_con:hover {
	box-shadow: 0 6px 15px 0 rgba(168, 182, 191, .4);
}

.report .title {
	font-family: "SimHei";
	text-align: center;
	font-size: 36px;
	color: #b3722f;
	padding-top: 25px;
	margin-bottom: 25px;
}

.report li {
    height: 40px;
    line-height: 40px;
    background: url(../images/dot.png) no-repeat -5px center;
    padding-left: 10px;
}