.videoAllBox{
	padding: 33px 0 33px 0;
	margin-top:151px;
	background: #fff;
}
.little{
	font-size:20px;
	line-height: 28px;
	color: rgba(55, 55, 55, 1);
	margin-bottom: 30px;
}
.videoLinkBox{
	display: flex;
	flex-wrap: wrap;
}
.videoLinkBox a{
	width:122px;
	height:38px;
	background:rgba(255,255,255,1);
	border-radius:23px;
	border:1px solid rgba(234,238,246,1);
	display: flex;
	align-items: center;
	justify-content: center;
	margin-right: 15px;
	margin-bottom: 10px;
	color: #33A58E;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
}
.videoLinkBox a.active,.videoLinkBox a:hover{
	background: #33A58E;
	border: 0;
	color: #fff;
}
.videoLinkBox a:after{
	content: " ";
	display: block;
	width: 18px;
	height: 18px;
	background: url(../images/moreright.png) no-repeat;
	background-size:18px;
	margin-left: 13px;
}
.videoLinkBox a.active:after,.videoLinkBox a:hover:after{
	background: url(../images/morerightactive.png) no-repeat;
	background-size:18px;
}
.videoCont{
	display: flex;
	flex-wrap: wrap;
	margin-left: -6px;
	margin-right: -6px;
}
.videoCol{
	width: 25%;
	padding: 0 6px;
	margin-bottom: 55px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
}
.videoHread{
	position: relative;
	height: 150px;
	width: 100%;
}
.videoHread img{
	width: 100%;
	height: 150px;
}
.videoHread span{
	position: absolute;
	width:44px;
	height:16px;
	background:rgba(0,0,0,0.34);
	border-radius:8px;
	right:8px;
	bottom: 9px;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #fff;
	font-size: 12px;
}
.videoBody{
	flex: 1;
	padding: 7px 18px;
	background: #fff;
}
.videoBody h1{
	font-size: 14px;
	color: #373737;
	margin-bottom: 5px;
}
.videoBody p{
	color: #747474;
	font-size: 12px;
	line-height: 18px;
	white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    word-break: break-all;
}
.videoContbox{
	background: #F0F2F3;
	padding: 37px 0;
}
body{
	overflow-x: hidden;
}
.videodetailHread{
    margin-top: 151px;
}
.videoHreadtop{
	width: 100%;
	height: 456px;
	position: relative;
}
.videoHreadtop video{
	width: 100%;
	height: 456px;
}
.videoposterBg{
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
}
.play{
	position: absolute;
	left: 50%;
	top: 50%;
	width: 62px;
	height: 62px;
	margin-left: -31px;
	margin-top: -31px;
	background: url(../images/play.png) no-repeat;
	background-size:62px;
	z-index: 90;
}
.forward{
	width: 38px;
	height: 38px;
	background: url(../images/forward.png) no-repeat;
	background-size:38px;
	position: absolute;
	right: 40px;
	top: 40px;
}
.videoHreadbottom{
	background: #fff;
	padding: 20px 30px;
	width: 100%;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
}
.videoHreadbottom h1{
	font-size: 18px;
	color: #373737;
	line-height: 2;
	padding-bottom: 5px;
}
.videoHreadbottom p{
	color: #373737;
	font-size: 12px;
	margin-bottom: 20px;
	word-wrap:break-word;
}
.relevantHread{
	height: 60px;
	width: 100%;
	background: #fff;
	display: flex;
	margin-top: 5px;
}
.relevantHread span{
	padding: 0 20px;
	display: flex;
	align-items: center;
	color: #33A58E;
	font-size: 16px;
	font-weight: 500;
	border-bottom: 3px #33A58E solid;
}
.bgf3{
	background: #F0F2F3;
}
.listbox{
	padding-bottom: 60px;
	margin-bottom: 0;
	margin-top: 5px;
}
.videodetailHread{
	padding-top: 20px;
}
.forward .social-share .social-share-icon{
	width: 38px;
	height: 38px;
	margin-bottom: 5px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
}
.forward .social-share .icon-wechat .wechat-qrcode{
	z-index: 999;
}
.social-share{
	padding-top: 43px;
}
.social-share .icon-qq{
    background: #56b6e7;
    color: #fff !important;
}
.social-share .icon-wechat{
    background: #7bc549;
    color: #fff !important;
}
.social-share .icon-weibo{
    background: #ff763b;
    color: #fff !important;
}
@media screen and (max-width:1000px) {
	.videoCol{
		width: 33.333%;
	}
	.videoContbox{
		background: #F0F2F3;
		width: 100%;
		padding: 37px 20px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	}
	.videoAllBox{
		padding: 33px 20px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	}
}
@media screen and (max-width:768px) {
	.social-share{
		display: block !important;
	}
	.videoHread img{
		height: 100px;
	}
	.videodetailHread{
		padding-top: 10px;
	}
	.videoCol{
		width: 50%;
		padding: 0 3px;
		margin-bottom: 20px;
	}
	.videodetailHread,.videoAllBox{
		margin-top: 88px;
	}
	.videoHreadtop{
		margin-top: 10px;
	}
	.videoHreadtop,.videoHreadtop video{
		height: auto;	
	}
	.forward{
		right: 10px;
		top: 10px;
	}
	.relevantHread{
		margin-left: -10px;
		margin-right: -10px;
		width: auto;
	}
	.videodetailHread{
		margin-left: -10px;
		margin-right: -10px;
		width: auto;
		margin-top: 98px;
	}
	.bgf3 .md1200{
		padding: 0 11px;
	    box-sizing: border-box;
	    -webkit-box-sizing: border-box;
	    -moz-box-sizing: border-box;
	}
	.videoHread{
		height: auto;
	}
}