.search-info-box{
	margin-bottom: 1.5em;
	display: block;
	width: 100%;
	max-width: 720px;
}
.search-info-box .search-img{
	width: 7.5em;
	height: 5.25em;
	float: left;
	margin-right: 1.5em;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}
.search-info-box p{
	display: block;
	height: 1em;
	line-height: 1em;
	box-sizing: border-box;
	text-decoration: underline;
	margin-bottom: .5em;
}
.search-info-box span{
	display: block;
	height: 4.5em;
	line-height: 1.5;
	overflow: hidden;
	text-overflow: ellipsis;
	font-size: 87.5%;
	color: #aaa;
}
.search-info-box i{
	display: block;
	color: #666;
	font-size: 75%;
	height: 2em;
	line-height: 2;
	overflow: hidden;
	text-overflow: ellipsis;
	font-style: normal;
}
