/*=============
   =工具样式=
==============*/
.center-block{						/*居中*/
	display: block;
	margin-right: auto;
	margin-left: auto;
}
@media (max-width: 1366px){
	.dingbudaohang {
    height: 90px!important;
}
}
.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%;
}
.container{
	margin-top: 88px;
}
/*顶部导航*/
.dingbudaohang{
	background:white;
	box-shadow: rgb(204, 204, 204) 0px 2px 10px;
}
.dingbudaohang ul li a{
	color:black;
}
.daohangzhanwei{
		width:100%;
		height:10%;
}
.daohanglogo{
	width:100%;
	height:auto;
	background: url('../images/daohanglogo.png')
}
.daohanglogo img{
	width:1200px;
	height:auto;
	margin: 0 auto;
	display: block;
}
/* 广告 */
.advert{
	width:100%;
	height:auto;
	background-image: url('../images/bc01.png');
}
.advert>img{
	width:1200px;
	height:auto;
	margin: 0 auto;
	display: block;
}
/*搜索区*/
.waiseek{
	width: 100%;
}
/* 主体 */
.seekbord{
	width: 75.25rem;
	margin:1.25rem auto ;
    box-shadow: 3px 3px 8px #d9e4df,-3px 3px 8px #d9e4df;
    overflow: hidden;
}
.seekbord>div{
	width: 97%;
	margin:auto;
	margin-top: 1.25rem;
}
.seek{
	width: 100%;
	margin:auto;
	display: flex;
	justify-content:space-between;
}
.seek>span{
	display: inline-block;
	line-height:3rem;
	font-size: 0.875rem;
	color:#cdcece;
}
/*第一行搜索框*/
.jiansuo{
	display: flex;
	background-color: #efefef;
	height: 2.625rem;
}
.jiansuo>input{
	height: 2.625rem;
	border: 0;
	outline: none;
	background-color: #efefef;
	width: 18.41rem;
	padding-left: 1rem;
}
.jiansuo>img{
	width:2.875rem;
	height:2.625rem; 
}
::-webkit-input-placeholder {
    color: #c0c4c2;
    padding-left: 2rem;
}
/*第二行系统*/
.keshi{
	width: 100%;
	margin: auto;
	display: flex;
}
.keshi>div:nth-child(1){
	flex:0.6;
	border-bottom: 1px solid #e6e6e6;
}
.keshi>div:nth-child(1)>span{
	display: inline-block;
	position: relative;
	margin-top: 0.5rem;
	color:#c7c8c7;
	font-size: 0.9375rem;
}
.keshi>div:nth-child(1)>span:before{
	content: " ";
	display: block;
	height: 1.938rem;
	width: 1.938rem;
	background: url(../images/icon01.png) no-repeat;
	background-size: 100%;
	position: absolute;
	left:-2rem;
	top:-0.5rem;
}

.keshi>div:nth-child(2){
	/*height: 7.7rem;*/
	/*min-height: 7.7rem;*/
	overflow: hidden;
	flex:8;
	border-bottom: 1px solid #e6e6e6;
	padding-bottom: 0.5rem;
}
.keshi>div:nth-child(3){
	flex:0.5;
}
.zhankai>div{
	margin-top: 3.363rem;
	cursor: pointer;
	border: 1px solid #ccc;
}
.open:hover{
	border: 1px solid #36c483;
}
.open:hover>span{
	color:#36c483;
}
.open:hover>span::after{
	border-color: #36c483;
}
.zhankai>div>span{
	display: block;
	font-size:0.815rem;
	margin:0.2rem 0 0.2rem 0.5rem;
	position: relative;
}
.zhankai>div>span::after{
	display: inline-block;
    content: " ";
    height: 6px;
    width: 6px;
    border-width: 0 2px 2px 0;
    border-color: #999999;
    border-style: solid;
    transform: matrix(0.71, 0.71, -0.71, 0.71, 0, 0);
    transform-origin: center;
    transition: transform .3s;
    position: absolute;
    top:4px;
    right: 11px;
    transform: rotate(-135deg);
}
.zhankai>div>span::after{
	display: inline-block;
    content: " ";
    height: 6px;
    width: 6px;
    border-width: 0 2px 2px 0;
    border-color: #999999;
    border-style: solid;
    transform: matrix(0.71, 0.71, -0.71, 0.71, 0, 0);
    transform-origin: center;
    transition: transform .3s;
    position: absolute;
    top:4px;
    right: 11px;
}
.keshi>div:nth-child(2)>ul{
	list-style:none;
	margin:0;
	padding: 0;
	width: 100%;
}
/*第三行科室名*/
.keshitext>li{
	display: inline-block;
	font-weight: bold;
	font-size: 1rem;
	margin:0.625rem 1.667rem 0.625rem 0.9375rem;
	cursor: pointer;
}
.keshitext>li:nth-child(1){
	margin-left: 0.25rem;	
}
.delete{
	margin-left: 0.58rem;
}

.keshifenlei{
	color:#646d68;
	padding-left: 2rem;
	width: 68.125rem;
}
.keshifenlei>li{
	display: inline-block;
	margin-top:1rem;
	margin-bottom:0.4rem;
	font-size:0.815rem;
	cursor: pointer;
	margin-right: 2.75rem;
	margin-left: 0.3rem;
}
.tick{
	padding: 0.125rem 0.625rem;
	background-color: #f4f4f4;
	color:#36c483;
}
/*第四行职称*/
.zhicheng{
	margin: auto;
	display: flex;
}
.zhicheng>div:nth-child(1){
	flex:0.6;
}
.zhicheng>div:nth-child(1)>span{
	display: inline-block;
	position: relative;
	margin-top: 0.9rem;
	color:#c7c8c7;
	font-size: 0.9375rem;
}
.zhicheng>div:nth-child(1)>span:before{
	content: " ";
	display: block;
	height: 1.938rem;
	width: 1.938rem;
	background: url(../images/icon02.png) no-repeat;
	background-size: 100%;
	position: absolute;
	left:-2rem;
	top:-0.5rem;
}

.zhicheng>div:nth-child(2){
	flex:9;
}
.zhicheng>div>ul{
	list-style:none;
	margin:0;
	padding: 0;
}
.zhichengtext{
	list-style:none;
}
.zhichengtext{
	color:#646d68;
}
.zhichengtext>li{
	display: inline-block;
	margin-top:1rem;
	margin-bottom:1.8rem;
	font-size:0.815rem;
	cursor: pointer;
	margin-right: 2rem;
	margin-left: 1rem;
}
.listone:hover{
	border: 1px solid #36c483;
}
.zhichengtext>li:nth-child(1){
	margin-left: 0.3rem;
}
.zhicheng>div:nth-child(1)>span:before{
	position: absolute;
	left:-2rem;
	top:-0.2rem;
}
/*医生信息区*/
.dcinfor{
	width:100%;
	margin-top:3.375rem;
}
.dcinfor>div{
	width: 75.25rem;
	margin:auto;
}
.dclists{
	display: flex;
	justify-content: space-between;
	flex-wrap:wrap;
	align-content: flex-start;
}
.dclists>div{
	width: 35.75rem;
	height: 12.812rem;
	display: flex;
}
.listone{
	width: 35.75rem;
	height: 12.811rem;
	display: flex;
	margin-bottom: 3.125rem;
}
.listone:hover>div:nth-child(2)>p:nth-child(1)>span:nth-child(1){
	color: #36c483;
}
/*.listone:hover>div:nth-child(2)>p:nth-child(3)>span{
	color: #6fbc45;
}*/
.photo{
	width:10.083rem;
	height: 12.812rem;
	text-align:left;
	overflow: hidden;
}
.photo>img{
	width:10.093rem;
	height:12.859rem;
	cursor: pointer;
}
p{
	margin: 0;
	padding:0;
}
.dcdata>p{
	margin: 1.5rem 0rem 1rem 0rem;
	padding-left: 1.5rem;
	cursor: pointer;
}
.dcdata>p:nth-child(1){
	font-weight: bold;
}
.dcname{
	padding-right: 0.5rem;
	border-right: 1px solid #7a8780;
	cursor: pointer;
}

.dcjibie{
	padding-left: 0.7rem;
}
.dcdata>p:nth-child(1){
	color: #485d52;
	margin-bottom: 0.5rem;
}
.dcdata>p:nth-child(2){
	margin-top: 0.5rem;
	font-size: 0.937rem;
	margin-bottom: 0.3rem;
	color: #84908a;
}
.dcdata>p:nth-child(3){
	margin-top: 0.5rem;
	color: #485d52;
}
.dcdata>p:nth-child(3)>span{
	width: 22.8rem;
	height: 4.75rem;
	text-overflow: -o-ellipsis-lastline;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
    font-size: 0.875rem;
    border-top: 1px solid #e6e6e6;
    padding-top: 0.5rem;
    line-height:1.5rem;
}
.keshitext>li:hover{
	color:#36c483;
}
.keshifenlei>li:hover{
	color:#36c483;
}
.zhicheng>div>ul>li:hover{
	color:#36c483;	
}
/*分页*/
.paging{
	width: 100%;
}
.pgcontent{
	width: 60rem;
	height: 2.5rem;
	margin:auto;
	margin-top: 3.975rem;
	margin-bottom: 3.125rem;
	text-align: center;
}
