.doctor-container {
	width: 100%;
	background: #f4f7ff;
}
.doctor-detail {
	width: 1080px;
	margin: 0 auto;
}
.doctor-detail .navigation {
	padding: 20px 0px;
}
.doctor-detail .doctor-detail-info {
	padding: 20px;
	display: flex;
	justify-content: flex-start;
	background: #ffffff;
}
.doctor-detail .doctor-detail-info .info-content {
	padding: 10px 0px 10px 21px;
	width: 585px;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	align-items: flex-start;
	border-right: 1px solid #cdcdcd;
	box-sizing: border-box;
}
.doctor-detail .doctor-detail-info .info-content .info {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	flex-wrap: wrap;
}
.doctor-detail .doctor-detail-info .info-content .info .info-item {
	flex-basis: 50%;
	margin-bottom: 8px;
}
.doctor-detail .doctor-detail-info .info-content .type {
	color: #666666;
}
.doctor-detail .doctor-detail-info .info-content .production {
	height: 20px;
	color: #ff5370;
	border: 1px solid #ff5370;
	border-radius: 11px;
	padding: 0px 10px;
	margin-right: 5px;
}
.doctor-detail .doctor-detail-info .info-content span {
	font-size: 14px;
	color: #999999;
}
.doctor-detail .doctor-detail-info .handle {
	width: 274px;
	display: flex;
	justify-content: space-around;
	align-items: center;
	margin-left: 10px;
}
.doctor-detail .doctor-detail-info .handle > div {
	display: flex;
	flex-direction: column;
	justify-content: space-around;
}
.doctor-detail .doctor-detail-info .handle > div > span {
	display: inline-block;
	font-size: 14px;
	font-weight: 400;
	color: #000000;
	margin-top: 10px;
}
.doctor-detail .doctor-detail-info .handle > div > img {
	width: 52px;
	height: 52px;
}
.doctor-detail .detail-container {
	display: flex;
	justify-content: space-between;
	padding: 20px 0px;
}
.doctor-detail .detail-container .detail-content {
	flex: 1;
	margin-right: 16px;
	background: #ffffff;
	padding: 0px 26px;
}
.doctor-detail .detail-content .detail-item {
	margin-bottom: 10px;
}
.doctor-detail .detail-content .detail-item > .title {
	padding: 20px 0px;
	border-bottom: 1px solid #ccc;
	font-size: 18px;
	font-weight: 500;
	color: #333333;
	line-height: 25px;
}
.doctor-detail .detail-content .detail-item > .no-border {
	border-bottom: none;
}
/* 项目特色 */
.doctor-detail .detail-content .detail-item > .content {
	font-size: 14px;
	font-weight: 400;
	color: #333333;
	line-height: 20px;
	margin-top: 20px;
}
/* 新闻案例 */
.doctor-detail .news-list {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.doctor-detail .news-list > .news-item {
	width: 306px;
	height: 96px;
	background: #f6f6f6;
	border-radius: 6px;
	margin-bottom: 14px;
	display: flex;
	justify-content: space-between;
	padding: 14px;
	box-sizing: border-box;
	cursor: pointer;
	text-decoration: none;
}
.doctor-detail .news-list > .news-item:hover .news-content > .title {
	color: #ff5370;
}
.doctor-detail .news-list > .news-item > img {
	width: 68px;
	height: 68px;
	margin-left: 12px;
}
.doctor-detail .news-list > .news-item > .news-content {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}
.doctor-detail .news-list > .news-item > .news-content > .title {
	font-size: 16px;
	font-weight: 500;
	color: #333333;
}
.doctor-detail .news-list > .news-item > .news-content .info {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.doctor-detail .news-list > .news-item > .news-content .info span {
	font-size: 12px;
	font-weight: 400;
	color: #a0a0a0;
}
/* 相关推荐 */
.doctor-detail .recommend {
	display: flex;
	justify-content: space-between;
}
.doctor-detail .recommend > .recommend-item {
	width: 202px;
	height: 240px;
	background: #ffffff;
	border: 1px solid #e2e2e2;
	display: flex;
	flex-direction: column;
	align-items: center;
	text-decoration: none;
}
.doctor-detail .recommend > .recommend-item > img {
	width: 96px;
	height: 96px;
	border-radius: 50%;
	margin-top: 13px;
}
.doctor-detail .recommend > .recommend-item .title {
	text-align: center;
	width: 100%;
	padding: 10px 0px;
	margin-bottom: 8px;
	border-bottom: 1px solid #ebebeb;
}
.doctor-detail .recommend > .recommend-item .title > .name {
	font-size: 14px;
	font-weight: 400;
	color: #000000;
	margin-right: 5px;
}
.doctor-detail .recommend > .recommend-item .title .position {
	color: #9a9a9a;
	font-size: 14px;
	font-weight: 400;
	margin-left: 5px;
}
.doctor-detail .recommend > .recommend-item > .name {
	font-size: 14px;
	font-weight: 400;
	color: #666666;
}
.doctor-detail .recommend > .recommend-item > .production {
	font-size: 14px;
	font-weight: 400;
	color: #333333;
	width: 162px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	margin-top: 8px;
}
.doctor-detail .recommend > .recommend-item > .doctor {
	width: 95px;
	height: 25px;
	border: 1px solid #ff5370;
	font-size: 14px;
	font-weight: 400;
	color: #ff5370;
	margin-top: 11px;
	display: flex;
	justify-content: center;
	align-items: center;
}
.doctor-rank {
	margin-bottom: 20px;
}

table {
	border-collapse: collapse;
	margin: 0 auto;
	text-align: center;
}
table td,
table th {
	border: 1px solid #cad9ea;
	color: #666;
	height: 30px;
	width: 160px;
}
table thead th {
	background-color: #cce8eb;
	width: 100px;
}
table tr {
	width: 100%;
}
table tr:nth-child(odd) {
	background: #fff;
}
table tr:nth-child(even) {
	background: #f6f6f6;
}
