.wrap .search{
	height: 50px;
	background: #fff;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 16px;
	color: #999;
	margin-bottom: 25px;
}
.wrap .search>div{
	flex: 0 0 100px;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 0 6px 6px 0;
	cursor:pointer;
}
.wrap .search>input{
	min-width: 0;
	flex: 1;
	border: 1px solid #d9d4d4;
	height: 48px;
	border-radius: 6px 0 0 6px;
	font-size: 18px;
	padding-left: 20px;
}

.zcfg_list{
	width: 100%;
	min-height: 440px;
	background: #fff;
}
.zcfg_title{
	font-size: 20px;
	color: #535357;
	font-weight: bolder;
	padding: 30px 0 20px;
	margin-bottom: 20px;
	border-bottom: 2px solid #f1ecec;
	display: flex;
	align-items: center;
	justify-content: space-between;
	cursor:pointer;
	height:25px;
	line-height:25px;
}
.zcfg_content{
	padding:  20px 50px;
}
.zcfg_content>div{
	display: flex;
	justify-content: space-between;
	padding: 12px 0;
}

.zcfg_content>div span{
	color: #4b4b4b;
}


.zsb .menu{
	height: 40px;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-bottom: 20px;

} 
.zsb .menu>div{
	height: 40px;
	padding: 0 15px;
	cursor: pointer;

} 
.zsb .menu>div span{
	display: flex;
	height: 40px;
	justify-content: center;
	align-items: center;
	color: #6a696d;
	font-size: 18px;
}
.zsb .menu>div span.active{
	color: #1540B8;
	border-bottom: 3px solid #1540B8;
}
.detail #startTime{
	color: #999;
	font-size: 16px;
	text-align: center;
	line-height: 40px;
}
.detail #endTime{
	color: #999;
	font-size: 16px;
	text-align: center;
	line-height: 40px;
}
.detail #content{
	margin-top: 20px;
	font-size: 16px !important;
	color: #1a1a1a;
}
.detail #content p,.detail #content span{
	font-size: 16px !important;
	font-family:'思源黑体' !important;
}
.detail .vedioBox{
	display: flex;
	justify-content: center;
	align-items: center;
}
#myform{
	margin-top: 20px;
}
.equipImg{
	height: 360px;
	display: flex;
	justify-content: center;
	align-items: center;
}
.equipImg img{
	width: 500px;
	height: 300px;
}
.d-cell-1-2{
	width: 33%;
}