.peixun-flex{
	display: flex;
	justify-content: space-between;
	background-color: #f4f5f8;
	max-width: 625px;
	height: 66px;
	margin: 0 auto;
	border-radius: 50px;
	align-items: center;
	padding: 0 3px;
	color: #727171;
	margin-top: 107px;
	margin-bottom: 57px;
}
.peixun-flex > div{
	padding: 15px 40px !important;
	border-right: 1px solid #f4f5f8;
	position: relative;
	font-size: 18px;
	color: #333;
}
.peixun-flex > div::after{
	width: 1px;
	height: 30px;
	position: absolute;
	top: 10px;
	right: 0;
	content: '';
	background-color: #ddd;
}
.peixun-flex > div:last-child::after{
	width:0;
}
.peixun-flex > div a:hover{
	text-decoration: none;
}
.peixuncheck{
	padding: 15px 50px !important;
	background-color: #fff;
	border-radius: 50px;
	
	box-shadow: 0 0 5px rgba(0, 0, 0, .2);
}
.peixuncheck a{
	font-weight: 400; 
	color: #00004F;
}
.peixuncheck::after{
	width: 0 !important;
}
.peixun-flex > div.no-border::after{
	width: 0!important;
}
.peixunvideo-flex{
	display: flex;
	flex-wrap: wrap;
	/* justify-content: center; */
}
.peixunvideo-item{
	width: 360px;
	border-radius: 15px;
	overflow: hidden;
	background-color: #f5f6f8;
	margin-right: 30px;
	overflow: hidden;
	margin-bottom: 36px;
}

.peixunvideo-item > img{
	width: 100%;
	/* height: 219px; */
	display: block;
}
.peixunvideobox{
	padding: 27px;
	box-sizing: border-box;
}
.peixunvideoname{
	font-size: 22px;
	font-weight: 400; 
	line-height: 26px;
	margin-bottom: 30px;
	color: #333;
}
.peixunvideoname a{
	height: 75px;
	display: inline-block;
}
.peixunvideoname a:hover{
	color: #00004F;
	text-decoration: none;
}
.peixunvideoboxflex{
	display: flex;
	justify-content: space-between;
	font-size: 15px;
}
.peixunvideoboxflex > div{
	display: flex;
	align-items: center;
	font-size: 15px;
}
.peixunvideoboxflex > div:nth-child(1){
	color: #777;
}
.peixunvideoboxflex > div:nth-child(2){
	color: #8f8f8f;
}
.peixunvideoboxflex img{
	margin-right: 10px;
}
.peixunvideoboxflex div img:nth-child(2){
	display: none;
}
.peixunvideo-item:hover div img:nth-child(2){
	display: block;
}
.peixunvideo-item:hover div img:nth-child(1){
	display: none;
}
.limit{
	margin-top: 0;
}
/* 详情 */
.online-detail-content{
	padding-top: 80px;
}
.video-content{
	padding-left: 20px;
}
.video-content>h3{
	font-size: 27px;
	margin-bottom: 20px;
	color: #333;
}
.video-box{
	background-color: #000;
	width: 90%;
	border-radius: 20px;
	overflow: hidden;
	margin-bottom: 20px;
}
.video-js{
	width: 100%;
	height: 400px;
}
.video-info{
	display: flex;
	font-size: 16px;
	font-size: 15px;
}
.video-info .video-time{
	color: #333;
}
.video-info p{
	margin-right: 30px;
}
.online-detail-content{
	margin-bottom: 160px;
}
.video-info{
	margin-bottom: 100px;
}
.video-date{
	color: #777;
	flex-grow: 2;
	text-align: right;
	padding-right:55px ;
}
.video-view{
	color: #333;
}
.recommend-mian>h3{
	margin-bottom: 20px;
	font-size: 27px;
	color: #333;
}
.recommend-mian .item{
	margin-bottom: 25px;
}
.recommend-mian .item img{
	border-radius: 20px;
	margin-bottom: 10px;
	width: 100%;
}
.recommend-mian .item a{
	color:#333;
	font-size: 15px;
}
.recommend-mian .item a:hover{
	color: #00004F;
	font-weight: 400; 
	text-decoration: none;
}
.video-describe>h3{
	margin-bottom: 30px;
	font-size: 27px;
	font-weight: 400; 
}
.video-describe .describe-content{
	width: 90%;
}
.video-js .vjs-big-play-button{
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
}
@media screen and (min-width: 1920px) {
	.peixunvideo-item:nth-child(3n){
		margin-right: 0px;
	}
}

@media screen and (max-width: 1920px) {
	
}
@media screen and (min-width: 1200px) {
	.peixunvideo-item:nth-child(3n){
		margin-right: 0px;
	}
}
@media screen and (max-width: 1200px) {
	.peixunvideo-item:nth-child(2n){
		margin-right: 0px;
	}
}
@media screen and (max-width: 992px) {
	.peixunvideo-item{
		width:47%;
	}
}
@media screen and (max-width: 768px) {
	.peixun-flex{
		min-width: 100%;
		/* border-radius: 0; */
		flex-wrap: wrap;
		margin-top: 50px;
		height: auto;
		padding: 5px;
		margin: 30px 0;
	}
	.peixun-flex > div{
		padding: 8px 15px !important;
		font-size: 14px;
	}
	.peixun-flex > div::after{
		display: none;
	}
	.peixunvideo-item{
		margin-right: 0;
		width: 100%;
	}
	.video-box{
		width: 100%;
	}
	.video-content{
		padding-left: 0;
		margin-bottom: 30px;
	}
	.online-detail-content{
		margin-bottom: 50px;
	}
	.video-date{
		padding-right: 0;
	}
	.online-detail-content{
		padding-top: 0;
		margin-bottom: 30px;
	}
	.video-info{
		margin-bottom: 30px;
	}
	.video-content>h3{
		font-size: 22px;
	}
	.video-describe>h3{
		font-size: 22px;
	}
	.recommend-mian>h3{
		font-size: 22px;
	}
}
