.grid {
	overflow: hidden;
	margin: 0;
	padding: 1em 0 0 0;
	width: 100%;
	list-style: none;
	text-align: center;
}

.grid figure {
	position: relative;
	z-index: 1;
	display: inline-block;
	overflow: hidden;
	margin: -0.135em;
	height: 115px;
	background: #3085a3;
	text-align: left;
	cursor: pointer;
}

.grid figure img {
	position: relative;
	display: block;
	min-height: 94%;
	opacity: 0.8;
}

.grid figure figcaption {
	padding: 2em;
	color: #fff;
	text-transform: uppercase;
	font-size: 1.25em;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

.grid figure figcaption::before,
.grid figure figcaption::after {
	pointer-events: none;
}

.grid figure figcaption,
.grid figure a {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/* Anchor will cover the whole item by default */
/* For some effects it will show as a button */
.grid figure a {
	z-index: 1000;
	text-indent: 200%;
	white-space: nowrap;
	font-size: 0;
	opacity: 0;
}




/*---------------*/
/***** Honey *****/
/*---------------*/

figure.effect-honey {
background-color: #ffffff;
}
figure.effect-honey figcaption
{
    width: 100%;
	height: 100%;
	margin: -10px 0 0 0;
	padding:0;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	display: table;

}

.grid figure h3 {
	color: #000000;
	font-size: 23px;
	font-family: '华文楷体';
	letter-spacing:0px;
	font-weight:bold;
	text-align: center;
	display:table-cell;/*让元素以表格的单元素格形式渲染*/
	vertical-align: middle;/*使用元素的垂直对齐*/


	-webkit-transform: translate3d(0,5px,0);
	transform: translate3d(0,5px,0);

}
figure.effect-honey img {
	opacity: 0.9;
	-webkit-transition: opacity 0.35s;
	transition: opacity 0.35s;
}

figure.effect-honey:hover img {
	opacity: 0.2;
}

figure.effect-honey figcaption::before {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 6%;
	height: 10px;
	background: red;
	content: '';
	-webkit-transform: translate3d(0,20px,0);
	transform: translate3d(0,20px,0);
}





figure.effect-honey figcaption::before,
figure.effect-honey h3 {
	-webkit-transition: -webkit-transform 0.35s;
	transition: transform 0.35s;
}

figure.effect-honey:hover figcaption::before,
figure.effect-honey:hover h3,
figure.effect-honey:hover h2 i {
	opacity: 1;
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}



	.grid figure {
		width: 88%;
	}

	.grid figure figcaption {
		font-size: 100%;
	}

