
.clearfix:after {
	content: "";
	display: table;
	clear: both;}


.grid{ line-height:2.2; font-family:'STHeiti','Microsoft YaHei','ËÎÌå','arial'; color:#333333; font-size:12px; height:100%;}

figure.effect-bubba:hover img {
	opacity: 0.8;border-radius:15px;}

figure.effect-bubba:hover h2,
figure.effect-bubba:hover p {
	opacity: 1;
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);}

.grid {
	overflow: hidden;
	margin: 0;
	list-style: none;}
.grid figure {border-radius:15px;
	position: relative;
	z-index: 1;
	display: inline-block;
	overflow: hidden;
	margin: -0.135em;
	width:250px;
	height: 141px;
	background: #e2e2e2;
	text-align: center;
	cursor: pointer;}
figure.effect-bubba img {
	opacity: 0.7;border-radius:15px;
	-webkit-transition: opacity 0.35s;
	transition: opacity 0.35s;}
.grid figure img {border-radius:15px;
	position: relative;
	display: block;
	min-height: 100%;
	opacity: 0.4;}
figure.effect-bubba figcaption::before,
figure.effect-bubba figcaption::after {
	position: absolute;
	top: 30px;
	right: 30px;
	bottom: 30px;
	left: 30px;
	content: '';
	opacity: 0;
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;}


figure.effect-bubba:hover figcaption::before,
figure.effect-bubba:hover figcaption::after {
	opacity: 1;
	-webkit-transform: scale(1);
	transform: scale(1);}
.grid figure h2 {
	word-spacing: -0.15em;
	
	font-weight: 300;}
.grid figure h2,
.grid figure p {
	margin: 0;}
figure.effect-bubba h2 {
	padding-top: 6%;
	-webkit-transition: -webkit-transform 0.35s;
	transition: transform 0.35s;
	-webkit-transform: translate3d(0,-20px,0);
	transform: translate3d(0,-20px,0);}
figure.effect-bubba p {
	padding: 20px 2.5em;
	opacity: 0;
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
	-webkit-transform: translate3d(0,20px,0);
	transform: translate3d(0,20px,0);}
.grid figure p {
	letter-spacing: 1px;
	font-size: 14px;}
.grid figure a {
	z-index: 1000;
	text-indent: 200%;
	white-space: nowrap;
	font-size: 0;
	opacity: 0;}
.grid figure figcaption,
.grid figure a {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;}
/**, *:after, *:before { border-box; box-sizing: border-box; }*/
.grid figure figcaption {
	padding: 2em;
	text-transform: uppercase;
	font-size: 0.90em;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;}
.grid figure figcaption span{ color:#FFF; opacity:0.8;}
.grid figure figcaption span:hover{ color:#FFF; opacity:0.9;}
/*.biaoqian span {
    background: none repeat scroll 0 0 #0085df;
    border-radius: 2px;
    color: #fff;
    font-weight: bold;
    margin-bottom: 5px;
    margin-right: 3px;
    padding: 2px 5px;
}*/