.centerBox .oneItem{
	border-radius: 8px;
	border: 1px solid rgba(187, 187, 187, 1);
	cursor: pointer;
	margin-bottom: 20px;
	transition: all 0.3s;
}
.centerBox .oneItem:hover{
	box-shadow: 0px 2px 6px 0px rgba(4, 64, 126, 0.5);
	border: 1px solid rgba(4, 64, 126, 1);
	transform: translateY(-5px);
}
.centerBox .oneItem:hover .honorTit{
	background-color: rgba(4, 64, 126, 1);
	color: rgba(255, 255, 255, 1);
}
.centerBox .oneItem img , .centerBox .oneItem video{
	width: 100%;
	border-radius: 8px 8px 0 0;
	display: block;
}
.centerBox .oneItem .honorTit{
	height: 50px;
	line-height: 50px;
	color: rgba(51, 51, 51, 1);
	font-size: 18px;
	text-align: center;
	font-family: Roboto;
	transition: all 0.3s;
	border-radius: 0 0 8px 8px;
}
.centerBox .center_info .center_info_title{
	line-height: 75px;
	color: rgba(51, 51, 51, 1);
	font-size: 50px;
	text-align: center;
	font-family: SourceHanSansSC-light;
}
.centerBox .center_info .timeBox img{
	width: 25px;
	height: 25px;
	margin-right: 8px;
}
.centerBox .center_info .timeBox{
	color: rgba(51, 51, 51, 1);
	font-size: 16px;
	text-align: left;
	font-family: SourceHanSansSC-light;
	display: flex;
	align-items: center;
	height: 56px;
}
.centerBox .center_info .timeBox:nth-of-type(1){
	justify-content: flex-end;
	margin-right: 10px;
}
.centerBox .center_info .timeBox:nth-of-type(2){
	justify-content: flex-start;
}
.centerBox .center_info .center_info_content{
	margin: 50px 0;
}
.centerBox .center_info .prevText , .centerBox .center_info .nextText{
	line-height: 24px;
	color: rgba(16, 16, 16, 1);
	font-size: 16px;
	font-weight: bolder;
	text-align: left;
	font-family: SourceHanSansSC-regular;
}
@media screen and (max-width:991px) {
	.centerBox .oneItem{
		margin-bottom: 10px;
	}
	.centerBox .oneItem .honorTit{
		height: 40px;
		line-height: 40px;
		font-size: 14px;
	}
	.centerBox .center_info .center_info_title{
		line-height: 30px;
		color: rgba(51, 51, 51, 1);
		font-size: 20px;
		font-weight: bolder;
		text-align: center;
		font-family: SourceHanSansSC-bold;
		margin-bottom: 8px;
	}
	.centerBox .center_info .timeBox img{
		width: 15px;
		height: 15px;
		margin-right: 1px;
	}
	.centerBox .center_info .timeBox{
		line-height: 20px;
		color: rgba(51, 51, 51, 1);
		font-size: 10px;
		text-align: left;
		height: 20px;
		font-family: SourceHanSansSC-light;
	}
	
	.centerBox .center_info .timeBox:nth-of-type(1){
		margin-right: 4px;
	}
	.centerBox .center_info .center_info_content{
		margin: 20px 0 100px;
	}
	.centerBox .center_info .prevText , .centerBox .center_info .nextText{
		line-height: 17px;
		color: rgba(16, 16, 16, 1);
		font-size: 12px;
		text-align: left;
		font-family: SourceHanSansSC-regular;
	}
}