.video {
	width: 100%;
	height: auto;
}

.liveTitle {
	width: 100%;
	height: 100px;
	position: relative;
	background-size: 100% 100%;
	background-repeat: no-repeat;
}

.dec {
	height: 100px;
	color: #FFFFFF;
	line-height: 46px;
	overflow: hidden;
	padding: 0 2px;
}

.dec li {
	float: left;
}

.dec img {
	width: 30px;
	height: auto;
}

.home_team,
.visit_team {
	width: 23%;
	font-size: 16px;
	overflow: hidden;
	text-align: center;
	text-overflow: ellipsis;
	white-space: nowrap;
	margin-top: 20px;
}

.home_team p,
.visit_team p {
	width: 100%;
	height: 20px;
	overflow: hidden;
	line-height: 20px;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.visit_team {
	text-align: center;
}

.home_srcoe,
.visit_srcoe {
	width: 12%;
	font-size: 18px;
	text-align: center;
	margin-top: 35px;
}

.matchName {
	width: 30%;
	text-align: center;
	margin-top: 18px;
}

.matchName p {
	width: 100%;
	height: 35px;
	line-height: 35px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.videoList>a>div {
	overflow: hidden;
	padding: 1rem .5rem;
  	text-align: left;
}

.videoList P {
	float: left;
}

.videoList P:first-of-type{
	width: 95%;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.videoList P:last-of-type{
	width: 5%;
	text-align: right;
}