/*视频标签页*/
.vtitle1{
	background: url(https://hrflagfile.oss-cn-hangzhou.aliyuncs.com/Web/cthr/imgs/videoTitle.jpg) no-repeat center;
	background-size: cover;
	height: 940px;
	padding: 60px 0;
}
.vtitle1 ul{
	width: 860px;
	margin: 0 auto;
	display: flex;
	flex-wrap: wrap;
}
.vtitle1 ul li{
	width: 31.33%;
	margin: 1%;
	height: 260px;
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
}
.vtitle1 ul li:before{
	position: absolute;
    top: -50px;
    left: calc(50% - 27px);
    content: "";
    height: 40px;
    width: 40px;
    background: transparent;
    transform-origin: 0% 100%;
    transform: rotate(45deg);
    box-shadow: 0 0 0 300px rgba(0,0,0,.7);
}
.vtitle1 ul li span{
	position: relative;
	z-index: 2;
	color: #fff;
	font-size: 22px;
	padding-right: 10px;
	padding-bottom: 6px;
}
.vtitle1 ul li h4{
	position: relative;
	z-index: 2;
	color: #fff;
	font-size: 22px;
	display: inline-block;
	padding-bottom: 6px;
}
.vtitle1 ul li p{
	width: 100%;
	height: 1px;
	background: rgba(255,255,255,.6);
	position: absolute;
	bottom: 10px;
	left: 0;
	z-index: 2;
}
.vtitle1 ul li:hover>h4{
	border-bottom: 1px solid rgba(255,255,255,.6);
}


.vtitle2{
	background: #003580;
	width: 100%;
	padding: 60px 0;
}
.vtitle2 ul{
	width: 1200px;
	margin: 0 auto;
	display: flex;
	flex-wrap: wrap;
}
.vtitle2 ul li{
	margin-top: 15px;
	width: 20%;
	text-align: center;
	color: #fff;
	font-weight: lighter;
	font-size: 15px;
}
.vtitle2 ul li>p{
	width: 60%;
	margin: 6px auto;
	height: 1px;
	background: rgba(255,255,255,.6);
}

@media (max-width: 768px) {
	.vtitle1{
		background: url(https://hrflagfile.oss-cn-hangzhou.aliyuncs.com/Web/cthr/imgs/videoTitle-m.jpg) no-repeat center;
		background-size: cover;
		height: auto;
		padding: 30px 10px;
	}
	.vtitle1 ul{
		width: 100%;
		padding-bottom: 160px;
	}
	.vtitle1 ul li{
		width: 48%;
		height: 160px;
	}
	.vtitle1 ul li:before{
		position: absolute;
	    top: -60px;
	}
	.vtitle1 ul li span{
		font-size: 18px;
	}
	.vtitle1 ul li h4{
		font-size: 18px;
		font-weight: bold;
	}
	.vtitle2{
		padding: 30px 0;
	}
	.vtitle2 ul{
		width: 100%;
		padding: 0 15px;
	}
	.vtitle2 ul li{
		margin-top: 10px;
		width: 50%;
		font-size: 14px;
		font-weight: normal;
	}
}
