/* CSS Document */
a {
	text-decoration: none;
}
a:link,a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: none;
}
body{
	margin:0 auto; 
	font-size:12px;
	text-align:center;
	background-color:#e7e7e9;
}
/* 页面中间内容部分容器 */
.page{
	width:961px;
	margin-right: auto;
	margin-left: auto;
	background-color:#01245c;
}
/* 页面中间名片展示部分容器 */
.page_c{
	width: 926px;
	margin-right: auto;
	margin-left: auto;
	text-align:left;
	background-color:#01245c;
}
.page_n{
	width:960px;
	margin-right: auto;
	margin-left: auto;
	background-image:url(/seventh/city/images/bg.jpg);
}
.page_n_c{
	width: 926px;
	margin-right: auto;
	margin-left: auto;
	text-align:left;
}
/* 段落标记 */
p {
	line-height:2;
	margin-top:0px;
	margin-bottom:0px;
	text-indent:2em;
}
/* 表格边线 */
.t_bg {
	border-right: #ffffff 1px solid;
	border-left: #ffffff 1px solid;
	padding:12px;
}
/* 名片背景 */
.m_bg {
	background-image:url(../images/bg_bottom.png);
	padding:4px;
	width:218px;
	height:308px;
}
/* 时间属性 */
.time {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #666666;
	font-size: 9px;
	line-height: 20px;
	height: 20px;
}
