@charset "utf-8";
/* CSS Document */

.wrap {
	width:420px;
	margin-right: 20px;
	margin-left: 10px;
	float: left;
	background-color:#333;
	padding: 10px;
	margin-bottom: 10px;

	
}
.wrap p {
	height:280px;
}
.wrap ul {
	display:block;
	overflow:hidden;
	margin-top:10px;
	margin-right:-10px;
	clear:both;
}
.wrap li {
	display:block;
	float:left;
	background:#fff;
	margin-right:10px;
	margin-right: 10px;
}
.wrap li img {
	cursor:pointer;
}
.r-text {
	float: left;
	width: 360px;
	line-height: 250%;
	font-size: 15px;
}
