@charset "utf-8";
/* =============================================================
   保利物业 - ESG 可持续发展 前端样式
   基于已确认排版 esg/index.html
   ============================================================= */

/* ---------- 页面标题 ---------- */
.esg-page-title {
	text-align: center;
	padding: 40px 0 10px 0;
}
.esg-page-title h2 {
	font-size: 28px;
	color: #333;
	font-weight: normal;
	letter-spacing: 4px;
}
.esg-page-title p {
	font-size: 14px;
	color: #999;
	margin-top: 8px;
}

/* ---------- 列表容器 ---------- */
.esg-list-wrap {
	width: 1000px;
	margin: 30px auto 60px;
}

/* 分栏标题 */
.esg-section-title {
	margin: 40px 0 20px;
}
.esg-section-title span {
	padding: 8px 18px;
	color: #fff;
	font-size: 18px;
	background: #dab79d;
	display: inline-block;
	border-radius: 0 20px 20px 0;
}

/* 列表行 */
.esg-list-wrap .gg > p {
	width: 100%;
	height: 54px;
	box-sizing: border-box;
	background: #fafafa;
	border-radius: 5px;
	padding: 8px 0;
	position: relative;
	margin-bottom: 20px;
	display: flex;
}
.esg-list-wrap .gg > p:hover {
	background: #f8f1eb;
}
.esg-list-wrap .gg > p > i {
	font-style: normal;
	font-size: 12px;
	line-height: 38px;
	display: inline-block;
	padding: 0 20px;
	border-right: 1px solid #e6e6e6;
	margin-right: 16px;
	color: #b1b1b1;
	flex: none;
}
.esg-list-wrap .gg > p > b {
	font-weight: normal;
	font-size: 16px;
	line-height: 38px;
	display: block;
	width: 70%;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	color: #7c7c7c;
}
.esg-list-wrap .gg > p > a {
	position: absolute;
	border-radius: 6px;
	background: #efefef;
	color: #999;
	font-size: 12px;
	top: 50%;
	right: 14px;
	transform: translateY(-50%);
	padding: 4px 8px;
	color: #b1b1b1;
	text-decoration: none;
}
.esg-list-wrap .gg > p:hover a {
	background: #dab79d;
	color: #fff;
}
.esg-list-wrap .gg > p > a > u {
	font-size: 12px;
	transform: scale(0.85);
	text-decoration: none;
	display: block;
}

/* ---------- 点击查看更多 ---------- */
.esg-more {
	text-align: right;
	margin: 10px 0 40px;
}
.esg-more a {
	color: #dab79d;
	font-size: 14px;
	text-decoration: none;
	cursor: pointer;
}
.esg-more a:hover {
	color: #b58563;
}
.esg-more a.is-hidden {
	display: none;
}

/* ---------- 中英文切换按钮 ---------- */
.switch_btn {
	position: fixed;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	z-index: 999;
	cursor: pointer;
}
.switch_btn .switch_icon {
	text-align: center;
}
.switch_btn .switch_icon svg {
	display: none;
	width: 32px;
	height: 32px;
}
.switch_btn .switch_icon svg.icon_show {
	display: block;
}
.switch_btn .switch_fy {
	background: #dab79d;
	padding: 0px 12px;
}
.switch_btn .switch_fy h3 {
	font-size: 14px;
	color: #fff;
	font-weight: normal;
}
.switch_btn .switch_fy p {
	font-size: 12px;
	color: #f5e6db;
}
