@charset "utf-8";
/* CSS Document */
@import url("css.css");
/*============================================================
  banner
  =============================================================*/
.banner{
	width:100%;
	height:353px;
	background:url(../images/banner_new.jpg) top center no-repeat;
}
/*============================================================
  article
  =============================================================*/
.article{
	padding:60px 0px 100px;
}
.position{
	width:100%;
	height:30px;
	font-size:26px;
	line-height:30px;
	color:#612002;
	border-left:2px solid #003366;
}
.position span{
	padding-left:10px;
	color:#003366;
}
.position a{
	padding:0px 10px;
	font-size:26px;
	line-height:30px;
	color:#612002;
}
/*============================================================
  show
  =============================================================*/
.show{
	width:100%;
	padding:60px 70px;
	margin-top:60px;
	border:1px solid #dedede;
}
.show h1{
	font-size:38px;
	font-weight:normal;
	color:#802a00;
	text-align:center;
}
.keywords{
	width:100%;
	text-align:center;
	line-height:36px;
	font-size:24px;
	color:#535353;
	margin:26px auto 60px;
}
.keywords span:first-of-type{
	margin-right:30px;
}
.show-con,.show-con p,.show-con div{
	line-height:35px;
	font-size:24px;
	color:#535353;
}
.show-con p,.show-con div{
	margin-bottom:36px;
	text-indent:2em;
}
.show-con img,.show-con p img,.show-con div img{
	display:block;
	margin:0 auto!important;
}

/*============================================================
  show-doctor
  =============================================================*/
.doctor{
	width:100%;
	padding:45px 45px 100px;
	margin-top:60px;
	border:1px solid #dedede;
	clear:both;
	overflow:hidden;
}
.doctor-img{
	width:332px;
	float:left;
}
.doctor-img img{
	width:332px;
	height:330px;
}
.doctor_des{
	width:640px;
	float:right;
	position:relative;
}
.doctor_des h3{
	font-size:36px;
	color:#802a00;
}
.doctor_des a.yy{
	position:absolute;
	width:220px;
	height:40px;
	line-height:40px;
	color:#fff;
	text-align:center;
	font-size:26px;
	background-color:#0d5363;
	border-radius:5px;
	right:0px;
	top:10px;
}
.doctor_des .rongyu{
	line-height:50px;
	font-size:25px;
	color:#535353;
	margin:30px auto;
}
.jianli{
	width:100%;
}
.jianli li{
	clear:both;
	overflow:hidden;
	line-height:36px;
	padding:36px 20px;
	border-top:1px solid #dedede;
}
.jianli li span{
	float:left;
	width:140px;
	font-size:26px;
	font-weight:bold;
	color:#0d5363;
}
.jianli li div{
	float:right;
	width:450px;
	text-align:left;
	font-size:24px;
	color:#535353;
}

.show-con p span{
    text-wrap: wrap !important;
}