.main nav span{
	color: #909090;
	line-height: 42px;
	margin-bottom: 6px;
	margin-left: 20px;
	cursor: pointer;
	position: relative;
	font-size: 12px;
}
.main nav span:before{
	content: ">";
	font-size: 12px;
	color: #909090;
	line-height: 42px;
	position: absolute;
	width: 20px;
	text-align: center;
	position: absolute;
	left: -20px;
	top: 0;
}
.main nav span:first-child{
	margin-left: 0;
	padding-left: 20px;
	background: url(../../../images/front/fmmm/all_lj_icon.png) left center no-repeat;
	background-size: 15px;
	font-size: 12px;
}
.main nav span:first-child:before{
	display: none;
}
.main .list{
	display: flex;
	flex-flow: row;
	flex-wrap: wrap;
	/*justify-content: space-around;*/
}
.main .list .items{
	width: 170px;
	height: 200px;
	border-radius: 8px;
	border: 1px solid #e1e1e1;
	background-color: #fff;
	margin: 0 0 20px 20px;
	overflow: hidden;
	cursor: pointer;
}
.main .list .items:nth-child(4n){
	/*margin-right: 0;*/
}
.main .list .items .img{
	padding-top: 30px;
	text-align: center;
}
.main .list .items .img img{
	width: 60px;
	height: 60px;
	border-radius: 100%;
}
.main .list .items .search-items-content{
	background-color: #fff;
	position: absolute;
	left: 0;
	/*bottom: 0;*/
	/*padding: 10px 26px 40px;*/
	box-sizing: border-box;
	width: 100%;
	transition:all .3s;
	-moz-transition:all .3s; /* Firefox 4 */
	-webkit-transition:all .3s; /* Safari and Chrome */
	-o-transition:all .3s; /* Opera */
}
.fans-num{
	position: absolute;
	right: 0;
	top: 14px;
	height: 28px;
	padding: 0 12px 0 12px;
	border-top-left-radius: 24px;
	border-bottom-left-radius: 24px;
	background-color: #fc2139;
	text-align: center;
}
.fans-num div{
	color: #fff;
	font-size: 12px;
	line-height: 12px;
}
.fans-num .fans-count{
	/*margin: 8px 0 5px;*/
	font-size: 14px;
	line-height: 14px;
}
.subscibe-list-identity{
	color: #b4b4b4;
	text-align: center;
	height: 20px;
	line-height: 20px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	margin-bottom: 25px;
	font-size: 14px;
}
.main .list .items .search-items-content h3{
	line-height: 30px;
	color: #333;
	font-size: 16px;
	text-align: center;
	font-weight: bold;
	transition:all .3s;
	-moz-transition:all .3s; /* Firefox 4 */
	-webkit-transition:all .3s; /* Safari and Chrome */
	-o-transition:all .3s; /* Opera */
}
.main .list .items .search-items-content p{
	display: none;
	line-height: 20px;
	color: #909090;
	font-size: 12px;
	overflow:hidden;
	height: 20px;
	text-overflow:ellipsis;
	white-space:nowrap;
	margin-bottom: 26px;
	transition:all .3s;
	-moz-transition:all .3s; /* Firefox 4 */
	-webkit-transition:all .3s; /* Safari and Chrome */
	-o-transition:all .3s; /* Opera */
	text-align: center;
}
.main .list .items .search-items-content span{
	width: 70px;
	line-height: 28px;
	font-size: 12px;
	color: #fc2139;
	border: 1px solid #fc2139;
	display: block;
	margin: auto;
	text-align: center;
	cursor: pointer;
	border-radius: 50px;
}
.main .list .items:hover .search-items-content{
	background-color: #fc2139;
}
.main .list .items:hover .subscibe-list-identity{
	display: none;
}
.main .list .items:hover .search-items-content h3{
 	color: #fff;
 	line-height: 38px;
}
.main .list .items:hover .search-items-content p{
	color: #fff;
	display:-webkit-box; 
	-webkit-box-orient:vertical;
	-webkit-line-clamp:1;
	white-space: inherit;
	margin-bottom: 20px;
	height: 20px;
}
.main .list .items:hover .search-items-content span{
	color: #fff;
	border-color: #fff;
}
.main .list .items:hover .search-items-content{
	padding-bottom: 20px;
}