.nav ul li:hover>a, .nav ul li.active>a {
    /*color: #0093A3;*/
}
.navTop{
	background-color: #0093A3;
}
.navTop .wx{
	color: #0093A3;
}
.banner{ 
	position: relative;
	width: 100%;
	/*height: 340px;*/
	margin-top:95px;
}
.banner img{
	width: 100%;
}
/*医院动态*/
.banner div.abs{
  	left: 0;		  
  	bottom:0;
  	width: 100%;   		
  	background: rgba(0,147,163,0.9);
   	z-index: 999;
   	color: #fff
}
.banner div.abs .left{
	width: 180px;
	padding: 15.5px 0;	
}
.banner div.abs .left h2{
	font-size: 25px;
}
.banner div.abs .left p{
	font-size: 12px;
	color: #DBEBEB;
}
.banner div.abs .right{
	width: 1020px;	
}
.banner div.abs .right span{
	display: inline-block;
	padding: 29.5px 20px;
	font-size: 16px;	
}
.banner div.abs .right span.active{
	background-color: #fff;
	color: #0093A3;
	font-weight: 600;
}
/*主体部分*/
.container{
	padding: 40px 0;
	background-color: #FAFAF8
}
.info{
	width: 1080px;
	padding: 60px;
	background-color: #fff
}
.info .box .pic{
	width: 250px;
	line-height: 0;
}
.container .box .pic img{
	width: 100%;
	max-height: 346px;
}
.box_txt{
	width: 780px;
	margin-left: 40px;
}
.box_txt h3{
	line-height: 40px;
	margin-top: 20px;
	font-size: 24px;
	color: #333
}
.box_txt .box_content{
	margin: 20px 0;
	color: #666;
	font-weight: normal;
	font-size: 16px;
}
.box_txt .box_content span{
	font-size: 18px;
	font-weight: 600;
	display: inline-block;
	width: 90px;
}
.info .title{
	margin: 40px 0 30px;
	font-size: 30px;
}
.info .detail{
	padding: 30px 20px;
	border: 1px solid #E3ECF3;
}
.info .detail .triangle{
	top: -7.5px;
	left: 50px;
	width: 15px;
    height: 15px;
    margin-left: 0;
	border-top-color: #E3ECF3;
	border-right-color: #E3ECF3;
}
/*出诊信息*/
.time{
	width: 100%;
	text-align: center;
}
.time thead{
	height: 70px;
	line-height: 25px;
	background-color: #8e6d58;
	color: #fff;
}
.time thead th{
	padding: 10px 0;
	font-size: 16px;
	text-align: center;
}
.time thead th span{
	font-size: 14px;
}
.time tbody{
	border: 1px solid #E5E5E5;
}
.time tbody td{
	line-height: 120px;
	border-right: 1px solid #E5E5E5;
	border-bottom: 1px solid #E5E5E5;
	font-size: 16px;
	color: #0093A3;
}
/*.time tbody tr td:first-child,.time tbody tr td:nth-child(2){
	color: #666
}*/
@media screen and (min-width:320px){
	.info{
		width: 1000px;
    	padding: 60px 30px;
	}
	.box_txt {
	    width: 710px;
	}
}	
@media screen and (min-width:1200px){
	.info{
		width: 1080px;
    	padding: 60px;
	}
	.box_txt {
	    width: 780px;
	}
}