@media screen and (min-width:1200px){
.gallery_dtl_outter{
	width:270px;
	height:220px;
	margin:0px 30px 30px 0px;
	float:left;
	padding:0px;
	border-bottom:solid 1px #eee;
	
 
}
.gallery_dtl_outter_b{
	width:270px;
	height:220px;
	margin:0px 30px 30px 0px;
	float:left;
	padding:0px;
	border-bottom:solid 1px #eee;
 
}
.gallery_dtl_outter_r{
	width:270px;
	height:220px;
	margin:0px 0px 30px 0px;
	float:left;
	padding:0px;
	border-bottom:solid 1px #eee;
}

.gallery_dtl_in{
	width:270px;
	height:180px;
	text-align:center;
	float:left;	
	padding:0px;
	overflow:hidden;
	margin:0px 0px 0px 0px;
	background:#eee;
}
.gallery_dtl_in img{
	float:left;
	width:100%;
}
.gallery_text{
	padding:10px;
	margin-bottom:10px;
	float:left;
	width:100%;
	
}
.gallery_text a{
	color:#999 !important;
	display:block;
	font-size:14px;
	
}
.gallery_text a:hover{
	color:#666 !important;
	 
}	
}
@media screen and (max-width:1199px){

	.gallery_dtl_outter{
	width:270px;
	height:220px;
	margin:0px 30px 30px 0px;
	float:left;
	padding:0px;
	border-bottom:solid 1px #eee;
 
}
.gallery_dtl_outter_b{
	width:270px;
	height:220px;
	margin:0px 30px 30px 0px;
	float:left;
	padding:0px;
	border-bottom:solid 1px #eee;
 
}
.gallery_dtl_outter_r{
	width:270px;
	height:220px;
	margin:0px 30px 30px 0px;
	float:left;
	padding:0px;
	border-bottom:solid 1px #eee;
}

.gallery_dtl_in{
	width:270px;
	height:180px;
	 text-align:center;
	float:left;	
	padding:0px;
	overflow:hidden;
	margin:0px 0px 0px 0px;
}
.gallery_dtl_in img{
	float:left;
	width:100%;
}
.gallery_text{
	padding:10px;
	margin-bottom:10px;
	float:left;
	width:100%;
	white-space: nowrap; 
    overflow: hidden;
    text-overflow: ellipsis;
}
.gallery_text a{
	color:#999 !important;
	display:block;
	font-size:14px !important;
	
}
.gallery_text a:hover{
	color:#666 !important;
	 
}
}
@media screen and (max-width:640px){
	.gallery_dtl_outter{
		width:48%;
		height:auto;
		margin:0px 0px 4% 0px;
		float:left;
		padding:0%;
		 
	 
	}
	.gallery_dtl_outter_b{
		width:48%;
		height:auto;
		margin:0px 0px 4% 0px;
		float:right;
		padding:0%%;
		 
	 
	}
	.gallery_dtl_outter_r{
		width:48%;
		height:auto;
		margin:0px 0px 4% 0px;
		float:right;
		padding:0%;
	}
	
	.gallery_dtl_in{
		width:100%;
		height:auto;
		 text-align:center;
		float:left;	
		padding:0px;
		overflow:hidden;
		margin:0px 0px 5px 0px;
	}
}