﻿@charset "utf-8";
/* CSS Document */
/* html { filter:progid:DXImageTransform.Microsoft.BasicImage(grayscale=1); } */
* {
	margin: auto;
	padding: 0px;
	text-align: left;
	font-family: "微软雅黑", "宋体", "黑体";
	color: #666666;
}
body {
	font-size: 9pt;
}
h1, h2 {
	font-size: 12pt;
}
hr {
	clear: both;
	float: none;
	color: #FFFFFF;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	height: 30px;
	width: 890px;
	margin-top: auto;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: 55px;
}
p {
	text-indent: 2em;
	line-height: 24px;
	margin-top: 1em;
	margin-bottom: 1em;
}
a {
	text-decoration: none;
}
a img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.header li {
	list-style-type: none;
}
.index .sidebar_left {
	float: left;
	width: 240px;
	height: auto;
	padding-top: 0px;
}
.sidebar_left {
	float: left;
	width: 160px;
	height: auto;
	padding-top: 0px;
}
.index .main1_right {
	float: left;
	width: 650px;
	height: auto;
	margin-top: 0px;
	margin-left: 0px;
}
.main1_right {
	float: left;
	width: 700px;
	height: auto;
	margin-top: 0px;
	margin-left: 30px;
}
