@charset "utf-8";
/* CSS Document */
* {
	margin: 0 0 0 0;
	padding: 0;
}
body {
	text-align:center;
	font-family: Arial, Helvetica, sans-serif;
	font-size:75%;
	color:#333333;
}
img {
	border:none;
}
a:hover {
	color: #333333;
	text-decoration: none;
}
a:link {
	color: #333333;
	text-decoration: none;
}
a:visited {
	color: #333333;
	text-decoration: none;
}
a:active {
	color: #333333;
	text-decoration: none;
}
/* 整體框架
-------------------------------------- */
#page {
	margin: 0 auto;
	overflow: auto !important;
	width: 980px;
	text-align:center;
}

/* 頁首
-------------------------------------- */
#header1 {
	width: 980px;
	height: 28px;
	float:left;
	background:url(../images/header1.jpg) no-repeat;
	text-align:right;
	font-weight:bold;
}
	#header1 p {
	margin-right:20px;
	line-height:25px;
	word-spacing: 0.3em;
	}
#header2 {
	width: 980px;
	height:155px;
	float:left;
}
	#header2 .title1{
		width: 980px;
		height:115px;
		background:url(../images/article/header2.jpg) top no-repeat;
		float:left;
	}
	#header2 .title2{
		width: 980px;
		height:42px;
		float:left;
	}
#header3 {
	width: 980px;
	height: 27px;
	float:left;
	background:url(../images/header3.jpg) no-repeat;
	text-align:right;
}
/* 頁中
-------------------------------------- */
#content {
	margin:0 auto;
	width: 960px;
	float:left;
	padding-left:10px;
	padding-right:10px;
	background:url(../images/left_under.jpg) left repeat-y;
}
	#content .content1{
		width: 200px;
		float:left;
		padding-left:40px;
		padding-right:20px;
	}
		#content .content1 ul{
			margin-top:20px;
			margin-left:20px;
			list-style:none;
			text-align:left;
		}
		#content .content1 li{
			text-align:center;
			font-size:12px;
			color:#6d6d6d;
			background:#e1e1e1;
			width:149px;
			padding-top:25px;
			height:42px;
			list-style: nono;
		}

	#content .content2{
		width: 680px;
		float:left;
		padding-top:20px;
		padding-left:0px;
		text-align:center;
	}
		#content .content2 .article1{
			width: 480px;
			float:left;
		}
			#content .content2 .article1 .art1{
			width: 450px;
			float:left;
			}
			#content .content2 .article1 .art2{
			width: 250px;
			float:left;
			}
			#content .content2 .article1 .art3{
			width: 200px;
			float:left;
			}
		#content .content2 .article2{
			width: 200px;
			float:left;
		}
		#content .content2 .news{
			width:650px;
			float:left;
			text-align:left;
			line-height:25px;
			padding-left:20px;
		}
			#content .content2 .news .news1{
				width:100px;
				float:left;
				color:#888888;
			}
			#content .content2 .news .news2{
				width:490px;
				float:left;
				color:#888888;
			}
			#content .content2 .news .news3{
				width:60px;
				float:left;
				color:#888888;
			}
			#content .content2 .news .news4{
				width:570px;
				float:left;
				color:#58a11b;
			}
			#content .content2 .news .news5{
				width:80px;
				float:left;
			}
/* 頁尾
-------------------------------------- */
#footer {
	width: 980px;
	height:168px;
	float:left;
	background:url(../images/footer.jpg) no-repeat;
	background-color:#e1e1e1;
}
	#footer p{
		margin-top:20px;
		text-align:center;
		font-size:12px;
		font-weight:bold;
	}
