@charset "utf-8";
/* CSS Document */
*{margin:0;padding:0;list-style-type:none;}/*清楚内外默认边距*/
.lanren{
	overflow:hidden;
	margin-top: 50px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	width: 100%;
}
.lanren ul li{
	width:185px;
	height:198px;
	float:left;
	position:relative;
	overflow:hidden;
	cursor:pointer;
	margin-top: 0;
	margin-right: 2px;
	margin-bottom: 3px;
	margin-left: 0;
}
.lanren .txt{
	width:185px;
	height:45px;
	position:absolute;
	left:0;
	bottom:0;
	color:#fff;
}
.lanren .txt h3{
	font-size:1em;
	height:45px;
	text-align:center;
	line-height:45px;
	color: #FFF;
	background-color: #000;
	border: thin solid #FFF;
}
.lanren .txt p{font-size:14px;text-align:center;}
.myImages3 li h3 {
	background-color: #000;
	font-size: 1em;
	color: #FFF;
	text-align: center;
	margin-top: 0px;
	margin-bottom: 2px;
}
.myImages2 li h3 {
	background-color: #000;
	color: #FFF;
	margin-bottom: 5px;
}
