@charset "utf-8";
@import url("info_right.css");
/* CSS Document */

/* Global CSS */
* {
	padding:0;
	margin:0;
	list-style:none;
}
body {
	font-family:宋体, serif;
	background:#ffffff;
	font-size:12px;
	color:#2b2b2b;
}
table, td, tr, th {
	font-size:12px;
}
img {
	vertical-align:top;
	border:none;
}
h1, h2, h3, h4, h5, h6 {
	font-size:12px;
	font-weight:normal;
}
/* link color font */
a {
	color:#2b2b2b;
	text-decoration:none;
}
/*a:visited {
	color:#83006f;
	text-decoration:none;
}*/
a:hover {
	color:#BA2636;
	text-decoration:underline;
}
a:active {
	color:#BA2636;
}

/* foot */
.foot {
	margin:0 auto;
	color:#4d4d4d;
	width:960px;
	line-height:21px;
	clear:both;
	padding-bottom:10px;
}
.foot .text {
	padding:5px 0 4px;
	border-bottom:1px solid #eee;
	margin:0 0 6px;
}
.foot .copyright {
	font-family:Verdana, Geneva, sans-serif;
}
.foot a, .foot a:visited {
	color:#4d4d4d;
}
.foot a:hover {
	color:#ba2636;
}










.main{
	width:960px;
	margin:0px auto;
	margin-top:10px;
	display:table;
}
.fleft{
	float:left;
}
.fright {
	float:right;
}
#top {
	line-height:25px;
	width:100%;
	height:25px;
	background:#CCC url(img/mini_bg.png) top repeat-x;
}
#top .main {
	margin-top:0px;
}
#logo {
	float:left;
}
.box_info {
	float:left;
	width:728px;
}
.box_info dl {
	float:left;
	width:357px;
	border:1px solid #e5e5e5;
	margin-top:10px;
	margin-left:10px;
	padding-bottom:10px;
}
.box_info dl.no_mt {
	margin-top:0px;
}
.box_info dl.no_ml {
	margin-left:0px;
}
.box_info dl dt {
	font-size:14px;
	background:#ddd;
	height:28px;
	line-height:28px;
	text-indent:10px;
	letter-spacing:1px;
	font-family:"宋体";
	color:#f54100;
	font-weight:bold;
	background:url(img/titlebg.jpg) repeat-x;
}
.box_info dl dd {
	text-align:right;
	float:left;
	width:341px;
	margin-left:8px;
	margin-top:10px;
	background:url(img/icon03.gif) no-repeat;
	background-position:0px 4px;
}
.box_info dl dd a {
	float:left;
	margin-left:10px;
}
