.tbsbox{margin:0 -3px;}
.smallwidth .tbsbox{margin:0px;}
.tbsboxitems{
	width:33%;
	width:33.33%;
	float:left;
}
.tbsbox .tbsboxitems:nth-child(3n+1){clear:left;}
.microb .tbsbox .tbsboxitems:nth-child(3n+1){clear: none;}
.microb .tbsboxitems{width:50%;}
.microb .tbsbox .tbsboxitems:nth-child(2n+1){clear: left;}
.atom .tbsbox .tbsboxitems{width:100%;}

.tbsbox .sspading{
	padding:3px;
}
.tbsboxitems a{
	display:block;
	position:relative;
	padding-bottom:15px;
}
.tbsboxitems dt{
	display:block;
	position:relative;
	overflow:hidden;
	height:1px;
	padding:0 0 50%;
	border:2px solid #fff;
	box-shadow:1px 1px 7px #999;
	margin:0 0 5px;
}
.tbsboxitems dt ins{
	position:absolute;
	width:100%;
	height:100%;
	transition: all 0.6s 0.05s ease;
	background:url(image/view.png) no-repeat center center #000;
	background-size:30% auto!important;
	transform: scale(3);
	opacity:0;
}
.tbsboxitems:hover dt ins{
	opacity:0.5;
	transform: scale(1);
}
.tbsboxitems dt div{
	position:absolute;
	width:100%;
	height:100%;
	transition: all 0.6s 0.05s ease;
	background-size:100% auto!important;
}
.tbsboxitems:hover dt div{
	transform: scale(1.3);
	opacity:0.8;
}
.tbsboxitems dd{
	padding:5px;
}
