﻿/*右侧推荐 热帖 精华字句*/
.pk-youceziju {margin:7px auto;padding-bottom:7px;border-bottom: dashed 1px #eee}

/*右侧热门图文 开始*/
.box_moder {
	1width: 303;
	background-color: #fff;

	border:solid 1px #DFE0E1;
	border-radius:6px;
}
.hot_wz { /*内容宽度 高度*/
	width: 270px;
	padding-top: 15px; /*距离顶端的高度*/
	padding-bottom: 10px;/*距离底端的高度*/
	margin: auto;
}

.hot_wz dl {
	width: 100%;
	overflow: hidden;
	margin-bottom: 10px;/*热门图片 上下的距离*/
}

.hot_wz dt {
	width: 100px;
	height: 70px; /*图片高度*/
	display: block;
	overflow: hidden;
	float: left;
	margin-right: 10px;
}

.hot_wz dt img {
	width: 100%;
	transition: 0.3s;
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
}

.hot_wz dt img:hover {
	-webkit-transform: scale(1.1);
}

.hot_wz dd { /*帖子标题和时间*/
	width: 160px;
	display: block;
	overflow: hidden;
}

.hot_wz .j1 {  /*帖子标题*/
	height: 44px;
	line-height: 22px;
	font-size: 14px;
	word-break: break-all;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}

.hot_wz .j2 { /*时间*/
	height: 26px;
	line-height: 20px;
	font-size: 12px;
	color: #999;
}


/*最新用户+活跃用户 开始*/

.hot_yh {
	width: 270px;
	padding-top: 53px;/*整个活跃用户区到 顶端高度*/
	padding-bottom: 10px;
	margin: auto;
}

.hot_yh ul {
	width: 300px;
}

.hot_yh li {
	width: 70px;
	padding-right: 30px;
	padding-bottom: 10px;
	padding-top: 0px;/*头像顶端高度*/
	float: left;
}

.hot_yh .p_img {
	width: 70px;
	height: 70px;
	border:solid 1px #EEE;
	display: block;
	overflow: hidden;
	border-radius: 50px;
	
}

.hot_yh .p_img img {
	width: 100%;
}

.hot_yh .p_name {
	width: 70px;
	height: 26px;
	line-height: 36px;
	display: block;
	overflow: hidden;
	margin-top: 3px;
	text-align: center;
	font-size: 14px;
	word-break: keep-all;
	white-space: nowrap;
	text-overflow: ellipsis;
}	

/*旧的 精品图片*/
.pk-heiyiren-userbox,
.pk-heiyiren-guestbox,
.pk-heiyiren-forumsbox,
.pk-heiyiren-readbox,
.pk-heiyiren-usersbox,
.pk-heiyiren-friendsbox {
	padding: 15px 0;
	background-color: #fff;
	margin-bottom: 15px;

}

.pk-heiyiren-userbox .uh {
	float: left;
	border: solid 1px #EEEEEE;
	border-radius: 50%;
	width: 67px;
	height: 67px;
}

.pk-heiyiren-userbox .uicons {
	float: right;
	width: 172px;
	height: 67px;
	overflow: hidden;
}

.pk-heiyiren-userbox .uicons>div {
	float: left;
	width: 100%;
	height: 34px;
	line-height: 34px;
	overflow: hidden;
}

.pk-heiyiren-userbox .uicons>div:nth-of-type(1) {
	border-bottom: solid 1px #EEEEEE;
}

.pk-heiyiren-userbox .uicons>div:nth-of-type(1) span {
	font-size: 12px;
	color: #fff;
	background-color: orangered;
	padding: 2px 7px;
	border-radius: 4px;
	cursor: default;
}

.pk-heiyiren-userbox .uicons>div:nth-of-type(2) span {
	float: left;
	height: 24px;
	line-height: 24px;
	text-align: center;
	margin: 5px 4px;
	cursor: pointer;
}

.pk-heiyiren-userbox .uns {
	float: left;
	width: 100%;
	padding-top: 10px;
	font-size: 14px;
	line-height: 18px;
	color: #333;
}

.pk-heiyiren-forumsbox>div {
	padding-top: 5px;
	padding-bottom: 5px;
	border-bottom: solid 1px #eee;
}

.pk-heiyiren-forumsbox>div>a {
	color: #777;
}

.pk-heiyiren-readbox>div a:hover,
.pk-heiyiren-forumsbox>div>a:hover,
.pk-heiyiren-usersbox .nubox a:hover {
	color: #09BB07;
}

.pk-heiyiren-readbox>div {
	padding-top: 10px;
	padding-bottom: 10px;
	border-bottom: solid 1px #eee;
}

.pk-heiyiren-readbox>div img {
	float: left;
	width: 100%;
	height: 120px;
	border: solid 1px #EEEEEE;
	cursor: pointer;
}




