.h-bottom-more{
	border:1px solid #eee;
	margin-top: 20px;
	padding: 20px;
	padding-right: 0;
	position: relative;
	background: #fff;
}
.h-bottom-more .name{
	color:#333;
	font-size:14px;
	margin-bottom: 20px;
}
.h-bottom-more .lists{
	margin-bottom: 14px;
}
.h-bottom-more .lists li{
	width:23%;
	margin-right: 18px;
	margin-bottom: 12px;
	float: left;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.h-bottom-more .lists li a{
	color:#777;
	transition: all linear 0.1s;
}
.h-bottom-more .lists li a:hover,.h-bottom-more .m-type a:hover{
	color:#ff5700;
}
.h-bottom-more .m-type a{
	color:#333;
	transition: all linear 0.1s;
}
.h-bottom-more .m-type span{
	color:#777;
}
.h-bottom-more .more{
	position: absolute;
	width:70px;
	height: 20px;
	line-height: 20px;
	text-align: center;
	border:1px solid #eee;
	border-top:2px solid #fff;
	left:50%;
	margin-left: -36px;
	bottom:-22px;
	color:#777;
	cursor: pointer;
	background: #fff;
}
.h-bottom-more .open-more {
	display: none;
}

