body
{
    background-color: #F9F9F9;
    }
 .content
 {
    width: 1200px;
    height: 1050px;
    margin: auto;
    background-color: #fff;
}
	      	  
/* 	子级导航栏开始	*/
/*.navbgsublevel{
background-color: #E4FCEC;
border-top: 2px solid #38B464;
}*/
        	
.sl-nav{
width: 1200px;
margin: 0 auto;
}
.sl-nav>ul{
width: 100%;
background-color: #e4fcec;
}
.sl-nav>ul>li{
width: 200px;
height: 70px;
float: left;
}
.sl-nav>ul>li a{
width: 100%;
height: 67px;
font-weight: bold;
text-align: center;
display: inline-block;
border-top: 3px solid #39b464;
color: #187624;
}
.sl-nav>ul>li a:hover{
color: #fd9697;
}
.sl-nav>ul>li a span{
width: 100%;
height: 20px;
margin-top: 25px;
border-left: 1px solid #37b564;
display: inline-block;
}
.sl-nav>ul>li:nth-child(1) a span{
border-left: none;
}
   
/*	子级导航栏结束	*/ 
/*	科室简介代码开始	*/
.content .boxone{
width: 100%;
height: 320px;
margin-top: 20px;     	  	
}
.content .boxone .boxintro{
width: 50%;
height: 300px;
float: left;
}
.content .boxone .boxintro .boxtop{
border-bottom: 1px solid #D0D0D0;
margin-bottom:10px;
}
.content .boxone .boxintro .boxtop p{
	width:25%;
	height: 40px;
	background-color:  red;
	text-align: center;
	line-height: 40px;
	font-size: 16px;
	color: white; 
}
	      	  
.content .boxone .boxintro img{
	width:40%;
	float: left;
	height: 200px;
}
.content .boxone .boxintro .mrm{
	width:55%;
	float: right;
	line-height: 30px;
	font-size: 16px;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 0;
}
/*	科室简介代码结束	*/
	      	 
/*	通知公告代码开始	*/
.content .boxone .boxnotice{
width: 48%;
height: 300px;
float: right;
}
.content .boxone .boxnotice .boxtop{ 	
margin-bottom:10px;
height: 40px;
border-bottom: 1px solid #D0D0D0;
}
.content .boxone .boxnotice .boxtop p{
width:25%;
height: 40px;
background-color:  red;
text-align: center;
line-height: 40px;
font-size: 16px;
color: white;
float: left;
}
.content .boxone .boxnotice .boxtop a{
width:15%;
display: block;
line-height: 45px;
height: 45px;
float: right;
padding-left: 5%;
color: #333;
}
.content .boxone .boxnotice .boxtop a:hover{
color: red;
}
.content .boxone .boxnotice ul li{
height: 35px;
line-height: 35px; 	
}
	      	  		
.content .boxone .boxnotice ul li:after{
width: 0px;
height: 0px;
content: "";
clear: both;
visibility: hidden;
display: block;
	      	  	
}
.content .boxone .boxnotice ul li:before{
	content: '';
	display: inline-block;
	width: 3px;
	height: 3px;
	margin: 16px 8px;
	background-color: #A4A4A4;
	float: left;
	      	  		
}
.content .boxone .boxnotice ul li a{
color: black;
font-size: 15px;
float:left;
width: 400px;
overflow: hidden;
white-space:nowrap;
text-overflow:ellipsis;
-ms-text-overflow: ellipsis;
-o-text-overflow: ellipsis;
-moz-binding: url("ellipsis.xml#ellipsis");
}
.content .boxone .boxnotice ul li a:hover{
color: red;
}
.content .boxone .boxnotice ul li span{
color: #CCCCCC;
float:right;
width: 100px;
	      	    
}
	      	
/*	通知公告代码结束	*/
	      	  
.content .boxtwo{
width: 100%;
height: 320px;
	      	  	
}

/*	政策文件，转诊流程开始	*/
.content .boxtwo .boxintro{
width: 50%;
height: 300px;
float: left;
}
.content .boxtwo .boxintro .boxtop{ 
margin-bottom:10px;
height: 40px;
border-bottom: 1px solid #D0D0D0;
}
.content .boxtwo .boxintro .boxtop p{
width:25%;
height: 40px;
background-color:  red;
text-align: center;
line-height: 40px;
font-size: 16px;
color: white;
float: left;
}
.content .boxtwo .boxintro .boxtop a{
width:15%;
display: block;
line-height: 45px;
height: 45px;
float: right;
padding-left: 5%;
color: #333;
}
.content .boxtwo .boxintro .boxtop a:hover{
	color: red;
} 

.content .boxtwo .boxintro ul li{
	height: 35px;
	line-height: 35px;
}
.content .boxtwo .boxintro ul li:after{
	width: 0px;
	height: 0px;
	content: "";
	clear: both;
	visibility: hidden;
	display: block;	
}
.content .boxtwo .boxintro ul li:before{
	content: '';
	display: inline-block;
	width: 3px;
	height: 3px;
	margin: 16px 8px;
	background-color: #A4A4A4;
	float: left;
}
.content .boxtwo .boxintro ul li a{
	color: black;
	font-size: 15px;
	float:left;
	width: 400px;
	overflow: hidden;
	white-space:nowrap;
	text-overflow:ellipsis;
	-ms-text-overflow: ellipsis;
	-o-text-overflow: ellipsis;
	-moz-binding: url("ellipsis.xml#ellipsis");
}
.content .boxtwo .boxintro ul li a:hover{
	color:red;
}
.content .boxtwo .boxintro ul span{
	color: #CCCCCC;
	float:right;
	width: 100px;
}

/*	政策文件，转诊流程结束	*/
	      	 
	      	 
/*	门诊特殊病，各类医保报销 开始	*/ 
.content .boxtwo .boxnotice{
width: 48%;
height: 300px;
float: right;
}
	      	  
.content .boxtwo .boxnotice .boxtop{
border-bottom: 1px solid #D0D0D0;
margin-bottom:10px;
height: 40px;
}
.content .boxtwo .boxnotice .boxtop p{
width:25%;
height: 40px;
background-color:  red;
text-align: center;
line-height: 40px;
font-size: 16px;
color: white;
float: left;
}
.content .boxtwo .boxnotice .boxtop a{
width:15%;
display: block;
line-height: 45px;
height: 45px;
float: right;
padding-left: 5%;
color: #333;
}
.content .boxtwo .boxnotice .boxtop a:hover{
color: red;
}
.content .boxtwo .boxnotice ul li{
height: 35px;
line-height: 35px;
}
.content .boxtwo .boxnotice ul li:after{
	width: 0px;
	height: 0px;
	content: "";
	clear: both;
	visibility: hidden;
	display: block;	
}
.content .boxtwo .boxnotice ul li:before{
	content: '';
	display: inline-block;
	width: 3px;
	height: 3px;
	margin: 16px 8px;
	background-color: #A4A4A4;
	float: left;
}
.content .boxtwo .boxnotice ul li a{
	color: black;
	font-size: 15px;
	float:left;
	width: 400px;
	overflow: hidden;
	white-space:nowrap;
	text-overflow:ellipsis;
	-ms-text-overflow: ellipsis;
	-o-text-overflow: ellipsis;
	-moz-binding: url("ellipsis.xml#ellipsis");
}
.content .boxtwo .boxnotice ul li a:hover{
	color:red;
}
.content .boxtwo .boxnotice ul span{
	color: #CCCCCC;
	float:right;
	width: 100px;
}
/*	门诊特殊病，各类医保报销 结束	*/
	      	 
/*		中间内容结束	*/
 
/*....................footer*/

