.pk-heiyirentext-color{
color:#555;font-size:16px;
}
.listbox {
	position: relative;
	padding: 10px  3px  0px;//上10px 左右3px 下0px
}

.listbox .title { /*列表标题文字*/
	width: 100%;
	font-weight:bold;
	font-size: 19px;
	color: #444;
	word-break: break-all;
}

.listbox .title:active {
	color: #777;
}

.listbox .image img {/*一张图时候，标题距离右边的最大宽度*/
	max-width: 200px;
	height: 140px;//所有图片的高度
}

.listbox .image img:nth-of-type(1) {
	border-bottom-left-radius: 7px;
	border-top-left-radius: 7px;
}

.listbox .image img:nth-last-of-type(1) {
	border-bottom-right-radius: 7px;
	border-top-right-radius: 7px;
}

.listbox .image img:nth-of-type(2) {
	padding: 0 1px;
}

.listbox .author {
	font-size: 12px;
	color: #999;
	border-bottom: solid 1px #eee;
	padding: 10px 0 5px;
}

.listbox .author span {
	display: inline-block;
	margin-right: 7px;
}

.listbox .author span:nth-last-of-type(1) {
	float: right;
	margin-right: 0px;
}

.listbox .author span .span {
	display: inline-block;
	font-size: 10px;
	width: 15px;
	height: 15px;
	text-align: center;
	line-height: 15px;
	border-radius: 50%;
	overflow: hidden;
}


/*1图*/

.listbox._1 .title {
	height: 120px;
	padding-right: 105px;/*1图时，标题距离右边的距离*/
	overflow: hidden;
}

.listbox._1 .image {
	position: absolute;
	top: 10px;
	right: 15px;
}

.listbox._3 .image {
	padding-top: 10px;
}

.listbox._3 .image img {
	width: 33%;
	max-width: 100%;
}

#loadmorereadlistbtn {
	display: block;
	text-align: center;
	height: 32px;
	line-height: 32px;
	margin: 0 auto;
	width: 70%;
	border: solid 1px #ccc;
	color: #ccc;
	font-size: 13px;
	border-radius: 16px;
}

#loadmorereadlistbtn:hover {
	background-color: #eee;
}

 /*动态帖子标题 颜色 文字大小 文字划过颜色 list-2.hst 文字段div里加dongtai   <div class="dongtai">*/ 
.dongtai a{ font-weight:bold;font-size:20px;color:#222;}
.dongtai a:hover{font-weight:bold;text-decoration:underline;color:#09BB07;}

.pk-heiyiren-listtitle,.pk-heiyiren-listcontent{border-radius:2px}.pk-heiyiren-listtitle{padding:15px 0;margin-bottom:15px}.pk-heiyiren-listtitle h1,.pk-heiyiren-listtitle .dt{height:32px;display:table-cell;vertical-align:bottom}.pk-heiyiren-listtitle h1{padding:0;margin:0;padding-right:20px;font-size:24px;font-weight:200}.pk-heiyiren-listtitle .dt{display:table-cell;font-size:12px;color:#777}.pk-heiyiren-listtitle>div>div{display:block}.pk-heiyiren-listtitle>div>div:nth-of-type(2){margin-top:5px;border-top:solid 1px #eee;font-size:12px;color:#999;line-height:16px;padding:3px 0}.pk-heiyiren-listcontent>div:nth-of-type(1) a{color:#777;margin-right:15px}#read-list .read-list{padding-top:15px;padding-bottom:5px;border-top:solid 1px #ddd}#read-list .read-list:hover{background-color:#F1F1F1;}#read-list .read-list .uh{margin:0 auto;display:block;border-radius:50%;cursor:pointer;width:48px;height:48px}#read-list .read-list .run,#read-list .read-list .rt{text-overflow:ellipsis;white-space:nowrap;overflow:hidden;display:block}#read-list .read-list .run{height:18px;padding-top:2px;font-size:12px;color:#999}#read-list .read-list .rt{height:26px;padding-top:2px;font-size:18px}#read-list .read-list .rc{word-break:break-all;display:-webkit-box;text-overflow:ellipsis;overflow:hidden;-webkit-line-clamp:2;-webkit-box-orient:vertical;max-height:40px;color:#777;font-size:14px}#read-list .read-list .run a{}#listpages a{display:inline-block;min-width:32px;height:32px;line-height:32px;text-align:center;border:solid 1px #09BB07;border-right:none;color:#09BB07;padding:0 5px;font-size:14px;white-space:nowrap}#listpages a[href="javascript:"],#listpages a:hover{color:#FFFFFF;background-color:#09BB07;border-color:#FFFFFF}#listpages a[href="javascript:"]{cursor:default}#listpages a:nth-last-of-type(1){border-right:solid 1px #09BB07}