/* 学会概况单页 — 对齐 publicsafety.org.cn about/list */
.profile-page {
	flex: 1;
	background: #f7f7f7;
	padding-bottom: 30px;
	min-height: 480px;
}
.profile-page .dqWz {
	font-size: 14px;
	padding: 20px 0;
	overflow: hidden;
}
.profile-page .dqWz > div { float: left; }
.profile-page .dqWz a {
	color: #333;
	margin: 0 5px;
}
.profile-page .dqWz a.wzColor { color: #0060aa; }
.profile-page .contBoxCent { overflow: hidden; }
.profile-page .contLeft {
	width: 210px;
	float: left;
	position: sticky;
	top: 0;
}
.profile-page .navLeft {
	background: #fff;
	padding-bottom: 30px;
	margin-bottom: 20px;
	border-top: #228ee1 solid 3px;
}
.profile-page .navLeft h4 {
	font-size: 25px;
	text-align: center;
	padding: 30px 0;
	margin: 0;
	color: #000;
	font-weight: normal;
}
.profile-page .navLeft ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
.profile-page .navLeft ul li {
	height: 52px;
	line-height: 52px;
	text-align: center;
	position: relative;
	font-size: 18px;
	margin-bottom: 20px;
}
.profile-page .navLeft ul li:hover,
.profile-page .navLeft ul li.active { background: #0060aa; }
.profile-page .navLeft ul li:hover a,
.profile-page .navLeft ul li.active a { color: #fff; font-size: 18px; }
.profile-page .navLeft ul li a {
	display: block;
	color: #000;
}
.profile-page .navLeft ul li:hover::after,
.profile-page .navLeft ul li.active::after {
	background-image: url('../images/caps/arrowS.png');
	content: '';
	width: 13px;
	height: 52px;
	position: absolute;
	right: -13px;
	top: 0;
}
.profile-page .contRight,
.profile-page .newsBottom {
	background: #fff;
	width: 914px;
	float: right;
	padding: 30px 50px;
	box-sizing: border-box;
}
.profile-page .titleBox { text-align: center; }
.profile-page .titleBox h3 {
	font-size: 26px;
	font-weight: normal;
	margin: 20px 0 0;
	color: #000;
}
.profile-page .contBox {
	margin-top: 30px;
	text-align: justify;
	word-break: break-word;
}
.profile-page .contBox p {
	font-size: 16px;
	line-height: 32px;
	margin-bottom: 15px;
	color: #000;
}
.profile-page .contBox img {
	max-width: 100%;
	height: auto !important;
}
.profile-page .textNews {
	margin: 0;
	padding: 0;
	list-style: none;
}
.profile-page .textNews li {
	overflow: hidden;
	padding: 20px 0;
	border-bottom: #eee dashed 1px;
}
.profile-page .textNews li a {
	display: block;
	overflow: hidden;
	font-size: 16px;
	color: inherit;
	text-decoration: none;
}
.profile-page .textNews li a:hover p { color: #0060aa; }
.profile-page .textNews li p {
	width: 80%;
	float: left;
	margin: 0;
	font-size: 16px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.profile-page .textNews li span {
	display: block;
	float: right;
	color: #666;
}
.profile-page .org-pagination {
	text-align: center;
	padding: 20px 0 5px;
	margin-top: 20px;
}
.profile-page .org-pagination .derd {
	display: inline-block;
	padding: 0 14px;
	line-height: 34px;
	border: #dfdfdf solid 1px;
	border-radius: 5px;
	font-size: 14px;
	color: #666;
}
.profile-page .org-pagination .derd i {
	color: #ff7c07;
	font-style: normal;
}
@media (max-width: 992px) {
	.profile-page .contLeft { float: none; width: 100%; position: static; }
	.profile-page .contRight,
	.profile-page .newsBottom { float: none; width: 100%; padding: 20px 16px; }
	.profile-page .titleBox h3 { font-size: 22px; margin-top: 8px; }
	.profile-page .contBox { margin-top: 16px; }
	.profile-page .textNews li p { width: 65%; }
}
