body {
	/* background-image: url('../images/index/bg1.png'); */
	background-size: 100%;
	height: 100vh;
	overflow: hidden;
}

.layout {
	overflow-y: scroll;
	height: 100vh;
}

/* 科室介绍 */
.introduce {
	padding: 32px 0;
}

.introduce-body-img {
	padding-top: 310px;
	background-repeat: no-repeat;
	background-position: center;
	transition: 0.3s;
	background-size: 100%;
}

.introduce-body-info p {
	font-weight: 400;
	font-size: 18px;
	color: #333333;
	line-height: 1.8;
	text-indent: 2em;
}

.introduce-body-bottom {
	margin-top: 16px;
}

.introduce-body-more {
	display: inline-flex;
	align-items: center;
	height: 32px;
	background: #3662EC;
	border-radius: 16px;
	position: relative;
	padding-left: 4px;
	padding-right: 16px;
	font-size: 16px;
	color: #FFFFFF;
}

.introduce-body-more-icon {
	flex-shrink: 0;
	width: 6px;
	height: 6px;
	background-color: #3662EC;
	border: 8px solid #FFFFFF;
	border-radius: 50%;
	margin-right: 4px;
}

/* 机构设置 */
.jgsz-item {
	background-image: url('../images/xxgk_img (1).jpg');
	background-size: cover;
	background-repeat: no-repeat;
	position: relative;
	height: 300px;
}

.jgsz-item-box {
	position: absolute;
	z-index: 1;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	box-sizing: border-box;
	background-color: rgba(54, 98, 236, 0.5);
	padding: 24px;
}

.jgsz-jgitem {
	display: flex;
	align-items: center;
	justify-content: center;
	height: 48px;
	font-size: 14px;
	color: #FFFFFF;
	border: 1px solid rgba(255, 255, 255, 0.8);
	background-color: rgba(255, 255, 255, 0.2);
}

/* 医生介绍 */
.doctor {
	padding: 40px 0;
	background: #FFFFFF;
}

.yszj-item {
    width: 100%;
    box-sizing: border-box;
	text-align: center;
	background-color: #FFFFFF;
	padding: 16px;
	position: relative;
	display: inline-block;
	border: 1px solid #EEEEEE;
	cursor: pointer;
	box-shadow: 0 4px 10px rgba(0, 0, 0, 0.04);
	transition: all 0.3s ease;
}

.yszj-item:hover {
	border: 1px solid rgba(54, 98, 236, 1);
	box-shadow: 0 4px 8px rgba(54, 98, 236, 0.2);
}

.yszj-item .yszj-item-img {
	width: 100%;
	max-height: 220px;
	margin-bottom: 8px;
}

.yszj-item .yszj-item-name {
	font-weight: bold;
	font-size: 18px;
	color: #333333;
}

.yszj-item .yszj-item-rank {
	font-size: 14px;
	color: #999999;
}

/* 图片集锦 */
.picture-item,
.picture-item-2 {
	box-sizing: border-box;
	position: relative;
	display: block;
	text-decoration: none;
	transition: all 0.3s ease;
}

.picture-item {
	/* height: 300px; */
	padding-top: 60%;
	border-radius: 8px;
	background-position: center;
	background-repeat: no-repeat;
	background-size: 100% 100%;
}

.picture-item-2 {
	height: 142px;
}

.picture-item:hover,
.picture-item-2:hover {
	transform: translateY(-5px);
}

.picture-item::before,
.picture-item-2::before {
	content: "";
	background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.7) 100%);
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 60%;
	border-radius: 0 0 8px 8px;
}

.picture-item h5,
.picture-item-2 h5 {
	width: 100%;
	position: absolute;
	bottom: 16px;
	left: 0;
	color: #FFFFFF;
	font-size: 16px;
	text-align: center;
	margin: 0;
	transition: color 0.3s ease;
}

/* 页面
机构设置 */
.jg-item {
	display: block;
	padding: 16px;
	border: 1px solid rgba(0, 0, 0, 0.08);
	transition: all 0.3s ease;
	cursor: pointer;
}

.jg-item:hover {
	border: 1px solid rgba(54, 98, 236, 1);
	box-shadow: 0 4px 8px rgba(54, 98, 236, 0.2);
}

.jg-item .section-title.layui-this {
	font-size: 16px;
}

.jg-item span {
	font-size: 14px;
	color: rgba(0, 0, 0, 0.6);
}

.jg-item p {
	font-size: 14px;
	color: rgba(0, 0, 0, 0.8);
}

.jg-item .section-header .section-title {
	font-size: 16px;
	height: auto;
}

@media screen and (min-width: 768px) {
	.jg-item .section-header .section-title {
		font-size: 18px;
		height: 3em;
	}
}

/* 页面
领导 */
.lingdao-item {
	display: flex;
	flex-direction: column;
	align-items: center;
	padding: 16px;
	background-color: #FFFFFF;
	border-radius: 0;
	border: 1px solid #fff;
	margin-bottom: 16px;
	transition: all 0.3s ease;
}
@media screen and (min-width: 768px) {
    .lingdao-item {
    	display: flex;
    	flex-direction: row;
    }
}

.lingdao-item:hover {
	border: 1px solid rgba(54, 98, 236, 1);
	border-radius: 8px;
	box-shadow: 0 4px 12px rgba(54, 98, 236, 0.15);
	transform: translateY(-2px);
}

.lingdao-item .layui-col-md2 {
	text-align: center;
}

.lingdao-item .yszj-item-img {
	width: 120px;
	height: 150px;
	object-fit: cover;
	border-radius: 8px;
	margin: 0 auto;
	margin-right: 0;
	margin-bottom: 16px;
	box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
	transition: all 0.3s ease;
}
@media screen and (min-width: 768px) {
    .lingdao-item .yszj-item-img {
    	margin-right: 24px;
    	margin-bottom: 0;
    }
}

.lingdao-item:hover .yszj-item-img {
	box-shadow: 0 4px 12px rgba(54, 98, 236, 0.2);
}

.lingdao-item .yszj-item-name {
	font-size: 18px;
	font-weight: bold;
	color: #333333;
	text-align: center;
	/*margin-top: 8px;*/
	margin-bottom: 8px;
}
@media screen and (min-width: 768px) {
    .lingdao-item .yszj-item-name {
    	font-size: 18px;
    	text-align: left;
    	/*margin-top: 8px;*/
    	margin-bottom: 8px;
    }
}

.lingdao-item p {
	margin-bottom: 8px;
	line-height: 1.8;
	color: rgba(0, 0, 0, 0.8);
	font-size: 16px;
}

/* 页面
历史 */
.layui-timeline-axis {
	color: #3662EC;
	/* box-shadow: 0 4px 10px rgba(54, 98, 236, 0.3); */
	width: 26px;
	height: 26px;
	font-size: 26px;
	left: -8px;
}

.timeline-img {
	width: 100%;
	border-radius: 8px;
	transition: all 0.3s ease;
}

.timeline-img:hover {
	transform: scale(1.02);
	box-shadow: 0 4px 12px rgba(54, 98, 236, 0.2);
}