
#group-list,
#thread-list{ 
	position: relative;
	margin: 20px auto;
	width: 800px;
	height: 400px;
	border-top: 3px solid #44E8C5;
	background-color: #fff;
	font: 14px/1.5em arial,STHeiti,'Microsoft YaHei',\5b8b\4f53;
}
#group-list p{ 
	margin-top:0;
	margin-bottom: 0;
}
#group-list > p.title,
#thread-list p.title { 
	position: absolute;
	top: 10px;
	left: 10px;
	font-size: 18px;
	font-weight: bold;
}
#group-global { 
	position: relative;
	margin: 10px;
	width: 100px;
	height: 100px;

}
.global-wrapl,
.global-wrapr { 
	position: absolute;
	width: 0;
	height: 0;
}
.global-wrapl { 
	top: 3px;
	left: 5px;
	border-top: 160px solid transparent;
	border-right: 270px solid #fff;
	border-bottom: 160px solid transparent;
}
.global-wrapr { 
	top: -12px;
	left: -10px;
	border-top: 175px solid transparent;
	border-right: 295px solid #EDEDED;
	border-bottom: 175px solid transparent;
}

#group-global .group-content { 
	position: absolute;
	margin: 80px 70px;
	padding: 10px;
	width: 200px;
	height: 150px;
	color: #000;
	text-align: center;
}

#group-ect { 
	position: absolute;
	top: 0;
	right: 0;
	width: 520px;
	height: 100%;
	overflow: hidden;
}

#group-ect .group-ect-wrap { 
	position: relative;
	width: 100%;
	height: 100%;
	overflow: hidden;
}
#group-ect .group-content { 
	float: left;
	position: relative;
	margin: 2px 20px;
	padding: 10px;
	width: 200px;
	height: 150px;
	color: #000;
	text-align: center;
}
.group-content .t-time{ 
	font-size: 13px;
	color: #03c03c;
}
.group-content .t-time:before { 
	content: "";
	display: inline-block;
	margin-right: 3px;
	width: 7px;
	height: 7px;
	border-radius: 50%;
	background-color: #03c03c;
}
#group-ect .group-content:hover{ 
	background-color: #EDEDED;
}
#group-ect .tag,
#group-global .tag{ 
	display: inline-block;
	position: absolute;
	top: 15px;
	left: 5px;
	width: 50px;
	height: 20px;
	padding: 5px;
	border-radius: 5px;
	background-color: #44E8C5;
	font-weight: bold;
	font-size: 12px;
	color: #000;

	transform: rotate(-30deg);
	-ms-transform:rotate(-30deg); 	/* IE 9 */
	-moz-transform:rotate(-30deg); 	/* Firefox */
	-webkit-transform:rotate(-30deg); /* Safari 和 Chrome */
	-o-transform:rotate(-30deg); 
}

#group-ect-btn { 
	position: absolute;
	bottom: 5px;
	left: 0;
	width: 100%;
	height: 20px;
	text-align: center;
}
#group-ect-btn > span { 
	display: inline-block;
	margin-left: 5px;
	width: 15px;
	height: 15px;
	background-color: #ccc;
	border-radius: 50%;
	cursor: pointer;
}
#group-ect-btn .btn-active { 
	background-color: #44E8C5;
}

#group-global .hover{ 
	border-right: 270px solid #EDEDED;
}
#group-ect .hover{ 
	background-color:  #EDEDED;
}

#thread-list p.title { 
	top: -5px;
}
#thread-list ul{ 
	width: 700px;
	margin: 50px auto;
}
#thread-list li{ 
	position: relative;
	width: 100%;
	height: 50px;
	overflow: hidden;
	border-bottom: 1px solid #ddf;
}
#list-title >span:first-child{ 
	padding: 15px 135px;
}

#thread-list li:first-child{ 
	border: 1px solid #ccc;
	border-radius: 2px;
	font-weight: bold;
	background-color: #ddf;
}
#thread-list li span{ 
	display: inline-block;
	width: 100px;
	height: 20px;
}

#thread-list li>span.title{ 
	padding: 5px;
	margin-top: 10px;
	font-size: 16px;
	font-weight: bold;
	width: 350px;
	height: 50px;
	white-space: nowrap;
	text-overflow:ellipsis;
	overflow: hidden;
}

#thread-list span.thread-user-time{ 
	position: absolute;
	margin-left: 0;
	margin-top: 30px;
	font-size: 12px;
}
#thread-list span.remark-user-time{ 
	position: absolute;
	margin-left: 220px;
	margin-top: 30px;
	font-size: 12px;
}
#thread-list span.remark-nums-wrap{ 
	position: absolute;
	margin-left: 130px;
	margin-top: 5px;
	font-size: 14px;
}
#thread-list span.thread-user-wrap{ 
	position: absolute;
	margin-left: 10px;
	margin-top: 5px;
	font-size: 14px;
}
#thread-list span.remark-user-wrap{ 
	position: absolute;
	margin-left: 230px;
	margin-top: 5px;
	font-size: 14px;
}

/*threadInfo*/
#threadInfoRow2{
	margin: auto;
	height: 55px;
	margin-top: 50px;
	// border: 2px solid red;
	background-color: #2f2f2f;
}
#threadInfoRow3{
	width: 100%;
	margin: auto;
	border: 2px solid red;
	

}