@charset "gb2312";


* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}

.header {
	font-family: "微软雅黑";
}


a:link,
a:visited,
a:hover,
a:active {
	color: #000;
	text-decoration: none;
}

a:hover {
	color: #1c4f95;
}

ul {
	list-style: none;
}

textarea {
	resize: none;
}

.container {
	width: 1060px;
	margin: 0 auto;
	position: relative;
}

.breadcrumb_jz {
	font-family: "微软雅黑";
	font-size: 14px;
	clear: both;
    margin-bottom: 12px;
}

.breadcrumb_jz span {
	margin: 0 6px;
}

.leader_detail {
	font-size:14px;
	position: absolute;
	bottom: 8px;
	right: 16px;
}

.leader {
	float: left;
	margin-bottom: 14px;
}

.leader_list {
	width: 720px;
	/*height: 300px;*/
	padding: 0 16px 16px;
	border: 1px solid #dcdcdc;
	position: relative;
}

.leader_list li p {
	font-family: "微软雅黑";
	font-size: 16px;
	line-height: 34px;
	text-indent: 0 !important;
}

.leader_list p {
	text-indent: 28px;
}
.leader_list li span {
	font-family: "微软雅黑" !important;
}
.leader_list ul li {
	font-size: 14px;
	line-height: 34px;
}

.leader_list ul li h3 {
	list-style: none;
	font-size: 18px;
	line-height: 38px;
	border-bottom: 1px solid #cecece;
}

.ifr_pubLet {
	width: 1060px;
	height: 460px;
	margin-bottom: 14px;
	clear: both;
}

.ifr_toDir {
	height: 616px;
	width: 326px;
	margin-top: -630px;
	padding: 16px;
	background-color: #e0e0e0;
	border: 1px solid #dcdcdc;
	float: right;
	position: absolute;
	right: 0;
}

.ifr_mailDetail {
	clear: both;
}

.clear {
	clear: both;
}

/* 街镇主任介绍 */
.jzzr_group .jzzr_jzname {
	display: block;
	float: left;
	width: 70px;
	margin-top: 10px;
	margin-right: 7px;
	text-align: center;
	color: #fff;
	background-color: #1c4f95;
	cursor: pointer;
}

.jzzr_group .jzzr_jzname:nth-child(9),
.jzzr_group .jzzr_jzname:nth-child(18) {
	margin-right: 0;
}

.jzzr_group .jzzr_jzname:hover {
	color: #000;
	background-color: #dedede;
}

.jzzr_group .jzzr_jzname:hover span.jzzr_msg {
	display: block;
}

/* 主任介绍 */
.jzzr_group {
	position: relative;
}

span.jzzr_msg {
	position: absolute;
	z-index: 999;
	top: 100px;
	left: 0;
	width: 100%;
	height: auto;
	min-height: 108px;
	padding: 0 10px;
	text-align: justify;
	color: #000;
	border: 1px solid #dedede;
	background-color: #fff;
	display: none;
}



/* 响应式 */
@media screen and (max-width: 768px) {
	.container {
		width: 100vw;
	}
	
	.breadcrumb_jz {
		width: 93vw;
		margin: 0 auto 10px;
	}

	.leader_list {
		height: auto;
		width: 93vw;
		clear: both;
		float: inherit;
		margin: 0 auto;
	}

	.leader_detail {
		line-height: 38px;
		float: right;
		position: inherit
	}
	
	.leader {
		float: inherit;
		margin-bottom: 0;
	}
	
	.ifr_pubLet {
		height: 556px;
		width: 93vw;
		float: inherit;
		margin: 0 auto;
		margin-top: 15px;
	}
	
	.ifr_toDir {
		height: 581px;
		width: 93vw;
		clear: both;
		float: inherit;
		margin: 0 auto;
		margin-bottom: 15px;
		padding: 8px;
		position: inherit;
	}

	.ifr_mailDetail {
		width: 93vw;
		margin: 0 auto;
	}

	
	/* 	主任介绍小便签宽度和边距调整 */
	/* 	重设部分pc端样式 */
	.jzzr_group .jzzr_jzname {
		width: 24%;
		margin-right: 1%;
		box-sizing: border-box;
	}
	
	.jzzr_group {
		flex-direction: row;
		justify-content: space-around;
	}

	.jzzr_jzname {

	}

	.jzzr_group .jzzr_jzname:nth-child(9),
	.jzzr_group .jzzr_jzname:nth-child(18) {
		margin-right: 1%;
	}

	/* 	主任介绍行高 */
	span.jzzr_msg {
		top: 230px;
	}

	span.jzzr_msg p {
		line-height: 18px !important;
		text-indent: 8px !important;
	}
}