@charset "utf-8";
/*-----------------------------------------
名称:
类别:医疗机构
日期:
-----------------------------------------*/

/*--------------------------
Yahoo CSS Reset
--------------------------*/
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,
form,fieldset,input,textarea,p,blockquote,th,td {
padding: 0;
margin: 0;
}
table {
border-collapse: collapse;
border-spacing: 0;
}
fieldset,img {
border: 0;
}
address,caption,cite,code,dfn,em,strong,th,var {
font-weight: normal;
font-style: normal;
}
ol,ul {
list-style: none;
}
caption,th {
text-align: left;
}
h1,h2,h3,h4,h5,h6 {
font-weight: normal;
font-size: 100%;
}
q:before,q:after {
content:'';
}
abbr,acronym { border: 0;
} 
:focus {
	outline: 0;
}

/*--------------------------
全局设置
--------------------------*/
body {
	font: 12px Arial, Helvetica, sans-serif;
	background-color: #CCCCCC;
}
a {
	text-decoration: none;
}

h1 {
	font-size: 16px;
	font-weight: bold;
	color: #FFF;
}

#container {
	margin-right: auto;
	margin-left: auto;
	width: 1003px;
	background-color: #FFFFFF;
}
#header {
	background: url(../images/topics/zt002.gif) no-repeat;
	height: 421px;
	width: 1003px;
	float: left;
	position: relative;
}
#siteNav  {
	position: absolute;
	left: 891px;
	top: 10px;
}
#siteNav a {
	color: #FFF;
	margin-right: 8px;
}
#contactus {
	position: absolute;
	left: 483px;
	top: 327px;
}
#contactus a {
	line-height: 28px;
	display: block;
	margin-bottom: 15px;
	height: 28px;
	width: 72px;
	color: #000;
	text-align: center;
}
#nav {
	background: url(../images/topics/ljgpvp_2.png) repeat-x;
	float: left;
	height: 37px;
	width: 1003px;
	margin-bottom: 15px;
}
#nav li {
	float: left;
	line-height: 27px;
	display: inline;
	margin: 5px;
}
#nav li a {
	background: url(../images/topics/ljgpvp_1.gif);
	height: 27px;
	width: 90px;
	display: block;
	line-height: 27px;
	color: #000;
	font-size: 14px;
	padding-left: 36px;
}
#nav li.alt {
	font-size: 14px;
	margin-left: 100px;
	border-left: 1px solid #0787CB;
	padding-left: 24px;
	color: #0787CB;
}



#main {
	background: #FFF;
	float: left;
	width: 940px;
	padding: 0px 32px 0px 31px;
	margin-bottom: 15px;
}
#leftBar {
	float: left;
	width: 489px;
	background: #eff6fa;
}
#leftBar h1,#rightBar h1 {
	line-height: 37px;
	background: url(../images/topics/ljgpvp_3.png);
	height: 37px;
	padding-left: 40px;
	margin-bottom: 15px;
}
#leftBar p,#rightBar p {
	line-height: 24px;
	text-indent: 24px;
	padding: 0px 15px;
	margin-bottom: 10px;
}
#leftBar h3, #rightBar h3 {
	color: #069;
	font-size: 14px;
	padding-left: 15px;
	line-height: 30px;
}

#leftBar img {
	float: right;
	border: 3px solid #b0ccf1;
	margin-right: 15px;
	margin-left: 5px;
	margin-bottom: 5px;
}
#rightBar li ul li {
	background: url(../images/topics/ljgpvp_6.png) no-repeat 15px 0px;
	line-height: 20px;
	text-indent: 24pt;
	padding-left: 15px;
	padding-right: 15px;
}
#rightBar li ul li span {
	font-size: 14px;
	font-weight: bold;
	color: #069;
}

#rightBar {
	float: left;
	display: inline;
	margin-left: 20px;
	width: 431px;
	background: #eff6fa;
}
#rightBar h1 {
	background: url(../images/topics/ljgpvp_5.png);
}
#doctor {
	width: 890px;
	border: 5px solid #0474a4;
	float: left;
	padding: 20px;
}
#doctor img {
	float: left;
	margin-right: 15px;
	margin-bottom: 20px;
	border: 3px solid #39C;
}
#doctor h1 {
	color: #39C;
	border-bottom: 2px solid #0474A4;
}
#doctor p {
	line-height: 30px;
	text-indent: 24px;
}
#doctor table {
	background: #0474a4;
	clear: both;
	width: 890px;
}
#doctor table img {
	float: none;
	border-style: none;
	vertical-align: bottom;
	margin: 0px;
}

#doctor th, #doctor td {
	border-right: 2px solid #FFF;
	border-bottom: 2px solid #FFF;
	text-align: center;
	font-size: 14px;
	color: #FFF;
	line-height: 30px;
	height: 30px;
}
#doctor th {
	font-weight: bold;
}









#footer {
	float: left;
	width: 1003px;
	color: #FFF;
	margin-top: 15px;
	font-size: 14px;
	font-weight: bold;
}
#footer dt {
	float: left;
	height: 60px;
	width: 60px;
	line-height: 30px;
	text-align: center;
}
#footer dd {
	float: left;
	width: 438px;
	line-height: 30px;
}
#footerNav {
	background: #ED6728;
	text-align: center;
	height: 29px;
	line-height: 29px;
	float: left;
	width: 1003px;
	margin-bottom: 6px;
}
#footerNav a {
	color: #FFF;
	padding-left: 9px;
	padding-right: 9px;
}
#copyright {
	text-align: center;
}
#copyright p {
	line-height: 24px;
	text-transform: uppercase;
}
