*{
	padding: 0;
	margin: 0;
	box-sizing: border-box;
}
html{
	font-size: 100px;
}
body{
	font-family: "Microsoft YaHei";
	font-size: 0.16rem;
	background: #e6fec4;
	color: #0f480e;
}
li{
	list-style: none;
}
a{
	text-decoration: none;
}
.mb65{
	margin-bottom: 65px;
}
.clearfix::after{
	content: ".";
	clear: both;
	display: block;
	height: 0;
	visibility: hidden;
}
.container{
	max-width: 75%;
	margin: 0 auto;
}
img{
	width: 100%;
}
.phone{
	display: none;
}
.pc{
	display: block;
}
nav{
	width: 100%;
	height: 60px;
	background: #0f480e;
	margin-bottom: 20px;
}
nav ul{
	display: flex;
	flex-direction: row;
	justify-content: space-between;
}
nav a{
	color: #fff;
	font-size: 22px;
	display: inline-block;
	line-height: 60px;
}
.dy p{
	text-indent: 2em;
    font-size: 18px;
    line-height: 36px;
}
.topic{
	width: 100%;
}
.topic .icon{
	float: left;
	width: 17%;
	height: 150px;
	background: #065918;
	position: relative;
}
.icon img{
	display: block;
	width: 70px;
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	margin: auto;
}
.topic .txt{
	float: left;
	width: 83%;
	height: 150px;
	background: #0f480e;
	color: #fff;
	font-size: 30px;
	font-style: italic;
	font-weight: bold;
	line-height: 150px;
	text-indent: 3em;
}
.line{
	border: 2px solid #0f480e;
	background: #fff;
}
.title{
	background: #0f480e;
	color: #fff;
	text-align: center;
	height: 50px;
	
}
.title h3{
	font-size: 22px;
	line-height: 50px;
	font-weight: normal;
}
.content{
	padding: 20px 35px;
}
.content h3{
	font-size: 18px;
	text-align: center;
	line-height: 38px;
}
.content p{
	font-size: 18px;
	line-height: 36px;
	text-indent: 2em;
	text-align:justify;
}
.ac-time p,.org .content p{
	text-indent: 0;
	text-align: center;
}
.ac-zwh p{
	text-indent: 0;
}
.content .text-indent4{
	text-indent: 4em;
}
.content .text-indent5{
	text-indent: 5em;
}
.content .text-indent8{
	text-indent: 8em;
}
.content h4{
	font-size: 20px;
	line-height: 38px;
}
.media .content img{
	width: 100%;
}
footer{
	padding: 30px 0;
}
footer p{
	font-size: 16px;
	color: #000d00;
	text-align: center;
	line-height: 36px;
}
@media screen and (max-width: 750px) {
	.phone{
		display: block;
	}
	.pc{
		display: none;
	}
	.container{
		max-width: 95%;
	}
	nav{
		height: 40px;
		margin-bottom: 15px;
	}
	nav ul{
		justify-content: space-around;
	}
	nav a{
		font-size: .26rem;
		line-height: 40px;
	}
	.line{
		border: 1px solid #0f480e;
	}
	.mb65{
		margin-bottom: .45rem;
	}
	.content{
		padding: 10px 10px;
	}
	.content p{
		font-size: .32rem;
		line-height: .6rem;
	}
	.topic .icon{
		width: 22%;
		height: 1.6rem;
	}
	.icon img{
		width: .7rem;
	}
	.topic .txt{
		width: 78%;
		height: 1.6rem; 
		font-size: .4rem;
		line-height: 1.6rem;
		text-indent: 1em;
	}
	.title{
		height: .8rem;
		margin-top: -1px;
	}
	.title h3{
        font-size: .4rem;
        line-height: .8rem;
	}
	.content h4{
		font-size: .34rem;
	}
	footer{
		padding: 15px 0;
	}
}