group.css 975 字节
.conGod {
	height: 100%;
	background: #f7f8fa;
	padding-top: 32rpx;
}

.conGodTop {
	display: flex;
	align-items: center;
	height: 266rpx;
	margin: 0 32rpx 32rpx 32rpx;
	background: #ffffff;
	border-radius: 16rpx;
}

.conGodText {
	color: #323233;
	font-size: 32rpx;
}

.conGodAddress {
	color: #FF834D;
	font-size: 24rpx;
	margin-left: 9rpx;
	max-width: 380rpx;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.conGodNav {
	margin-bottom: 10rpx;
	display: flex;
	align-items: center;
}

.conGodNav image {
	width: 23rpx;
	height: 28rpx;
}

.conGodTime {
	color: #646566;
	font-size: 24rpx;
}

.conGodImg {
	margin: 30rpx 26rpx 36rpx 32rpx;
}

.conGodImg image {
	width: 200rpx;
	height: 200rpx;
	border-radius: 16rpx;
}

.conGodRight {
	height: 100%;
}

.conGodTextRight {
	margin: 24rpx 32rpx 12rpx 0;
	display: -webkit-box;
	word-break: break-all;
	text-overflow: ellipsis;
	overflow: hidden;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}