﻿/* CSS Document */

body,td,th 
{
	font-size:9pt;
	font-family: Arial,Verdana,宋体;
	font-weight: normal;
	color:#000000;
}

body 
{
	padding: 0px;
	margin: 0px;
	background-color: #b5b5b5;
	background-image: url(images/bg.gif);
}

table 
{
	border:0px;
	margin:0px;
	padding:0px;
	border-collapse: collapse;
}

form 
{
	margin:0px;
}

input,select 
{
	font-size:9pt;
	font-family: Arial,Verdana,宋体;
}

.input_text
{
	border:1px solid #000000;
	height:18px;
	margin-right:8px;
}

.input_button
{
	border:0px;
	padding-top:2px;
	width:68px;
	height:23px;
	cursor: pointer;
	text-align:center;
	background-color:Transparent;
	background-image: url(images/btn.gif);
}

img
{
	border:0px;
	margin:0px;
}

a:link, a:visited, a:active {
	text-decoration: none;
	color: #000000;
}

a:hover {
	text-decoration: none;
	color: #096ca0;
}	

p
{
	margin-top:0px;
	margin-bottom:10px;
}

#head 
{
	width:995px;
	height:83px;
	text-align:right;
	margin-left:auto;
	margin-right:auto;
	background-image: url(images/head.gif);
}

#main 
{
	width:1000px;
	margin-left:auto;
	margin-right:auto;
	padding-top:5px;
}

#left
{
	float:left;
	width:170px;
}

#menu 
{
	width:168px;
	border-left:solid 1px #656565;
	border-right:solid 1px #656565;
	background-color: #b5b5b5;
}

.menu_item, .menu_item_hover
{
	height:20px;
	padding-top:5px;
	text-align:center;
	border-bottom:solid 1px #b5b5b5;
	cursor:pointer;
	font-size:11pt;
}

.menu_item
{
	color:#000000;
	background-color:#e2e2e2;
}

.menu_item_hover, .menu_item:hover
{
	color:#ffffff;
	background-image: url(images/menu_bg.gif);
}

.sub_menu_item, .sub_menu_item_hover
{
	height:17px;
	padding-top:4px;
	text-align:center;
	cursor:pointer;
	font-size:9pt;
}

.sub_menu_tiem
{
	color:#000000;
	background-color:#bfbfbf;
}

.sub_menu_item_hover, .sub_menu_item:hover
{
	color:#ffffff;
	background-color:#2995dc;
}

.left_tel
{
	width:150px;
	height:25px;
	padding-top:6px;
	border-bottom:dotted 1px #656565;
	text-align:left;
	margin-left:10px;
}

#content
{
	float:right;
	width:825px;
	overflow:visible;
	padding-top:5px;
	background-color:#cacaca;
	min-height:700px;
	_height:700px;
}

#bottom
{
	clear:both;
	width:1000px;
	margin-left:auto;
	margin-right:auto;
}

#bottom_left
{
	float:left;
	height:84px;
	width:11px;
	background-image: url(images/bottom_left.gif);
}

#bottom_right
{
	float:left;
	height:84px;
	width:11px;
	background-image: url(images/bottom_right.gif);
}

#bottom_main
{
	float:left;
	width:978px;
	height:50px;
	padding-top:34px;
	text-align:center;
	background-image: url(images/bottom_bg.gif);
}

.title
{
	background-image:url(images/title_bg.gif);
	height:23px;
	padding-left:10px;
	padding-right:10px;
	padding-top:4px;
	font-size:11pt;
}

.list
{
	padding:5px;
}

.list_time
{
	padding-left:15px;
	padding-top:3px;
	background:url('/images/list.gif') no-repeat 0px 4px;
	border-bottom:dotted 1px #656565;
	height:18px;
}

.subject
{
	padding-top:20px;
	text-align:center;
	font-size:12pt;
	font-weight:bold;
}

.detail
{
	width:805px;
	padding-top:20px;
	padding-bottom:20px;
	line-height:20px;
	overflow:hidden;
	margin-left:auto;
	margin-left:auto;
}

.label
{
	background-image:url(images/news_bg.gif);
	height:20px;
	padding-left:10px;
	padding-right:10px;
	padding-top:3px;
}

.box
{
	line-height:20px;
	border:solid 1px #656565;
}

.input_label
{
	width:70px;
	height:22px;
	padding-top:5px;
	float:left;
	clear:both;
}


