@charset "utf-8";

*{
	margin: 0;
	padding: 0;
}
body{
	background-color: #2b844a;
}
#box{
	background-color: #fff;
	margin: 0 auto;
}

#box,#header,#nav,#main,#footer{
	width:1024px;
}
#header{
	height: 209px;
	/* background-color: #ff6255; */
}
#nav{
	height: 50px;
	background-color: #267445;
}
#nav ul {
	list-style-type: none;
	float: right;
	height: 50px;
	line-height: 50px;
}
#nav ul li{
	float: left;
	margin-right: 20px;
}
#nav ul li a{
	color: #fff;
	text-decoration: none;
}
#nav ul li a:hover{
	color: #FF9999;
}

#main #left{
	width: 250px;
	float: left;
	background-color: #fff;
	
}

#src-img{
	
}

#src-img div{
	width: 200px;
	border: 3px solid #267445;
	border-radius: 10px;
	padding: 5px;
	margin: 20px 18.5px 0px;
}
#src-img p{
	height: 25px;
	margin: 15px 18.5px 5px;
	text-align: center;
	line-height: 25px;
	border-top: 2px dashed #000;
	border-bottom: 2px dashed #000;
}
#a-list{
	
}
#a-list p{
	height: 40px;
	background-color: #267445;
	border-top-right-radius: 8px;
	border-bottom-right-radius: 8px;
	line-height: 40px;
	color: #fff;
	padding-left: 25px;
	margin: 15px 0px;
}
#a-list ul{
	/* background-color: #004891; */
	list-style: none;
	text-align: center;
	margin-bottom: 15px;
	
}
#a-list ul li img{
	width: 12px;
	height: 12px;
	margin-left: 20px;
}
#a-list ul li a{
	color: #000;
	text-decoration: none;
	margin-right: 20px;
	font-size: 12px;
}

.text-list .p-text{
	height: 40px;
	background-color: #267445;
	border-top-right-radius: 8px;
	border-bottom-right-radius: 8px;
	line-height: 40px;
	color: #fff;
	padding-left: 25px;
	margin: 15px 0px;
}
.text-list ul{
	font-size: 13px;
	margin: 10px 15px;
	list-style: none;
	
	
}
.text-list img{
	margin-left: 5px;
}
.text-list ul li{
	color: #000;
	padding: 10px 0px;
	border-bottom: 1px dashed #000;
}
.text-list .p-text2{
	display: inline;
}
.p-text2 a{
	color: #000000;
	text-decoration: none;
}
.p-text2 a:hover{
	color: #FF6255;
	text-decoration: underline;
}

#main #right{
	float: right;
	width: 750px;
	background-color: #fff;
	margin-right: 15px;
}

.article{
	margin: 20px 20px;
}
.article h3{
	padding-bottom: 10px;
	border-bottom: 2px dashed #000;
	letter-spacing: px;
	color: #ffaa00;
	margin-bottom: 5px;
}
.article p{
	text-indent: 2em;
	font-size: 14px;
	line-height: 35px;
}

.hint{
	font-size: 10px;
	color: #ccc;
}
.hint2{
	text-align: right;
	margin-right: 25px;
	color: #000;
}

#footer{
	clear:both;
	height: 80px;
	background-color: #267445;
}

#footer p{
	color: #fff;
	line-height: 80px;
	text-align: center;
}