#scroll_img{

}

#recommend_content{
	margin-left: 120px;
	width: 960px;
	height: 1118px;
	border-top: 4px solid red;
	background-color: #F8F8F8;
	margin-bottom: 45px;
	margin-top: 30px;
}

/*会员推荐文字*/
#recommend_content .recommend_content_head{
	width: 920px;
	height: 65px;
	margin-left: 20px;
	margin-top: 11px;
	position: relative;
	border-bottom: 1px solid #e8e6e6;
}

#recommend_content .recommend_content_head .title{
	font-size: 24px;
	font-weight: bold;
	letter-spacing: 2px;
	color: red;
	position: absolute;
	left: 42px;
	top: 5px;
}

#recommend_content .recommend_content_head .more{
	font-size: 18px;
	font-weight: bold;
	letter-spacing: 2px;
	color: red;
	position: absolute;
	right: 0px;
	bottom: 18px;
	text-decoration: none;
}
/*会员推荐图片*/

#recommend_content ul{
	padding: 0px;
	border: 0px;
	margin: 0px;
	list-style: none;
	width: 935px;
	margin-left: 40px;
	margin-bottom: 43px;
}

#recommend_content ul li{
	position: relative;
	border: 1px solid white;
	border-bottom: 1px solid #DCDBDB;
	width: 266px;
	height: 305px;
	display: inline-block;
	margin-right: 30px;
	margin-top: 20px;
}

#recommend_content ul li a{
	position: relative;
	color: black;
}

#recommend_content ul li:last-child{
	margin-right: 0px;
}

#recommend_content ul li div{
	position: absolute;
	left: 0;
	top: 0;
	width: 268px;
	height: 255px;
	overflow: hidden;
}

#recommend_content ul li div img{
	width: 100%;
	height: 100%;
}

/*#recommend_content ul li .name{
	position: absolute;
	top: 223px;
	left: 0px;
	text-align: right;
	background-color: rgba(0,0,0,0.5);
	width: 268px;
	height: 33px;
	color: white;
	line-height: 33px;
	letter-spacing: 1px;
	text-align: center;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}*/

#recommend_content ul li .induction{
	position: absolute;
	top: 258px;
	left: 10px;
	width: 246px;
	height: 52px;
	line-height: 52px;
	letter-spacing: 2px;
	font-size: 14px;
	font-weight: bold;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	text-align: center;
}

#recommend_content ul li .phonenumber{
	position: absolute;
	top: 255px;
	left: 10px;
	width: 246px;
	height: 50px;
	line-height: 50px;
	text-align: center;
	letter-spacing: 2px;
	font-size: 14px;
	font-weight: bold;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
