﻿/*=============
   =工具样式=
==============*/
.center-block{						/*居中*/
	display: block;
	margin-right: auto;
	margin-left: auto;
}

.pull-right{
	float: right !important;
}
.pull-left{
	float: left !important;
}
.text-right{
	text-align: right !important;
}
.text-left{
	text-align: left !important;
}
.text-center{
	text-align: center !important;
}
.hide{
	display: none !important;
}
.show{
	display: block !important;
}
.invisible{
	visibility: hidden;
}
.text-hide{
	font: 0/0 a;
	color:transparent;
	text-shadow: none;
	background-color: transparent;
	border:0;
}
/*/=============
   =清除浮动=
==============/*/
.clearfix:after,
.clearfix:before{
	content:" ";
	display: table;
}
.clearfix:after{
	clear: both;
}

/*页面自定义样式*/
html{
	color:#222;
	width: 	100%;
}
body{
	line-height: 1.5;
	width:100%;
}
/*顶部导航*/
.dingbudaohang{
	background:white;
	box-shadow: rgb(204, 204, 204) 0px 2px 10px;
}
@media (max-width: 1366px){
	.dingbudaohang {
    height: 90px!important;
}
}
.container{
	margin-top: 88px}
.dingbudaohang ul li a{
	color:black;
}
.daohangzhanwei{
	width:100%;
	height:10%;
}
/* 广告 */
.advert{
	width:100%;
	height:auto;
	background-image: url('../images/bc01.png');
}
.advert>img{
	width:1200px;
	height:auto;
	margin: 0 auto;
	display: block;
}
/*路径*/
.xiangqinglujinbox{
	height:60px;
}
.xiangqinglujinbox > ul > li{
	float: left;
	line-height: 60px;
	color:#c0c4c2;
}			
.xiangqinglujinbox > ul > li > a{
	font-size:.75rem;
	color:#c0c4c2;
	float: left;
}
.xiangqinglujinbox > ul > li > a:hover{
	color:#6fbc45;
	cursor:pointer;
}
/*医生详情*/
.dcinfor{
	width: 75rem;
	margin: auto;
	margin-top: 1.25rem;
	background: url(../images/dcinoforbc.png) no-repeat;
	background-size: 100% 100%;
	box-shadow: 1px 1px 5px #dae8e9,
				-1px 1px 5px #dae8e9;;
}
.dcinfortext{
	width: 58.625rem;
	float: left;
        height:180px;
}
.dcphoto{
	float: left;
	position: relative;
}
.dcinfortext>div{
	width: 90%;
	margin: auto;
}
.dcinfortext>div>ul{
	list-style: none;
}
.dcinfortext>div>ul>li{
	display: inline-block;
	position: relative;
	margin: 1.19rem 0;
}
.dcinfortext>div>ul>li:nth-child(1){
	margin: 0rem 0;
	color: #3f4a44;
}
.dcinfortext>div>ul>li+li{
	padding-left:2rem;
}
.keshi:before{
	content: "";
	display: block;
	height: 1.875rem;
	width: 1.875rem;
	background: url(../images/dcicon01.png) no-repeat;
	background-size: 100% 100%;
	display: inline-block;
	position: absolute;
	top: -0.225rem;
	left: 0;
}
.jibie:before{
	content: "";
	display: block;
	height: 1.875rem;
	width: 1.875rem;
	background: url(../images/dcicon02.png) no-repeat;
	background-size: 100% 100%;
	display: inline-block;
	position: absolute;
	top:-0.125rem;
	left: 0;
}

.keshi>span{
	padding-right:1.875rem;
	border-right: 1px solid #cfdde4;
	color: #485d52;
}
.jibie>span{
	color: #485d52;
}
.dcinfortext>div>span{
	display: inline-block;
	line-height: 1.7;
	font-size:0.9375rem;
	margin-bottom: 2.75rem;
	text-overflow:ellipsis;
	overflow: hidden;
	display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    color: #485d52;
}
.dcphoto>img{
	width: 11.188rem;
	height: 15rem;
	position: absolute;
	left: 0;
	top:-3.875rem;
}

.dctime{
	width: 75rem;
	height: 23.25rem;
	border: 1px solid #ccc;
	margin: auto;
	margin-bottom: 3.75rem;
	margin-top: 2.186rem;
}