.top_pic{
	width:1190px;
	height:auto;
	margin:10px auto 20px;
	padding:0;
	border:0;
}
.middle_bar{
	width:1190px;
	height:50px;
	margin:0 auto;
	border:0;
	border-bottom:1px solid #fd5902;
	padding:0;
	background-color:#f7f7f7;
	font-family:微软雅黑;
	font-size:16px;
	color:#505050;
}
.middle_bar .bar_cell{
	width:144px;
	height:50px;
	line-height:50px;
	//border:1px solid #fd5902;
	float:left;
	text-align:center;
	vertical-align:middle;
}
.middle_bar .active{
	border-top:6px solid #fd5902;
	border-left:1px solid #fd5902;
	border-right:1px solid #fd5902;
	border-bottom:1px solid white;
	height:45px;
	background-color:white;
}
.middle_bar .room_cell{
	width:261px;
	background-color:#fd5902;
	font-family:微软雅黑;
	font-size:18px;
	font-weight:bold;
	color:white;
	
}
.middle_bar .room_cell .room_cell2{
	width:120px;
	height:35px;
	margin:7px auto;
	//border:1px solid red;
}
.room_cell .room_cell2 .room_text
{
	float:left;
	height:35px;
	line-height:35px;
	margin-left:5px;
}

.middle_bar .room_cell .room_img{
	width:35px;
	height:35px;
	float:left;
	//background-color:black;
	background-image:url(../images/pl_list.png);
	background-repeat:no-repeat;
	background-position: -35px -30px;
}
.pl_list{
	width:1190px;
	height:auto;
	margin:10px auto;
	border:0;
	padding:0;
	//border:1px solid red;
	font-family:微软雅黑;
	font-size:14px;
}
.pl_list .pl_item{
	width:543px;
	height:202px;
	padding:20px;
	border:1px solid #e5e5e5;
	float:left;
	margin:0;
	margin-bottom:20px;
}
.pl_list .pl_item:hover{
	cursor:pointer;
}
.pl_list .pl_item .item_shadow{
	width:583px;
	height:242px;
	position:absolute;
	//border:1px solid red;
	z-index:100;
	margin-left:-20px;
	margin-top:-20px;
	background-color:#fd5902;
	filter:alpha(opacity=30); /*IE滤镜，透明度50%*/
	-moz-opacity:0.3; /*Firefox私有，透明度50%*/
	opacity:0.3;/*其他，透明度50%*/
	display:none;
}
.pl_item .for_detail{
	position:absolute;
	width:80px;
	height:90px;
	margin-left:231px;
	margin-top:56px;
	text-align:center;
	//border:1px solid black;
	font-family:微软雅黑;
	font-size:18px;
	color:white;
	font-weight:bold;
	z-index:101;
	display:none;
}
.pl_item .for_detail .comment_img{
	//position:absolute;
	width:80px;
	height:65px;
	background-image:url(../images/pl_list.png);
	background-repeat:no-repeat;
	background-position:-240px -18px;
}
.pl_item .for_detail .judge_img{
	width:80px;
	height:65px;
	background-image:url(../images/judge.png);
	background-repeat:no-repeat;
	background-position:12px 2px;
}
.pl_list .pl_item:nth-child(even){
	margin-left:20px;
}
.pl_list .pl_item .img_item{
	float:left;
	width:202px;
	height:202px;
	//border:1px solid red;
	//background-color:yellow;
}
.pl_list .pl_item .content_item{
	float:left;
	margin-left:20px;
	width:321px;
	height:202px;
	//background-color:yellow;
}
.content_item .pl_reason{
	width:321px;
	height:35px;
	line-height:35px;
	text-align:left;
	//background-color:blue;
	border-bottom:1px dashed #e5e5e5;
	overflow:hidden;
}
.content_item .pk_show{
	width:321px;
	height:110px;
	margin-top:20px;
	border-bottom:1px dashed #e5e5e5;
	background-image:url(../images/pl_list.png);
	background-repeat:no-repeat;
	background-position:-34px -92px;
	//background-color:blue;
}
.pk_show .pk_spp{
	float:left;
	width:50px;
	height:40px;
	line-height:40px;
	//padding:10px;
	//border:1px solid red;
	font-family:Arial;
	font-size:40px;
	color:#505050;
	text-align:center;
	margin-top:24px;
}
.pk_show .buyer_spp{
	margin-left:50px;
}
.pk_show .seller_spp{
	margin-left:120px;
}
.pk_show .spp_win{
	width:50px;
	height:50px;
	//border:1px solid black;
	background-image:url(../images/pl_list.png);
	background-repeat:no-repeat;
	background-position:-84px -28px;
}
.pk_show .buyer_win{
	position:absolute;
	margin-left:90px;
	margin-top:-20px;
}
.pk_show .seller_win{
	position:absolute;
	margin-left:182px;
	margin-top:-20px;
}
.content_item .view_comm{
	width:321px;
	height:37px;
	//background-color:blue;
}
.view_comm .item_bottom{
	width:30px;
	height:20px;
	line-height:20px;
	margin-top:15px;
	margin-right:2px;
	float:right;
	//border:1px dashed #e5e5e5
}
.view_comm .item_bottom:nth-child(2){
	margin-left:20px;
}
.view_comm .view_img{
	background-image:url(../images/pl_list.png);
	background-repeat:no-repeat;
	background-position:-148px -40px;
}
.view_comm .comm_img{
	background-image:url(../images/pl_list.png);
	background-repeat:no-repeat;
	background-position:-194px -40px;
}
.view_comm .item_num{
	width:auto;
	color:#c2c2c2;
}
.pl_page{
	width:1190px;
	height:40px;
	margin:0px auto;
	//border:1px solid red;
}
.pl_page .pl_pagination{
width:auto;
height:auto;
line-height:21px;
float:right;
margin:0;
}
.pl_pagination a{
	display:inline-block;
	height:21px;
	line-height:21px;
	border:1px solid #ddd;
	background-color:#fff;
	padding:5px 12px;
	color:#666666;
	margin-left:-4px;
	*margin-left:-8px;
}
.pl_pagination a:hover{
	border:1px solid #ddd;
	font-weight:normal;
	//text-decoration:none;
	//color:#666666;

	//background-color:#f5f5f5;
	background-color:#ff4400;
	color:#ffffff !important;
	//border: 1px solid #ff4400;
	
}

.pl_pagination span.current {
	border:1px solid #ddd;
	background-color:#ff4400;
	color:white;
	padding:5px 12px;
	display:inline-block;
	margin-left:-4px;
	*margin-left:-8px;
	height:21px;
	line-height:21px;
	color:#ffffff;
}
.plpub_sidebar{
	position:fixed;
	margin:auto;
	bottom:300px;
	left:0;
	right:0;
		width: 1190px; 
		height:0px;
		font-family:微软雅黑;
		font-size:12px;
		color:#505050;
		//border:1px solid red;
	}
	
	.plpub_sidebar .right_bar
	{
		position:relative;
		float:right;
		margin-right:-107px;
		margin-top:0;
		width:60px;
		height:auto;
		border:0;
		//border:1px solid red;
	}
	.plpub_sidebar .right_bar .a_sec
	{
		width:60px;
		height:60px;
		margin:0;
		text-align:center;
		border:1px solid #d7d7d7;
		background-color:#f5f5f5;
	}
	.plpub_sidebar .right_bar .up_top{
		margin-top:10px;
		background-image:url(../images/pl_list.png);
		background-repeat:no-repeat;
		background-position:-426px 2px;
	}
	.plpub_sidebar .right_bar .up_top:hover{
		background-position:-426px -37px;
		cursor:pointer;
	}
	.plpub_sidebar .right_bar .pub_sec:hover .img_box{
		background-position:-332px -44px;
	}
	.plpub_sidebar .right_bar .my_sec:hover .img_box{
		background-position:-383px -44px;
	}
	.plpub_sidebar .right_bar .a_sec .img_box
	{
		width:40px;
		height:40px;
		margin:2px auto 0px;
		background-color:#f5f5f5;
		//border:1px solid black;
	}
	.img_box.pubpl{
		background-image:url(../images/pl_list.png);
		background-repeat:no-repeat;
		background-position:-332px -5px;
	}
	.plpub_sidebar .right_bar .a_sec .text_box
	{
		width:60px;
		text-align:center;
		height:auto;
		margin:-5px auto;
		background-color:#f5f5f5;
	}
	.img_box.mypl{
		background-image:url(../images/pl_list.png);
		background-repeat:no-repeat;
		background-position:-383px -5px;
	}
