@charset "gb2312";
/* CSS Document */


/*图片瀑布流*/
	.imgbottom{width:980px; text-align:center;  margin:0 auto;}
	.imgloading{display:none; width:200px; margin:0 auto; text-align:center; }
	.pbl{width:980px; overflow:hidden; margin:0 auto;}
	.img_hover{display:none; position:absolute; z-index:8; margin:-20px 0px 0px 14px; width:192px; background:#000;  opacity:0.7; filter:alpha(opacity=70); color:#fff; cursor:pointer; } 
	.img_love{display:none; position:absolute; z-index:8; margin:5px 0px 0px 30px; } 
	.img_love div{width:41px; height:16px; cursor:pointer;  background:url("../images/img_love1.png") no-repeat;
		/*以下为IE6设置PNG透明代码*/
		_background:none;
		_filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src="style/images/img_love1.png"); 
	}
	.img_love div:hover{background:url("../images/img_love2.png") no-repeat;
		/*以下为IE6设置PNG透明代码*/
		_background:none;
		_filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src="style/images/img_love2.png"); 
		}
	.text_hover{width:212px; margin:0 auto; text-align:left; padding:0 0 5px; color:#333; opacity:0.6; filter:alpha(opacity=60);}
	.cell:hover .text_hover{opacity:1; filter:alpha(opacity=100);}
	.cell:hover .img_love{display:block;}
	.cell:hover .img_hover{display:block;}

	.text_hover p{line-height:22px; padding-bottom:10px;}
	.love_count{display:inline-block; padding:0 15px 0 0; background:url("../images/menu_bg.gif") no-repeat 0 -119px; text-indent:20px; line-height:14px; height:14px; cursor:pointer; }
	.love_count:hover{ background:url("../images/menu_bg.gif") no-repeat 0 -89px; }
	.pl_count{display:inline-block; padding:0 15px 0 0; background:url("../images/menu_bg.gif") no-repeat 0 -133px; text-indent:20px; line-height:14px; height:14px;cursor:pointer; }
	.pl_count:hover{ background:url("../images/menu_bg.gif") no-repeat 0 -104px; }
	.img_from{height:50px; line-height:25px; padding-top:8px; font-size:14px;}
	.img_from a:hover{color:#8e60bd;}
    
	.cell img{
        width: 230px;
        height: 291px;
		padding-left:7px;
    }

body,div{ margin:0; padding:0;}
img{ border:0}
#container{overflow:hidden; width:850px;}
#container .cell{ padding:16px 5px 0; width:244px; float:left; margin-right:20px; /*border-top:1px solid #fff; border-right:1px solid #cfcfc0; border-left:1px solid #cfcfc0; border-bottom:1px solid #707068; box-shadow:0 2px 0 #cfcfc0;*/ background:#F5F5F5; margin-top:20px}
#container p{ line-height:20px; margin-top:0px}

