.projiect_list{
	width: 310px;
	height: 300px;
	float: left;
	margin-left: 13px;
	position: relative;
	cursor: pointer;
}
.projiect_list img {
	width: 310px;
	height: 260px;
	border: 0;
}

.projiect_overbox{
	position: absolute;
	width:310px;
	height:0px;
	left:0PX;
	top:0px;
	z-index: 100;
	background-color: #000000;
}
.projiect_overbox_title{
	width:310px;
	height:90px;
	line-height:30px;
	text-align:center;
	position: absolute;
	display: none;
	left:0;
	color: #ffffff;
	z-index: 200;
	white-space:break-word;
	overflow:hidden; 
	text-overflow:ellipsis;	
	
}
.projiect_overbox_more{
	width:310px;
	height:70px;
	line-height:35px;
	text-align:center;
	position: absolute;
	display: none;
	left:0;
	color: #ffffff;
	z-index: 200;
}
.projiect_title_down{
	font-size: medium;
	line-height:28px;
	display:block;
	white-space:nowrap;
	overflow:hidden; 
	text-overflow:ellipsis;
}