*{
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}
ul li{
	list-style: none;
}
.clear{
	clear: both;
}
.content_container{
	width: 100%;
}

/*左侧菜单布局*/
.left_container{
	float: left;
	width: 34%;
	display: flex;
	justify-content: center;
/*	background: red;*/
}
.line_w50{
	display:inline-block;
	width: 50px;
	height: 1px;
	background: #D8D8D8;
}
.line_w50_top{
	margin: 40px 0 15px 0;
}
.zsfw{
	color: #333333;
	font-size:46px;
	font-weight: 900;
	letter-spacing: 1.27px;
}
.zsfw_en{
	color: #D8D8D8;
	font-size: 26px;
	font-weight: bold;
	line-height: 60px;
	margin-bottom: 49px;
}
.menu_list{

}
.menu_item{
	color: #9B9B9B;
	font-size:22px ;
	letter-spacing: 2px;
	padding: 5px 0 5px 0;
	margin-bottom: 41px;
	line-height: 33px;
}

.menu_item a{
	cursor:pointer;
	color: #9B9B9B;
	font-size:29px;
	padding: 6px 0 6px 0;
	/*border-bottom: 4px solid #50E3C2;*/
	/*background: red;*/
}


/*.menu_item a:hover {*/
	/*color: #4A4A4A;*/
	/*!*border-bottom:solid 4px rgba(80,227,194,1) ;*!*/
	/*!*border-radius:3px;;*!*/
/*}*/
/*.menu_item a:focus {*/
	/*color: #4A4A4A;*/
	/*border-bottom:solid 4px rgba(80,227,194,1) ;*/
	/*border-radius:3px;;*/
/*}*/



.menu_item:last-child{
	margin-bottom: 10px;
}
 .menu_item a.actives{
	color: #333333;
	border-bottom: 4px solid #50E3C2;
	font-weight: bold;
}


/*右侧内容布局*/
.right_container{
	float: left;
	width: 66%;
	padding-top: 56px;
}
.right_content{
	width: 83%;
}
.right_title{
	font-size: 30px;
	font-weight: bold;
	color: #333333;
}
.mzjs_des{
	padding: 19px 0 20px 0;
	color: #4A4A4A;
	font-size: 20px;
	line-height:38px;
	border-bottom: 1px solid #D8D8D8;
	margin-bottom: 29px;
	letter-spacing: 2px;
}
.tsfw_des{
	width: 100%;
	padding: 20px 0 28px 0;
	border-bottom: 1px solid #D8D8D8;
	margin-bottom: 25px;
}
.tefw_item{
	/*width: 100%;*/
	/*margin-bottom: 23px;*/
	/*padding: 30px 40px 53px 40px;*/
	/*height: 150px;*/
	/*background-repeat:no-repeat;*/
	/*background-size:100% 100%;*/
	/*-moz-background-size:100% 100%;*/


	display: flex;
	height: 266px;
	margin-bottom: 30px;
	padding: 30px 40px 53px 40px;
	background-repeat:no-repeat;
	background-size:100% 100%;
	-moz-background-size:100% 100%;

}

#ekcjjbBj{
	background-image:url(../img/ekcjjbBj.jpg);
}
#etszfyBj{
	background-image:url(../img/etszfyBj.jpg);
}
#etkqwtBj{
	background-image:url(../img/etkqwtBj.jpg);
}
.tefw_item:last-child{
	margin-bottom: 0;
}
.item_left{

	float: left;
	margin-right: 20px;
}
.item_left img{
	display: block;
	width: 80px;
	height: 80px;
}
.item_right{
	float: left;
	width: 80%;
}
.right_title_s{
	/*padding: 15px 0 20px 0;*/
	color: #333333;
	font-size: 22px;
	font-weight: bold;
	letter-spacing: 2px;
}
.right_line{
	width: 30px;
	height: 2px;
	background-color:#50E3C2 ;
	margin: 25px 0;
}
.right_explain{
	color: #4A4A4A;
	font-size: 16px;
}
/*医生团队*/
.ystd_des{
	width: 100%;
	padding-top: 20px;
	display: flex;
	justify-content: space-between;
	flex-wrap:wrap;
	margin-bottom: 25px;
}
.ystd_item{
	display: flex;
	flex-direction: column;
	align-items: center;
	width: 49%;
	min-height: 700px;
	box-shadow: 5px 10px 20px rgba(35, 35, 35, 0.05);
	margin-bottom: 15px;
	padding: 30px;
}
.ystd_item .doctor-avatar{
	display: block;
	width: 55%;
	height: auto;
	margin-bottom: 23px;
	border-radius: 50%;
}
.ystd_item  .doctor-name{
	color: #333333;
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 5px;
}
.ystd_item  .doctor-position{
	color: #FFF;
	font-size: 9px;
	margin-bottom: 21px;
	padding: 2px 15px;
	background: #13B795;
	border-radius: 10px;
}
.ystd_item .doctor-explain{
	overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 12;
    font-size: 20px;
    line-height: 40px;
    padding: 0 18px;

}
/*诊所地址*/
.zsdz_des{
	display: flex;
	justify-content: space-between;
	flex-wrap:wrap;
	padding: 20px 0 26px 0;
	margin-bottom: 25px;
}
.zsdz_item{
	cursor: pointer;
	width: 49%;
	margin-bottom: 15px;
}
.zsdz_pic{
	display: block;
	width: 100%;
	height: auto;
	border-radius: 10px;
	margin-bottom: 15px;
}
.zsdz_department{
	color: #333333;
	font-size: 14px;
	font-weight: bold;
}
.zsdz_line{
	width: 60px;
	height: 2px;
	background-color: #50E3C2;
	margin: 15px 0 5px 0;
}

.zsdz_address{
	overflow:hidden;
	text-overflow:ellipsis;
	white-space:nowrap;
}
.zsdz_address img{
	width: 11px;
	height: 14px;
	margin-right: 5px;
}
/*预约服务*/
.yyfw_des{
	display: flex;
	padding: 18px 0 25px 0;
	border-bottom: 1px solid #D8D8D8;
}
.code_wrapper{
	display: flex;
	justify-content: center;
	align-items: center;
	width: 130px;
	height: 130px;
	border: 1px solid #D8D8D8;
	margin: 20px;
}
.code_img{
	width: 108px;
	height: 108px;
}
.yyfw_text{
	display: flex;
	flex-direction: column;
	justify-content: center;
}
.yyfw_word{
	color: #666666;
	font-size: 9px;
	margin-bottom: 7px;
}


.cpts{
	display: none;
}
.rmzj{
	display: none;
}
.hzjg{
	display: none;
}



#tsfwId{
	display: none;
}
#ystdId{
	display: none;
}
#zsdzId{
	display: none;
}
#yyfuId{
	display: none;
}


