/*** 全部文章 ***/
.user_list li{
	background: #FFF;
	padding: .833em 4% 1em;
	margin-bottom: 3.4%;
	overflow: hidden;
}
.user_list li.list_rec{
	background: none;
    margin: 0;
    padding: 0;
}
.user_list li.list_rec .recommend li{
	margin-bottom: 0;
}
.user_list_info{
	width: 100%;
	overflow: hidden;
	padding: .5em 0 .417em;
	position: relative;
}
.user_list_info img{
	width: 38px;
	height: 38px;
	float: left;
	border-radius: 50%;
	border: 1px solid #EEE;
}
.user_list_info_ri{
	margin: 0 22% 0 47px;
}
.user_list_info p{
	color: #333;
	overflow: hidden;
	margin: .083em 0 .167em;
}
.user_list_info_ri span{
	font-size: 12px;
	color: #999;
}
.user_list_info p .tt_w60,.tt_w60{
	color: #333;
	font-size: 16px;
	font-weight: 600;
	line-height: 20px;
	max-width: 60%;
    float: left;
    white-space:pre-wrap;
	word-break:break-word;
	overflow:hidden;
	text-overflow:ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}
.btn_concern{
	width: 23%;
	height: 2.167em;
	line-height: 2.167em;
	font-size: 14px;
	color: #E33E41;
	background:#FFF2F2;
	border-radius: 1.5em;
	text-align: center;
	position: absolute;
	top: 23%;
	right: 0;
	cursor: pointer;
}
.alr{
	background: #EEE;
	color: #999;
}
.user_list_pic{
	padding: .5em 0;
	overflow: hidden;
	position: relative;
}
.i_more_pic{
	position: absolute;
	bottom: 12px;
	right: 5px;
	font-size: 12px;
	color: #FFF;
	border-radius: 10px;
	height: 18px;
	line-height: 18px;
	width: 37px;
	text-align: center;
	background: rgba(0, 0, 0, 0.4)
}
.two_img img{
	width: 49%;
	float: left;
	margin-right: 1.5%;
}
.three_img img{
	width: 32.3%;
	float: left;
	margin-right: 1.5%;
}
.two_img img:last-child,.three_img img:last-child{
	margin-right: 0;
}
.user_list_tt{
	margin: 0 1%;
}
.user_list_tt h2{
	margin-top: .583em;
	font-size: 19px;
	font-weight: 600;
	line-height: 1.5;
	color: #333;	
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}
.user_list_tt p{
	margin-top: .5em;
	font-size: 16px;
	line-height: 25px;
	color: #777;
	overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.user_list_bottom{
	margin-top: .833em;
	position: relative;
	height: 2.5em;
	line-height: 2.5em;
	text-align: center;
	font-size: 15px;
}
.icon_btn_like{
	position: absolute;
	left: 1em;
	top: 1em;
	background: url('../../images/community/icon_button_like.png') no-repeat;
	background-size: 17px 17px;
	padding-left: 20px;
	color: #333;
	line-height: 1.25em;
	height: 17px;
	font-weight: 600;
}
.icon_btn_review{	
	position: absolute;
	left: 50%;
	top: 1em;
	margin-left: -17px;
	background: url('../../images/community/icon_button_review.png') no-repeat;
	background-size: 17px 17px;
	padding-left: 20px;
	color: #333;
	line-height: 1.25em;
	height: 17px;
	font-weight: 600;
}
.review_no{
	line-height: .25em;
	height: 17px;
	font-size: 12px;
	vertical-align: super;
	font-family: Helvetica;
	font-weight: 600;
}
.icon_btn_share{
	position: absolute;
	right: 0;
	top: 1em;
	background: url('../../images/community/icon_button_share.png') no-repeat;
	background-size: 17px 17px;
	padding-left: 20px;
	color: #fff;
}
.like_on{
	background: url('../../images/community/icon_button_alike.png') no-repeat;
	background-size: 17px 17px;
	color: #e33e41;
	font-size: 12px;
	vertical-align: super;
	line-height: .25em;
	height: 17px;
	font-family: Helvetica;
	font-weight: 600;
}
.rew_on{
	color: #333;
	font-size: 12px;
	vertical-align: super;
	line-height: .25em;
	height: 17px;
}
.like_no{
	color: #333;
	font-size: 12px;
	vertical-align: super;
	line-height: .25em;
	height: 17px;	
	font-family: Helvetica;
}

/*** 热门话题 ***/
.hot_topic{
	padding: 4%;
}
.hot_topic_ad{
	position: relative;
	margin-top: .25em;
}
.i_hot_topic{
	background: #333;
	padding: .333em .75em;
	color: #fff;
	font-size: 12px;
	border-radius: 0 0 .5em 0;
	position: absolute;
	left: 0;
	top: 0;
}
.hot_topic_ad span{
	position: absolute;
	left: 2em;
	top: 35%;
	font-size: 18px;
	color: #FFF;
	display: inline-block;
	vertical-align: middle;
	line-height: 1.5;
}
.hot_topic p{
	float: left;
	width: 80%;
	font-weight: 600;
	font-size: 18px;
	color: #333;
	line-height: 1.5;
	margin: .583em 0 .25em;
}
.partici_pation{
	float: right;
	color: #c0805f;
	line-height: 1.5;
	margin-top: .833em;
}
.i_direct{
	margin-left: 4px;
	font-size: 11px;
	color: #FFF;
	line-height: 1;
	padding: .083em .25em;
	border-radius: .25em;
	background:#f4b796;
	background:-webkit-linear-gradient(left,#f4b796,#f6a177);
	background:-o-linear-gradient(right,#f4b796,#f6a177);
	background:-moz-linear-gradient(right,#f4b796,#f6a177);
	background:linear-gradient(to right,#f4b796,#f6a177);
}
.i_buyer{
	margin-left: 4px;
	font-size: 11px;
	color: #FFF;
	line-height: 1;
	padding: .083em .25em;
	border-radius: .25em;
	/* background:#f0aea9;
	background:-webkit-linear-gradient(left,#f0aea9,#eda19d);
	background:-o-linear-gradient(right,#f0aea9,#eda19d);
	background:-moz-linear-gradient(right,#f0aea9,#eda19d);
	background:linear-gradient(to right,#f0aea9,#eda19d); */
	background:#f4b796;
	background:-webkit-linear-gradient(left,#f4b796,#f6a177);
	background:-o-linear-gradient(right,#f4b796,#f6a177);
	background:-moz-linear-gradient(right,#f4b796,#f6a177);
	background:linear-gradient(to right,#f4b796,#f6a177);
}
.i_label{width: 8%; margin-left: 3px;}
.i_label img,.user_pic i.i_label img{float: none; width: 16px; height: auto;border-radius: 0; border: 0;}