
.ListMoreSort .head{
	height: 40px;
	background:#0066CC;
	position: relative;
	border-bottom:1px solid #095591;
}
.ListMoreSort .head a{
	display:block;
	position: absolute;
	width: 26px;
	height: 21px;
	background: url(menu.png) no-repeat 0 0;
	background-size: cover;
	top: 10px;
	left: 10px;
	cursor:pointer;
}

.ListMoreSort .head a{
	height:26px;
	background: url(gotop.png) no-repeat 0 0;
	background-size: cover;
	right:10px;
	left:auto;
	top:9px;
}
.ListMoreSort .head h2{
	color: #fff;
	font-size: 20px;
	margin-left: 10px;
	display: inline-block;
	line-height:40px;
}

.ListMoreSort .cont ul{
	border-top: 1px solid #ddd;
}
.ListMoreSort .cont ul li{
	line-height: 2.5;
}
.ListMoreSort .cont ul li:last-child{
	border-bottom: 1px solid #fff;
}
.ListMoreSort .cont ul li a{
	font-size: 16px;
	display: block;
	border-bottom: 1px solid #dddddd;
	border-top: 1px solid #fff;
	padding-left: 10px;
	-webkit-box-sizing: border-box;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.ListMoreSort .cont div {
	-webkit-box-sizing: border-box;
	margin: 0 10px;
	position: relative;
	overflow: hidden;
	padding-bottom: 10px;
}
.ListMoreSort .cont div img {
	width: 100px;
	margin-right: 8px;
	float: left;
}
.ListMoreSort .cont div p {
	font-size: 14px;
	min-height: 60px;
	line-height: 1.5;
}
.ListMoreSort .cont div h3 {
	padding: 10px 0;
}
.ListMoreSort .cont div.List{
	border-bottom:#FFF solid 1px;
	border-top:#DDD solid 1px;
	margin:0;
	padding-left:10px;
	padding-right:10px;
}
.ListMoreSort .cont div.List p{
	color:#666;
}