.content{
	width: 1090px;
	margin: 30px auto;
	background: #FFFFFF;
	border-top: 4px solid #d82f08;
}
.content .head{
	width: 100%;
	height: 55px;
	border-top: 8px solid #F8FBF1;
}
.head p{
	height: 53px;
    line-height: 53px;
    font-size: 26px;
    color: #cccccc;
    padding-left: 30px;
}
.content-list{
	padding: 0 25px;
}
.content-list ul{
	border-top: 2px solid #EEEEEE;
	padding: 5px;
}
.content-list li{
	border-top:1px dashed #bfbfbf ;
	box-sizing: border-box;
}
.content-list .noBor{
	border: 0 none;
}
.content-list li a{
	display: block;
	color: #2f2f2f;
	font-size: 16px;
	height: 50px;
	line-height: 50px;
}
.content-list p{
	float: left;
	position: relative;
	width: 100%;
	overflow: hidden;
}
.content-list p:hover em{
	text-decoration: underline;
}
.content-list p em{
	height: 50px;
	line-height: 50px;
	width: 770px;
	padding-left: 29px;
	display: block;
	position: absolute;
	left: 0;
	background: url(../img/list/party-icon2.png) no-repeat 5px center;
	background-size: 13px auto;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	color: #2f2f2f;	
}
.content-list span{
	width: 120px;
	text-align: center;
	float: right;
	font-size: 14px;
	color: #9b9b9b;
}
.noResult{
	width: 1090px;
	margin: 30px auto;
	background: #FFFFFF;
	height: 300px;
	margin-top: 0px;
	padding-top:50px;
}
.noResult div{
	width: 170px;
	height: 125px;
	margin: 40px auto;
	background: url(../img/list/noContent.png) no-repeat center;
	background-size: cover;
	margin-top: 0px;
}
.noResult p{
	width: 100%;
	text-align: center;
	font-size: 28px;
	color: #cccccc;
}
