@charset "utf-8";
/* CSS Document */
*{
	margin: 0;
	padding: 0;
}
.CommunityGroupBox{
	width: 740px;
	float: left;
	padding: 30px 0;
}
.CommunityGroupP{
	width: 664px;
	margin: 0 auto 25px;
	font-size: 16px;
	line-height: 24px;
}
.CommunityGroupTitle{
	width: 664px;
	height: 32px;
	line-height: 32px;
	text-indent: 10px;
	font-size: 20px;
	color: #bf0000;
	background: #e5e5e5;
	margin: 0 auto 30px;
}
.CommunityGroupCont{
	width: 636px;
	padding: 0 14px;
	margin: 0 auto;
}
.WeChatQRcodeBox{
	width: 100%;
	height: 200px;
	background: #f6f6f6;
	font-size: 16px;
	line-height: 24px;
	margin-bottom: 30px;
}

.WeChatQRcodeBox .WeChatQRcodeLeft{
	width: 390px;
	float: left;
	padding-top: 60px;
	padding-left: 25px;
}
.WeChatQRcodeBox .WeChatQRcodeRight{
	width: 180px;
	float: right;
	margin-right: 40px;
	margin-top: 15px;
	text-align: center;
}
.WeChatQRcodeBox .WeChatQRcodeRight img{
	width: 146px;
	height: 146px;
	display: block;
	margin: 0 auto;
}
.CommunityGroupCont h3{
	font-size: 18px;
	margin-bottom: 15px;
	font-weight: normal;
}
.WeChatGroup{
	width: 100%;
	font-size: 16px;
	line-height: 18px;
	margin-bottom: 10px;
}
.WeChatGroupList{
	float: left;
	width: 155px;
	text-align: center;
	margin-bottom: 30px;
}
.WeChatGroupList img{
	width: 70px;
	height: 70px;
	display: block;
	margin: 10px auto;
}
.QQGroup{
	width: 100%;
	list-style: none;
	margin: 0;
	padding: 0;
}
.QQGroup li.QQGroupList{
	float: left;
	width: 195px;
	height: 38px;
	position: relative;
	border: 1px solid #dadada;
	border-radius: 30px;
	margin-right: 20px;
	margin-bottom: 20px;
	background: #fff;
}
.QQGroup li.QQGroupList:nth-child(3n){
	margin-right: 0px;
}
.QQGroup li.QQGroupList .QQIcon{
	float: left;
	width: 22px;
	height: 26px;
	margin-top: 6px;
	margin-left: 10px;
}
.QQGroup li.QQGroupList .QQIcon img{
	width: 22px;
	height: 26px;
}
.QQGroup li.QQGroupList .QQlist{
	float: left;
	width: 60px;
	margin-top: 8px;
	margin-left: 5px;
	font-size: 16px;
}
.QQGroup li.QQGroupList .QQlist span{
	font-weight: 600;
}
.QQGroup li.QQGroupList .QQstatus{
	float: left;
	width: 80px;
	font-size: 14px;
	color: #9b9b9b;
	margin-top: 9px;
	margin-left: 5px;
}
.QQGroup li.QQGroupList .QQnumber{
	float: left;
	width: 80px;
	font-size: 14px;
	color: #bf0000;
	margin-top: 9px;
	margin-left: 5px;
}
.QQGroup li.QQGroupList:nth-child(5n) .QQnumber , .QQGroup li.QQGroupList:nth-child(6n) .QQnumber{
	margin-top: 4px;
}
.QQGroup li.QQGroupList:nth-child(5n) .QQlist , .QQGroup li.QQGroupList:nth-child(6n) .QQlist{
	margin-top: 5px;
}
.QQGroup li.QQGroupList .QQName{
	position: absolute;
	bottom: 1px;
	font-size:12px;
	color: #000000;
}
.QQGroup li.QQGroupList:nth-child(5n) .QQName{
	right: 8px;
}
.QQGroup li.QQGroupList:nth-child(6n) .QQName{
	right: 15px;
}
.WeChatQRcodeBox:after , .WeChatGroup:after , .QQGroup:after{
	content: "";
	clear: both;
	display: block;
}