/* story waterfall start */
#story_container {
	margin-top:10px;
	height:100%;
	overflow:hidden;
	position:relative
}
.story_container {
	margin:0 auto;
	width:98%;
	position:relative; /*text-align:center;*/
	padding-top:10px;
}
.story_container .col {
	border:1px solid #ddd;
	background:#fff;
	margin-top:10px;
	width:290px;
	text-align:center
}
.story_container .col:hover{
    border: 2px solid #ee7c9f;
    /*margin: -2px 0 0 -2px;*/
    width: 290px;

}

.story_container .filter {
    cursor: default;
    padding: 4px;
    width: 280px;
}
.story_container .filter img {
    display: block;
}

.story_container .col .top {
    background: none repeat scroll 0 0 #F9F9F9;
    color: #666666;
    padding-top: 15px;
	width:290px;
	height:48px;
}
.story_container .col .top h3 {
    margin: 0 15px 5px 0;
}
.story_container .col .top .summary {
    border-bottom: 1px dashed #E0E0E0;
    margin: 0 15px;
    padding-bottom: 10px;
}
.story_container .col .top .summary .time {
    color: #ACACAC;
    margin-right: 10px;
}
.story_container .col .top .summary .state em {
    color: #FF6600;
}
.story_container .col .photo {
    padding: 10px 15px 0;
}
.story_container .col .photo img {
    display: block;
    width: 260px;
}
.story_container .col .desc {
	color:#666666; line-height:22px;
    padding: 15px;
	text-align:left;
}
.story_container .col .bott {
    margin-right: 15px;
    text-align: right;
	padding-bottom:5px;
	width:100px;
	float:right;
}
.story_container .col .bott .btn_A {
    background: url("../images/story_heart.png") no-repeat scroll 8px 10px #CCCCCC;
    height: 28px;
    line-height: 28px;
    padding: 0 0 0 13px;
    text-align: center;
    width: 80px;
}
.story_container .hover .bott .btn_A {
    background: url("../images/story_heart.png") no-repeat scroll 8px -40px #88AED0;
}

.story_container .weiguanBtn a {
    background:url("../images/story_icon_heart.png") no-repeat 8px 10px #CCCCCC;
	color:#fff;
    height: 28px;
    line-height: 28px;
    padding: 0 0 0 13px;
    text-align: center;
    width: 80px;
	display: inline-block;
}
.story_container .weiguanBtn a:hover {
    background:url("../images/story_icon_heart.png") no-repeat 8px 10px #ee7c9f;
	color:#fff;
}

#story_loader {
	border:1px solid #ccc;
	background-color:#f7f7f7;
	text-align:center;
	height:45px;
	line-height:45px;
	font-size:16px;
	color:#666666;
}
#story_loaderCircle img {
	vertical-align:middle
}
/* waterfall end */