.form-required {
	font-size: inherit;
	padding-right: 2px;
	padding-left: 2px;
	vertical-align: top;
	color: #e02222;
}

/* 分页 */
@media (max-width: 991.98px) {
	.dataTables_wrapper {
		display: none;
	}
}

/* 页面主体 */
@media (max-width: 991.98px) {
	.page-main {
		padding-top: 20px;
		padding-bottom: 20px;
	}
}

@media (min-width: 992px) {
	.page-main {
		padding-top: 72px;
		padding-bottom: 40px;
	}
}

/* 页面主体 - 面包屑导航 */
@media (max-width: 991.98px) {
	.breadcrumb {
		font-size: 0;
		padding: 8px 0;
		line-height: 24px;
		height: 40px;
		margin-bottom: 0;
		overflow: hidden;
		text-overflow: ellipsis;
		white-space: nowrap;
	}

	.breadcrumb-item {
		display: inline-block;
		vertical-align: top;
		color: #888;
		list-style: none;
		font-size: 14px;
	}

	.breadcrumb-item+.breadcrumb-item {
		padding-left: 4px;
	}

	.breadcrumb-item+.breadcrumb-item::before {
		display: inline-block;
		padding-right: 4px;
		content: "/";
		font-size: 14px;
	}

	.breadcrumb-item+.breadcrumb-item:hover::before {
		text-decoration: underline;
	}

	.breadcrumb-item+.breadcrumb-item:hover::before {
		text-decoration: none;
	}

	.breadcrumb-item a {
		color: #888;
	}
}

@media (min-width: 992px) {
	.breadcrumb {
		font-size: 16px;
		padding: 16px 0;
		line-height: 24px;
		margin-bottom: 0;
	}

	.breadcrumb-item {
		display: inline-block;
		vertical-align: top;
		color: #888;
		list-style: none;
	}

	.breadcrumb-item+.breadcrumb-item {
		padding-left: 8px;
	}

	.breadcrumb-item+.breadcrumb-item::before {
		display: inline-block;
		padding-right: 8px;
		content: "/";
	}

	.breadcrumb-item+.breadcrumb-item:hover::before {
		text-decoration: underline;
	}

	.breadcrumb-item+.breadcrumb-item:hover::before {
		text-decoration: none;
	}

	.breadcrumb-item a {
		color: #888;
	}
}

/* 页面主体 - 新闻详情 */
@media (max-width: 991.98px) {
	.news-header {
		line-height: 1.5;
		margin-bottom: 16px;
	}

	.news-title {
		font-size: 18px;
		font-weight: normal;
		margin-bottom: 4px;
	}

	.news-date,
	.news-author {
		font-size: 13px;
		color: #b8b8b8;
	}

	.news-body {
		font-size: 14px;
		line-height: 24px;
	}

	.news-body p {
		margin-bottom: 16px;
	}

	.news-body img {
		display: block;
		max-width: 100%;
		margin: 20px auto;
	}
}

@media (min-width: 992px) {
	.news-header {
		line-height: 1.5;
		padding-bottom: 24px;
		margin-bottom: 24px;
		border-bottom: 1px solid #e7e7e7;
	}

	.news-title {
		font-size: 30px;
		font-weight: normal;
		margin-bottom: 8px;
	}

	.news-date,
	.news-author {
		font-size: 16px;
		color: #b8b8b8;
	}

	.news-body {
		font-size: 16px;
		line-height: 40px;

	}

	.news-body p {
		margin-bottom: 16px;
	}

	.news-body img {
		display: block;
		max-width: 100%;
		margin: 24px auto;
	}
}

/* 参与评论 */
.participate-comments {
	padding: 20px 0;
}

.participate-comments .headine {
	font-size: 16px;
	line-height: 1.5;
	font-weight: bold;
	margin-bottom: 16px;
}

.participate-comments .form {
	padding: 20px;
	background-color: #f5f5f5;
}

.participate-comments .button-submit {
	width: 220px;
}

/* 评论列表 */
@media (max-width: 991.98px) {
	.comment-list {
		padding-top: 20px;
		padding-bottom: 20px;
	}

	.comment-list ul {
		border-top: 1px solid #ddd;
	}

	.comment-list li {
		position: relative;
		padding: 10px;
		border-bottom: 1px solid #ddd;
	}

	.comment-list .time {
		position: absolute;
		top: 10px;
		right: 10px;
		font-size: 14px;
		line-height: 1.5;
		color: #999;
	}

	.comment-list .name {
		font-size: 14px;
		color: #333;
		line-height: 1.5;
		margin-bottom: 8px;
	}

	.comment-list .bd {
		font-size: 14px;
		line-height: 1.5;
		color: #333;
	}
}

@media (min-width: 992px) {
	.comment-list {
		padding-top: 20px;
		padding-bottom: 20px;
	}

	.comment-list ul {
		border-top: 1px solid #ddd;
	}

	.comment-list li {
		position: relative;
		padding: 16px 20px;
		border-bottom: 1px solid #ddd;
	}

	.comment-list .time {
		position: absolute;
		top: 16px;
		right: 20px;
		font-size: 14px;
		line-height: 1.5;
		color: #999;
	}

	.comment-list .name {
		font-size: 14px;
		color: #333;
		line-height: 1.5;
		margin-bottom: 8px;
	}

	.comment-list .bd {
		font-size: 14px;
		line-height: 1.5;
		color: #333;
	}
	
	.dropload-down {
		display: none;
	}
}
