/*视频*/
.vide_c{
	width: 1000px;
	height: auto;
}
.vide_c_all{
	width: 230px;
	height: 210px;
	margin: 10px;
	position: relative;
}
.vide_c_all_pic,.vide_c_all_pic img{
	width: 230px;
	height: 150px;
}
.vide_c_all_pic a{
	display: block;
	width: 230px;
	height: 160px;
	background: url(/sw/tga2016/images/vide_bg.png) no-repeat 100%;
}
.vide_c_all p{
	width: 210px;
	height: 50px;
	margin-top: 10px;
	padding: 0 10px;
	color: #333;
	font-size: 14px;
	font-family: "宋体";
	overflow: hidden;
	text-align: center;
	line-height: 24px;
	overflow: hidden;
}
.vide_c_all_pic i{
	display:inline-block;
	width:50px;
	height:50px;
	cursor:pointer;
	position:absolute;
	left:88px;
	top:48px;
	background:url(/sw/tga2016/images/open.png) no-repeat;
}
.vide_c_all:hover p{
	color: #ee2940;
}
.vide_c_all:hover i:before {
	content:'';
	display:block;
	width:50px;
	height:50px;
	background: url(/sw/tga2016/images/open.png) no-repeat;
	animation:play 1s linear infinite;}
@keyframes play {100% {opacity:0; transform:scale(2);}}
/*全部游戏*/
.con_all{
	width: 1000px;
	height: auto;
	margin: 0 auto;
}
.all_game{
	margin: 10px 20px 0 0;
	width: 230px;
	height: 200px;
}
.all_game_pic img{
	width: 230px;
	height: 148px;
}
.all_game_pic{
	
	width: 230px;
	height: 160px;
	position: relative;
	background: url(/sw/tga2016/images/vide_bg.png) no-repeat;
}
.all_game p{
	margin-top: 6px;
	width: 230px;
	height: 26px;
	line-height: 26px;
	overflow: hidden;
	color:#2a2a2a;
	font-size: 18px;
	text-align: center;
}
.all_game_pic span{
	display: block;
	float: left;
	width: 115px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	color: #FFFFFF;
	font-weight: bold;
}
.all_game_pic span:hover{
	color: #FFA800;
}
.go_bg{
	width: 230px;
	height: 30px;
	background: url(/sw/tga2016/images/goin_bg.png) no-repeat 100% 100%;
	position: absolute;
	bottom:11px;
	left: 0;
}
