@charset "utf-8";
/* CSS Document 
*background:url(../images/blue_bg.jpg) repeat-x top;
*/
body {
	margin: 0px;
	font-family: "微软雅黑", System;
	font-size: 12px;
	background-color: white;
}

a:link {
	color: #333;
	text-decoration: none;
}

a:visited {
	text-decoration: none;
	color: #333;
}

a:hover {
	text-decoration: underline;
	color: #F00;
}

a:active {
	text-decoration: none;
	color: #333;
}

.main_div {
	width: 1030px;
	margin: 0px auto;
	background: url(../images/bg2.png) repeat-y;
}

.text_12_hui {
	font-size: 12px;
	color: #666;
}

.title_bg_hui {
	background: url(../images/title_bg_hui.jpg) repeat-x;
}

.title_bg_blue {
	background: url(../images/title_bg_blue_center.jpg) repeat-x;
	font-size: 14px;
	color: #FFF;
	font-weight: bold;
}

.the_input {
	width: 240px;
	height: 22px;
	border: 1px solid #ccc;
	line-height: 22px;
	color: #666;
	background-color: #FFF;
}

.the_input_150 {
	width: 150px;
	height: 22px;
	border: 1px solid #ccc;
	line-height: 22px;
	color: #666;
	background-color: #FFF;
}

.table_line {
	border-left: 1px solid #CCC;
	border-right: 1px solid #CCC;
}

.table_line2 {
	border-left: 1px solid #CCC;
	border-right: 1px solid #CCC;
	border-bottom: 1px solid #CCC;
}

.table_line3 {
	border-right: 1px solid #CCC;
	border-bottom: 1px solid #CCC;
}

.table_line_left {
	border-left: 1px solid #CCC;
	border-right: 1px solid #CCC;
}

.table_line_right {
	border-right: 1px solid #CCC;
}

.table_list {
	border-left: 1px solid #CCC;
	border-top: 1px solid #CCC;
}

.table_list td {
	border-right: 1px solid #CCC;
	border-bottom: 1px solid #CCC;
	padding: 5px;
	font-size: 12px;
}

.table_list th {
	height: 30px;
	background: url(../images/title_bg_hui.jpg) repeat-x center;
	font-size: 12px;
	border-right: 1px solid #CCC;
	border-bottom: 1px solid #CCC;
}

.table_text_type {
	font-weight: bold;
	text-align: right;
}

.text_center {
	text-align: center;
}

.line_green {
	width: 100%;
	height: 5px;
	background-color: #690;
}

.title_left_hei {
	font-size: 16px;
	color: #333;
	font-weight: bold;
	line-height: 40px;
	margin: 0px 10px;
}

.left_menu_1 {
	width: 230px;
	line-height: 29px;
	text-align: center;
	border: 1px solid #CCC;
	margin: 3px auto;
	background: url(../images/left_menu_bg.jpg) repeat center;
}

.left_menu_2 {
	width: 230px;
	line-height: 20px;
	font-size: 12px;
	margin: 0px auto;
	background-color: #f6f6f6;
}

.left_menu_2 ul {
	margin: 0px 0px 0px -15px;
}

.legend_title {
	font-size: 16px;
	font-weight: bold;
	color: #06C;
}

.autocut {
overflow: hidden;
white-space: nowrap;
-o-text-overflow: ellipsis;
text-overflow: ellipsis;
display: block;
}