.reportList{
	
	margin-top: 35px;
	
}
.reportItem{
	height: 55px;
	line-height: 55px;
	border-bottom: 1px solid #eeeeee;
}
.reportLeft{
	float: left;
	padding-left: 30px;
	width: 930px;
	font-size:16px ;	
	color: #333333;
	
	position: relative;
}
.reportLeft:before{	
	position: absolute;
	content: '';
	width: 17px;
	height: 17px;
	background: url(../img/report_03.png) no-repeat;
	background-position: 0 0;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	
}
.reportRight{
	float: right;
	padding-right: 55px;
	font-size:14px ;
	color: #999999;
	position: relative;
}
.reportRight:before{
	position: absolute;
	content: '';
	width: 22px;
	height: 22px;
	background: url(../img/report_03.png) no-repeat;
	background-position: -18px 0px;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
}
.reportItem:hover .reportLeft{
	color: #007bc7;

	
}

.reportItem:hover .reportLeft:before{
	background-position: 0 -17px;
	
}
.reportList{
	margin-bottom: 85px;
}


.pageContainer a{
	display: inline-block;
	width: 32px;
	height: 32px;
	text-align: center;
	line-height: 32px;
	font-size: 15px;
	color: #333333;
	border: 1px solid #d0d0d0;
	margin-right: 10px;
	
}
.pageContainer .page_btn{
	width: 82px;
}
.pageContainer input{
	width: 32px;
	height: 32px;
	border: 1px solid #d0d0d0;
	text-align: center;
}

.pageContainer .go_page{
	width: 52px;
	margin-left: 10px;
}


.pageContainer{
	text-align: center;
}
.pageContainer a:hover{
	color: #fff;
	background-color: #007bc7;
}
.reportBox{
	margin-bottom: 110px;
}






























