.tabList{
	text-align: center;
	padding: 55px 0 0;
}
.tabList .tab{
	display: inline-block;
	font-size: 16px;
	width: 180px;
	height: 50px;
	line-height: 50px;
	text-align: center;
	border:1px solid #eee;
	border-radius: 50px;
	margin: 0 8px;
}
.tabList .tab:hover,
.tabList .tab.active{
	border-color: #00d3dd;
	background: #00d3dd;
	color: #fff;
}
.reportInfo{
	padding: 65px 0 90px;
}
.reportInfo .listItem{
	padding: 0 0 45px;
}
.listItem .listHead{
	font-size: 24px;
	color:#00d3dd;
	line-height: 58px;
}
.listItem .listHead .iconDate{
	display: inline-block;
	width: 24px;
	height: 23px;
	background: url(../images/icon/iconDate.png) no-repeat;
	vertical-align: middle;
	margin: -6px 10px 0 0;
}
.reportInfo .list{
	border-bottom: 1px solid #f7fbfb;;
}
.list li:nth-child(odd){
	background:#f7fbfb;
}
.list li>a{
	display: block;
	line-height: 60px;
	position: relative;
	padding: 0 140px 0 40px;
}
.list li>a::before{
	content: '';
	display: block;
	width:4px;
	height:4px;
	background: #555;
	position: absolute;
	left:20px;
	top:28px;
}
.list li .title{
	font-size: 16px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.list li .time{
	font-size: 16px;
	color:#999;
	position: absolute;
	top:0;
	right: 30px;
}
.list li:hover{
	background: #00d3dd;
}
.list li:hover>a::before{
	background: #fff;
}
.list li:hover .title,
.list li:hover .time{
	color:#fff;
}

@media screen and (max-width:1024px) {
	.tabList{
		padding: 30px 20px 0;
	}
	.tabList .tab{
    font-size: 12px;
    width: 110px;
    height: 32px;
    line-height: 30px;
    margin: 0 10px 10px;
	}
}

@media screen and (max-width:800px) {
	.reportInfo{
		padding: 30px 0 50px;
	}
	.reportInfo .listItem{
		padding-bottom: 20px;
	}
	.list li>a{
		line-height: 50px;
		padding-right: 130px;
	}
	.list li>a::before{
		top: 24px;
	}
	.list li .title,
	.list li .time{
		font-size: 14px;
	}
}
@media screen and (max-width:640px) {
	.reportInfo .list{
		padding: 0 0 20px;
	}
	.list li>a{
		padding-right: 100px;
	}
	.list li .time{
		right: 15px;
	}
}
