html,
body {
	margin: 0;
	overflow-x: hidden;
	overflow-y: auto;
}

a {
	text-decoration: none;
}

.coordinate {
	width: 95%;
	margin: 0 auto;
	font-size: 0.18rem;
	color: #666;
	font-weight: 500;
}
.coordinate p{
	float: left;
}
.coordinate span{
	display: none;
}
.public {
	width: 95%;
	margin: 0 auto;
	margin-bottom: 0.2rem;
	position: relative;
}
.selected p:nth-child(1){
	background: #017840;
}
.public_all {
	display: none;
	width: 95%;
	margin: 0 auto;
	margin-bottom: 0.2rem;
	margin-top: 0.2rem;
}
.public_all_show{
	display: block!important;
}
.public_all_title{
	font-size: 0.22rem;
	color: #333;
	width: 100%;
	text-align: center;
	padding-top: 0.1rem;
}
.public_all_source{
	width: 100%;
	margin: 0.15rem auto;
	color: #333;
	font-size: 0.16rem;
	line-height: 0.3rem;
	text-align: center;
	padding-bottom: 0.15rem;
	border-bottom: 1px solid #ccc;
}
.public_all_content{
	width: 95%;
	margin: 0 auto;
	font-size: 0.16rem;
	padding: 0.2rem;
}
.public_all_content p{
	margin: 0 auto;
	line-height: 0.3rem;
}
.public_all_content p:nth-child(n + 2){
	text-indent: 0.1rem;
}
.content_title{
	width: 100%;
	font-size: 0.22rem;
	color: #333;
	line-height: 0.4rem;
	text-align: center;
}
.public_title {
	width: 98%;
	line-height: 0.4rem;
	border-bottom: 1px solid #337645;
	display: flex;
	margin: 0 auto;
	position: relative;
}
.public_title_content {
	font-size: 0.2rem;
	text-align: center;
	color: #337645;
	cursor: pointer;
}
.public_right{
	width: calc(100% - 2px);
	border: 1px solid #ddd;
	border-top: 2px solid #337645;
	background: #fff;
}
.public_left{
	display: none;
}
.public_left_title{
	cursor: pointer;
	background-size: 100% 100%;
	width: 90%;
	margin: 0 auto;
	margin-top: 0.15rem;
	line-height: 0.6rem;
	font-size: 0.2rem;
	text-align: center;
	color: #FFFFFF;
}
.public_left_title2{
	background-color:#017840;
}
.public_left_title3{
	display: none;
	background: url(/images/01_04_left_background.png) no-repeat center;
	background-size: 100% 100%;
	background-position-y:90%;
}
.public_left_content_details3{
	text-indent: 0.2rem;
	display: none;
}
.public_left_content_details3 p{
	cursor: pointer;
}
.public_left_content_details3 p:hover{
	color: #017840!important;
}
.public_img {
	position: relative;
	top: 1px;
	width: 0.14rem;
}
.public_content{
	width: 100%;
	margin: 0 auto;
}
.public_content_list{
	margin: 0 auto;
	width: calc(95% - 2px);
	border-bottom: 1px solid #ccc;
	font-size: 0.16rem;
	line-height: 0.5rem;
	cursor: pointer;
}
.public_content_list:hover  p{
	color: #337645!important;
}
.public_content_list:hover  p a{
	color: #337645!important;
}
.public_content_list:hover .public_content_icon{
	background: #337645!important;
}
.public_content_list p{
	display: inline-block;
}
.public_content_icon{
	width: 0.12rem;
	height: 0.12rem;
	background: #ccc;
	margin: 0;
	margin-right: 0.1rem;
	position: relative;
	top: -0.08rem;
}
.public_content_list p:nth-child(2){
	color:#333;
	width: calc(100% - 1.9rem);
	margin: 0;
	overflow:hidden;
	text-overflow:ellipsis; 
	white-space:nowrap;
	position: relative;
	top: 0.1rem;
}
.public_content_list p:nth-child(3){
	color:#aaa;
	width: 1.5rem;
	text-align: right;
	margin: 0;
	position: relative;
	top: 0.08rem;
}
.leader{
	margin-top: 0.2rem;
	border-bottom: 1px solid #ddd;
}
.leader_left{
	float: left;
	width: 1.4rem;
}
.leader_left img{
	width: 1rem;
	margin: 0 auto;
	margin-top: 0.25rem;
}
.leader_right{
	float: left;
	width: calc(100% - 1.4rem);
}
.leader_title{
	font-size: 0.18rem;
	line-height: 0.3rem;
	font-weight: 600;
}
.leader_details p:nth-child(1){
	color: #337645;
	font-size: 0.16rem;
	font-weight: 600;
}
.leader_details p:nth-child(2){
	color: #333;
	font-size: 0.14rem;
	text-indent: 0.285rem;
}
.public_left_content_details2{
	width: 100%;
	display: flex;
	cursor: pointer;
	border-bottom: 1px solid #ccc;
}
@media (min-width: 1200px) {
	.coordinate,
	.public {
		width: 12rem;
		margin: 0 auto;
	}
	.public{
		margin-bottom: 0.2rem;
	}
	.public_left{
		display: block;
		width: 3.2rem;
		background: #fff;
		float: left;
	}
	.public_left_content{
		font-size: 0.16rem;
		width: 80%;
		margin: 0 auto;
	}
	.public_left_content2{
		display: none;
		font-size: 0.16rem;
		width: 60%;
		margin: 0 auto;
	}
	.public_left_img3{
		display: none;
		width: 0.15rem;
		height: 0.15rem;
		position: relative;
		top: 0.2rem;
		left: 0.1rem;
	}
	.public_left_content_details2:hover{
		color: #017840;
	}
	.public_left_content_details2:hover .public_left_img3{
		display: block;
	}
	.public_min{
		font-size: 0.12rem;
	}
	.public_left_content_details{
		float: left;
		width: 44%;
		margin-top: 0.2rem;
		cursor: pointer;
		border:1px solid #ccc;
		text-align: center;
	}
	.public_left_content_details:nth-child(2n+1){
		margin-right: 9%;
	}
	.public_left_content_details:hover{
		color: #017840;
		border:1px solid #017840;
	}
	.public_left_content_details:hover p{
		background: #017840;
		color: #fff;
	}
	.public_left_content_details:hover .public_left_img{
		display: none!important;
	}
	.public_left_content_details:hover .public_left_img2{
		display: inline-block!important;
	}
	.public_left_content_details p{
		line-height: 0.25rem;
		margin: 0;
		margin-top: 0.2rem;
		background: #f0f0f0;
	}
	.public_left_img,.public_left_img2{
		width: 0.5rem;
		height: 0.5rem;
		position: relative;
		top: 0.15rem;
	}
	.public_left_img2{
		display: none;
	}
	.selected{
		border:1px solid #017840;
	}
	.selected p{
		background: #017840;
		color: #fff;
	}
	.selected .public_left_img{
		display: none;
	}
	.selected .public_left_img2{
		display:  inline-block;
	}
	.selected3{
		color: #017840!important;
	}
	.public_left_piece{
		width: 0.1rem;
		height: 0.1rem;
		position: relative;
		background: #ddd;
		top: 0.07rem;
		margin-right: 0.1rem;
	}
	.transformSpan{
		display: none;
		transform: rotate(-45deg);
		-ms-transform: rotate(90deg);
		font-size: 0.14rem;
		position: relative;
		left: 0.4rem;
		top: 0.1rem;
	}
	.transformSpan2{
		transform: rotate(135deg);
		-ms-transform: rotate(135deg);
		font-size: 0.14rem;
		position: relative;
		left: 0.16rem;
		top: -0.06rem;
	}
	.pagination{text-align:center;}
	.selected2{
		border-bottom:1px solid #017840!important;
	}
	.selected2 p:nth-child(1){
		background: #017840;
	}
	.public_right{
		width: calc(95% - 3rem);
		float: right;
	}
	.public_all {
		display: none;
		width: 95%;
		margin: 0 auto;
		margin-bottom: 0.2rem;
		margin-top: 0.2rem;
	}
	.public_img {
		position: relative;
		top: 3px;
		width: 0.14rem;
	}

	.public_title {
		width: 100%;
		position: relative;
		margin-left: 0;
	}

	/*·ÖÒ³*/
	  /*·ÖÒ³*/
	  .pagination{
		display: block;
		width: 95%;
		margin: 0 auto;
		margin-top: 0.2rem;
		line-height: 0.2rem;
		font-size: 0.16rem;
		color: #017840;
	}
	.pagination a{
		display: inline-block;
		border: 1px solid #017840;
		border-radius: 2px;
		font-size: 0.16rem;
		color: #017840;
		padding: 0.15rem;
		line-height: 0.01rem;
		text-align: center;
		margin: 0 0.07rem;
	}
	.pagination span{
		padding: 0.06rem 0.15rem;
		background: #017840;
		color: #fff;
		margin: 0 0.07rem;
	}
	.pagination_1{
		background: #017840;
		color: #fff!important;
	}
	.pagination a:hover{
		background: #017840;
		color: #fff;
	}
}
