.sidebar li.current{
	background: #8c5b7b;
}
.sidebar li:hover{
	background: #8c5b7b;
}
.pageContent .layui-form-select dl dd.layui-this {
    background: #8c5b7b;
}
.newInfo{
	margin-top: 0;
}
.newInfo .listVido{
	width: 285px;
	height: 185px;
	position: relative;
}
.newInfo .listVido img{
	/* width: 100%; */
	height: 100%;
}
.newInfo .onLineList{
	width: 285px;
	border: 1px solid #ebebeb;
	background: #f8f8f8;
	text-align: center;
	margin-bottom: 25px;
}
.newInfo p{
	width: 80%;
	margin: 20px auto 20px;
	height: 38px;
	text-align: center;
	display: -webkit-box;
    -webkit-line-clamp: 2;
    overflow: hidden;
    -webkit-box-orient: vertical;
}
.onLineList .listVido a::before{
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	background: rgba(0,0,0,.5) url(../img/play.png) center no-repeat;
}
.hospitalDetail .contentMain{
	background: #fff;
	padding: 0 20px;
	box-sizing: border-box;
}
.hospitalDetail .pageTop a{
	float: right;
	color: #1c7ebf;
}
.hosImg {
	margin-bottom: 35px;
	overflow: hidden;
}
.hosImg a{
	display: block;
	position: relative;
}
.hosImg a::before{
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,.5) url(../img/play2.png) center no-repeat;
}
.hospitalDetail .more{
	color: #888;
}
.hospitalDetail .onLineList{
	width: 275px;
}
.hospitalDetail .newInfo .listVido{
	width: 275px;
	height: 180px;
}
.hospitalDetail .comment{
	margin-bottom: 25px;
}
.wrap .hospitalDetail .contentBanner+.contentMain{
	margin-top: 25px;
}
.hospitalDetail .newInfo p{
	margin: 25px auto 20px;
}
#page{
	margin-top: 0;
}
.hospitalDetail .newInfo .onLineList:nth-child(4),.hospitalDetail .newInfo .onLineList:nth-child(7){
	margin-left: 14px;
}
.hospitalDetail .onLineList:nth-child(5){
	margin-left: 0;
}
