.Project_main{ clear:both; width:100%;}
	.Project_items{ width:96%; margin-top:10px; margin-bottom:20px; text-align:center; border:1px #ddd solid; box-sizing:border-box; overflow:hidden;}
		.Project_items:hover{ box-shadow:0px 0px 10px #999;}
		.Project_items_img{ clear:both; width:100%; height:auto; border-bottom:1px #ddd solid; box-sizing:border-box; overflow:hidden; }
			.Project_items_img img{ width:100%; height:auto}
			.Project_items:hover img{ width:110%; height:110%; margin-top:-5%; margin-left:-5%; border:0; z-index:1;}
		.Project_items_txt{ clear:both; width:90%; height:112px; line-height:20px; margin:0 auto; padding:10px 0; text-align:left; overflow:hidden;}
			.Project_title{ clear:both; width:100%; height:30px; line-height:30px; font-size:1.14em; table-layout:fixed; word-wrap: break-word; word-break: break-all; overflow:hidden;}
			.Project_line{ clear:both; width:100%; height:2px; line-height:2px; margin:10px auto;}
				.Project_line .line_1{ float:left; width:70px; height:100%; background-color:#e6b52f;}
				.Project_line .line_2{ float:left; width:25px; height:100%; margin-left:5px; background-color:#afafaf;}
			.Project_more{ clear:both; width:100%; height:30px; line-height:30px; font-size:0.875em;}
			
		.Project_items a:link, .Project_items a:visited{ color:#666; text-decoration:none;}
		.Project_items a:hover{ color:#e6b52f; text-decoration:none;}

@media screen and (min-width:1200px){
.Project_main{ clear:both; width:1200px; margin:0 auto;}
	.Project_items{ float:left; width:380px; height:440px; margin-left:10px; margin-right:10px; border:1px #ddd solid; box-sizing:border-box;}
		.Project_items_img{ clear:both; width:100%; height:328px; overflow:hidden; }
			.Project_items_img img{ width:100%; height:100%}
}

@media (min-width: 768px) and (max-width:1199px) { 
.Project_items{ float:left; width:46%; height:440px; margin-left:2%; margin-right:2%; border:1px #ddd solid; box-sizing:border-box; }
	.Project_items_img{ clear:both; width:100%; height:328px; overflow:hidden; }
		.Project_items_img img{ max-width:100%; height:100%}
}

