@CHARSET "UTF-8";
.box01{
	width: 850px;
	margin: 20px auto 0px;
	overflow: hidden;
}
.box01 li{
	width: 404px;
	height: 280px;
	overflow: hidden;
	margin: 10px;
	float: left;
	position: relative;
	cursor: pointer;
	background: #f6f6f6;
}
.top{
	position: absolute;
	z-index:1;
	height: 5px;
	width: 0px;
	top: 0px;
	width: 0px;
}
.bottom{
	position: absolute;
	z-index:1;
	height: 5px;
	width: 0%;
	bottom: 0px;
	right: 0px;
}
.left{
	height: 0;
	position: absolute;
	left: 0px;
	width: 5px;
}
.right{
	height: 0;
	position: absolute;
	right: 0px;
	width: 5px;
	bottom: 0px;
}
.box01 li img{
	width: 394px;
	height: 270px;
	position: absolute;
	z-index: 1;
	top: 5px;
	left: 5px;
}
.box01 li p{
	position: absolute;
	z-index: 2;
	background: rgba(241,170,67,0.5);
	height: 0px;
	line-height: 40px;
	width: 394px;
	text-align: center;
	color: #fff;
	bottom: 5px;
	left: 5px;
}

