	.bisnisDesc	{padding:15px 0px 0px 25px; clear:both;}

	.specialItemList	{list-style-type:none; margin:-35px 0 0 -25px;}

	/* title bar */
	.bzThumbTitle			{float:left; height:45px; width:calc(100% - 17px); padding:8px; font-weight:bold; background-color:#e6e6e6; overflow:hidden; text-overflow:ellipsis;}
	.bzThumbTitle a:link, .bzThumbTitle a:visited, .bzThumbTitle a:hover, .bzThumbTitle a:active	{color:#000 !important;}

	/* left dark color block on title bar */
	.bzThumbTitleMisc	{float:left; height:45px; width:15px; margin-right:2px; background-color:#555;}

	/* image box */
	.bzThumbBox {
		text-align:center; 
		background-color: #fff;
		border-radius: 2px;
		box-shadow:2px 5px 15px #ccc;
		/* line-height:360%; */
		padding:25px 7px 7px 7px;
		margin:30px 15px 15px 15px;
	}

	/* thumb image in image box */
	.bzThumbBox img {
		width:100%;
		/* height: 80%; */
	}

	/* text label in image box */
	.bzThumbBox div	{
		font-size:14px;
		/* letter-spacing: 1px; */
		margin:10px 10px 15px 10px;
		width: calc(100% - 20px);
		line-height: 180% !important;
		white-space:nowrap;
		overflow:hidden; 
		text-overflow:ellipsis;
	}

/* 特比项目单列的thumb image */
.specialItemImage	{border:solid 0px #fff; border-radius:3px; box-shadow:2px 5px 15px #fff;}

@media(min-width:1281px) {
	.specialItemImage	{float:left; width:33%; max-width:270px; margin:10px 25px 25px 0;}
}

@media(min-width:768px) and (max-width:1280px) {
	.specialItemImage	{float:left; width:25%; margin:10px 25px 25px 0;}
}

@media(max-width:767px) {
	.specialItemImage	{width:calc(100% - 10px); margin:10px 0; clear:both;}
}