.nav_3 div{
	background: #F6BC01;
}

/*领导之窗*/
.content_A{
	width: 90%;
	margin: 0 auto;
}
.leadership_title{
	font-size: 0.26rem;
	width: 100%;
	border-bottom: 2px solid #E9E9E9;
	line-height: 0.4rem;
	margin-bottom: 0.3rem;
	cursor: pointer;
}
.leadership_line{
	width: 1rem;
	border-top:2px solid #3A86E8;
	position: relative;
	top: 0.02rem;
}
.leadership_content{
	width: 100%;
}
.leadership_details{
	position: relative;
}
.leadership_details_left{
	text-align: center;
}
.leadership_details_left img{
	width: 2rem;
}
.leadership_details_right{
	position: relative;
	font-size: 0.24rem;
}
.leadership_details_right p{
	margin-bottom: 0.2rem;
}
.leadership_Introduction{
	width: 80%;
	line-height: 0.4rem;
	display:-webkit-box;
	-webkit-line-clamp:3;
	-webkit-box-orient:vertical;
	overflow:hidden;
}
.leadership_btn{
	position: absolute;
	right: 0.1rem;
	top: 89%;
	font-size: 0.22rem;
	color: #3A86E8;
	cursor: pointer;
}
.leadership_btn a{
	color: #3A86E8;
}
.leadership_other{
	border-top: 2px solid #E9E9E9;
}
.leadership_other p{
	float: left;
	line-height: 0.84rem;
	font-size: 0.24rem;
	margin-right: 0.2rem;
	cursor: pointer;
}
.content_A_left_img,.content_A_right_img{
	width: 100%;
	cursor: pointer;
}
.content_A_left_img img,.content_A_right_img img{
	width: 100%;
}

/*法律法规*/
.title_select a{
	color: #3A86E8;
	font-weight: bold;
}
.list_bottom_line{
	width: 1rem;
	border-top:2px solid #3A86E8;
	position: relative;
	top: 0.02rem;
	display: none;
}
.list_bottom_line2{
	width: 1.4rem;
	border-top:2px solid #3A86E8;
	position: relative;
	top: 0.02rem;
}
.title_select .list_bottom_line{
	display: block;
}
.list_title,.list_title2,.list_title3{
	font-size: 0.24rem;
	width: 100%;
	border-bottom: 2px solid #E9E9E9;
	line-height: 0.4rem;
	display: flex;
}
.list_title_content,.list_title_content_2,.list_title_content_3,.list_title_content_4{
	float: left;
	cursor: pointer;
	font-weight: bold;
}
.list_line{
	padding: 0 0.1rem;
	float: left;
}
.list_content,.list_content2 {
  width: 100%;
}
.list_content > div {
  margin-top: 0.15rem;
}
.list_content_details,.list_content_details2{
  display: none;
  width: 100%;
  overflow: auto;
}
.point,.point2{
	width: 0.06rem;
	height: 0.06rem;
	background: #ccc;
	border-radius: 0.5rem;
	position: relative;
	top: 0.27rem;
}
.list_content_details a,.list_content_details2 a{
	display: flex;
}
.list_content_title,.list_content_title2 {
  font-size: 0.24rem;
  color: #3b3b3b;
  float: left;
  line-height: 0.6rem;
  width: calc(100% - 1.7rem);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin: 0 auto;
}
.list_content_title:hover,.list_content_title2:hover{
  color: #00699d;
}
.list_content_time,.list_content_time2 {
  font-size: 0.24rem;
  color: #999999;
  line-height: 0.6rem;
  float: right;
  text-align: right;
}
.list_content_show,.list_content_show2 {
  display: block;
}
.list_content_more {
  font-size: 0.22rem;
  width: 100%;
  text-align: center;
  color: #999999;
  margin: 0.2rem 0;
}
.list_content_more a {
  color: #999999;
  cursor: pointer;
}
/*政府会议、政务要闻*/
.content_bg{
	width: 100%;
	background: #F9F9F9;
	padding: 0.3rem 0;
}
.content_B{
	width: 90%;
	margin: 0 auto;
}
.list_title2,.list_content2{
	width: 90%;
	margin: 0 auto;
}
.list_title3,.list_content3{
	width: 100%;
}
.list_content2,.list_content3{
	margin-top: 0.2rem;
}
.content_B_left{
	background: #fff;
	padding-top: 0.1rem;
	padding-bottom: 0.2rem;
	margin-right: 8.333%;
	box-shadow: 0px 0px 4px #F0f0f0;
}
.content_B_right{
	margin-top: 0.3rem;
	background: #fff;
	padding-top: 0.1rem;
	padding-bottom: 0.2rem;
	box-shadow: 0px 0px 4px #F0f0f0;
}
.government{
	margin-top: 0.2rem;
}
.government_content{
	width: 90%;
	margin: 0.135rem auto;
	background: #F7F7F7;
	line-height: 0.62rem;
	position: relative;
	cursor: pointer;
}
.government_content_img{
	float: left;
	width: 0.8rem;
	height: 0.62rem;
	background: #EBF1F8;
}
.government_content_title{
	float: left;
	font-size: 0.24rem;
	margin-left: 0.2rem;
	color: #333;
}
.img_show1,.img_show2{
	width: 0.4rem;
	margin: 0 auto;
	position: relative;
	top: 0.12rem;
}
.img_show1{
	display: block;
}
.img_show2{
	display: none;
}
.triangle{
    position: absolute;
	left: 0.8rem;
	top: 0.25rem;
    width: 0;
	border-left: 0.11rem solid #EBF1F8;
    border-top: 0.08rem solid transparent;
    border-bottom: 0.08rem solid transparent;
  }
.government_content:hover{
	background: #3a86e8;
}
.government_content:hover .government_content_img{
	background: #2576df;
}
.government_content:hover .triangle{
	border-left: 0.11rem solid #2576df;
}
.government_content:hover .government_content_title{
	color: #fff;
}
.government_content:hover .img_show1{
	display: none;
}
.government_content:hover .img_show2{
	display: block;
}

/*应急管理*/
.content_C{
	width: 90%;
	margin: 0 auto;
}
.content_C_left{
	background: #fff;
	padding-top: 0.1rem;
	padding-bottom: 0.2rem;
	margin-right: 8.333%;
}
.content_C_right{
	background: #fff;
	padding-top: 0.1rem;
	padding-bottom: 0.2rem;
}
.content_C_right img{
	width: 70%;
    border: 1px solid #ccc;
    margin-top: 0.2rem;
    padding: 0 15%;
}

/*自适应1200*/
@media (min-width: 1200px) {
	.content_A,.content_B,.content_C{
		width: 12rem;
		margin: 0 auto;
	}
	.content_bg{
		padding: 0.3rem 0;
	}
	.leadership_title{
		width: 95%;
		font-size: 0.18rem;
	}
	.leadership_content{
		width: 95%;
	}
	.leadership_line{
		width: 0.7rem;
		border-top:2px solid #3A86E8;
		position: relative;
		top: 0.02rem;
	}
	.leadership_details_left{
		text-align: left;
	}
	.leadership_details_left img{
		width: 1.23rem;
	}
	.leadership_details_right{
		position: relative;
		font-size: 0.16rem;
	}
	.leadership_details_right p{
		margin-bottom: 0.14rem;
	}
	.leadership_Introduction{
		width: 80%;
		line-height: 0.3rem;
		display:-webkit-box;
		-webkit-line-clamp:3;
		-webkit-box-orient:vertical;
		overflow:hidden;
		max-height: 0.9rem;
	}
	.leadership_btn{
		position: absolute;
		right: 0.1rem;
		top: 75%;
		font-size: 0.16rem;
		color: #3A86E8;
		cursor: pointer;
	}
	.leadership_other p{
		float: left;
		line-height: 0.84rem;
		font-size: 0.16rem;
		margin-right: 0.48rem;
		cursor: pointer;
	}
	.list_title,.list_title2,.list_title3{
		font-size: 0.18rem;
	}
	.list_title{
		width: 95%;
		float: right;
	}
	.list_content{
		width: 95%;
		float: right;
		min-height: 2.95rem;
	}
	.list_title2,.list_content2{
		width: 92%;
		margin: 0 auto;
	}
	.list_content2{
		margin-top: 0.2rem;
	}
	.list_title3,.list_content3{
		width: 100%;
		margin: 0 auto;
	}
	.list_content3{
		margin-top: 0.2rem;
	}
	.list_content_more{
		display: none;
	}
	.list_content_title {
	  line-height: 0.4rem;
	  font-size: 0.16rem;
	  width: calc(100% - 1rem);
	}
	.list_content_title2{
		width: calc(100% - 1rem);
		line-height: 0.45rem;
		font-size: 0.16rem;
	}
	.list_content_time {
	  line-height: 0.4rem;
	  font-size: 0.14rem;
	}
	.list_content_time2 {
	  line-height: 0.45rem;
	  font-size: 0.14rem;
	}
	.list_bottom_line{
		width: 0.7rem;
		border-top:2px solid #3A86E8;
		position: relative;
		top: 0.02rem;
		display: none;
	}
	.list_bottom_line2{
		width: 1.1rem;
		border-top:2px solid #3A86E8;
		position: relative;
		top: 0.02rem;
	}
	.government_content_title{
		float: left;
		font-size: 0.16rem;
		margin-left: 0.2rem;
		color: #333;
	}
	.img_show1,.img_show2{
		width: 0.29rem;
		margin: 0 auto;
		position: relative;
		top: 0.16rem;
	}
	.point{
		position: relative;
		top: 0.18rem;
	}
	.point2{
		position: relative;
		top: 0.21rem;
	}
	.content_A_left_img{
		width: 95%;
	}
	.content_A_right_img{
		width: 95%;
		float: right;
	}
	
	/*政府会议、政务要闻*/
	.content_B_left{
		width: 65%;
		float: left;
		background: #fff;
		padding-top: 0.1rem;
		padding-bottom: 0.2rem;
		margin-right: 3%;
		min-height: 4.25rem;
	}
	.content_B_right{
		margin-top: 0;
		width: 32%;
		float: left;
		background: #fff;
		padding-top: 0.1rem;
		padding-bottom: 0.2rem;
	}
	.government_content{
		width: 92%;
		margin: 0.1rem auto;
	}
	/*应急管理*/
	.content_C_left{
		width: 65%;
		float: left;
		background: #fff;
		padding-top: 0.1rem;
		padding-bottom: 0.2rem;
		margin-right: 3%;
	}
	.content_C_right{
		margin-top: 0;
		width: 32%;
		float: left;
		background: #fff;
		padding-top: 0.3rem;
		padding-bottom: 0.2rem;
	}
	.list_content_details2 a{
		display: flex;
		width: 48%;
		float: left;
		margin-right: 2%;
	}
	.list_content_details2 a:nth-child(2n+2){
		margin-right: 0;
		margin-left: 2%;
	}
	/* .content_C_right img{
		width: 100%;
		border: 1px solid #ccc;
		margin-top: 0.2rem;
	} */
}
