@CHARSET "UTF-8";
.box{
	width: 100%;
	margin: 20px auto 0px;
	overflow: hidden;
}
.box li{
	width: 230px;
	height: 230px;
	overflow: hidden;
	margin: 10px;
	margin-left: 16px;
	float: left;
	position: relative;
	cursor: pointer;
	background: #f6f6f6;
}
.top{
	position: absolute;
	z-index:1;
	height: 3px;
	width: 0px;
	top: 0px;
	width: 0px;
}
.bottom{
	position: absolute;
	z-index:1;
	height: 3px;
	width: 0%;
	bottom: 0px;
	right: 0px;
}
.left{
	height: 0;
	position: absolute;
	left: 0px;
	width: 3px;
}
.right{
	height: 0;
	position: absolute;
	right: 0px;
	width: 3px;
	bottom: 0px;
}
.box li img{
	width: 226px;
	height: 226px;
	display: table-cell;
    margin: 0 auto;
	z-index: 1;
	
}
.box li p{
	position: absolute;
	z-index: 2;
	background: rgba(214, 0, 0,0.5);
	height: 0px;
	line-height: 40px;
	width: 230px;
	text-align: center;
	color: #fff;
	bottom: 3px;
	
}

