
body{
	
	font: 12px/1.5 "\5fae\8f6f\96c5\9ed1",arial,helvetica;
}
	
.showlist
{
border-collapse:collapse;
width:100%;
}

.showlist td{
  border:1px solid #ddd;
  
  position:relative;
  height:220px;
  vertical-align: middle;
  width:33%;
}	

.showimg{
	
	height:180px;
	margin:5px;
	background-size:cover;
	background-position:center;
	background-repeat:no-repeat;
	
}

.showlist .title{
	font-size:16px;
	color:#000;
	margin:2px 5px;
	width:100%;
	
	overflow:hidden;
	height:24px;
	
}

.showlist .address,.showlist .tel{
	
	width:100%;
	font-size:14px;
	
	margin:1px 5px;
	color:#666;
	
	overflow:hidden;
	height:24px;
	
}

.showlist .button{
	
	padding:5px 10px;
	border:1px solid #ddd;
	text-align:center;
	width:100px;

	position:absolute;
	left:50%;
	margin-left:-55px;
	margin-top:10px;
	display:none;
	
}

/*弹出对话框*/

.model-dialog{
	position: absolute;
	z-index: 10;
	top:0px;
	left:0px;
	width:0px;
	height:0px;
	display:none;
}

.mask-dialog{
	
  background: #000;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 100;
  opacity: 0.3;
  filter:alpha(opacity=30);  
}

.mask-info{
	
  background: #000;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 200;
  
  opacity: 0.5;
  filter:alpha(opacity=50);  
  border-radius:5px;
  
}

.info-dialog{
	
  background: #fff;
  position: absolute;
  z-index: 10;
  left: 0;
  top: 0;
  z-index: 300;
  border:5px solid #fff;
  border-radius:5px;

}

.model-dialog .title{
	font-size:16px;
	color:#000;
	margin:2px 5px;
	width:100%;
	
	overflow:hidden;
	height:24px;
	
}

.model-dialog .address,.model-dialog .tel{
	
	width:100%;
	font-size:14px;
	
	margin:1px 5px;
	color:#666;
	
	overflow:hidden;
	height:24px;
	
}

.model-dialog .close{
	
	display:inline-block;
	
	position: absolute;
	bottom:10px;
	right:10px;
	
	font-size:20px;
	cursor:pointer;
}

