* {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
a:link {
	color: #000;
	text-decoration: none;
}
a:visited {
	color: #0099FF;
	text-decoration: none;
}

a:hover {
	text-decoration: none;
	color: #0099FF;
}

body {
	background-color: #f5f5f5;
	font-size: 13px;
	font-family: "微软雅黑", "黑体", "宋体";
}
.page_list {
	float: left;
	width: 740px;
	margin: 0px;
	background-color: #FFF;
	padding-top: 10px;
	padding-right: 25px;
	padding-bottom: 25px;
	padding-left: 25px;
}

.page_list ul {
	float: left;
	width: 500px;
}
.page_list ul li {
	float: left;
	width: auto;
	border: 1px solid #D6D6D6;
	margin-top: 0px;
	margin-right: 5px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 5px;
	line-height: 20px;
	font-family: "Arial Black", Gadget, sans-serif;
	font-size: 14px;
	font-weight: normal;
}

.page_list ul li:hover {
	float: left;
	width: auto;
	border: 1px solid #0099CC;
	margin-top: 0px;
	margin-right: 5px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 5px;
	line-height: 20px;
	font-family: "Arial Black", Gadget, sans-serif;
	font-size: 14px;
	color: #FFF;
	background-color: #E8FAFF;
	font-weight: normal;
}
.page_list ul .page_show {
	float: left;
	width: auto;
	border: 1px solid #D6D6D6;
	margin-top: 0px;
	margin-right: 5px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 5px;
	line-height: 20px;
	font-family: "Arial Black", Gadget, sans-serif;
	font-size: 14px;
	background-color: #eee;
}
.page_list ul li a {
	padding: 5px;
	float: left;
	width: auto;
	line-height: 20px;
	color: #666;
	font-weight: normal;
}
.page_list span {
	float: right;
	width: 200px;
	text-align: right;
	color: #666;
	padding-top: 5px;
	padding-bottom: 5px;
}
header {
	width: 100%;
	background-color: #FFF;
	clear: both;
	margin-bottom: 30px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #EEEEEE;
}
#top {
	width: 1120px;
	margin: auto;
	height: 75px;
	position: relative;
}
#logo {
	width: 1120px;
	line-height: 75px;
	float: left;
	background-image: url(../img/logo.png);
	background-repeat: no-repeat;
	background-position: left center;
	height: 75px;
}
#area {
	float: left;
	width: auto;
	margin: 0px;
	padding: 0px;
	text-indent: 310px;
	line-height: 75px;
	font-size: 18px;
	font-family: "微软雅黑", "黑体", "宋体";
	font-weight: bold;
	color: #333;
}

#search {
	float: right;
	margin-top: 20px;
	width: auto;
}
#search #search_class {
	float: left;
	width: auto;
	font-size: 14px;
	line-height: normal;
	border: 1px solid #D6D6D6;
	outline: none;
	height: 32px;
	padding-top: 0px;
	padding-right: 4px;
	padding-bottom: 0px;
	padding-left: 4px;
}
#search #keys {
	width: 160px;
	margin: 0px;
	float: left;
	line-height: 22px;
	font-size: 14px;
	border: 1px solid #D6D6D6;
	outline: none;
	padding-top: 4px;
	padding-right: 8px;
	padding-bottom: 4px;
	padding-left: 8px;
}
#search #search_ok {
	font-size: 14px;
	line-height: 22px;
	padding: 4px;
	float: left;
	width: 60px;
	border: 1px solid #D6D6D6;
	color: #666;
}
#search #search_ok:hover {
	font-size: 14px;
	line-height: 22px;
	padding: 4px;
	float: left;
	width: 60px;
	border: 1px solid #CCCCCC;
	color: #000;
	background-color: #CCCCCC;
	cursor: pointer;
}



nav {
	line-height: 75px;
	float: left;
	width: 100%;
	margin-top: 20px;
	background-color: #FFF;
	margin-bottom: 20px;
}
nav ul {
	margin: auto;
	width: auto;
}
nav ul li {
	width: 112px;
	float: left;
	min-width: 80px;
	padding: 0px;
	margin: 0px;
	position: relative;
}
nav ul li:hover {
	background-color: #F5F5F5;
}

nav ul li div {
	float: none;
	width: auto;
	position: absolute;
	display: none;
	line-height: 30px;
	background-color: #FFFFFF;
	padding: 10px;
	z-index: 100;
	left: 0px;
	top: 36px;
	white-space: nowrap;
	border-top-width: 3px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #F5F5F5;
	border-right-color: #F5F5F5;
	border-bottom-color: #F5F5F5;
	border-left-color: #F5F5F5;
}
nav ul li div a {
	float: left;
	width: 100%;
	background-color: #FFF;
	text-align: left;
	padding: 0px;
	margin: 0px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
	line-height: 40px;
}

nav ul li:hover div {
	display: inline;
}

nav ul li > a{
	width: 100%;
	text-align: center;
	display: block;
	font-size: 14px;
	font-family: "微软雅黑", "黑体", "宋体";
	line-height: 36px;
	border-top-width: 3px;
	border-top-style: solid;
	border-top-color: #FFF;
	border-right-color: #FFF;
	border-bottom-color: #FFF;
	border-left-color: #FFF;
	float: left;
}
nav ul li >a:link ,a:visited{
	color: #000;
}
nav ul li >a:hover {
	color: #09F;
	background-color: #F5F5F5;
	border-top-width: 3px;
	border-top-style: solid;
	border-top-color: #F5F5F5;
}
nav ul li .show {
	color: #09F;
	height: 36px;
	background-color: #F5F5F5;
	border-top-width: 3px;
	border-top-style: solid;
	border-top-color: #FF8204;
}





#main {
	width: 1120px;
	clear: both;
	margin: auto;
}
#main_left {
	width: 790px;
	float: right;
}
#main_left #toppic {
	padding: 25px;
	width: 740px;
	background-color: #FFF;
	margin-bottom: 30px;
}
#main_left .box_left {
	width: 100%;
	float: left;
	background-color: #FFF;
}
#main_left .box_left h2 {
	border-left-width: 3px;
	border-left-style: solid;
	border-left-color: #FF8204;
	font-size: 18px;
	font-family: "微软雅黑", "黑体", "宋体";
	padding-left: 10px;
	margin-top: 10px;
	margin-bottom: 10px;
	color: #333;
	font-weight: bold;
	letter-spacing: 1px;
	clear: both;
}
#main_left .box_left h2 a {
	float: right;
	width: auto;
	margin-right: 10px;
	color: #F60;
}


#main_left .box_left ul {
	width: 740px;
	padding: 25px;
}
#main_left .box_left ul li {
	float: left;
	width: 100%;
	margin-bottom: 5px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCC;
	padding-bottom: 5px;
}
#main_left .box_left ul li h3{
	width: 100%;
	font-size: 16px;
	font-family: "微软雅黑", "黑体", "宋体";
	color: #333;
	font-weight: normal;
	padding-top: 3px;
	padding-bottom: 3px;
	line-height: normal;
}
#main_left .box_left ul li .box_img {
	width: 210px;
	float: left;
}
#main_left .box_left ul li .box_info {
	width: 510px;
	float: right;
	font-size: 16px;
	font-weight: normal;
	color: #333;
	line-height: 25px;
	height: 100px;
	overflow: hidden;
}
#main_left .box_left ul li .box_tag {
	height: 40px;
	float: right;
	width: 510px;
	line-height: 40px;
	color: #999;
}
#main_left .box_left ul li .box_tag .tag_class {
	float: left;
	width: auto;
	padding: 4px;
	line-height: 18px;
	border: 1px solid #09C;
	background-color: #FFF;
	color: #09C;
	border-radius: 3px;
	min-width: 30px;
	text-align: center;
	margin-top: 5px;
	margin-right: 20px;
	margin-bottom: 5px;
	margin-left: 0px;
}
#main_left .box_left ul li .box_tag .tag_class:hover {
	background-color: #09C;
	color: #FFF;
	border-top-color: #09C;
	border-right-color: #09C;
	border-bottom-color: #09C;
	border-left-color: #09C;
}
#main_left .box_left ul li .box_tag .tag_time {
	float: left;
	width: 100px;
}

#main_left .box_left ul li .box_tag .time_hits {
	float: right;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #ddd;
	line-height: 14px;
	padding-right: 10px;
	margin-top: 13px;
	margin-right: 10px;
	margin-bottom: 13px;
	margin-left: 10px;
}

#main_left .box_left ul li .box_tag .tag_comment {
	float: right;
	color: #999;
	display: none;
}

#main_left .box_show {
	float: left;
	width: 740px;
	background-color: #FFF;
	padding: 25px;
}
#main_left .box_show h1 {
	width: 100%;
	float: left;
	font-weight: bold;
	font-size: 30px;
}
#main_left .box_show h1 span {
	float: right;
	font-size: 14px;
	font-weight: normal;
	color: #666;
}

#main_left .box_show h3 {
	text-align: right;
	float: left;
	width: 98%;
	padding: 1%;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999999;
}
#main_left .box_show h3 a {
	width: auto;
	border: 1px solid #CC6600;
	background-color: #FFF0E1;
	margin-left: 10px;
	line-height: normal;
	border-radius: 4px;
	float: none;
	display: inline-block;
	text-align: center;
	padding-top: 2px;
	padding-right: 5px;
	padding-bottom: 2px;
	padding-left: 5px;
	font-weight: normal;
	color: #FF8204;
}
#main_left .box_show table tr th {
	width: 80px;
}
#News_Title {
	padding: 4px;
	width: 640px;
	float: left;
	border: 1px solid #ADADAD;
}
#save_ok {
	padding: 5px;
	float: left;
	width: 80px;
}
#Tag_List {
	padding: 5px;
}
.go_select {
	padding: 4px;
	border: 1px solid #CC6600;
	border-radius: 4px;
	margin-left: 8px;
	background-color: #FFF0E1;
	color: #FF8204;
	outline: none;
	float: right;
}
#admin_login {
	float: right;
	background-color: #1194FF;
	border: 1px solid #0061B0;
	width: 76px;
	color: #FFFFFF;
	padding: 6px;
	text-align: center;
	margin-right: 8px;
}




#main_left .box_show .box_tag {
	float: left;
	width: 100%;
	line-height: 40px;
	height: 40px;
	color: #999;
	padding: 0px;
}
#main_left .box_show .box_tag .tag_class   {
	float: left;
	width: auto;
	padding: 4px;
	line-height: 18px;
	border: 1px solid #09C;
	background-color: #FFF;
	color: #09C;
	border-radius: 3px;
	min-width: 30px;
	text-align: center;
	margin-top: 5px;
	margin-right: 20px;
	margin-bottom: 5px;
	margin-left: 0px;
}
#main_left .box_show .box_tag .tag_class:hover {
	background-color: #09C;
	color: #FFF;
	border-top-color: #09C;
	border-right-color: #09C;
	border-bottom-color: #09C;
	border-left-color: #09C;
}
#main_left .box_show .box_tag .tag_writer {
	float: left;
	width: auto;
	margin-right: 20px;
}

#main_left .box_show .box_tag .tag_time   {
	float: left;
	width: 200px;
}
#main_left .box_show .box_tag .time_hits   {
	float: right;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #ddd;
	line-height: 14px;
	padding-right: 10px;
	margin-top: 13px;
	margin-right: 10px;
	margin-bottom: 13px;
	margin-left: 10px;
}
#main_left .box_show .box_tag .tag_comment   {
	float: right;
	color: #999;
	display: none;
}
#main_left .box_show .box_info {
	float: left;
	width: 100%;
	font-size: 16px;
	line-height: 180%;
	margin-bottom: 20px;
	padding-bottom: 20px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #EEE;
	padding-top: 25px;
}
#main_left .box_show .box_info img {
	max-width: 100%;
}

#main_left .box_show .box_info p {
}
#main_left .box_show #comments {
	float: left;
	width: 100%;
	display: none;
}
#main_left .box_show #comments h2 {
	font-weight: normal;
	margin-bottom: 20px;
	font-size: 18px;
	clear: both;
	border-left-width: 3px;
	border-left-style: solid;
	border-left-color: #FF8204;
	letter-spacing: 1px;
	padding-left: 10px;
}
#main_left .box_show #comments table {
	float: left;
	width: 100%;
	line-height: 30px;
	font-size: 16px;
	color: #666;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #EEE;
	margin-bottom: 20px;
}
#main_left .box_show #comments #comments_content {
	height: 120px;
	width: 718px;
	line-height: 20px;
	font-size: 14px;
	padding: 10px;
	border: 1px solid #CCC;
	outline-style: none;
}
#main_left .box_show #comments input {
	border: 1px solid #CCC;
	padding: 10px;
	outline-style: none;
	font-size: 14px;
	width: 205px;
}
#main_left .box_show #comments #comments_submit {
	float: left;
	width: 100px;
	background-color: #FF8204;
	color: #FFF;
	margin-top: 20px;
	margin-bottom: 20px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	cursor: pointer;
}
#main_left .box_show #comments #comments_submit:hover {
	background-color: #1AA4FF;
}









#main_right {
	width: 300px;
	float: left;
	margin-right: 30px;
}
#main_right .box_right {
	width: 100%;
	float: left;
	margin-bottom: 30px;
	background-color: #FFF;
}
#main_right .box_right h2 {
	border-left-width: 3px;
	border-left-style: solid;
	border-left-color: #FF8204;
	font-size: 18px;
	font-family: "微软雅黑", "黑体", "宋体";
	padding-left: 10px;
	margin-top: 10px;
	margin-bottom: 10px;
	color: #333;
	font-weight: bold;
	letter-spacing: 1px;
	clear: both;
}


#main_right .box_right ul {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #eee;
	clear: both;
	margin-top: 0px;
	margin-right: 20px;
	margin-bottom: 0px;
	margin-left: 20px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
}
#main_right .box_right ul li {
	float: left;
	width: 100%;
	margin-bottom: 10px;
}
#main_right .box_right ul li a {
	line-height: 20px;
	font-size: 14px;
	font-weight: bold;
	padding-left: 10px;
}
#main_right .box_right ul li a img {
	height: 60px;
	width: 90px;
	margin-right: 10px;
	float: left;
}
#main_right .box_right ul li a span {
	float: left;
	height: 40px;
	overflow: hidden;
	width: 160px;
}
#main_right .box_right ul li a time {
	text-align: left;
	float: left;
	white-space: nowrap;
	line-height: 20px;
	color: #999;
	font-size: 12px;
	width: 160px;
}
#zixun {
	width: 260px;
	float: left;
	padding: 0px;
	margin-top: 0px;
	margin-right: 20px;
	margin-bottom: 0px;
	margin-left: 20px;
}
#zixun tr td {
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
	font-size: 14px;
}
#zixun tr td input {
	padding: 5px;
	outline: none;
	border: 1px solid #D6D6D6;
}
#zixun tr td #Message_Content {
	float: left;
	height: 100px;
	width: 241px;
	outline: none;
	padding: 5px;
	border: 1px solid #D6D6D6;
}
#zixun tr td #zixun_submit {
	float: left;
	height: 32px;
	width: 80px;
	background-color: #FF8204;
	color: #FFF;
	border: 1px solid #F07800;
	cursor: pointer;
}
#zixun tr td #zixun_submit:hover {
	background-color: #FF9831;
}
#links {
	width: 100%;
	float: left;
	margin-top: 20px;
	background-color: #FFF;
}
#links h2  {
	border-left-width: 3px;
	border-left-style: solid;
	border-left-color: #FF8204;
	font-size: 18px;
	font-family: "微软雅黑", "黑体", "宋体";
	padding-left: 10px;
	margin-top: 10px;
	margin-bottom: 10px;
	color: #333;
	font-weight: bold;
	letter-spacing: 1px;
	clear: both;
}
#links div a {
	float: left;
	width: auto;
	padding: 5px;
}





footer {
	width: 100%;
	clear: both;
	margin-top: 30px;
	background-color: #FFF;
	float: left;
}
#footer_body {
	margin: auto;
	width: 1120px;
	height: 60px;
}
#footer_body #copyright {
	float: left;
	line-height: 60px;
}
