.medicalkepuBg {
	width: 968px;
	/* height: 430px; */
	background: #ffffff;
	border-radius: 10px;
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	margin-bottom: 20px;
}

.medicalkepuShow {
	width: 100%;
	/* height: 400px; */
	display: flex;
	justify-content: space-between;
	padding: 11px;
	box-sizing: border-box;
}

.medicalkepu-left {
	flex: 1;
	display: flex;
}

.kepuImgOrTextList {
	display: flex;
	gap: 10px;
	flex-wrap: wrap;
}

.kepuListItem {
	width: 305px;
	display: flex;
	justify-content: space-around;
	/* align-items: center; */
	text-decoration: none;
	/* margin-bottom: 14px; */
	background: #F7F7F7;
	padding: 10px;
	box-sizing: border-box;
	border-radius: 10px;
	cursor: pointer;
}

.kepuListBox {
	flex: 0 0 115px;
	width: 115px;
	height: 85px;
	border-radius: 4px;
	overflow: hidden;
	position: relative;
	cursor: pointer;
}

.h-author {
	position: absolute;
	z-index: 1;
	color: #333;
	bottom: 0;
	width: 100%;
	height: 40rpx;
	background-color: rgba(255, 255, 255, .5);
	font-size: 14px;
	opacity: 0;
	text-overflow: ellipsis;
	overflow: hidden;
	word-break: break-all;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
}

.kepuListImg {
	width: 115px;
	height: 85px;
	transition: transform 0.3s ease;
}

.kepuListImg:hover {
	transform: scale(1.12);
}

.kepuListBox:hover>.h-author {
	opacity: 1;
}

.kepuListTextBox {
	flex-grow: 1;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	margin-left: 14px;
}

.kepuListText {
	font-weight: 400;
	font-size: 16px;
	color: #333;
	text-align: left;
	font-style: normal;
	text-overflow: ellipsis;
	overflow: hidden;
	word-break: break-all;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	line-clamp: 2;
	-webkit-box-orient: vertical;
}

.kepuListTextBom {
	font-size: 14px;
	color: #999;
	display: flex;
	justify-content: space-between;
}


.medicalkepu-middle {
	width: 290px;
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	align-items: center;
}

.kepuVideoList {
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	flex-wrap: wrap;
}

.kepuVideoItem {
	text-decoration: none;
	width: 138px;
	height: 148px;
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	align-items: center;
	margin-bottom: 10px;
}

.kepuVideoBox {
	width: 138px;
	height: 98px;
	border-radius: 4px;
	overflow: hidden;
}

.kepuVideoImg {
	width: 138px;
	height: 98px;
	transition: transform 0.3s ease;
}

.kepuVideoImg:hover {
	transform: scale(1.12);
}

.kepuVideoText {
	margin-top: 10px;
	height: 40px;
	font-weight: 400;
	font-size: 14px;
	color: black;
	line-height: 20px;
	text-align: left;
	font-style: normal;
	word-break: break-all;
	text-overflow: ellipsis;
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	line-clamp: 2;
	-webkit-box-orient: vertical;
}

.medicalkepu-right {
	width: 314px;
	height: 335px;
	margin-right: 10px;
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	align-items: center;
	background: #F7F7F7;
	border-radius: 8px;
	padding: 0px 10px;
	gap: 10px;
}

.kepuClassListItem {
	width: 100%;
	height: 56px;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	text-decoration: none;
}

.kepuClassListItemBox {
	width: 83px;
	height: 56px;
	margin-right: 10px;
	border-radius: 4px;
	overflow: hidden;
}

.kepuClassListItemImg {
	width: 83px;
	height: 56px;
	transition: transform 0.3s ease;
}

.kepuClassListItemImg:hover {
	transform: scale(1.12);
}

.kepuClassListItemText {
	flex-grow: 1;
	height: 56px;
	width: 197px;
	font-weight: 400;
	font-size: 14px;
	color: #000000;
	line-height: 20px;
	text-align: left;
	font-style: normal;
	vertical-align: top;
	word-break: break-all;
	text-overflow: ellipsis;
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	line-clamp: 3;
	-webkit-box-orient: vertical;
}
.h-400{
	height: 500px;
}

.h-center{
	flex: 1;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
}

.h-text{
	font-size: 25px;
	margin-top: 10px;
	color: #999;
}

.h-img{
	width: 200px;
	height: 200px;
}