body{
	background: #f0f0f0;
}
.distribution{
	background: #fff;
	padding: 25px 0;
	    margin: 15px auto;
}
.distr-h4{
	font-size: 3.2rem;
    text-align: center;
    color: #333;
    margin: 15px auto;
}
.plat{
	position: relative;
	margin-top: 45px;
}
.map-left{
	width: 65%;
	padding: 2%;
	float: left;
	position: relative;
}
.map-right{
	width: 35%;
	padding:15px 3%;
	overflow: auto;
}
.map-right p{
	font-size: 16px;
    margin-bottom: 10px;
    padding:5px 10px;
    margin-bottom: 0;
}
.map-right p a{
	color: #333;
}
.map-right p a:active,
.map-right p a:hover,
.map-right p a:focus{
	color: #009944;
}
.map-right .hospital-name-active{
	border: 1px solid #009944;
}
.map-right .hospital-name-active p{
	margin-bottom: 0;
	
}
.map-right .hospital-name-active p a{
	color: #009944;
}
.map-right p a:active span,
.map-right p a:hover span,
.map-right p a:focus span{
	width:8px;
	height: 8px;
}
.map-right p a span{
	display: inline-block;
	width: 6px;
	height: 6px;
	border-radius: 50%;
	background: #009944;
	position: relative;
	top: -3px;
	margin-right: 5px;
}
.spot{
	position: absolute;
	width: 4.5%;
	cursor: pointer;
}
.spot0{
	top: 35.5%;
    left: 71.3%;
}
.spot1{
	top: 47.2%;
    left: 51.4%;
}
.spot2{
	top: 13.4%;
    left: 83.8%;
}
.spot3{
	top: 21%;
    left: 85.1%;
}

.spot4{
	top: 28.1%;
    left: 83.3%;
}
.spot5{
	top: 31%;
    left: 78.4%;
}
.spot6{
	top: 37.4%;
    left: 73.4%;
}

.spot7{
	top: 42.2%;
    left: 70.5%;
}

.spot8{
	top: 34%;
    left: 57%;
}
.spot9{
	top: 42.5%;
    left: 65.5%;
}
.spot10{
	top: 43.4%;
    left: 75.1%;
}
.spot11{
    top: 50.4%;
    left: 68.4%;
}
.spot111{
   	top: 53.8%;
    left: 69%;
}
.spot12{
	top: 51%;
    left: 78.2%;
}
.spot121{
	top: 54.2%;
    left: 80.1%;
}
.spot13{
	top: 56.1%;
    left: 82.6%;
}
.spot131{
	top: 57.1%;
    left: 84%;
}
.spot14{
	top: 60.8%;
    left: 81.5%;
}
.spot15{
	top: 55.3%;
    left: 75.6%;
}
.spot16{
	top: 42.2%;
    left: 55.8%;
}
.spot17{
	top: 50.4%;
    left: 60%;
}
.spot171{
	top: 54.4%;
    left: 60%;
}
.spot18{
	top: 58.1%;
    left: 67.7%;
}
.spot19{
	top: 65.4%;
    left: 73.2%;
}
.spot20{
	top: 69.3%;
    left: 81%;
}
.spot201{
	top: 73.7%;
    left: 79%;
}
.spot21{
	top: 66.6%;
    left: 66.5%;
}
.spot22{
	top: 76.4%;
    left: 70.8%;
}
.spot221{
	top: 79.6%;
    left: 71.8%;
}
.spot23{
	top: 76.9%;
    left: 60.8%;
}
.spot24{
	top: 73.9%;
    left: 85%;
}
.spot25{
	top: 88.5%;
    left: 64.3%;
}
.spot26{
	top: 76.1%;
    left: 47%;
}
.spot27{
	top: 69.1%;
    left: 57.4%;
}
.spot28{
	top: 60.7%;
    left: 57.7%;
}
.spot281{
	top: 63.7%;
    left: 57.7%;
}
.spot29{
	top: 60.8%;
    left: 50.6%;
}
.spot30{
	top: 45.3%;
    left: 46.1%;
}
.spot31{
	top: 61.1%;
    left: 26.1%;
}
.spot32{
	top: 26.4%;
    left: 23.8%;
}
.about-list{
	padding: 0;
}
.team-item{
	cursor: pointer;
}
.team-item .person-img{
	overflow: hidden;
}
.team-item .person-img img{
	transition: all 0.8s;
	-webkit-transition: all 0.8s;
}
.team-item:hover .person-img img{
	transform: scale(1.2);
	-webkit-transform: scale(1.2);
}

.team-item .line{
	width: 0;
	height: 1px;
	background: #009944;
	position: relative;
	top: -1px;
	transition: all 0.8s;
	-webkit-transition: all 0.8s;
}
.team-item:hover .line{
	width: 100%;
}
.team-list p{
	height: 35px;
	text-align: justify;
	word-break: break-all;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}
.team-a{
	display: block;
	color: #333;
}
.team-a:hover{
	color: #333;
}
.hospital{
	margin-top: 15px;
	color: #666;
	font-size: 12px;
	transform: translateX(0);
	-webkit-transform: translateX(0);
	transition: all 0.8s;
	-webkit-transition: all 0.8s;
}
.team-item:hover .hospital{
	transform: translateX(10px);
	-webkit-transform: translateX(10px);
	color: #009944;
}
.team-page{
	margin: 40px auto;
}
.team-page-right{
	background: #fff;
	margin-left: 30px;
	padding: 15px 25px;
	min-height: 500px;
}
.head-detail{
	padding: 15px 0;
	border-bottom: 1px dashed #ccc;
	margin-bottom:20px ;
}
.team-page-right .head-name{
	font-size: #333;
	color: #343434;
	font-size: 28px;
	margin-bottom: 35px;
	margin-top: 25px;
	text-align: center;
}
.team-page-right .head-detail .head-p{
	font-size: 14px;
	color: #666;
	padding:2px 10px;
}
.team-page-right .head-detail .head-p:last-of-type{
	padding-bottom: 10px;
}
/*.mediciner{
	margin-bottom: 10px;
}*/
.mediciner .hospital-img,.mediciner .doctor,.mediciner .contant{
	display: block;
	padding: 10px;
	background: #fff;
	box-shadow: 0px 0 8px rgba(171,171,171,0.24);
	margin-bottom: 20px;
}
.mediciner .doctor .doctor-img{
	width: 110px;
}
.mediciner .doctor .doctor-intr{
	/*width: calc(100% - 110px);*/
	width: 100%;
	text-align: left;
	padding: 5px 10px;
	padding-left: 15px;
	
}
.mediciner .doctor .doctor-intr h4{
	font-size: 24px;
	color: #333;
}
.mediciner .doctor .doctor-intr .professional{
	font-size: 14px;
	color: #999;
	padding: 5px 0;
	border-bottom: 1px solid #ccc;
}
.mediciner .doctor .doctor-intr .professional-intr{
	font-size: 14px;
	color: #666;
	line-height: 1.4;
	text-align: justify;
	margin: 13px 0;
	word-break: break-all;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	overflow: hidden;
	height: 55px;
}
.mediciner .contant{
	padding: 10px;
}
.mediciner .contant p{
	text-align: left;
	font-size: 18px;
	color: #666;
	margin: 15px 0;
}
.team-page-right .website{
	font-size: 16px;
	margin-top: 25px;
	padding: 15px 0;
}
@media only screen and (min-width: 768px) and (max-width: 1100px) {
	.map-right{
		padding:15px 3%;
	}
}
@media only screen and (min-width: 320px) and (max-width: 768px) {
	.distribution {
	    padding: 10px 0 25px;
	}
	.distr-h4{
		border-bottom: 1px solid #f0f0f0;
		padding: 10px 0;
		margin-bottom: 0;
	}
	.plat-xs{
		border-bottom: 1px solid #f0f0f0;
	}
	.plat-xs-left{
		width: 70px;
		height: calc(70vh - 70px);
		border-right: 1px solid #f0f0f0;
		overflow: auto;
	}
	.plat-xs-right{
		width: calc(100% - 70px);
		height: calc(70vh - 70px);
		padding: 15px;
		overflow: auto;
	}
	.area{
		display: block;
		font-size: 14px;
		color: #333;
		padding: 8px 5px;
		border-bottom: 1px solid #f0f0f0;
		text-align: center;
	}
	.area:last-of-type{
		border-bottom:none;
	}
	.is-area{
		background: #009944;
		color: #fff!important;
	}
	.plat-xs-right p{
		font-size: 14px;
	    margin-bottom: 10px;
	}
	.plat-xs-right p a{
		color: #333;
	}
	.plat-xs-right p a:active,
	.plat-xs-right p a:hover,
	.plat-xs-right p a:focus{
		color: #009944;
	}
	.team-page{
		margin-top: 20px;
	}
	.team-page-right{
		margin:0;
		min-height: 300px;
		padding: 15px;
	}
	.team-page-right .head-name{
		font-size: 16px;
		font-weight: bold;
		margin-top: 15px;
		margin-bottom: 15px;
	}
	.team-page-right .head-p{
		font-size: 12px;
	}
	.plat{
		margin-top: 0;
	}
	.map-right{
		width: 100%;
	}
	.mediciner .hospital-img,.mediciner .doctor,.mediciner .contant{
		margin-bottom: 10px;
	}
	.mediciner .doctor .doctor-intr h4{
		font-size: 14px;
		font-weight: bold;
	}
	.mediciner .doctor .doctor-intr .professional{
		font-size: 12px;
	}
	.mediciner .doctor .doctor-intr .professional-intr{
		font-size: 12px;
		color: #666;
		line-height: 1.4;
		text-align: justify;
		margin: 13px 0;
		word-break: break-all;
		text-overflow: ellipsis;
		display: -webkit-box;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 4;
		overflow: hidden;
		height: 65px;
	}
	.mediciner .contant p{
		font-size: 14px;
		margin: 10px 0;
	}
	.team-page-right .website{
		font-size: 16px;
		padding: 15px 0;
	}
}
@media only screen and (max-width: 415px) and (min-width: 320px){
	.distr-h4{
	    font-size: 3.6rem;
	    padding: 10px;
	    margin: 0;
	}
	.fix-h4{
		position: fixed;
		background: #fff;
		left: 0;
		right: 0;
		top: 52px;
	}
	.person-list{
		padding: 0 5px;
	}
}
