/* 文章详情 — 对齐 publicsafety.org.cn/detail.html */
.newsList {
	background: #f7f7f7;
	padding-bottom: 30px;
	min-height: 480px;
}
.newsList .dqWz {
	font-size: 14px;
	padding: 20px 0;
	overflow: hidden;
}
.newsList .dqWz > div { float: left; max-width: 78%; }
.newsList .dqWz > a {
	float: right;
	color: #333;
	line-height: 22px;
}
.newsList .dqWz > a:hover { color: #0060aa; }
.newsList .dqWz a {
	color: #333;
	margin: 0 5px;
}
.newsList .dqWz a.wzColor { color: #0060aa; }
.newsCont {
	background: #fff;
	padding: 40px;
	box-sizing: border-box;
}
.titleBox { text-align: center; }
.titleBox h3 {
	font-size: 26px;
	font-weight: normal;
	margin: 20px 0 0;
	color: #000;
	line-height: 1.4;
}
.titleBox .titBox {
	font-size: 14px;
	border-bottom: #ddd solid 1px;
	padding-bottom: 30px;
	margin-top: 30px;
}
.titleBox .titBox span {
	margin-right: 15px;
	color: #666;
}
.contBox {
	margin-top: 30px;
	text-align: justify;
	word-break: break-word;
}
.contBox img {
	max-width: 100%;
	height: auto !important;
}
.contBox p {
	font-size: 16px;
	line-height: 32px;
	margin-bottom: 15px;
	color: #000;
}
.contBox video {
	max-width: 100%;
	height: auto;
}
.contBox table {
	max-width: 100%;
}
@media (max-width: 992px) {
	.newsList .dqWz > div { float: none; max-width: 100%; margin-bottom: 10px; }
	.newsList .dqWz > a { float: none; display: block; }
	.newsCont { padding: 24px 16px; }
	.titleBox h3 { font-size: 20px; }
}
