@charset "UTF-8";
body {
	font-size:14px;
	line-height:1.8em;
}
#Header {
	width:100%;
	height:60px;
	background-color:#03440c;
}
header {
	width:900px;
	padding-top:10px;
	margin:0 auto;
	color:#fff;
}
nav {
	width:900px;
	height:45px;
	padding-top:15px;
	margin:0 auto;
}
nav li {
	width:180px;
	text-align:center;
	float:left;
}
nav li a:hover {
	opacity:0.7;
}
#Content {
	clear:both;
	width:960px;
	min-height:calc(100vh - 215px);
	margin:0 auto;
	overflow:hidden;
}
#Title_img {
	margin-bottom:20px;
}
#Content article {
	margin-bottom:40px;
	clear:both;
	overflow:hidden;
}
#Footer {
	clear:both;
	width:100%;
	height:95px;
	background-color:#03440c;
}
footer {
	width:960px;
	margin:0 auto;
	color:#fff;
}
footer ul {
	text-align:right;
}
footer li {
	display:inline;
	font-size:12px;
}
footer a {
	color:#fff;
	text-decoration:none;
}
footer .copyright {
	text-align:right;
	font-size:11px;
}
#Content h3 {
	color:#8bc149;
	font-size:24px;
	font-weight:bold;
	margin-bottom:10px;
}