/* ============================================================
   信息公示模块（竞争优势页面）
   - 列表样式 + PDF 弹窗样式
   - 配色沿用全站主题色 darkorange / #f48130
   ============================================================ */

#gonggaoList {
	margin-top: 5px;
}

.gonggao-item {
	line-height: 40px;
	font-size: 14px;
	color: #3e3e3e;
	border-bottom: 1px dashed #e6e6e6;
	cursor: pointer;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.gonggao-item:hover {
	color: darkorange;
	background-color: #fafafa;
}

.gonggao-item:last-child {
	border-bottom: none;
}

.gonggao-date {
	display: inline-block;
	width: 110px;
	font-size: 13px;
	color: #868686;
}

.gonggao-item:hover .gonggao-date {
	color: darkorange;
}

.gonggao-title {
	display: inline-block;
	padding-left: 15px;
	color: #3e3e3e;
}

.gonggao-item:hover .gonggao-title {
	color: darkorange;
}

.gonggao-new {
	display: inline-block;
	margin-left: 10px;
	padding: 0 6px;
	line-height: 20px;
	font-size: 12px;
	color: #ffffff;
	background-color: #f48130;
	border-radius: 3px;
	vertical-align: 1px;
}

/* 空状态 / 加载中 / 出错提示 */
.gonggao-empty,
.gonggao-loading,
.gonggao-message {
	padding: 45px 20px;
	text-align: center;
	font-size: 14px;
	line-height: 28px;
	color: #868686;
}

/* ---------------- 弹窗 ---------------- */
.gonggao-modal-title {
	font-size: 16px;
	font-weight: bold;
	color: #595959;
	line-height: 26px;
}

.gonggao-modal-date {
	font-size: 13px;
	color: #868686;
	line-height: 20px;
}

.gonggao-openlink {
	font-size: 13px;
	color: darkorange;
	margin-right: 15px;
}

.gonggao-openlink:hover {
	text-decoration: underline;
}

#gonggaoViewer {
	text-align: center;
}

.gonggao-page {
	display: block;
	margin: 10px auto;
	background-color: #ffffff;
	box-shadow: 0 1px 4px rgba(0, 0, 0, 0.15);
}

.gonggao-pagenote {
	font-size: 12px;
	color: #868686;
	margin-right: auto;
}

.gonggao-closebtn {
	background-color: #f48130;
	border-color: #f48130;
	color: #ffffff;
	padding: 2px 22px;
}

.gonggao-closebtn:hover,
.gonggao-closebtn:focus {
	background-color: #e06f10;
	border-color: #e06f10;
	color: #ffffff;
}
