.forum_supply_container{
	width: 240px;
	height: 148px;
	margin-top: 5px;
	overflow: hidden;
}
.forum_supply_panel{
	width: 236px;
	max-width: 236px;
	height: 146px;
	position: relative;
	overflow: hidden;
	cursor: pointer;
	border: 2px solid #101010;
}
.forum_supply_body_panel_infomations{
	width: 236px;
	max-width: 236px;
	vertical-align: middle;
	display: table-cell;
	overflow: hidden;
	position: relative;
	z-index: 1;
	background: url('./../Images/black80.png');
	-moz-user-select: -moz-none;
    -webkit-user-select: none;
}
.forum_supply_name{
	width: 96%;
	height: 30px;
	margin: 0 auto;
	text-align: center;
	font-family: 'Microsoft Yahei';
	font-weight: bold;
	font-size: 24px;
	color: #dcdcdc;
	text-overflow: ellipsis;
	word-break: break-all;
	word-wrap: break-word;
	white-space: nowrap;
	overflow: hidden;
}
.forum_supply_introduce{
	width: 90%;
	height: 52px;
	margin: 0 auto;
	display: table;
	overflow: hidden;
	text-align: center;
	font-family: 'Microsoft Yahei';
	font-size: 14px;
	color: #999;
	text-overflow: ellipsis;
	word-break: break-all;
	word-wrap: break-word;
}
.forum_supply_introduce_text{
	vertical-align: middle;
	display: table-cell;
	overflow: hidden;
	text-overflow: ellipsis;
	word-break: break-all;
	word-wrap: break-word;
}
.forum_supply_status{
	height: 20px;
	margin: 0 auto;
	width: 200px;
}
.browse,.share{
	font-family: 'Arial';
	font-size: 12px;
	color: #999;
	/* float: left; */
	width: 89px;
	text-overflow: ellipsis;
	word-break: break-all;
	word-wrap: break-word;
	white-space: nowrap;
	overflow: hidden;
	display: inline-block;
	text-align: right;
}
.share{
	max-width: 55px!important;
	text-align: left;
}
.forum_supply_break_text{
	font-family: 'Arial';
	width: 15px;
	height: 20px;
	font-size: 12px;
	line-height: 10px;
	color: #333;
	display: inline-block;
	overflow: hidden;
}
.forum_supply_panel>img{
	width: 236px;
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 0;
}
.forum_supply_body_panel_infomations_container{
	width: 236px;
	height: 146px;
	/*display: none;*/
}
.forum_supply_body_panel_infomations_table{
	width: 236px;
	max-width: 236px;
	height: 146px;
	display: table;
	position: relative;
	overflow: hidden;
}
.forum_supply_panel_title_top_shadow{
	/*background: url('../Images/canola_thumbnail_titlebg.png') repeat-x center;*/
	width: 240px;
	height: 40px;
	position: absolute;
	top: -1px;
	left: 0;
	z-index: 1;
}
.forum_supply_panel_title_foot_shadow{
	width: 240px;
	height: 40px;
	position: absolute;
	bottom: -3px;
	left: 0;
	z-index: 1;	
    /*background: url('../Images/canola_thumbnail_footbg.png') repeat-x center;*/
}