@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: #CCC;
}
a {
	text-decoration: none;
	color: #000;
}

h1 {
	font-size: 16px;
	font-weight: bold;
	color: #FFF;
}

#container {
	margin-right: auto;
	margin-left: auto;
	background: url(../images/hsxd_bk.png) no-repeat;
	width: 1000px;
	height: 1949px;
}


#main {
	float: left;
	position: relative;
	width: 1000px;
	height: 1949px;
}
#main p {
	line-height: 24px;
	text-indent: 24px;
}
#main p span {
	font-weight: bold;
}
#siteNav {
	position: absolute;
	left: 903px;
	top: 21px;
}
#siteNav a {
	font-size: 16px;
}


#top {
	position: absolute;
	left: 143px;
	top: 283px;
	width: 801px;
	height: 71px;
}


#div1 {
	position: absolute;
	left: 279px;
	top: 408px;
	width: 342px;
	height: 252px;
}
#div1 ul ,#div2 ul{
	margin-top: 20px;
	padding-left: 30px;
}
#div1 ul li a ,#div2 ul li a{
	line-height: 22px;
}


#div2 {
	position: absolute;
	left: 665px;
	top: 452px;
	width: 292px;
	height: 173px;
}
#div2 p {
	text-indent: 0;
}
#div2 p span {
	color: #FB7000;
	font-size: 14px;
}

#div3 {
	position: absolute;
	left: 41px;
	top: 722px;
	width: 580px;
	height: 450px;
}
#div3 p {
	padding-left: 200px;
}
#div3 dl {
	padding: 40px 0px 0px 10px;
}
#div3 dl dt {
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 7px;
}
#div3 dl dd {
	line-height: 24px;
	margin-bottom: 15px;
	text-indent: 24px;
}


#div4 {
	position: absolute;
	left: 637px;
	top: 766px;
	width: 332px;
	height: 396px;
}
#div4 dl dt {
	color: #587eb6;
	text-indent: 24px;
	font-weight: bold;
	line-height: 24px;
}
#div4 dl dd {
	line-height: 24px;
	text-indent: 24px;
}

#div5 {
	position: absolute;
	left: 41px;
	top: 1291px;
	width: 262px;
	height: 228px;
}
#div6 {
	line-height: 24px;
	position: absolute;
	top: 1606px;
	left: 66px;
	width: 900px;
	height: 322px;
}
#div6 dl dt {
	font-size: 14px;
	margin-bottom: 15px;
}
#div6 dl dd {
	margin-bottom: 15px;
}




#footer {
	padding-top: 10px;
	height: 100px;
	float: left;
	width: 1000px;
	line-height: 30px;
	color: #FFF;
	text-transform: uppercase;
	text-align: center;
	background: #587eb6;
}
#footer p a {
	color: #FFF;
	padding-right: 8px;
	padding-left: 8px;
	font-size: 14px;
}

