/* 文章栏目列表 — 对齐 publicsafety.org.cn/news.html?id=14 */
.newsList {
	background: #f7f7f7;
	padding-bottom: 30px;
	min-height: 480px;
}
.dqWz {
	font-size: 14px;
	padding: 20px 0;
	overflow: hidden;
}
.dqWz > div { float: left; }
.dqWz a {
	color: #333;
	margin: 0 5px;
}
.dqWz a.wzColor { color: #0060aa; }
.contBoxCent { overflow: hidden; }
.contBoxCent .contLeft {
	width: 210px;
	float: left;
	position: sticky;
	top: 0;
}
.navLeft {
	background: #fff;
	padding-bottom: 30px;
	margin-bottom: 20px;
	border-top: #228ee1 solid 3px;
}
.navLeft h4 {
	font-size: 25px;
	text-align: center;
	padding: 30px 0;
	color: #000;
	margin: 0;
	font-weight: normal;
}
.navLeft ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
.navLeft ul li {
	height: 52px;
	line-height: 52px;
	text-align: center;
	position: relative;
	font-size: 18px;
	color: #000;
	margin-bottom: 20px;
}
.navLeft ul li:hover,
.navLeft ul li.active { background: #0060aa; }
.navLeft ul li:hover a,
.navLeft ul li.active a {
	color: #fff;
	font-size: 18px;
}
.navLeft ul li a {
	display: block;
	color: #000;
}
.navLeft ul li:hover::after,
.navLeft ul li.active::after {
	background-image: url('../images/caps/arrowS.png');
	content: '';
	width: 13px;
	display: block;
	height: 52px;
	position: absolute;
	right: -13px;
	top: 0;
}
.newsBottom,
.newsBottom--full {
	background: #fff;
	width: 914px;
	float: right;
	padding: 30px 50px;
	box-sizing: border-box;
}
.newsBottom--full {
	float: none;
	width: 100%;
}
.newsBottom > ul {
	margin: 16px 0 0;
	padding: 0;
	list-style: none;
}
.newsBottom > ul > li > a {
	overflow: hidden;
	display: block;
	margin-bottom: 44px;
	color: inherit;
	text-decoration: none;
}
.newsBottom > ul > li > a:hover h4 { color: #0060aa; }
.newsBottom > ul > li > a span {
	width: 206px;
	height: 140px;
	margin-right: 35px;
	float: left;
}
.newsBottom > ul > li > a span img {
	width: 206px;
	height: 140px;
	display: block;
	object-fit: cover;
}
.newsBottom > ul > li > a .font {
	overflow: hidden;
	border-top: #ddd dashed 1px;
	padding-top: 14px;
	min-height: 126px;
}
.newsBottom > ul > li > a .font h4 {
	font-size: 16px;
	font-weight: normal;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	margin: 0 0 18px;
	color: #222;
	transition: color .2s;
}
.newsBottom > ul > li > a .font i {
	font-style: normal;
	font-size: 14px;
	color: #666;
	border-top: #ddd dashed 2px;
	margin: 15px 0;
	padding-top: 8px;
	display: block;
}
.newsBottom > ul > li > a .font p {
	font-size: 14px;
	color: #666;
	margin: 8px 0 0;
	line-height: 24px;
	text-align: justify;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}
.pagination {
	padding: 20px 0 5px;
	text-align: center;
	margin-top: 20px;
}
.derd { display: inline-block; }
.derd > div {
	padding: 0 14px;
	line-height: 34px;
	height: 34px;
	border: #dfdfdf solid 1px;
	border-radius: 5px;
	display: block;
	float: left;
	font-size: 14px;
	margin: 0 4px;
}
.derd > div span { margin: 0 2px; }
.derd > div span i {
	color: #ff7c07;
	font-style: normal;
}
.pagination a {
	padding: 0 14px;
	line-height: 34px;
	font-size: 14px;
	height: 34px;
	border: #dfdfdf solid 1px;
	border-radius: 5px;
	color: #333;
	display: block;
	float: left;
	margin: 0 4px;
}
.pagination a.active,
.pagination a:hover {
	border-color: #0060aa;
	background: #0060aa !important;
	color: #fff;
}
.news-list-empty {
	padding: 60px 20px;
	text-align: center;
	color: #999;
	font-size: 15px;
}
@media (max-width: 992px) {
	.contBoxCent .contLeft {
		float: none;
		width: 100%;
		position: static;
	}
	.newsBottom,
	.newsBottom--full {
		float: none;
		width: 100%;
		padding: 20px 16px;
	}
	.newsBottom > ul > li > a span {
		width: 120px;
		height: 86px;
		margin-right: 14px;
	}
	.newsBottom > ul > li > a span img {
		width: 120px;
		height: 86px;
	}
}
