
/*列表样式*/
.tabs{
	width: 100%;
	height: 310px;
	background: url(../../images/realtimeInfo/listTabs.png) no-repeat;
	background-size:100% 100%;
	position: relative;
}
.tabs ul{
	width: 1200px;
	background: #fff;
	position: absolute;
	bottom: 0;
	padding: 74px 40px 4px;
	display: flex;
	display: -webkit-flex;
	justify-content: space-between;
}
.tabs ul li{
	width: 280px;
	height: 70px;
	line-height: 70px;
	text-align: center;
	background: #EAEDF0;
	font-size: 20px;
	cursor: pointer;
}

.tabs ul li.active{
	background: #fff;
	border-top: 3px solid #2568F2;
	color: #2568F2;
}
.tabs ul li.active a{
	color: #2568F2;
}
.tabs ul li:hover{
	background: #fff;
	border-top: 3px solid #2568F2;
}

.infoList{
	background: #F7F9FA;
	padding-bottom: 40px;
}
.infoList .infoListContent{
	padding: 40px;
	background: #fff;
}
.infoList .infoListContent li{
	padding: 30px;
	background: url(../../images/realtimeInfo/listBg.png) no-repeat;
	background-size:100% 100% ;
	overflow: hidden;
	margin-bottom: 40px;
}
.infoList .infoListContent li:last-child{
	margin-bottom: 0;
}
.infoList .infoListContent li span{
	width: 144px;
	height: 158px;
	line-height: 40px;
	text-align: center;
	background: #fff;
	border: 1px solid #EAEDF0;
	font-size: 18px;
	color: #ADB0B6;
	margin-right: 36px;
}
.infoList .infoListContent li span i{
	display: block;
	font-style: normal;
	font-weight: bold;
	font-size: 26px;
	color: #E87B2B;
	margin-top: 40px;
}
.infoList .infoListContent h5{
	font-size: 20px;
	padding: 20px 0;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	margin: 0;
}
.infoList .infoListContent p{
	overflow : hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	line-height: 32px;
	width: 845px;
}
.infoList .infoListContent a{
	margin-right: 20px;
	color: #777779;
}
.infoList  .infoListContent a:hover{
	color: #2568F2;
}
.infoList .infoListContent .cxcximg{
	width: 140px;
	height: 140px;
	margin: 0 auto;
	float: left;
	margin-right: 20px;
}
.infoList .infoListContent li img{
	width: 144px;
	height: 158px;
	float: left;
	margin-right: 36px;
}