@charset "utf-8";
/* CSS Document */

body {
	margin: 0px;
	font-family: Tahoma, Geneva, sans-serif;
}
p { 
	font-size:13px;
	line-height:16px;
	margin:0;
	color:#333;
}
ul,li {
    margin:0;
}
h1 { 
	font-size:14px;
	line-height:24px;
	font-weight: bold;
	margin:0;
	
}
h2 { 
	font-size:12px;
	color:#5f24b4;
	line-height:20px;
	margin:0;
}
h3 { 
	font-size:12px;
	color:#EDB01C;
	line-height:20px;
	margin:0;
}	
.gray { 
	font-size:11px;
	color:#999;
	line-height:20px;
}
.red2 { 
	font-size:13px;
	line-height:16px;
	margin:0;
	color: #F00;
}
.black2 { 
	font-size:11px;
	line-height:16px;
	color:#333;
}
.black { 
	font-size:13px;
	line-height:16px;
	color:#333;
}
.black a:link {
	text-decoration: underline;
	color: #333;
}
.black a:visited {
	text-decoration: underline;
	color: #333;
}
.black a:hover {
	text-decoration:underline;
	color: #5f24b4;
}
.black a:active {
	text-decoration: none;
}
.white { 
	font-size:12px;
	line-height:16px;
	color:#FFF;
}
.link {
	font-size:10px;
	line-height:23px;
	color:#eee;
	background:url(../images/bg-link.gif) no-repeat; width:161px; height:23px; float:right; margin:20px 0;
	text-align:center
}
.link a:link,.link a:visited{
	color:#ccc;
}
.link a:hover{
	color:#fff;
}
.bg {background:url(../images/bg2.jpg) repeat-x}
.bt1 a{
text-indent: -3000px;
display: block;
width: 100px;
height: 36px;
float:left;
background: url(../images/bt1.jpg);
}
.bt1 a:hover{
background: url(../images/bt1-1.jpg);
}
.bt2 a{
text-indent: -3000px;
display: block;
width: 100px;
height: 36px;
float:left;
background: url(../images/bt2.jpg);
}
.bt2 a:hover{
background: url(../images/bt2-1.jpg);
}
.bt3 a{
text-indent: -3000px;
display: block;
width: 100px;
height: 36px;
float:left;
background: url(../images/bt3.jpg);
}
.bt3 a:hover{
background: url(../images/bt3-1.jpg);
}
.bt4 a{
text-indent: -3000px;
display: block;
width: 100px;
height: 36px;
float:left;
background: url(../images/bt4.jpg);
}
.bt4 a:hover{
background: url(../images/bt4-1.jpg);
}
#contain { width:950px; margin:0 auto;}

#contain2 { width:1000px; margin:0 auto; }

#page {width:950px; margin:0 auto; padding-top:40px}

#right {float:right; width:700px}

#sidebar {width:205px; float:left; padding-right:20px; border-right:1px solid #eee}

.title {border-top:1px solid #eee; padding:18px}

.title ol li { margin-bottom:8px}

.line td{ border-bottom:1px solid #C1C1E1}
.dot td{ border-bottom:1px dotted #C1C1E1}

#footer {clear: both; padding-top:50px}

.footer{
overflow: hidden;
clear:both; 
border-bottom:1px solid #eee;
border-top:1px solid #eee;
height:35px;

}

.footer ul{
margin: 0;
padding: 0;
text-align:center;
float: left;
width: 100%;
font-size:11px;
font-weight:normal;
}

.footer ul li{
display: inline;
}

.footer ul li a{
color: #999;
padding:0 25px;
line-height:35px;
text-decoration: none;
}

.footer ul li a:hover{
color: #333;

}
a:link {
	text-decoration: none;
	color: #333;
}
a:visited {
	text-decoration: none;
	color: #333;
}
a:hover {
	text-decoration:none;
	color: #5f24b4;
}
a:active {
	text-decoration: none;
}