﻿/*栏目标题*/
	video {
	position: absolute;
	left: 50%;
	top: 0px;
	transform: translate(-50%);
	object-fit: contain;
        z-index:50;
}
	
	
	.PartTitle{line-height:35px;font-size:24px;font-weight:normal;margin-bottom:22px;}
	.PartTitle ._line{width:4px;height:22px;margin-right:5px;vertical-align:middle;background-color:#0248c4;display:inline-block;}
	/*游戏表格样式*/
	.gametableStyle{*float:left;width:100%; margin-top:30px;}
	.gametableStyle li{height:50px;line-height:50px;overflow:hidden; *float:left;width:100%;}
	.gametableStyle li a{color:#0248c4;}
	.gametableStyle li a:hover{text-decoration:underline;}
	.gametableStyle li span{float:left;height:49px;line-height:49px;text-align:center;overflow:hidden;font-size:16px;color:#fff;border-right:1px solid #c7c5c6;border-bottom:1px solid #c7c5c6;}
	.gametableStyle li span i{float:left;width:84px;height:26px;line-height:26px;color:#fff;margin-top:9px;margin-left:14px;background:url(../images/text_bg.png) no-repeat left top;}
	.gametableStyle li span em{width:24px;height:24px;line-height:24px;color:#fff;margin-right:2px;margin-left:2px;margin-top:9px;background-color:#d2d0d1;border-radius:6px;display:inline-block;}
	.gametableStyle li span a{text-decoration:none;display:block;}
	.gametableStyle li span ._color_blue{background-color:#0248c4;}
	.gametableStyle li span ._color_pink{background-color:#fd03bf;}
	.gametableStyle li span:nth-of-type(1){width:9.00%;border-left:1px solid #dddddd;}
	.gametableStyle li span:nth-of-type(2){width:18.23%;}
	.gametableStyle li span:nth-of-type(3){width:15.80%;}
	.gametableStyle li span:nth-of-type(4){width:30.80%;}
	.gametableStyle li span:nth-of-type(5){width:13.54%;}
	.gametableStyle li span:nth-of-type(6){width:12.03%;color:#0248c4; }
	.gametableStyle li:nth-of-type(1) span{background-color:#740606;}
	.gametableStyle li:nth-of-type(1) span:nth-last-of-type(1){color:#fff;}
	.gametableStyle li._color_LightBlue{background-color:#c2f2ff;color:#0;}
	.gametableStyle li._color_LightBlue:hover{background-color:#dcf7ff;}
	.gametableStyle li._color_LightBlue span{border-color:#fff;font-size:16px;color:#333;}
	.gametableStyle li._color_yellow{background-color:#fffbdd;}
	.gametableStyle li._color_yellow:hover{background-color:#fffcea!important;}
	.gametableStyle li._color_yellow:nth-child(2n){background-color:#fef9d1;}
	.gametableStyle li._color_yellow span{border-color:#ffe999;font-size:16px;color:#333;}
	/*项目*/
	.items{float:left;width:19.12%;position:relative;padding-top:20px;padding-right:2.94%;padding-bottom:24px;padding-left:2.94%;}
	.items:hover{background:#0248c4;color:#fff;}
	.items:hover ._line{display:none;}
	.items:hover dd{color:inherit;}
	.items:hover ._btn_go{background:#fff;}
	.items ._line{width:0px;height:124px;position:absolute;top:50%;right:0px;margin-top:-62px;border-right:1px solid #e0e0e0;}
	.items dl dt{line-height:40px;text-align:center;font-size:22px;margin-bottom:10px;}
	.items dl dt span{width:34px;height:20px;line-height:20px;font-size:12px;color:#fff;margin-left:6px;vertical-align:middle;background-color:#ff2e2f;border-radius:4px;display:inline-block;}
	.items dl dd{height:3.96em;line-height:1.26;overflow:hidden;font-size:13px;color:#8e8e8e;margin-bottom:8px;}
	.items ._btn_go{width:72px;height:30px;line-height:30px;text-align:center;font-size:14px;color:#0248c4;margin:0 auto;text-decoration:none;border:1px solid #0248c4;border-radius:6px;display:block;}
	.items ._btn_go:hover{color:#ffffff;background-color:#0248c4;}
	/*游戏列表*/
	.gamelist{}
	.gamelist li{height:50px;line-height:24px;padding-top:12px;padding-bottom:12px;border-bottom:1px dashed #e0e0e0;margin-right:10px;margin-left:10px;}
	.gamelist li:hover{background-color:#f2f2f2;margin-left:0;margin-right:0;padding-left:10px;padding-right:10px;}
	.gamelist li a{display:block;text-decoration:none;}
	.gamelist li:nth-last-of-type(1){border:0;}
	.gamelist .photo{float:left;width:50px;height:50px;overflow:hidden;margin-right:10px;border-radius:5px;}
	.gamelist .photo img{width:100%;height:100%;display:block;}
	.gamelist strong{height:25px;line-height:25px;overflow:hidden;font-size:14px;font-weight:normal;display:block;}
	.gamelist em{color:#fc436c;margin-right:19px;}
	.gamelist time{color:#a1a1a1;}