/**时间轴*/

.timeLineBox {
	padding-top: 3.1%;
	/* padding-bottom: 4.6%; */
}

.timeLineBox1 {
	display: flex;
}

.timeLineBox2 {
	display: none;
}

.timeItemBox {
	/* width: 100%; */
	justify-content: flex-start;
	height: 100%;
}

.timeItemBox .leftTime {
	width: 22px;
	height: 100%;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: flex-start;
}

.timeItemBox .leftTime .time {
	font-size: 20px;
	color: #232536;
	font-weight: 700;
	margin-bottom: 5px;
}

.timeItemBox .leftTime .topCircle {
	width: 22px;
	height: 22px;
	border-radius: 50%;
	background-color: #D6D8FF;
	z-index: 0;
}

.timeItemBox .leftTime .topCircle .certenCircle {
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background-color: #444CFC;
	z-index: 0;
}

.timeItemBox .leftTime .line {
	width: 1px;
	margin-top: 5px;
	height: 78%;
	background-color: #D8D8D8;
}

.timeItemBox .rightTime {
	width: 100%;
	padding: 18px 14px 6px;
	box-sizing: border-box;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: flex-start;
	border-top: 2px solid #8f94fd;
	margin-top: 40px;
}

.timeItemBox .rightTime .timeBigBox {
	padding: 4px 5px 0;
	background-color: #fff;
	margin-bottom: 22px;
	margin-top: -38px;
}

.timeItemBox .rightTime .timeBox {
	min-width: 100px;
	text-align: center;
	padding: 7px 14px 7px 9px;
	background-color: #444CFC;
	font-size: 17px;
	color: #FFFFFF;
	border-radius: 6px;
	position: relative;
}

.timeItemBox .rightTime .timeBox .smallTriangle {
	width: 10px;
	height: 10px;
	background-color: #444CFC;
	border-radius: 2px;
	margin-bottom: 18px;
	position: absolute;
	top: 100%;
	left: 50%;
	transform: translate(-50%, -50%) rotate(45deg);

}

.timeItemBox .rightTime .imgStyle {
	width: 100%;
	padding-top: 60%;
	/* height: auto; */
	background-color: #ccc;
}

.timeItemBox .rightTime .title {
	font-size: 18px;
	color: #232536;
	font-weight: 700;
	margin-top: 15px;
	margin-bottom: 7px;
}

.videoItem {
	background: #f5f5f9;
	margin-top: 32px;
	cursor: pointer;
	position: relative;
}

.videoItem .video,
.videoItem .pic {
	width: 100%;
	height: 231px;
	/* padding-top: 56%; */
	position: relative;
	transform: all .5s;
}

.videoItem .pic .playIcon {
	width: 50px;
	height: 50px;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -25px;
	margin-top: -25px;
	cursor: pointer;
	opacity: 0;
}

.videoItem .video:hover:before,
.videoItem .pic:hover:before {
	content: '';
	width: 100%;
	height: 100%;
	position: absolute;
	background-color: rgba(0, 0, 0, .3);
}

.videoItem .pic:hover .playIcon {
	opacity: 1;
}

.intro {
	height: 89px;
	padding: 22px 17px 17px;
	color: #232536;
	font-size: 16px;
	transform: all .5s;
}

.intro:hover {
	color: #444cfc;
}

.videoPopup{
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	background: rgba(0, 0, 0, 0.3);
	z-index: 500;
}
.videoPopup .video{
	width: 100%;
	max-height: 80vh;
}
.videoPopup .close{
	position: absolute;
	right: 0;
	top: -50px;
	cursor: pointer;
}
.videoBox{
	position: relative;
}

.item1 {
	padding-bottom: 20px;
}

.item1:last-child {
	padding-bottom: 0;
}

.item1 .pic {
	padding-top: 61%;
}

.item1 .h4 {
	height: 44px;
	font-size: 16px;
	line-height: 22px;
	color: #232536;
	position: relative;
}

.hm {
	font-size: 13px;
	color: #989898;
}

.newBigBox {
	position: relative;
}

.newBigBox .pic {
	height: 315px;
}

.textBox {
	width: 100%;
	height: 88px;
	padding: 18px 21px;
	backdrop-filter: blur(17px);
	background-color: rgba(0, 0, 0, 0.13);
	overflow: hidden;
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: 10;
}

.textBox .name {
	font-size: 18px;
	color: #fff;
}

.textBox .time {
	font-size: 14px;
	color: #fff;
	padding-top: 10px;
}

@media (max-width: 768px) {

	.newBigBox {
		margin-bottom: 20px;
	}

	.newBigBox .pic {
		padding-top: 51.6%;
		height: 0;
	}

	.item1 .pic {
		margin-bottom: 10px;
	}

	.item1 .pic {
		margin-top: 10px;
	}
}

@media (min-width:768px) {
	.timeItemBox .leftTime .time {
		font-size: 17px;
	}

	.timeItemBox .rightTime .timeBox {
		font-size: 14px;
	}

	.timeItemBox .rightTime .title {
		font-size: 15px;
	}

}

@media (min-width: 576px)and (max-width: 768px) {
	.timeLineBox1 {
		display: none;
	}

	.timeLineBox2 {
		display: block;
		position: relative;
	}

	.timeLineBox2 .line {
		width: 1px;
		height: 100%;
		position: absolute;
		top: 0;
		left: 2%;
		z-index: -1;
	}

	.timeLineBox2 .timeItem {
		width: 100%;
		justify-content: flex-start;
		align-items: flex-start;
		/* height: 100%; */
		position: relative;
	}

	.timeLineBox2 .timeItem .leftTime {
		width: 22px;
		/* height: 100%; */
		display: flex;
		flex-direction: column;
		align-items: flex-start;
		justify-content: flex-start;
		margin-right: 5px;
	}

	.timeLineBox2 .timeItem .leftTime .topCircle {
		width: 22px;
		height: 22px;
		border-radius: 50%;
		background-color: #D6D8FF;
		z-index: 0;
		border: 4px solid #fff;
	}

	.timeLineBox2 .timeItem .leftTime .topCircle .certenCircle {
		width: 8px;
		height: 8px;
		border-radius: 50%;
		background-color: #444CFC;
		z-index: 0;
	}


	.timeLineBox2 .timeItem .leftTime .line {
		width: 1px;
		margin-top: 5px;
		height: 100%;
		background-color: #D8D8D8;
	}

	.timeLineBox2 .timeItem .rightTime {
		width: 100%;
		display: flex;
		flex-direction: column;
		align-items: flex-start;
		justify-content: center;
	}

	.timeLineBox2 .timeItem .rightTime .time {
		font-size: 20px;
		font-weight: 700;
		color: #232536;
		margin-bottom: 15px;
	}

	.timeLineBox2 .timeItem .rightTime .imgStyle {
		width: 80%;
		padding-top: 60%;
		/* height: auto; */
		background-color: #ccc;
	}

	.timeLineBox2 .timeItem .rightTime .title {
		font-size: 16px;
		font-weight: 500;
		color: #232536;
		margin-top: 6px;
		margin-bottom: 10px;
		text-align: center;
	}

}

@media (min-width:300px)and (max-width: 576px) {
	.timeLineBox1 {
		display: none;
	}

	.timeLineBox2 {
		display: block;
		position: relative;
	}

	.timeLineBox2 .line {
		width: 1px;
		height: 100%;
		position: absolute;
		top: 0;
		left: 2%;
		z-index: -1;
	}

	.timeLineBox2 .timeItem {
		width: 100%;
		justify-content: flex-start;
		align-items: flex-start;
		/* height: 100%; */
		position: relative;
	}

	.timeLineBox2 .timeItem .leftTime {
		width: 22px;
		/* height: 100%; */
		display: flex;
		flex-direction: column;
		align-items: flex-start;
		justify-content: flex-start;
		margin-right: 5px;
	}

	.timeLineBox2 .timeItem .leftTime .topCircle {
		width: 22px;
		height: 22px;
		border-radius: 50%;
		background-color: #D6D8FF;
		z-index: 0;
		border: 4px solid #fff;
	}

	.timeLineBox2 .timeItem .leftTime .topCircle .certenCircle {
		width: 8px;
		height: 8px;
		border-radius: 50%;
		background-color: #444CFC;
		z-index: 0;
	}


	.timeLineBox2 .timeItem .leftTime .line {
		width: 1px;
		margin-top: 5px;
		height: 100%;
		background-color: #D8D8D8;
	}

	.timeLineBox2 .timeItem .rightTime {
		width: 100%;
		display: flex;
		flex-direction: column;
		align-items: flex-start;
		justify-content: center;
	}

	.timeLineBox2 .timeItem .rightTime .time {
		font-size: 20px;
		font-weight: 700;
		color: #232536;
		margin-bottom: 15px;
	}

	.timeLineBox2 .timeItem .rightTime .imgStyle {
		width: 80%;
		padding-top: 60%;
		/* height: auto; */
		background-color: #ccc;
	}

	.timeLineBox2 .timeItem .rightTime .title {
		font-size: 16px;
		font-weight: 500;
		color: #232536;
		margin-top: 6px;
		margin-bottom: 10px;
		text-align: center;
	}

}
