#member_world_detail_content{
	width:916px;
	height:370px;
	margin-left: 120px;
	margin-bottom: 30px;
	padding-right: 44px;
	padding-top: 20px;
	background-color: #f5f5f5;
}

#member_world_detail_content .header{
	width: 890px;
	height: 30px;
	margin-bottom: 19px;
	margin-left: 25px;
}

#member_world_detail_content .header .line{
	display: inline-block;
	width: 3px;
	height: 30px;
	line-height: 30px;
	background-color: red;
}

#member_world_detail_content .header .title{
	font-size: 16px;
	letter-spacing: 1px;
	line-height: 30px;
	height: 30px;
	width: 850px;
	overflow: hidden;
	text-overflow: ellipsis;
	color: red;
	font-weight: bold;
	position: relative;
	bottom: 10px;
}

#member_world_detail_content .left{
	float:  left;
	width:  396px;
	height: 266px;
	margin-left: 25px;
}

#member_world_detail_content .left img{
	width:  396px;
	height: 266px;
}

#member_world_detail_content .right{
	float: right;
	width: 480px;
	height: 318px;
}

#member_world_detail_content .right .detail{
	position: relative;
}

#member_world_detail_content .right .detail .title{
	display: inline-block;
	width: 45px;
	height: 22px;
	font-size: 14px;
	line-height: 22px;
	float: left;
}

#member_world_detail_content .right .detail .content{
	float: right;
	width: 430px;
	max-height: 176px;
	font-size: 14px;
	line-height: 22px;
	overflow: hidden;
}

#member_world_detail_content .right .date{
	position: relative;
}

#member_world_detail_content .right .date .title{
	display: inline-block;
	width: 45px;
	height: 22px;
	font-size: 14px;
	line-height: 22px;
	float: left;
}

#member_world_detail_content .right .date .content{
	float: right;
	width: 430px;
	height: 22px;
	font-size: 14px;
	line-height: 22px;
	overflow: hidden;
}

#member_world_detail_content .right > a{
	margin-top: 128px;
	display: block;
	text-align: center;
	text-decoration: none;
	letter-spacing: 2px;
	width: 140px;
	height: 40px;
	border-radius: 20px;
	background-color: red;
	color: white;
	font-size: 14px;
	line-height: 40px;
	font-weight: bold;
	margin-left: 145px;
}

#text_content{
	width: 960px;
	margin-left: 120px;
	margin-bottom: 100px;
}

#text_content > .left{
	float: left;
	width: 610px;
	padding-top:10px;
	padding-bottom: 64px;
	border: 1px solid #E9E9E9;
}

#text_content > .left .right_header{
	margin-top: 10px;
	width: 550px;
	height: 120px;
	margin-left: 30px;
}

#text_content > .left .right_header p.header{
	color: red;
	font-size: 16px;
	font-weight: bold;
	height: 16px;
	line-height: 16px;
	margin-bottom: 17px;
}

#text_content > .left .right_header span.line{
	display: block;
	width: 550px;
	height: 1px;
	background-color: red;
	margin-bottom: 22px;
}

#text_content > .left .right_header span.line2{
	display: inline-block;
	width: 3px;
	height: 19px;
	background-color: red;
	
}

#text_content > .left .right_header .title{
	display: inline-block;
	font-size: 15px;
	font-weight: bold;
	color: red;
	height: 16px;
	line-height: 16px;
	position: relative;
	
}
#text_content > .left .right_header .date{
	width: 550px;
	text-align: right;
}

#text_content > .left .content{
	width: 566px;
	padding: 11px 22px;
}

/*热门排行榜*/
#text_content .right{
	float: right;
	border: 1px solid #E9E9E9;
	border-top: none;
	width: 297px;
}

#text_content .right #right_header{
	width: 299px;
	height: 58px;
	border-top: 5px solid red;
	border-bottom: 1px solid #e8e6e6;
	
}
#text_content .right #right_header img{
	position: relative;
	top: 10px;
	margin-left: 15px;
}
#text_content .right #right_header span{
	color: red;
	font-size: 16px;
	font-weight: bold;
	height: 58px;
	line-height: 58px;
}

#text_content .right ul{
	list-style: none;
}

#text_content .right ul li{
	margin-left: 20px;
	width: 259px;
	height: 159px;
	border-bottom: 1px dotted #E8E6E6;
}

#text_content .right ul li:last-child{
	border-bottom: none;
}

#text_content .right ul li a{
	display: block;
	width: 259px;
	height: 159px;
	text-decoration: none;
	color: black;
	font-size: 13px;

}

#text_content .right ul li a img{
	margin-top: 23px;
	width: 128px;
	height: 95px;
	float: left;
}

#text_content .right ul li a div.content{
	margin-top: 30px;
	float: right;
	width: 125px;
	height: 99px;
}

#text_content .right ul li a div.content .title{
	width: 125px;
	height: 21px;
	line-height: 21px;
	float: right;
	overflow: hidden;
	text-overflow: ellipsis;
}

#text_content .right ul li a div.content .induction{
	width: 125px;
}

#text_content .right ul li a div.content .induction .left{
	width: 40px;
	float: left;
	height: 21px;
	line-height: 21px;
}

#text_content .right ul li a div.content .induction .content{
	width: 85px;
	height: 63px;
	line-height: 21px;
	float: right;
	overflow: hidden;
}
