.main{
	width: 1230px;
	margin: 0 auto;
	background-color: #fff;
	min-height: 500px;
	/*border: 1px #f00 solid;*/
	padding: 0 35px 61px 35px;
	border-radius: 10px;
	margin-bottom: 63px;
}
.main .label{
	height: 58px;
	width: 100%;
	margin-bottom: 22px;
/*	background-color: #00f;*/
}
.main .label a{
	cursor: pointer;
}
.main .label button{
	width: 178px;
	height: 54px;
	line-height: 54px;
	border:none;
	background-color: #EDF4FF;
	float: right;
	position: relative;
	z-index: 1;
	border-radius: 10px;
	font-size: 18px;
	cursor: pointer;
/*	box-shadow: 0 0 3px #ddd;*/
}
.main .label button.left{
	margin-left: -25px;
	margin-right: 10px;
}
.main .label button.active{
	background-color: #045ED3;
	z-index: 2;
	color:#fff;
}
.main .itemListGroup{
	width: 100%;
	height: 240px;
	/*border: 1px #f00 solid;*/
	background: url(/channel/jiangsu/images/xuxian.png) repeat-x;
	background-position: 1px 238px;
	margin-bottom: 15px;
}
.main .itemList {
	display: flex;
	justify-content: space-between;
	height: 45px;
	line-height: 45px;
	/*margin-top: 11px;*/
	/*border: 1px #f00 solid;*/
}

.main .itemList .icon{
	width: 17px;
	height: 40px;
	padding-top: 3px;
	float: left;
}
.main .itemList .newsTitle{
	width: 1100px;
	text-align: left;
	box-sizing: border-box;
	float: left;
	height: 45px;
	line-height: 45px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	background: url(/channel/jiangsu/images/shuidi2.png) no-repeat;
	background-position: 0 12px;
	padding-left: 30px;
}
.main .itemList .newsTitle:hover{
	color: #0657C8;
	background: url(/channel/jiangsu/images/shuidi1.png) no-repeat;
	background-position: 0 12px;
	padding-left: 30px;
}
.main .itemList:hover .time{
	color: #0657C8;
}
.main .itemList .time{
	width: 120px;
	color: #8F8F8F;
	text-align: right;
	float: right;
}