﻿.header {
	position: absolute;
}

.Min .main_content, .Min {
	position: relative;
}
.site_banner{
	display: none;
}

.Min_right_bg {
	background: url('/Sites/Uploaded/UserUpLoad/20240130/20240130114247.png');
	position: absolute;
	top: 0;
	right: 0;
	width: 345px;
	height: 749px;
	z-index: -1;
}

.Min_left_bg {
	background: url('/Sites/Uploaded/UserUpLoad/20231211/20231211143351.png');
	position: absolute;
	left: 0;
	z-index: -1;
	top: 0;
	height: 420px;
	width: 30%;
}

/*医生介绍*/
.summary {
	margin-top: 25px;
}

.doc_desc_p p {
	color: #575757;
}

.Com_l {
	width: 325px;
	float: left;
	background: #b9a478;
	margin-right: 40px;
	height: 420px;
}

.Com_l:hover .doct_img {
	/* margin-top: -25px;
	transition: all.3s ease-in; */
}

.Com_l .doct_img {
	width: 300px;
	transition: all.3s ease-in-out;
	max-height: 435px;
	overflow: hidden;
	margin-top: -25px;
	display: block;
}

.Com_l .doct_img img {
	width: 100%;
	height: 100%;
}

.doct_text {
	float: left;
	background-size: cover;
	height: 314px;
	width: 835px;
	padding: 45px 60px 40px 30px;
	box-sizing: border-box;
}

.doct_text p {
	margin-bottom: 20px;
	font-size: 20px;
	line-height: 30px;
}

.doct_text p.color_tit {
	font-size: 24px ;
	color: #333;
	border-bottom: 1px solid rgba(154, 54, 28, .5);
	padding-bottom: 20px;
	display: block;
	margin-bottom: 20px !important;
	font-weight: bold;
}



.doc_tltle {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 45px 0 25px
}

.doc_tltle span {
	color: #BC391A;
	font-size: 26px;
}

/* 出诊 */
.doc_desc {
	margin-bottom: 20px;
}

.tab_tit span {
	color: #666666;
	float: left;
	font-size: 18px;
	padding: 8px 20px;
	cursor: pointer
}

.tab_tit span.active {
	color: #fff;
	background: #C24339;
	border-radius: 4px 4px 0 0;
}

.tab .tab_box {
	border: 1px solid #ccc;
	border-top: 2px solid #C24339;
	padding: 20px;
	display: none;
	height: 260px;
	overflow-x: hidden;
	overflow-y: auto
}

.doct_con p {
	height: 26px;
}


.more {
	color: #fff;
	background-color: #B32B0C;
	text-align: center;
	padding: 8px 16px;
	display: inline-block;
	transition: all .3s ease-in-out;
  font-size: 14px;
}

.more:hover {
	color: #fff;
	font-weight: bold;
	transition: all .3s ease-in;
}

.Min_cz {
	margin-bottom: 20px;
}

.Min_cz .Com_tit {
	display: none;
}


.dise_list {
	margin-top: 10px;
}



/* 相关科室 */
.xgks_list {
	overflow: hidden;
}

.department .img_box {
	width: 400px;
	height: 260px;
	float: left;
	margin-right: 30px;
}

.department .dep_img {
	width: 100%;
	height: 100%;
}

.department .dep_list {
	border: none;
	float: left;
	width: 770px;
	padding: 7px 0 0;
	box-sizing: border-box;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 9;
	word-break: break-all;
	-webkit-box-orient: vertical;
}

.department .dep_list .dep_name span {
	font-size: 20px;
	color: #BC391A;
	
	font-weight: bold;
}
.department .dep_list .dep_name{
	margin-bottom: 15px;
	margin-bottom: 15px;
 display: flex;
 justify-content: space-between;
 align-items: center;
}

.department .dep_list .dep_name a {
	color: #fff;
	
}

.department p {
	padding: 0;
	font-size: 16px;
	color: #575757;
	line-height: 30px;
	text-indent: 2em;
}

.department_text {
	padding-bottom: 60px;
}
.dep-img-con{
 position: relative;
}
.dep-img-con .dep-img-name{
 position: absolute;
 top: 50%;
 text-align: center;
 width: 100%;
 color: #ffffffe0;
 letter-spacing: 5px;
 transform: translateY(-50%);
 font-size: 26px;
}

@media screen and (min-width: 769px) and (max-width: 1280px) {
 .main {
 width: 100%;
}
	.doct_text {
 height: 314px;
 width: 633px;
}
	.department .img_box {
 width: 300px;
 height: 200px;
}
	.department .dep_list {
 width: 670px;
 text-overflow: ellipsis;
 display: -webkit-box;
 -webkit-line-clamp: 5;
 word-break: break-all;
 -webkit-box-orient: vertical;
}
}



@media only screen and (max-width:768px) {
	.main_content_return, .Min_left_bg {
		display: none
	}

	.summary {
		padding-top: 25px;
		margin-top: 0;
	}

	.Com_l {
		width: auto;
		height: auto;
		margin-right: 0;
		float: none;
		padding: 25px 0;
	}

	.Com_l .doct_img {
		width: 50%;
		margin: 0 auto;
	}

	.doct_text {
		width: 100%;
		float: none;
		padding: 25px 10px;
		height: auto;
	}

	.doct_text p {
		margin-bottom: 0;
	}

	.doc_tltle {
		padding: 25px 0px;
	}

	.department .dep_list {
		width: 100%;
		float: none;
	}

	.department_text {
		padding-bottom: 30px;
	}

} 