@media screen and (min-width: 1500px){
	
	.bigImg img{width:100%;display: block;}
	.address{width:1200px;margin:0px auto;margin-top:10px;color:#230008;}
	.address a{color:#ff6688;font-size:16px;}
	
	.docList{width:1240px;margin:0px auto;}
	.listPage{width:1200px;margin:0px auto;margin-top:20px;}
	.docList .style{width:346px;height:120px;display: inline-block;background:#fff7f9;margin-top:20px;margin-left:20px;padding:20px;}
	
	.docList .style .doctorImg{width:120px;height:120px;}
	.docList .style .doctorImg img{width:120px;height:120px;display: inline-block;}
	.docList .style .font{width:210px;float:right;}
	.docList .style .font h1{font-size:20px;color:#230008;font-weight: bold;height:28x;overflow:hidden;}
	.docList .style .font h1:hover{color:#ff6688;}
	.docList .style .font .coun{margin-top:10px;color:#8e7077;}
	.docList .style .font .pos{margin-top:6px;color:#8e7077;}
	.docList .style .font .hosp{margin-top:6px;color:#8e7077;display: block;height:24px;overflow: hidden;}
	
	.description{width:1160px;padding:20px;background:#fff7f9;margin:0px auto;margin-top:20px;}
	.description h1{font-size:24px;;font-weight: bold;padding-bottom:20px;border-bottom:1px solid #ff6688;;}
	.description p{background:#ffeef2;padding:20px;margin-top:20px;line-height: 28px;color:#230008;}
	
}

@media screen and (max-width: 1500px) and (min-width: 1200px){
	
	.bigImg img{width:100%;display: block;}
	.address{width:1100px;margin:0px auto;margin-top:10px;color:#230008;}
	.address a{color:#ff6688;font-size:16px;}
	
	.docList{width:1140px;margin:0px auto;}
	.listPage{width:1100px;margin:0px auto;margin-top:20px;}
	.docList .style{width:322px;height:120px;display: inline-block;background:#fff7f9;margin-top:20px;margin-left:20px;padding:14px;}
	
	.docList .style .doctorImg{width:120px;height:120px;}
	.docList .style .doctorImg img{width:120px;height:120px;display: inline-block;}
	.docList .style .font{width:188px;float:right;}
	.docList .style .font h1{font-size:18px;color:#230008;font-weight: bold;height:28x;overflow:hidden;}
	.docList .style .font h1:hover{color:#ff6688;}
	.docList .style .font .coun{margin-top:10px;color:#8e7077;}
	.docList .style .font .pos{margin-top:6px;color:#8e7077;}
	.docList .style .font .hosp{margin-top:6px;color:#8e7077;display: block;height:24px;overflow: hidden;}
	
	.description{width:1060px;padding:20px;background:#fff7f9;margin:0px auto;margin-top:20px;}
	.description h1{font-size:20px;;font-weight: bold;padding-bottom:20px;border-bottom:1px solid #ff6688;;}
	.description p{background:#ffeef2;padding:20px;margin-top:20px;line-height: 28px;color:#230008;}
	
}


@media screen and (max-width: 1199px){
	
	.bigImg img{width:100%;}
	.address{display: none;}
	.docList{width:7.5rem;}
	.docList .style{width:2.88rem;padding:0.3rem 0.2rem;display: inline-block;background:#fff;margin:0.3rem 0 0 0.32rem;}
	.docList .style .doctorImg img{width:2rem;height:2rem;display: block;margin:0 auto;}
	
	.docList .style h1{font-size:0.32rem;color:#230000;font-weight: bold;margin-top:0.2rem;}
	.docList .style .hosp,
	.docList .style .pos{font-size:0.28rem;color:#8E7077;margin-top:0.1rem;}
	.docList .style .coun{display: none;}
	.docList .style .hosp span,
	.docList .style .pos span,
	.docList .style .coun span{display: none;}
	
	.description{padding:0.32rem;background:#fff;margin-top:0.3rem;}
	.description h1{color:#230008;font-size:0.36rem;font-weight: bold;padding-bottom:0.2rem;}
	.description p{line-height: 0.5rem;font-size:0.28rem;width:6.26rem;padding:0.3rem;margin:0rem auto;background:#ffeef2;color:#230000;}
	
}