@charset "UTF-8";

/* ======互动交流====== */
/* ====领导信箱==== */
.hdjl_main_row {
	width: 100%;
	margin-top: -.45rem;
	background: url(../img/20260303_hdjl_body_bg.jpg) no-repeat center top #f7f7f7;
	overflow: hidden;
}

.hdjl_main_row .hdjl_title {
	margin: 46px 0;
}

.hdjl_tab_bar {
	width: 300px;
	height: 68px;
	line-height: 68px;
	font-size: 22px;
	font-weight: bold;
	color: #fff;
	text-align: center;
	box-shadow: 5px 0 10px rgba(0, 56, 138, .3);
	background: url(../img/20260303_tab_bg.jpg) center bottom no-repeat;
	background-size: 100% 68px;
}

.lead_mail_row {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	padding-bottom: 26px;
	border-top: 1px solid #387fcb;
	background-color: #fff;
}

.lead_mail_items {
	margin: 0 .3rem;
	width: 100%;
	display: flex;
	justify-content: space-around;
	border-bottom: 1px solid #e9e9e9;
}

.lead_mail_items li {
	width: 335px;
	display: flex;
	border-right: 1px solid #E9E9E9;
	overflow: hidden;
}

.lead_mail_items li:last-of-type {
	border: none;
}

.lead_mail_items li a {
	margin: .3rem auto;
	display: flex;
	align-items: center;
}

.lead_mail_items li img {
	width: 85px;
	margin-right: 20px;
}

.lead_mail_items li div {
	max-width: 160px;
}

.lead_mail_items li div h3 {
	font-size: 22px;
	font-weight: 400;
	padding-bottom: 10px;
}

.lead_mail_items li div p {
	font-size: 15px;
	color: #999;
	line-height: 24px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}

.mail_custom_row {
	margin: .3rem 0 0 .3rem;
	width: 960px;
}

.mail_custom_title {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 22px;
}

.mail_custom_title h3 {
	line-height: 100%;
	font-size: 24px;
	color: #1f66ca;
}

.hdjl_main_row a.more {
	display: inline-block;
	width: 30px;
	height: 30px;
	background: url(../img/20260303_more_icon1.png) right center no-repeat;
}

.mail_list {
	color: #333;
	text-align: center;
}

.mail_list .mail_list_row {
	height: 250px;
	overflow-y: auto;
	overflow-x: hidden;
	background-color: var(--white);
}

.mail_list_row::-webkit-scrollbar {
	/*滚动条整体样式*/
	width: 5px;
	/*高宽分别对应横竖滚动条的尺寸*/
	height: 1px;
	/* background: #f2f3f4; */
	border-radius: 3px;
}

.mail_list_row::-webkit-scrollbar-thumb {
	/*滚动条里面小方块*/
	border-radius: 3px;
	background: #c1c1c1;
}

.mail_list_row::-webkit-scrollbar-track {
	/*滚动条里面轨道*/
	background: var(--white);
}

.mail_list dt {
	margin-bottom: 13px;
	display: flex;
	height: 48px;
	line-height: 48px;
	font-weight: 700;
	font-size: 18px;
	background: #f4f4f4;
}

.mail_list dd {
	display: flex;
	line-height: 40px;
}

.mail_list dd span {
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.mail_list dt span:first-of-type,
.mail_list dd span:first-of-type {
	width: 9%;
}

.mail_list dt span:nth-child(2),
.mail_list dd span:nth-child(2) {
	width: 47%;
	text-align: left;
}

.mail_list dt span:nth-child(3),
.mail_list dd span:nth-child(3) {
	width: 30%;
}

.mail_list dt span:last-of-type,
.mail_list dd span:last-of-type {
	width: 14%;
}

.mail_stats_row {
	margin: .3rem .3rem 0 0;
	width: 350px;
}

.mail_stats_row p {
	padding-bottom: 20px;
}

/* ====调查征集 结果反馈==== */
.hd_news_main {
	margin: .6rem auto .3rem;
	display: flex;
	justify-content: space-between;
	background-color: #fff;
}

.hd_news_main_left {
	width: 960px;
	margin: .3rem 0 0 .3rem;
}

/* ===标题=== */
.hd_news_title {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.hd_news_title .hd_news_tabs {
	flex: 1;
	display: flex;
	align-items: center;
}

.hd_news_tabs li {
	cursor: pointer;
	line-height: 100%;
	font-size: 24px;
	font-weight: bold;
	color: #222;
}

.hd_news_tabs em {
	padding: 0 28px;
	font-size: 20px;
	color: #ccc;
	font-style: normal;
}

.hd_news_tabs li.active {
	color: #1f66ca;
}

.hd_news_more a {
	margin-right: 8px;
}

.hd_news_more a.hide {
	display: none;
}

/* ===调查征集=== */
.hd_news_row {
	position: relative;
	width: 960px;
	height: 380px;
	overflow: hidden;
	margin-top: .16rem;
}

.hd_news_row .hd_news_content {
	width: 960px;
	height: 350px;
	display: none;
	position: relative;
	overflow: hidden;
}

.hd_news_content.active {
	display: block;
}

/* ===调查征集列表容器，用于滑动=== */
.hd_news_content .dczj_wrapper {
	width: 1920px;
	/* 两个列表的宽度总和 960 * 2 */
	height: 300px;
	position: absolute;
	left: 0;
	top: 0;
}

.hd_news_content .dczj_list {
	float: left;
	width: 960px;
	height: 300px;
}

.dczj_list dl {
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 100%;
	padding: .2rem 0;
	overflow: hidden;
}

.dczj_list dl dt {
	width: .5rem;
	height: .5rem;
	line-height: .48rem;
	border-radius: 50%;
	border: 1px solid #ececec;
	text-align: center;
	font-size: 20px;
}

.dczj_list dl dd:nth-child(2) {
	flex: 1;
	max-width: 783px;
	padding-right: 20px;
	margin-left: .3rem;
}

.dczj_list dl dd h4 {
	margin-bottom: .16rem;
	font-size: 18px;
	color: #333;
	text-align: justify;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.dczj_list dl dd h4 a {
	color: #333;
}

.dczj_list dl dd p {
	color: #999;
	font-size: 14px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.hd_news_content .butn {
	display: inline-block;
	margin-bottom: 35px;
	color: #fff;
	line-height: 28px;
	padding: 0 .16rem;
	background: #1f66ca;
	border-radius: 20px;
}

.hd_news_content .butn-done {
	background: #999;
}

.carousel_box {
	position: absolute;
	right: 0;
	bottom: 0;
}

.carousel_box a {
	display: inline-block;
	width: 20px;
	height: 20px;
	background: #1f66ca url(../img/20260303_i102.png) no-repeat;
	cursor: pointer;
}

.carousel_box a.left {
	background-position: 6px 4px;
}

.carousel_box a.right {
	background-position: -17px 4px;
}

.carousel_box a.disabled {
	background-color: #999;
	cursor: text;
}

/* ===结果反馈=== */
.jgfk_list {
	margin-top: 16px;
}

.jgfk_list li {
	display: flex;
	align-items: center;
	width: 100%;
	height: 46px;
}

.jgfk_list li::before {
	content: '';
	width: 4px;
	height: 4px;
	margin: 4px .14rem 0 0;
	background-color: #cdc8cb;
}

.jgfk_list li a {
	display: inline-block;
	flex: 1;
	padding-right: .2rem;
	color: #333;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.jgfk_list li time {
	width: 90px;
	text-align: right;
	color: #999;
}

/* ====智能问答==== */
.znwd_row {
	margin: .3rem .3rem 0 0;
	width: 285px;
}

.znwd_row .m_show {
	display: none !important;
}

.znwd_row .m_hide {
	display: block !important;
}

/* ====移动端==== */
@media screen and (max-width: 1200px) {

	.hdjl_title,
	.hdjl_tab_bar {
		display: none;
	}

	.lead_mail_row {
		margin-top: .3rem;
		border: none;
	}

	.lead_mail_items {
		flex-wrap: wrap;
		padding: .2rem 0;
	}

	.lead_mail_items li {
		width: 50%;
		margin: .1rem auto .2rem;
	}

	.lead_mail_items li:nth-of-type(2) {
		border: none;
	}

	.lead_mail_items li a {
		flex-wrap: wrap;
		justify-content: center;
		margin: 0;
	}

	.lead_mail_items li img {
		width: .85rem;
		margin: 0 auto;
	}

	.lead_mail_items li div {
		width: 100%;
		text-align: center;
	}

	.lead_mail_items li div h3 {
		font-size: .32rem;
		padding: .15rem 0;
	}

	.lead_mail_items li div p {
		font-size: .26rem;
	}

	.mail_custom_row {
		width: 6.3rem;
	}

	.mail_custom_title h3 {
		font-size: .36rem;
	}

	.hdjl_main_row a.more {
		background-size: .3rem;
	}

	.mail_list dt {
		font-size: .28rem;
		height: .8rem;
		line-height: 1.3;
		align-items: center;
	}

	.mail_list dd {
		font-size: .28rem;
	}

	.mail_list dt span:first-of-type,
	.mail_list dd span:first-of-type {
		width: 12%;
	}

	.mail_list dt span:nth-child(2),
	.mail_list dd span:nth-child(2) {
		width: 46%;
	}

	.mail_list dt span:nth-child(2) {
		text-align: center;
	}

	.mail_list dt span:last-of-type {
		padding: 0 .1rem;
	}

	.mail_stats_row {
		display: none;
	}

	.hd_news_main {
		flex-wrap: wrap;
		margin: .6rem .3rem .1rem;
	}

	.hd_news_main_left {
		width: 100%;
		margin-left: 0;
	}

	.hd_news_tabs li {
		font-size: .36rem;
	}

	.hd_news_tabs em {
		padding: 0 .28rem;
		font-size: .3rem;
	}

	.hd_news_more a {
		margin-right: 0;
	}

	.hd_news_row,
	.hd_news_row .hd_news_content,
	.hd_news_content .dczj_wrapper,
	.hd_news_content .dczj_list {
		width: 100% !important;
		height: auto !important;
	}

	.hd_news_row .hd_news_content {
		overflow: visible;
	}

	.hd_news_content .dczj_wrapper {
		position: static !important;
	}

	.hd_news_content .dczj_list {
		float: none !important;
	}

	.dczj_list dl {
		flex-wrap: wrap;
	}

	.dczj_list dl dt {
		font-size: .3rem;
	}

	.dczj_list dl dd:nth-child(2) {
		padding-right: 0;
		margin-left: .3rem;
	}

	.dczj_list dl dd h4 {
		font-size: .3rem;
		white-space: initial;
		overflow: hidden;
		text-overflow: ellipsis;
		display: -webkit-box;
		-webkit-line-clamp: 2;
		-webkit-box-orient: vertical
	}

	.dczj_list dl dd p {
		font-size: .22rem;
	}

	.dczj_list dl dd:last-of-type {
		width: 100%;
		display: flex;
		justify-content: end;
	}

	/* 移动端只显示前3条数据 */
	.dczj_list dl:nth-child(n+4) {
		display: none !important;
	}

	.hd_news_content .butn {
		margin: .12rem 0 0;
		line-height: .36rem;
		font-size: .22rem;
	}

	.carousel_box {
		display: none;
	}

	.jgfk_list {
		margin-top: 0;
		height: auto;
	}

	.jgfk_list li {
		font-size: .28rem;
		height: .6rem;
	}

	.znwd_row {
		width: 100%;
		margin: .3rem auto;
	}

	.znwd_row .m_show {
		display: block !important;
	}

	.znwd_row .m_hide {
		display: none !important;
	}

	.znwd_row .m_show img {
		max-width: 100%;
		height: auto;
	}
}