/* CSS Document */
img, ul, li, body {
	border:0;
	margin:0;
	padding:0;
}
body {
	font-size:13px;
	background: url('imgs/bg.png') repeat-x scroll 50% 0 #F2F2F2;
}
a {
	font-size:13px;
	color:#333;
	text-decoration:none;
}
a:hover {
	color:#F00;
}
#content {
	width:962px;
	margin:0 auto;
}
.auto_height {
	clear:both;
}
.line {
	background-image:url('imgs/bg2.png');
	background-repeat:repeat-x;
	height:15px;
}
#header {
	height:117px;
}
#header #logo {
	width:500px;
	height:110px;
	float:left;
}
#header #phone {
	width:172px;
	height:110px;
	float:right;
}
#menu {
	height:53px;
}
#menu .current{
	background-color:#000;
}
#menu a {
	display:block;
	float:left;
	letter-spacing:2px;
	height:53px;
	line-height:53px;
	font-size:16px;
	color:#FFF;
	text-decoration:none;
	width:120px;
	text-align:center;
}
#menu a:hover {
	background-color:#000;
}
#main_img {
	height:242px;
	margin:20px auto;
	text-align:center;
	background-color:#FFF;
}
#main_img .box {
	border:1px #CCC solid;
	padding:10px;
	height:220px;
}
.doc_items {
	margin:10px 0;
	overflow:hidden;
	padding-left:5px;
}
.doc_items a {
	display:block;
	background-image:url('imgs/li.png');
	background-repeat:no-repeat;
	background-position:0 4px;
	padding-left:20px;
	font-size:13px;
	color:#333;
	height:23px;
	line-height:23px;
	text-decoration:none;
}
.doc_items a:hover {
	color:#F00;
}
#foot_link {
	height:45px;
	line-height:45px;
	background-color:#2e2e2e;
	text-align:center;
	color:#FFF;
	font-size:13px;
}
#foot_link a {
	color:#FFF;
	margin:0 15px;
	text-decoration:none;
}
#foot_link a:hover {
	text-decoration:underline;
}
#content_left{
float:left; width:201px; border:1px #d3d3d3 solid;
}
#content_right{
float:right; width:730px;
}
.catagory {
	padding:10px 38px 40px;
	background-color:#fff;
}
.catagory_title{
	background-image:url('imgs/title.png'); height:75px;
}
.catagory a {
	background-image:url(imgs/dot2.png);
	background-repeat:no-repeat;
	background-position:0 0;
	color: #585656;
	display: block;
	font: 12px/35px Verdana, Arial, Helvetica, sans-serif;
	margin: 0;
	padding-left: 38px;
	text-align: left;
	text-decoration: none;
}
.catagory a:hover {
	color: #FF5900;
	display: block;
	font: 12px/35px Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
}
#nav_title {
	border: 0px none;
	height: 48px;
	padding: 0px;
	margin: 0px;
	background: url('imgs/title2.png') no-repeat scroll 0px 0px transparent;
	margin-top:10px;
}
#nav_title #nav_dir {
	color: #5C5C5C;
	padding: 2px 0 0 22px;
}
/******************** doc list *****************************/

div#newsquery {
	margin: 0;
	padding: 0;
}
div#newsquery ul {
	margin: 0;
	padding: 0;
}
div#newsquery li {
	background-image:url(imgs/line.png);
	background-repeat:no-repeat;
	background-position:0 4px;
	height: 36px;
	line-height: 36px;
	list-style-type: none;
	overflow: hidden;
}
div#newsquery a:link, div#newsquery a:visited, div#newsquery a:active {
	color: #333333;
	font: 13px/15px Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
}
div#newsquery a:hover {
	color: #FF6600;
	font: 13px/15px Verdana, Arial, Helvetica, sans-serif;
	text-decoration: underline;
}
div#newsquery li.title {
	padding-left: 20px;
}
div#newsquery div.title {
	float: left;
}
div#newsquery .time {
	color: #999999;
	float: right;
	font: 11px/16px Verdana, Arial, Helvetica, sans-serif;
	overflow: hidden;
	padding-right: 5px;
	white-space: nowrap;
}
div#showpages {
	clear: both;
	height: 30px;
	margin:20px 0 0 0;
	padding: 0;
	text-align: right;
	white-space: nowrap;
	width: 100%;
}
div#pagesinfo {
	float: left;
	padding: 3px 8px;
	white-space: nowrap;
}
div#pages {
	float: right;
	padding-right: 8px;
	white-space: nowrap;
}
div#pages ul {
	margin: 0;
	padding: 0;
}
div#pages a:link, div#pages a:visited, div#pages a:active {
	color: #303030;
	text-decoration: none;
}
div#pages a:hover {
	color: #FF0000;
	text-decoration: none;
}
div#pages li {
	background: none repeat scroll 0 0 #DCD9D4;
	border: 1px solid #DCD9D4;
	color: #303030;
	float: left;
	list-style-type: none;
	margin: 3px;
	padding: 2px 5px;
	white-space: nowrap;
}
div#pages li.pagesnow {
	background-color: #EEEEEE;
	border: 1px solid #DCD9D4;
	color: #303030;
	white-space: nowrap;
}
div#pages li.pbutton {
	background-color: #DCD9D4;
	border: 1px solid #DCD9D4;
	color: #303030;
	padding: 3px 5px 1px;
	white-space: nowrap;
}
div#pages li.opt {
	background: none repeat scroll 0 0 #FFFFFF;
	border: 0 none;
	color: #303030;
	padding: 0;
	white-space: nowrap;
}
#page_record_count {
	margin-right: 8px;
}
#record_per_page {
	margin-right: 8px;
}
#totoal_curr_page {
	margin-right: 20px;
}
#pre_page_link {
	border: 1px solid #CCCCCC;
	margin-left: 5px;
	padding: 0 5px;
}
#pre_page_link:hover {
	background-color: #666666;
	border: 1px solid #666666;
	color: #FFFFFF;
	margin-left: 5px;
	padding: 0 5px;
	text-decoration: none;
}
#curr_page {
	background-color: #666666;
	border: 1px solid #666666;
	color: #FFFFFF;
	margin-left: 5px;
	padding: 0 5px;
}
.page_link {
	border: 1px solid #CCCCCC;
	margin-left: 5px;
	padding: 0 5px;
}
.page_link:hover {
	background-color: #666666;
	border: 1px solid #666666;
	color: #FFFFFF;
	margin-left: 5px;
	padding: 0 5px;
	text-decoration: none;
}
#next_page_link {
	border: 1px solid #CCCCCC;
	margin-left: 5px;
	padding: 0 5px;
}
#next_page_link:hover {
	background-color: #666666;
	border: 1px solid #666666;
	color: #FFFFFF;
	margin-left: 5px;
	padding: 0 5px;
	text-decoration: none;
}
.doc{
padding:10px 5px;	
}
.doc_title {
	text-align:center;
	margin:0;
}
.doc_date {
	text-align:center;
	margin:10px 0 20px 0;
	font-size:13px;
}
.doc_body {
	padding:0px;
	font-size:13px;
	line-height:25px;
}
.doc_share {
	margin-top:20px;
	padding-left:20px;
}
.doc_line {
	border-bottom:#CCC dotted 1px;
	margin-bottom:20px;
	margin-top:20px;
}
.doc_pre_next {
	margin:20px 0 0 0;
	padding-left:15px;
}
