﻿@CHARSET "UTF-8";
.box{
	width: 1200px;
	overflow: hidden;
}
.box li{
	width:266px;
	height:266px;
	overflow: hidden;
	float: left;
	margin-right:18px;
	margin-bottom:18px;
	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;
	top:0px;
}
.right{
	height: 0;
	position: absolute;
	right:0px;
	width:3px;
	bottom:0px;
}
.box li img{
	width:260px;
	height:260px;
	position: absolute;
	z-index:1;
	top:3px;
	left:3px;
}
.box li p{
	position: absolute;
	z-index:2;
	background:rgba(0,170,136,0.6);
	height:0px;
	line-height:30px;
	width:280px;
	text-align: center;
	color: #fff;
	bottom:3px;
	left:3px;
}

