﻿.doctor-box {
	padding-top: 100px
}
.doctor-list {
	padding: 0 44px;
	min-height: 400px;
}
.doctor-list .partner-slide-item {
	float:left;
	margin:20px 60px;
	width:280px
}
.doctor-list .partner-slide-item .avatar {
	display:block;
	height:210px;
	/*width:280px*/
	margin: 0 auto;
}
.doctor-list .partner-slide-item .label {
	font-size:20px;
	height:28px;
	line-height:28px;
	margin-top:25px;
	text-align:center
}
.doctor-list .partner-slide-item .special {
	color:#01B6B6;
	font-size:20px;
	height:28px;
	line-height:28px;
	text-align:center
}
.doctor-list .partner-slide-item .bio {
	margin-top:15px
}
.doctor-list .partner-slide-item .bio p {
	font-size:14px;
	height:30px;
	line-height:30px
}
.doctor-category {
	padding: 40px 0;
}
.doctor-category:after {
	content: '';
	clear: both;
}
.doctor-category .doctor-category-item {
	float: left;
	width: 158px;
	height: 50px;
	line-height: 50px;
	position: relative;
	padding-left: 42px
}
.doctor-category .doctor-category-item a,.doctor-list .partner-slide-item a {
	color: #555
}
.doctor-category .doctor-category-item i {
	display: inline-block;
	width: 32px;
	height: 32px;
	background-size: cover;
	position: absolute;
	left: 0;
	top: 10px
}

.expert-card {
	position: relative;
	height:275px;
	-webkit-box-shadow:0 0 3px 0 rgba(30,60,70,.1);
	box-shadow:0 0 3px 0 rgba(30,60,70,.1)
}
.expert-card .doctor-wrap {
	position:relative
}
.expert-card .info {
	padding:0 20px 0 195px;
	margin-right:330px;
	height:100%
}
.expert-card .summary {
	position:absolute;
	left:0;
	top:0;
	width:195px
}
.expert-card .summary p {
	text-align:center
}
.expert-card .summary .entry-baike {
	position:relative;
	margin-bottom:7px;
	border:1px solid #4476eb;
	border-radius:3px;
	margin-left:35px;
	display:inline-block
}
.expert-card .summary .entry-baike span {
	text-align:center;
	display:inline-block;
	height:20px;
	line-height:20px;
	color:#4476eb
}
.expert-card .summary .entry-baike .baike-icon {
	width:40px;
	background:#4476eb;
	color:#fff
}
.expert-card .summary .entry-baike .baike-entry {
	width:84px
}
.expert-card .summary .entry-baike:hover .baike-icon {
	background:#fff;
	color:#4476eb
}
.expert-card .summary .entry-baike:hover .baike-entry {
	background:#4476eb;
	color:#fff
}
.expert-card .summary .photo {
	display:block;
	width:140px;
	height:140px;
	margin:20px auto 10px;
	overflow:hidden;
	border-radius:100px
}
.expert-card .summary .mark {
	margin-bottom:15px;
	position:relative;
	padding-left:45px
}
.expert-card .summary .mark a {
	display:inline-block;
	padding:0 11px 0 25px;
	color:#fff;
	background:#f9a821;
	text-decoration:none;
	float:left;
	line-height:18px;
	border-radius:3px 0 0 3px
}
.expert-card .summary .mark a i {
	position:absolute;
	top:1px;
	margin-left:-15px;
	width:16px;
	height:16px;
	background:url(../img/expert_2015/sprite20170112.png?20180418) 0 4px no-repeat
}
.expert-card .summary .mark a.active {
	padding-left:11px
}
.expert-card .summary .mark .mark-count {
	float:left;
	border:1px solid #f9a821;
	background-color:#fff;
	width:40px;
	line-height:16px;
	border-radius:0 3px 3px 0;
	overflow:hidden
}
.expert-card .summary .qr {
	position:relative;
	z-index:2
}
.expert-card .summary .qr img {
	display:block;
	margin:0 auto
}
.expert-card .summary .qr span {
	display:none;
	position:relative;
	padding:10px;
	margin-top:3px;
	border:1px solid #ddd;
	background:#fff;
	-webkit-box-shadow:0 0 30px 0 rgba(0,0,0,.2);
	box-shadow:0 0 30px 0 rgba(0,0,0,.2)
}
.expert-card .summary .qr span:before {
	display:block;
	position:absolute;
	right:13px;
	top:-9px;
	margin-left:-8px;
	width:16px;
	height:9px;
	background:url(../img/expert_2015/sprite20170112.png?20180418) 0 -300px no-repeat
}
.expert-card .summary .qr span img {
	width:110px
}
.expert-card .summary .qr:hover span {
	display:inline-block;
	-webkit-animation:slide-down .3s ease-out;
	animation:slide-down .3s ease-out
}
.expert-card .detail {
	position:relative;
	padding-top:20px;
	font-size:14px
}
.expert-card .detail h1 {
	padding:5px 0
}
.expert-card .detail h1 strong {
	margin-right:10px;
	font-weight:400;
	font-size:20px
}
.expert-card .detail h1 span {
	font-style:normal;
	font-size:14px;
	color:#666
}
.expert-card .detail h1 i {
	width:25px;
	height:22px;
	background:url(../img/teacher/doctor-main.png) no-repeat;
	display:inline-block;
	border-radius:3px;
	position:relative;
	top:2px;
	left:13px
}
.expert-card .detail h1 img {
	width:20px;
	position:relative;
	top:3px
}
.expert-card .detail h1 a {
	font-size:14px;
	border:1px solid #377bee;
	padding:5px;
	border-radius:5px
}
.expert-card .detail h1 .will-praise {
	background:url(../img/expert_2015/praise1.png) 5px no-repeat
}
.expert-card .detail h1 .will-praise span {
	margin-left:16px;
	color:#377bee
}
.expert-card .detail .about,.expert-card .detail .goodat,.expert-card .detail .hospital,.expert-card .detail .keys {
	margin-bottom:5px
}
.expert-card .detail .about b,.expert-card .detail .goodat b {
	color:#888;
	font-weight:400
}
.expert-card .detail .more-description.show-pre div {
	word-break:break-word;
	white-space:pre-wrap
}
.expert-card .detail .hospital .more {
	display:none
}
.expert-card .detail .hospital .more.active {
	display:inline-block;
	position:absolute;
	height:13px;
	padding:2px 5px;
	border:1px solid #71bfe3;
	color:#71bfe3;
	line-height:1;
	border-radius:2px;
	-webkit-transition:all .1s ease-out;
	transition:all .1s ease-out;
	text-decoration:none;
	font-size:12px
}
.expert-card .detail .hospital .more.active:hover {
	color:#fff;
	background:#71bfe3
}
.expert-card .detail .keys {
	height:36px;
	overflow:hidden
}
.expert-card .detail .keys a {
	display:inline-block;
	padding:3px 7px;
	margin:3px 5px 3px 0;
	background:#ffeed1;
	color:#ff8100;
	border-radius:3px;
	text-decoration:none
}
.expert-card .detail .team {
	display:block;
	position:absolute;
	top:15px;
	right:10px;
	padding:2px;
	border:1px solid #f9a821;
	color:#fff;
	text-align:center;
	cursor:pointer;
	border-radius:5px;
	text-decoration:none
}
.expert-card .detail .team strong {
	padding:2px 4px;
	font-size:14px;
	color:#f9a821
}
.expert-card .detail .team span {
	display:block;
	padding:2px 4px;
	font-size:12px;
	background:#f9a821;
	border-radius:0 0 4px 4px
}
.expert-card .detail .expert-group {
	float:right;
	position:relative;
	top:-44px;
	height:1px
}
.expert-card .detail .expert-group .group-show-new {
	border:1px solid #ffa200;
	border-radius:8px;
	font-size:16px;
	padding:5px 42px 5px 9px;
	color:#ffa200;
	margin-right:12px;
	z-index:100;
	max-width:200px;
	height:28px;
	overflow:hidden;
	line-height:28px
}
.expert-card .detail .expert-group .group-team {
	font-size:12px;
	background-color:#ffa200;
	color:#fff;
	width:35px;
	float:right;
	text-align:center;
	position:absolute;
	top:2px;
	right:14px;
	border-bottom-right-radius:6px;
	border-top-right-radius:6px
}
.expert-card .detail .expert-group:hover {
	text-decoration:none
}
.expert-card .status {
	position:absolute;
	right:0;
	top:3px;
	bottom:3px;
	width:330px;
	border-left:1px solid #eee
}
.expert-card .status .service {
	display:table-cell;
	width:330px;
	vertical-align:middle;
	position:relative;
	height:140px;
	border-bottom:1px solid #eee;
	text-align:center;
	color:#ccc
}
.expert-card .status .service a {
	display:inline-block;
	vertical-align:middle;
	width:160px;
	height:40px;
	text-align:center;
	line-height:40px;
	color:#2b73cc;
	text-decoration:none;
	font-size:18px;
	background:#def2ff;
	border-radius:3px;
	-webkit-transition:all .2s ease-out;
	transition:all .2s ease-out
}
.expert-card .status .service a:hover {
	background-color:#377bef;
	color:#fff
}
.expert-card .status .data {
	position:relative;
	text-align:center;
	padding-top:20px
}
.expert-card .status .data .total span {
	color:#888;
	margin-right:2px
}
.expert-card .status .data .total strong {
	color:#86aff3;
	font-size:1.2em;
	font-weight:400
}
.expert-card .status .data .total strong:nth-of-type(1) {
	margin-right:20px
}
.expert-card .status .data .total p {
	clear:left;
	text-align:center;
	line-height:32px
}
.introduction {
	border:1px solid #ececec;
	padding:25px 30px 30px
}
.introduction h2 {
	font-size:28px;
	padding-bottom:15px;
	border-bottom:1px solid #ececec
}
.introduction .introduction-content {
	padding:15px 0;
	font-size:14px;
	line-height:28px;
	word-break:break-all
}
.introduction .introduction-content p {
	text-indent:2em
}