@charset "utf-8";
/* 基础 */
* {
	margin:0;
}
body, td, input, textarea, p, div, span {
	font-size:12px;
	font-family:"宋体";
}
select{font-size:12px;}
body, td, input, select, textarea, p, div, span {
	color:#373737;
}
a {
	color:#373737;
	text-decoration:none;
}
a:hover {
	color:#D02E21;
}
.clear {
	clear:both;
}


/*框架*/
#wrap {
	width:791px;
	margin-left: auto;
	margin-right: auto;
}


/*头部*/
#top {
	float:left;
	width:791px;
	height:202px;
	margin-bottom:10px;
	overflow:hidden;
}
#banner {
	height:166px;
	background-color:#419FF9;
}
#banner #flashDiv {
	height:166px;
	background-image:url(../images/Banner.jpg);
}
#banner #flashDiv object,#banner #flashDiv embed, {
	width:0;
	height:0;
	overflow:hidden;
}

#nav {
	width:791px;
	height:36px;
	background-image:url(../images/nav_bg.jpg);
}
#nav ul {
	list-style:none;
	float:left;
	text-align:center;

	margin-left:34px;		/*所有浏览器*/
	margin-left:28px\9;		/*IE6、IE7、IE8*/
	*margin-left:68px;		/*IE6、IE7*/   
	_margin-left:34px;		/*IE6*/
}
#nav ul li {
	float:left;
	padding-left:2px;
	background-image:url(../images/nav_line.jpg);
	background-repeat:no-repeat;
}
#nav ul li img {
	border:0;
}
#nav .nav_home {
	padding-left:0;
	background-image:none;
}


/*底部*/
#footer {
	float:left;
	width:791px;
	height:84px;
	overflow:hidden;
	margin:15px 0 5px 0;
}
#footer #left {
	float:left;
	width:65px;
	height:84px;
	background-image:url(../images/footer_left.jpg);
	background-repeat:no-repeat;
}
#footer #center {
	float:left;
	width:508px;
	height:69px;
	background-image:url(../images/footer_bg.jpg);
	background-repeat:repeat-x;
	color:#686868;
	padding-top:15px;
	padding-left:153px;
	line-height:18px;
}
#footer #center *{
	color:#686868;
}
#footer #center .netfox{ display:none;}
#footer #center .netfox,#footer #center .netfox*{
	color:#686868;
}
#footer #center a:hover{
	color:#333333;
}
#footer #center .copyright {
	font-family:Arial, Helvetica, sans-serif;
}
#footer #right {
	float:left;
	width:65px;
	height:84px;
	background-image:url(../images/footer_right.jpg);
	background-repeat:no-repeat;
}
/*主体*/
#main {
	float:left;
	width:791px;
	overflow-x:hidden;
}
#main #left {
	float:left;
	width:219px;
	height:100%;
	/*margin-right:6px;*/
	overflow:hidden;
	background-color:#f9f9f9;
	overflow-x:hidden;

	float:left;		/*所有浏览器*/
	float:none\9;	/*IE6、IE7、IE8*/
	*float:left;	/*IE6、IE7*/   
	_float:left;	/*IE6*/
}
#main #left .leftBg{
	float:left;
	width:219px;
	height:100%;
	background-color:#ffffff;
}

#main #right {
	float:left;
	width:566px;
	height:100%;
	padding-left:6px;
	overflow-x:hidden;

	float:left;		/*所有浏览器*/
	float:none\9;	/*IE6、IE7、IE8*/
	*float:left;	/*IE6、IE7*/   
	_float:left;	/*IE6*/
}




/************************************************************/
.font_e02009{color:#e02009;}
.font_0033dd{ color:#0033dd;}
.leftBorder{border:1px solid #ccd0d3;}
.pageTitle1{
	float:left;
	width:212px;
	height:20px;
	border:1px solid #ccd0d3;
	border-bottom:none;
	background-color:#2E6EAE;
	padding-top:5px;
	padding-left:5px;
	color:#FFFFFF;

	font-size:16px;
	font-weight:bold;
}
.pageTitle{
	float:left;
	width:217px;
	height:auto;
	border:1px solid #ccd0d3;
	
	margin-bottom:10px;
	padding-bottom:10px;
}
.pageTitle .title{
	float:left;
	width:200px;
	height:19px;
	padding-left:17px;
	padding-top:4px;
	color:#3770B3;

	font-size:14px;
	font-weight:bold;
	font-family:"宋体";
	background-image:url(../images/left_title.jpg);
	background-repeat:no-repeat;
}
.pageTitle .body{
	float:left;
	width:217px;
	min-height:0;
	_height:auto;
	overflow:inherit;
}
.pageTitle .body ul{
	float:left;
	list-style:none;
	margin-top:10px;
	margin-left:7px;_margin-left:4px;
	margin-right:0;
	margin-bottom:10px;
}
.pageTitle .body ul li a{
	float:left;
	width:164px;
	height:20px;
	background-image:url(../images/index_left_time.jpg);
	font-size:14px;
	color:#1e5281;
	padding-top:8px;
	padding-left:39px;
	margin-bottom:8px;
	
	margin-left:-39px;		/*所有浏览器*/
	margin-left:-39px\9;	/*IE6、IE7、IE8*/
	*margin-left:0;	/*IE6、IE7*/   
	_margin-left:0;	/*IE6*/
}
.pageTitle .body ul li a:hover{
	color:#FE8F00;
}



.crumb{
	background-image:url(../images/crumb.jpg);
	background-repeat:no-repeat;
	background-position:3px 5px;
	padding-left:11px;
	height:18px;
	padding-top:7px;
	color:#666666;
	border-bottom:1px #cccccc solid;
	margin-bottom:6px;
	background-color:#f0f0f0;
}
.crumb,.crumb a{
	color:#666666;
}
.crumb a:hover{
	color:#FF6600;
	text-decoration:underline;
}
.bodyText{
	padding:12px;
	line-height:150%;
	border:1px solid #ccd0d3;
	padding-bottom:20px;
}
.bodyText img{
	max-width:540px;
}



.NewsList {
	background-image:url(../images/linebg.gif);
	background-repeat:repeat-x;
	background-position:bottom;
	padding-right:5px;
	font-size: 12px;
	color:#999999;
}
.NewsList img{
	padding-left:5px;
}
.NewsList a{
	font-size: 12px;
	text-decoration: none;
	line-height: 19px;
	margin-bottom:2px;
}
.Commend{
	color:#FF0000;
}
.NewsList a:hover {
	color:#FF0000;
}
.NewsDetailTitle{font-size:16px; font-weight:bold; line-height:200%;}
.NewsDetailTitleMore{color:#999999;}
#NewsContent{ padding:5px 0px 10px 0px; line-height:200%;font-size:14px;}
#NewsContent *{font-size:14px;}
#NewsContent img{
	max-width:540px;
}



.openTextTitle{ font-weight:bold; /*background-color:#ECF8FF;*/ background-repeat:no-repeat;}
.openTextTitleMore{ font-weight:bold; /*background-color:#ECF8FF;*/ background-repeat:no-repeat;padding-top:0; height:21px;}

#weekday_0,#weekday_1,#weekday_2,#weekday_3,#weekday_4,#weekday_5,#weekday_6{ display:none1;}

#leftAllRoom{border:1px solid #ccd0d3;}
#leftAllRoom a{padding:2px;}
#leftAllRoom a:hover{ color:#FFFFFF; background-color:#20789d;}

.doctorPic{ border:1px #cccccc solid;}
.doctorPic:hover{ border:1px #ff6600 solid;}
.doctorPic img{ margin:2px; padding:3px; }
