﻿/*match box*/
#matchBox {
	background: url("../images/bf_img/tj_28.jpg") no-repeat;
	width: 100%;background-size: 100%;
	color: rgb(255, 255, 255);
}
#matchBox .plays {
	width: 100%;
	height: 430px;
	display: block;
}
#matchBox .plays .home {
	width: 790px;
	float: left;
}
#matchBox .plays .playBox {
	width: 200px;
	float: left;
	position: relative;
}
#matchBox .plays .playBox .play {
	height: 70px; margin-right: auto; margin-left: auto; float: none; display: table;
}
#matchBox .plays .playBox .play div {
	text-align: center;
	overflow: hidden;
	display: block;
	min-height: 38px;
	padding: 5px;
}
#matchBox .plays .playBox .play span {
	width: 100%; height: 70px; overflow: hidden; vertical-align: middle; display: table-cell;
}
#matchBox .plays .playBox .play span img {border-radius: 30px;box-shadow:0 0 10px #000; }

#matchBox .plays .playBox .play .name {
	height: 20px;
	text-align: left;
	line-height: 20px;
	overflow: hidden;
	font-size: 12px;
	margin-right: auto;
	margin-left: auto;
	display: block;
	white-space: nowrap;
	text-overflow: ellipsis;
	min-height:20px;
	padding: 0px 5px;
	color: #333;
}
#matchBox .plays .playBox .play .name a { color: #333; 
}
#matchBox .five .playBox  { width: 158px; 
}
#matchBox .five .playBox .play .name  {
	height: 20px;
	text-align: center;
	color: rgb(231, 241, 218);
	line-height: 20px;
	overflow: hidden;
	padding-right: 5px;
	padding-left: 5px;
	font-size: 12px;
	margin-right: 10px;
	margin-left: 10px;
	float: none;
	display: block;
	white-space: nowrap;
	text-overflow: ellipsis;
}
#matchBox .five .playBox .play .name a {
  width: 90px;
  height: 20px;
  text-align: center;
  line-height: 20px;
  overflow: hidden;
  padding-right: 5px;
  padding-left: 5px;
  font-size: 12px;
  margin-right: auto;
  margin-left: auto;
  white-space: nowrap;
  text-overflow: ellipsis;
  color: #fff; display: inline-block;
}
#matchBox .five .playBox .play .name a:hover {
	color: rgb(220, 222, 44);
}
