	
.dz_content {
	width: 100%;
	max-width: 1440px !important;
	margin: 0 auto;
}

.furum-headers .title {
	width: calc(100% - 200px);
	margin-left: 10px;
}

.furum-headers .author {
	width: 160px
}

.furum-headers .comments {
	width: 90px
}

.furum-list .el-table td,
.el-table th {
	padding: 10px 0;
}

.furum-list .el-table .cell {
	line-height: 16px;
}

.furum-txt:hover {
	color: #0eae64 !important;
}

.furum-line {
	height: 1px;
	background: #E3E3E3;
}

.furum-list .el-pager li {
	color: #666 !important;
	padding: 0 3px !important;
	font-size: 13px !important;
	min-width: 10px !important;
	width: 16px !important;
	height: 16px !important;
	line-height: 18px !important;
	font-weight: 400 !important;
	background: transparent !important;
}

.comment-details .detail-right {
	border-left: 1px solid #E3E3E3;
	padding-left: 10px;
}
.comment-details .detail-left{
	/* background-color: #90ee90;
	background: rgba(14,174,100,1); */
	background: rgba(14,174,100,0.1);
}

@media screen and (max-width: 768px) {
	.dz_content {
		width: calc(100% - 20px);
		max-width: 100%;
		margin: 0 auto;
	}
}
