@charset "utf-8";
.waterfall dd {
	float: left;
	background: #fff;
	cursor: pointer;
	margin: 5px;
	height: 300px;
	border: 1px solid #e0e0e0;
	position: relative;
	overflow: hidden;
    width:227px;
}
.waterfall dl {
	
}
.thd_imgbox {
	height: 175px;
	overflow: hidden;
	position: relative;
    padding: 8px 8px 0 8px;
}
.thd_imgbox img{
	height: 100%;
    width:100%;
    transition: All 0.3s ease-in-out;
-webkit-transition: All 0.3s ease-in-out;
-moz-transition: All 0.3s ease-in-out;
-o-transition: All 0.3s ease-in-out;
}
.waterfall dd:hover .thd_imgbox img {
    transform: scale(1.05);
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -o-transform: scale(1.05);
    -ms-transform: scale(1.05);
}
.thd_c_intro {
	height: 175px;
	position: absolute;
	top: 0;
	right: 0px;
	filter: alpha(opacity=0);
	-moz-opacity: 0;
	-khtml-opacity: 0;
	opacity: 0;
}
.thd_c_intro span {
	position: absolute;
	left: 50%;
	top: 60px;
	margin-left: -27px;
	width: 54px;
	height: 54px;
	overflow: hidden;
	line-height: 54;
}
.waterfall li:hover {
	box-shadow: 0px 0px 10px #d0dae2;
}
.waterfall li:hover .thd_c_intro {
	opacity: 1;
}
.thd_libox {
	background-color: #f9f9f9;
	padding: 5px;
	height: 100px;
	border-top: 1px solid #f8f8f8;
	overflow: hidden;
}
.thd_litit {
	font-size: 12px;
	font-weight: bold;
	color: #5b6269;
	height: 22px;
	line-height: 22px;
	margin-top: 0px;
	padding-left: 0px;
	overflow: hidden;
}
.clear {
	clear: both;
}
.thd_wft {
	display: inline-block;
	font-weight: normal;
	font-size: 13px;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	padding: 0;
	color: #666;
	width: 100%;
}

.waterfallbottom {
	background-color: #f9f9f9;
	padding: 10px 2px;
	height: 30px;
	border-top: 1px solid #f8f8f8;
	overflow: hidden;
}
.thd_listavator {
	display: block;
	width: 140px;
	min-width: 40px;
	height: 30px;
	overflow: hidden;
	float: left;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.thd_listavator span {
	display: block;
	height: 30px;
	line-height: 30px;
	font-size: 20px;
	float: left;
	width: 140px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
    color: #F78926;
}
.thd_ftsj,.thd_ftsj span {
	height: 30px;
	line-height: 30px;
	font-size: 12px;
	color: #999;
	float: right;
}
.favorite-span {
	background: rgba(0, 0, 0, 0.16) none repeat scroll 0% 0%;
	border-radius: 2px;
	padding: 4px 4px;
	display: block;
	font-family: "microsoft yahei";
	position: absolute;
	bottom: 0px;
	right: 0px;
	color: #FFF;
	font-size: 13px;
    width: auto !important;
}
.favorite-span em.thd_views {
	background: url(../images/view.png) left center no-repeat;
	padding-right: 5px;
}
.favorite-span em {
	display: inline-block;
	font-size: 12px;
	color: #fff;
	font-weight: normal;
	padding-left: 14px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	width: 23px;
	text-align: center;
}
.favorite-span em.thd_comments {
	background: url(../images/reply.png) left center no-repeat;
}
.p-outter {
    width: 100%;
    margin: 15px auto;
}
.p-outter .p-bar {
    height: 8px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    background: #e6e6e6;
    overflow: hidden;
}
.p-outter .p-bar span {
    display: block;
    height: 8px;
    background: #09AAF5;
}
.p-outter li {
    list-style-type: none;
background: none !important;
}
.p-items {
    padding-top: 5px;
    padding-bottom: 15px;
    overflow: hidden;
    font-family: 'Microsoft Yahei','\5FAE\8F6F\96C5\9ED1',Arial,'Hiragino Sans GB','\5B8B\4F53';
    font-size: 12px;
    color: #5e5e5e;
}
.p-items p,.p-items li{
    margin: 0;
    padding: 0;
    border: 0;
}
.p-items .p-i-infos {
    height: 36px;
    margin-left: -5px;
    padding:0px;
}
.clearfix {
    display: inline-table;
    display: block;
    zoom: 1;
}
.p-items .fore1 {
    width: 80px;
    position: relative;
    padding-left: 5px;
    float: left;
}
.p-items .p-percent {
    font-size: 14px;
    color: #5e5e5e;
    line-height: 18px;
}
.p-items .p-extra {
    color: #a5a5a5;
}
.p-items .v-line {
    position: absolute;
    right: 0;
    top: 0;
    width: 1px;
    height: 36px;
    background: #e7e7e7;
}
.p-items .fore2 {
    width: 75px;
    position: relative;
    padding-left: 5px;
    float: left;
}
.p-items .fore3 {
    width: 50px;
    position: relative;
    padding-left: 5px;
    float: left;
}
