.metro-img {
	width: 100%;
	height: 100%;
	-webkit-border-radius: 20px;
}

.shortcut_div {
	overflow: hidden;
	background-color: #FCFCFC;
	padding: 20px 5px 0px 5px;
}

.boxgrid {
	background-color: #D5DEE7;
	float: left;
	overflow: hidden;
	position: relative;
	color: #fff;
	font-size: 14px;
	font-family: "微软雅黑";
	text-align: center;
	padding: 3px;
	margin-bottom: 20px;
	margin-left: 6%;
	cursor: pointer;
	height: 106px;
	-webkit-border-radius: 10px;
}

.boxcaption {
	float: left;
	position: absolute;
	background: #000;
	height: 100%;
	opacity: .7; /* For IE 5-7 */
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
	/* For IE 8 */
	-MS-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
	top: 100%;
	padding: 10px;
	width: 95.4%;
	text-align: center;
}

.boxcaption p {
	color: #fff;
	line-height: normal;
	font-size: 12px;
	position: relative;
	z-index: 999;
}

.boxcaption p a {
	color: #fff;
	text-decoration: none;
}