﻿@charset "utf-8";
/* CSS Document */
/*布局*/
#box {
	background: #FFFFFF url(box_c.jpg) repeat-x;
	margin:1px 0 10px 0;
}
#box #left {
	width:229px;
	float:left;
}
#box #right {
	margin-left: 229px;
	padding:10px;
}
/*布局 end*/


/*内容样式*/
.content {
	text-align:left;
	font-size:14px;
	margin:20px;
	color:#333333;
	line-height:200%;
}
/*内容*/
.content p {
	text-indent:27px;
	margin-bottom:20px;
	font-size:14px;
}
.content strong {
	color:#FF3300;
	padding:0px 5px;
}
.content a {
	font-size:14px;
	color:#0000FF;
	text-decoration: underline;
}
.content a:hover {
	text-decoration: none;
}
.content ul {
	margin:0 0 0 50px;
	list-style-type: disc;
}
.content ol {
	margin:0 0 0 50px;
	list-style-type: decimal;
}
.content h1 {
	font-size:24px;
	font-weight: normal;
	padding:0px;
	margin:10px 0px;
}
.content h2 {
	font-size:22px;
	font-weight: normal;
	line-height:200%;
}
.content h3 {
	font-size:18px;
	font-weight: normal;
	line-height:200%;
}
.content h4 {
	font-size:14px;
	font-weight: bold;
	line-height:200%;
	border-bottom:1px solid #CCC;
	margin:20px;
}
.content h4 span{ float:right;font-weight:normal;}
.content h5 {
	font-size:14px;
	line-height:200%;
}
.content h6 {
	font-size:12px;
	line-height:200%;
}
/*标题样式*/
.title_h1 {
	height:70px;
	font-family:"微软雅黑", Helvetica, sans-serif;
	font-size:20px;
	color:#000000;
	display:block;
	margin:0 0 20px 0;
}
.title_h1 span {
	color:#0075B9;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:50px;
	line-height:100%;
	float:left;
	display:block;
	border-right:1px dashed #0075B9;
	padding:0 5px 0 0;
	margin:0 5px 0 0;
	font-weight:bold;
}
.title_h1 strong {
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#0075B9;
	font-size:20px;
	line-height:20px;
	display:block;
}
.title_h2 {
	font-size:26px;
	color:#000;
	height:200%;
	padding:10px;
	margin:10px;
	font-family:"微软雅黑", Arial, Helvetica, sans-serif;
	font-weight:normal;
}
.title_h5 {
	margin:0 0 0 20px;
	display:block;
	font-size:12px;
	color:#000;
	font-weight:bold;
}
/*电话和email*/
.tel {
	margin:20px;
	color:#FF6600;
}
.tel strong, .email strong {
	color:#333333;
	font-weight:bold;
}
.email {
	margin:20px;
	color:#FF6600;
}
/*团队样式*/
.Team {
	font-size:12px;
	margin:0 20px;
}
.Team dt {
	width:20%;
	float:left;
	display:block;
}
.Team dd {
	color:#666;
	width:29%;
	float:left;
	display:block;
}
.Team strong {
	color:#333;
	font-weight:bold;
	font-size:12px;
}
.Team a, .Team a:visited {
	color:#333;
	font-weight:bold;
	font-size:12px;
}




/*网站地图*/
.map { margin:0 15px;}
.map dt {
border-bottom:1px solid #CCC;
margin:10px 0 20px 0;

}
.map dt a, .map dt a:link, .map dt a:visited {
	font-size:20px;
	color:#04d;
	font-weight:bold;
}
.map dd {}
.map dd strong {
	font-size:14px;
	color:#333;
	display:block;
	margin-top:15px;
}
.map dd strong a, .map dd strong a:link, .map dd strong a:visited {
	font-size:14px;
	color:#333;
}
.map dd a, .map dd a:link, .map dd a:visited { font-size:14px; margin:5px;
}


/*rss订阅*/
.rss a {text-decoration:none;}
.rss td,.rss th{ text-align:center;}
.rss th { width:20%;}
.rss td { width:16%;}
.rss th a { color:#FF0000; }
.rss td a strong  { color:#333; font-size:14px;}
/*顶部*/
#header {
	height:35px;
	background-color:#0075B9;
	border-bottom:10px solid #09447E;
	padding:5px 5px 0 5px;
}
#header #logo {
	float:left;
}
#header #menu {
	float:right;
	margin-top:7px;
}
#header #menu li {
	list-style-type: none;
	width:89px;
	height:28px;
	float:left;
	font-size:12px;
	line-height:28px;
	text-align:center;
}
#header #menu li.on {
	background-image: url(menu_on.jpg);
	background-repeat: no-repeat;
	font-weight:bold;
}
#header #menu li a {
	color:#FFF
}
#header #menu li a:link {
	color:#FFF
}
#header #menu li a:visited {
	color:#FFF
}
#header #menu li a:hover {
	text-decoration: underline;
}
/*顶部 end*/
/*底部*/
#bottom {
	font-size:12px;
	color:#333;
	clear:both;
	text-align:center;
	padding:10px 0;
	margin:auto;
	border-top:1px solid #ddd;
}

#bottom p {
	color:#666;
	font-size:12px;
	padding:0;
	line-height:150%;
	display:block;
}
#bottom a {
	color:#039;
	line-height:200%;
	text-decoration: underline;
}
#bottom a:hover{ color:#04d;}
/*底部 end*/
