@charset "utf-8";
.ny_main_right_sub02 .box{
	width: 900px;
	margin:0 auto 0px;
	overflow: hidden;
	margin-bottom:20px;
}
.ny_main_right_sub02 .box li{
	width: 280px;
	height: 280px;
	overflow: hidden;
	margin-left:8px; 
	margin-right:8px;
	margin-bottom:15px;
	margin-top:15px;
	float: left;
	position: relative;
	cursor: pointer;
	background: #f6f6f6;
}
.ny_main_right_sub02 .box li .top{
	position: absolute;
	z-index:1;
	height: 5px;
	width: 0px;
	top: 0px;
	width: 0px;
	background: #38220f;
}
.ny_main_right_sub02 .box li .bottom{
	position: absolute;
	z-index:1;
	height: 5px;
	width: 0%;
	bottom: 0px;
	right: 0px;
}
.ny_main_right_sub02 .box li .left{
	height: 0;
	position: absolute;
	left: 0px;
	width: 5px;
}
.ny_main_right_sub02 .box li .right{
	height: 0;
	position: absolute;
	right: 0px;
	width: 5px;
	bottom: 0px;
}
.ny_main_right_sub02 .box li img{
	width: 270px;
	height: 270px;
	position: absolute;
	z-index: 1;
	top: 5px;
	left: 5px;
}
.ny_main_right_sub02 .box #pro li p{
	position: absolute;
	z-index: 2;
	background: rgba(56,34,15,0.5);
	height: 0px;
	line-height: 40px;
	width: 280px;
	
	color: #fff;
	bottom: -15px;
	left: -11px;
}
.ny_main_right_sub02 .box #pro li p a{ display:block; text-align:center; padding-right:21px;}
