@charset "UTF-8";
.page{
	width: 100%;
	height: 300px;
	position: relative;
	
}
.videobox{
	width: 100%;
	height: 100%;
}
.swiper-box{
	width: 100%;
	height: 100%;
}
.rclist{
	width: 100%;
	height: 100%;
}
.rclist ul {
	border-top: 1px solid #CCCCCC;
}
.rclist ul li{
	position: relative;
	height: 45px;
	line-height: 45px;
	padding: 5px 25px ;
	box-sizing: content-box;
	font-size: 16px;
	color: #3e3d3d;
	font-family: "";
	border-bottom: 1px solid #CCCCCC;
	cursor: pointer;
	transition: all 0.25s linear;
}
.rclist ul li:hover{
	color: #1364B8;
	border-bottom: 1px solid #1364B8;
}
.rclist .time{
	font-size: 14px;
	font-family: "";
	float: right;
	color: #3e3d3d;
}
