/*游戏频道*/
.game_nav {
	width:100%;
	background:#ff3e3e;
}

.game_nav li {
	font-size:18px;
	float:left;
	padding:0 25px;
	height:45px;
	line-height:45px;
	margin: 0 25px;
}

.game_nav li:last-child {
	margin-right:0;
}

.game_nav li a {
	color:#FFF;
}

.game_nav li a:hover {
	color:#FFF;
}

.game_nav li.cur {
	position:relative;
	z-index:1;
	height:35px;
	line-height:35px;
	margin-top:5px;
	background:#FFF;
}

.game_nav li.cur:before {
	content:"";
	position:absolute;
	z-index:5;
	display:inline-block;
    width: 0;
    height: 0;
    border-top: 35px solid #fff;
    border-right: 12px solid transparent;
	top:0;
	right:-12px;
}

.game_nav li.cur:after {
	content:"";
	position:absolute;
	z-index:5;
	display:inline-block;
    width: 0;
    height: 0;
    border-bottom: 35px solid #fff;
    border-left: 12px solid transparent;
	top:0;
	left:-12px;
}

.game_nav li.cur a {
	position:relative;
	z-index:11;
	color:#ff3e3e;
}

.game_top {
	border:1px solid #EAEAEA;
	padding:20px 20px 10px 20px;
	margin-top:20px;
}

.game_top_pic {
	margin-bottom:15px;
}

.game_top_pic li {
	width:136px;
	height:80px;
	float:left;
	margin-right:10px;
	overflow:hidden;
	position:relative;
	z-index:1;
}

.game_top_pic li:last-child {
	float:right;
	margin-right:0;
}

.game_top_pic li img{
    height: 100%;
    position: absolute;
    transform: translate(-50%,-50%);
    top: 50%;
    left: 50%;
}

.game_top_pic li b {
	display:block;
	width:100%;
	height:26px;
	line-height:26px;
	background-color:rgba(0,0,0,.5);
	text-align:center;
	color:#FFF;
	font-weight:normal;
	position:absolute;
	z-index:5;
	left:0;
	bottom:0;
	font-size:12px;
	overflow: hidden; 
    text-overflow: ellipsis;
    white-space: nowrap;
}

.game_top_pic li:hover b {
	width:100%;
	height:100%;
	font-weight:bold;
	box-sizing:border-box;
	padding-top:25px;
	font-size:14px;
}

.game_top_list {
	
}

.game_top_list dl {
	height:24px;
	line-height:24px;
	margin-bottom:10px;
}

.game_top_list dt {
	float:left;
	width:70px;
	background:#fd2d2d;
	text-align:center;
	color:#FFF;
	position:relative;
	z-index:1;
	font-size:14px;
	height:24px;
	line-height:24px;
}

.game_top_list dt:before {
	content:"";
	position:absolute;
	z-index:4;
	width:0; 
    height:0; 
    border-top:6px solid transparent;
    border-bottom: 6px solid transparent;
    border-left: 6px solid #fd2d2d;
	right:-6px;
	top:6px;
}

.game_top_list dd {
	float:right;
	width:-webkit-calc(100% - 80px); 
	width:-moz-calc(100% - 80px); 
	width:calc(100% - 80px);
	overflow:hidden;
	height:24px;
	line-height:24px;
}

.game_top_list dd a {
	display:block;
	float:left;
	padding:0 12px;
	font-size:13px;
	position:relative;
	z-index:1;
}

.game_top_list dd a:before {
	content:"";
	position:absolute;
	left:0;
	top:50%;
	margin-top:-7px;
	width:1px;
	height:15px;
	background:#ddd;
}

.game_top_list dd a:first-child:before {
	background:#FFF;
}

.game_one {
	margin-top:20px;
}

.game_slider {
	width:800px;
	height:400px;
	float:left;
	overflow:hidden;
	position:relative;
}

.game_slider .bd {
	position:relative;
	z-index:0;
}
	
.game_slider .bd li{
	height:400px;
	overflow:hidden;
	position:relative;
	z-index:1;
}	
.game_slider .bd li img {
	display:block;
	width:100%;
	position: absolute;
    transform: translate(-50%,-50%);
    top: 50%;
    left: 50%;
}
.game_slider .bd li p {
	position:absolute;
	left:0;
	bottom:4px;
	width:100%;
	height:50px;
	color:#FFF;
	background-color:rgba(0,0,0,.6)
}	
.game_slider .bd li p b {
	display:block;
	font-weight:normal;
	width:700px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	margin:0 0 0 10px;
	line-height:50px;
	font-size:16px;
}
.game_slider .hd {
	width:100px;
	position:absolute;
	z-index:1;
	bottom:20px;
	right:0;
	height:12px;
	line-height:12px;
}	
.game_slider .hd ul{
	text-align:right;
	padding-right:10px;
}	
.game_slider .hd ul li{
	cursor:pointer;
	display:inline-block;
	zoom:1;
	width:10px;
	height:10px;
	margin:0 4px;
	overflow:hidden;
	line-height:9999px;
	background:#fff;
	border-radius:50%;
}	
.game_slider .hd ul .on {
	background:#F16748;
}	
.game_slider .timer {
	position:absolute;
	z-index:8;
	left:0;
	bottom:0;
	height:4px;
	width:0;
	background:#F84141;
	filter:alpha(opacity=60);
	opacity:0.75;
	font-size:0;
	overflow:hidden;
}

.game_headline {
	width:370px;
	float:right;
}

.game_headline li {
	margin-bottom:14px;
}

.game_headline li:last-child {
	margin-bottom:0;
}

.game_headline li h3 {
	text-align:center;
	font-size: 20px;
    font-weight: bold;
    line-height: 40px;
    height: 40px;
	overflow: hidden; 
    text-overflow: ellipsis;
    white-space: nowrap;
	color:#ff3e3e;
}

.game_headline li p {
	font-size: 14px;
    line-height: 24px;
    height: 48px;
	overflow: hidden; 
    text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp:2; 
	-webkit-box-orient:vertical;
	color:#444;
}

.game_two {
	margin-top:20px;
}

.game_left {
	width:360px;
	float:left;
	margin-right:20px;
}

.game_two_a {
	
}

.mod-hd {
    height: 43px;
    border-bottom: 2px solid #e5e5e5;
    position: relative;
    z-index: 11;
}

.mod-hd .title {
    font-size: 20px;
    border-bottom: 2px solid #ff3e3e;
	height:43px;
	line-height:35px;
    position: absolute;
    z-index: 19;
    left: 0;
	font-weight:bold;
	color:#222;
}

.mod-hd .more {
    color: #999;
	line-height:35px;
    font-size: 14px;
    float: right;
}

.game_two_a {
	padding:15px 0;
    border-bottom: 1px dotted #e5e5e5;
}

.game_two_a a {
    display: block;
}

.game_two_a .imgs {
    position: relative;
    overflow: hidden;
    zoom: 1;
    width: 180px;
    height: 80px;
    background: #eee;
    float: left;
}

.game_two_a .imgs img {
    width: 100%;
    position: absolute;
    transform: translate(-50%,-50%);
    top: 50%;
    left: 50%;
}

.game_two_a .txtarea {
    width: -webkit-calc(100% - 195px);
    width: -moz-calc(100% - 195px);
    width: calc(100% - 195px);
    float: right;
}

.game_two_a .txtarea .title {
    font-size: 16px;
    height: 48px;
    line-height: 24px;
    overflow: hidden; 
    text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp:2; 
	-webkit-box-orient:vertical;
}

.game_two_a .txtarea .date {
    color: #999;
    font-size: 12px;
    margin-top: 15px;
}

.game_two_b {
    height: 360px;
    overflow: hidden;
	margin-top:10px;
}

.game_two_b ul {
    position: relative;
	z-index:1;
}

.game_two_b li {
    font-size: 14px;
    height: 36px;
    line-height: 36px;
}

.game_two_b li .title {
	display:block;
	float:left;
	padding-left:15px;
	position:relative;
	z-index:9;
	font-weight:normal;
	width:-webkit-calc(100% - 80px); 
	width:-moz-calc(100% - 80px); 
	width:calc(100% - 80px);
}

.game_two_b li .title:before {
	content:"";
	position:absolute;
	left:0px;
	top:50%;
	margin-top:-5px;
	z-index:11;
	width:0; 
    height:0; 
    border-top:6px solid transparent;
    border-bottom:6px solid transparent; 
    border-left:6px solid #e5e5e5;
}

.game_two_b li:hover .title:before {
	border-left:6px solid #ea0000;
} 

.game_two_b li .title a {
	display:block;
	overflow: hidden; 
    text-overflow: ellipsis;
    white-space: nowrap;
}

.game_two_b li em {
	display:block;
	float:right;
	color:#999;
	font-size:13px;
}

.game_center {
	width:500px;
	float:left;
}

.game_center .hdtitle {
    font-size: 20px;
    line-height: 45px;
    background: url(../images/index_icon.png) no-repeat;
    background-color: #f5f5f5;
    background-position: -319px -209px;
    padding-left: 10px;
    height: 45px;
	font-weight:bold;
	color:#222;
}

.game_center .hdtitle em {
    width: 38px;
    height: 16px;
    background: url(../images/index_icon.png) no-repeat;
    background-position: -252px -315px;
    display: inline-block;
    margin: -5px 0 0 10px;
}

.game_center .hdtitle .more {
	color: #999;
    line-height: 45px;
    font-size: 14px;
    float: right;
	margin-right:10px;
	font-weight:normal;
}

.game_center_t {
    overflow: hidden;
	height:240px;
	margin-top:10px;
}

.game_center_t h2 {
    font-size: 20px;
    font-weight: bold;
    height: 32px;
    line-height: 32px;
    margin: 10px 0 10px 0;
    overflow: hidden;
    zoom: 1;
    text-overflow: ellipsis;
    white-space: nowrap;
    text-align: center;
}

.game_center_t .cc {
    height: 54px;
    line-height: 27px;
    zoom: 1;
    color: #888;
    font-size: 14px;
    overflow: hidden; 
    text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp:2; 
	-webkit-box-orient:vertical;
	margin-bottom:25px;
}

.game_center_c {
    overflow: hidden;
    margin-top: 10px;
}

.game_recomtit {
    height: 41px;
    line-height: 41px;
    background: #f5f5f5;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    zoom: 1;
	font-size:16px;
	font-weight:bold;
}

.game_recomtit span {
    color: #fff;
    width: 45px;
    background: url(../images/index_icon1.png) no-repeat center;
    margin-right: 10px;
    padding-left: 11px;
    float: left;
	font-size:14px;
	font-weight:normal;
}

.game_recomlist {
    height: 180px;
    overflow: hidden;
	margin-top:10px;
}

.game_recomlist ul {
    position: relative;
	z-index:1;
}

.game_recomlist ul:before {
	content:"";
	position:absolute;
	left:3px;
	top:0;
	width:1px;
	height:100%;
	background:#e5e5e5;
	z-index:5;
}

.game_recomlist li {
    font-size: 14px;
    height: 36px;
    line-height: 36px;
}

.game_recomlist li .title {
	display:block;
	float:left;
	padding-left:20px;
	position:relative;
	z-index:9;
	font-weight:normal;
	width:-webkit-calc(100% - 80px); 
	width:-moz-calc(100% - 80px); 
	width:calc(100% - 80px);
}

.game_recomlist li .title:before {
	content:"";
	position:absolute;
	left:0px;
	top:50%;
	margin-top:-3px;
	width:7px;
	height:7px;
	background:#e5e5e5;
	border-radius:50%;
	z-index:11;
}

.game_recomlist li:hover .title:before {
	background:#ea0000;
} 

.game_recomlist li .title a {
	display:block;
	overflow: hidden; 
    text-overflow: ellipsis;
    white-space: nowrap;
}

.game_recomlist li .time {
	display:block;
	float:right;
	color:#999;
	font-size:13px;
}

.game_recomlist li em {
	display:block;
	float:right;
	color:#999;
}

.game_right {
	width:300px;
	float:right;
}

.tworight_a {
    overflow: hidden;
    margin: 15px 0 5px 0;
	height:480px;
}

.tworight_a li {
    background-color: #f4f4f4;
    margin-bottom: 17px;
    height: 80px;
    position: relative;
    z-index: 1;
}

.tworight_a li .pic {
    display: block;
    float: left;
    width: 150px;
    height: 80px;
    overflow: hidden;
    position: relative;
}

.tworight_a li .pic img {
    width: 100%;
    position: absolute;
    transform: translate(-50%,-50%);
    top: 50%;
    left: 50%;
}

.tworight_a li .con {
    width: -webkit-calc(100% - 170px);
    width: -moz-calc(100% - 170px);
    width: calc(100% - 170px);
    float: right;
    margin-right: 8px;
}

.tworight_a li .sTit {
    height: 44px;
    line-height: 22px;
    overflow: hidden;
    margin-top: 5px;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    margin-bottom: 5px;
	font-size:14px;
}

.tworight_a li .Btna {
    display: inline-block;
    color: #ff3e3e;
    padding: 0 10px;
    height: 18px;
    line-height: 18px;
    border: 1px #ff3e3e solid;
    font-size: 12px;
}

.tworight_a li .Btna:hover {
	background:#ff3e3e;
	color:#FFF!important;
}

.tworight_a li .iconTri {
    top: 50%;
    margin-top: -7px;
    left: 143px;
    font-size: 0px;
    line-height: 0px;
    position: absolute;
    border-color: Transparent #f4f4f4 Transparent Transparent;
    border-width: 7px 7px 7px 0;
    border-style: dashed solid dashed dashed;
}

.playVideo {
    height: 440px;
    overflow: hidden;
    margin-top: 0;
}

.playVideo li {
    width: 145px;
    margin: 15px 0 0 0;
    float: left;
    position: relative;
    overflow: hidden;
}

.playVideo li:nth-child(2n) {
    float: right;
}

.playVideo li .fd {
    display: block;
    position: relative;
    z-index: 1;
    width: 145px;
    overflow: hidden;
    height: 82px;
}

.playVideo li .fd img {
    width: 100%;
}

.playVideo li .content {
    font-size: 14px;
    line-height: 22px;
    height: 44px;
    overflow: hidden;
    margin-top: 5px;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.gameone_a {
	height:320px;
	overflow:hidden;
}

.gameone_a li {
    width: 175px;
    margin: 15px 0 0 0;
    float: left;
    position: relative;
    overflow: hidden;
}

.gameone_a li:nth-child(2n) {
    float: right;
}

.gameone_a li .pic {
    display: block;
    position: relative;
    z-index: 1;
    width: 100%;
    overflow: hidden;
    height: 90px;
}

.gameone_a li .pic img {
    width: 100%;
	position: absolute;
    transform: translate(-50%,-50%);
    top: 50%;
    left: 50%;
}

.gameone_a li .content {
    font-size: 14px;
    line-height: 22px;
    height: 44px;
    overflow: hidden;
    margin-top: 5px;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.gameone_b {
    height: 360px;
    overflow: hidden;
	margin-bottom:10px;
}

.gameone_b ul {
    position: relative;
	z-index:1;
}

.gameone_b li {
    font-size: 14px;
    height: 36px;
    line-height: 36px;
}

.gameone_b li .title {
	display:block;
	float:left;
	padding-left:15px;
	position:relative;
	z-index:9;
	font-weight:normal;
	width:-webkit-calc(100% - 80px); 
	width:-moz-calc(100% - 80px); 
	width:calc(100% - 80px);
}

.gameone_b li .title:before {
	content:"";
	position:absolute;
	left:0px;
	top:50%;
	margin-top:-5px;
	z-index:11;
	width:0; 
    height:0; 
    border-top:6px solid transparent;
    border-bottom:6px solid transparent; 
    border-left:6px solid #e5e5e5;
}

.gameone_b li:hover .title:before {
	border-left:6px solid #ea0000;
} 

.gameone_b li .title a {
	display:block;
	overflow: hidden; 
    text-overflow: ellipsis;
    white-space: nowrap;
}

.gameone_b li em {
	display:block;
	float:right;
	color:#999;
	font-size:13px;
}


.gameone_c {
    height: 220px;
    overflow: hidden;
	margin-top:15px;
}

.gameone_c ul {
    position: relative;
	z-index:1;
}

.gameone_c li {
    font-size: 14px;
    height: 36px;
    line-height: 36px;
	padding-left:17px;
	position:relative;
	z-index:9;
	overflow: hidden; 
    text-overflow: ellipsis;
    white-space: nowrap;
}

.gameone_c li:before {
	content:"";
	position:absolute;
	left:0px;
	top:50%;
	margin-top:-5px;
	z-index:11;
	width:0; 
    height:0; 
    border-top:6px solid transparent;
    border-bottom:6px solid transparent; 
    border-left:6px solid #e5e5e5;
}

.gameone_c li:hover:before {
	border-left:6px solid #ea0000;
} 

.gamestra {
	width:100%;
	background:url(../images/gamebg.jpg) no-repeat center #f5f5f5;
	padding:30px 0;
	margin:20px 0 30px 0;
}

.gamestra_t {
	font-size:20px;
	font-weight:bold;
	color:#222;
}

.gamestra_list {
	padding:20px 0 0 0;
}

.gamestra_list li {
	width:230px;
	float:left;
	position:relative;
	z-index:1;
	margin-right:12px;
	margin-bottom:15px;
}

.gamestra_list li:nth-child(5n) {
	float:right;
	margin-right:0;
}

.gamestra_list li span {
	display:block;
	width:100%;
	height:140px;
	overflow:hidden;
	position:relative;
	z-index:1;
}

.gamestra_list li span img {
	height:100%;
	width:100%;
	position: absolute;
    transform: translate(-50%,-50%);
    top: 50%;
    left: 50%;
}

.gamestra_list li b {
	display:block;
	background-color:rgba(0,0,0,.65);
	height:36px;
	line-height:36px;
	box-sizing:border-box;
	padding:0 15px;
	font-size:14px;
	color:#FFF;
	width:100%;
	position:absolute;
	z-index:5;
	left:0;
	bottom:0;
	font-weight:normal;
	overflow: hidden; 
    text-overflow: ellipsis;
    white-space: nowrap;
}


.gamethr {
	width:100%;
	margin-bottom:20px;
}

.gameHead {
    text-align: left;
    padding-bottom: 10px;
    border-bottom: 3px #ff3e3e solid;
    position: relative;
}

.gameHead .hTit {
    display: inline-block;
    font-size: 24px;
    height: 30px;
    line-height: 30px;
    color: #ff3d3d;
	background:url(../images/gameico.png) no-repeat left center;
	padding-left:45px;
}

.gameHead .dot {
	padding:0 5px;
}

.gameHead .anot {
	float:right;
	text-align:right;
	font-size:16px;
}

.gameHead .anot a {
	display:inline-block;
	padding:0 15px;
	color:#888;
	position:relative;
	z-index:1;
}

.gameHead .anot a:before {
	content:"";
	width:1px;
	height:18px;
	position:absolute;
	left:0;
	top:50%;
	margin-top:-8px;
	background:#ddd;
}

.gameHead .anot a:first-child:before {
	background:#FFF;
}

.gamethr_main {
	margin-top:20px;
}

.gamethr_l {
    width: 360px;
    float: left;
    margin-right: 20px;	
}

.gamethr_tit {
	height:40px;
	line-height:30px;
}

.gamethr_tit b {
	display:block;
	float:left;
	font-weight:normal;
	font-size:17px;
	background:url(../images/tit_ico.png) no-repeat left center;
	padding-left:30px;
	color:#222;
}

.gamethr_la {
	width:100%;
	height:170px;
	position:relative;
	z-index:1;
	overflow:hidden;
}

.gamethr_la img {
	width:100%;
	position: absolute;
    transform: translate(-50%,-50%);
    top: 50%;
    left: 50%;
}

.gamethr_la b {
	display:block;
	background-color:rgba(0,0,0,.65);
	height:36px;
	line-height:36px;
	box-sizing:border-box;
	padding:0 15px;
	font-size:14px;
	color:#FFF;
	width:100%;
	position:absolute;
	z-index:11;
	left:0;
	bottom:0;
	font-weight:normal;
	overflow: hidden; 
    text-overflow: ellipsis;
    white-space: nowrap;
}

.gamethr_lb {
	
}

.gamethr_lb li {
	padding:8px 0 16px 0;
	border-bottom:1px dotted #ddd;
}

.gamethr_lb li:last-child {
	border-bottom:none;
}

.gamethr_lb li .atit {
	height: 30px;
    line-height: 30px;
	margin-bottom:7px;
	font-size:15px;
	overflow: hidden; 
    text-overflow: ellipsis;
    white-space: nowrap;
	font-weight:bold;
}

.gamethr_lb li .apic {
	width:130px;
	height:70px;
	overflow:hidden;
	float:left;
	position:relative;
	z-index:1;
	margin-right:10px;
}

.gamethr_lb li .apic img {
	width:100%;
	position: absolute;
    transform: translate(-50%,-50%);
    top: 50%;
    left: 50%;
}

.gamethr_lb li .acot {
	font-size:12px;
	line-height:22px;
	overflow: hidden; 
    text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp:3; 
	-webkit-box-orient:vertical;
	height:66px;
	color:#777;
}

.gamethr_lc {
	width:500px;
	float:left;
}

.gamethr_new {
	height:260px;
	overflow:hidden;
}

.gamethr_new li {
	width:-webkit-calc(33% - 5px); 
	width:-moz-calc(33% - 5px); 
	width:calc(33% - 5px);
	float:left;
	margin-right:10px;
	margin-bottom:10px;
}

.gamethr_new li:nth-child(3n) {
	float:right;
	margin-right:0;
}

.gamethr_new li span {
	display:block;
	width:100%;
	height:90px;
	overflow:hidden;
	position:relative;
	z-index:1;
}

.gamethr_new li span img {
	width:100%;
	position: absolute;
    transform: translate(-50%,-50%);
    top: 50%;
    left: 50%;
}

.gamethr_new li b {
	display:block;
	font-weight:normal;
	font-size:14px;
	overflow: hidden; 
    text-overflow: ellipsis;
    white-space: nowrap;
	height:30px;
	line-height:30px;
}

.gamethr_hot {
	height:260px;
	overflow:hidden;
}

.gamethr_hot li {
	height:36px;
	line-height:36px;
	overflow: hidden; 
    text-overflow: ellipsis;
    white-space: nowrap;
	font-size:14px;
}

.gamethr_hot li b {
	display:block;
	float:left;
	width:-webkit-calc(100% - 80px); 
	width:-moz-calc(100% - 80px); 
	width:calc(100% - 80px);
	overflow: hidden; 
    text-overflow: ellipsis;
    white-space: nowrap;
	font-weight:normal;
}

.gamethr_hot li span {
	display:block;
	float:right;
	color:#999;
}

.gamethr_r {
	width:300px;
	float:right;
}

.gList {
}

.gList li {
	height:20px;
	margin-bottom:20px;
}
.gList li:last-child { border-bottom:none;}

.gList li:nth-child(1) .num {
	background:#FA4E57;
}

.gList li:nth-child(2) .num {
	background:#FA7A53;
}

.gList li:nth-child(3) .num {
	background:#FBC258;
}

.gList li .num{
	font-size:14px;
	color:#fff;
	background:#bcbcbc;
	width:20px;
	height:20px;
	display:block;
	float:left;
	line-height:20px;
	text-align:center;
	margin-right:10px;
}
.gList li .tab-tit {
	font-size:14px;
	line-height:20px;
	float:right;
	width:-webkit-calc(100% - 30px);
	width:-moz-calc(100% - 30px);
	width:calc(100% - 30px);
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.gList li .tab-con {
	display:none;
	margin-top:15px;
}

.gList li.on {
	height:auto;
}

.gList li.on .tab-con {
	display:block;
}

.gList li.on .pubpic{
	display:block;
	width:120px;
	height:70px;
	float:left;
	overflow:hidden;
	position:relative;
	background:#eee;
}

.gList li.on .pubpic img {
	display: block;
	height: 100%;
	position: absolute;
	transform: translate(-50%,-50%);
	top: 50%;
	left: 50%;
}

.gList li.on .tabclass {
	float:right;
	width:-webkit-calc(100% - 135px);
	width:-moz-calc(100% - 135px);
	width:calc(100% - 135px);
	line-height:22px;
	overflow: hidden; 
    text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp:3; 
	-webkit-box-orient:vertical;
	height:66px;
	color:#999;
	text-indent:24px;
}


.game_center_t h3 {
    font-size: 14px;
    height: 32px;
    line-height: 32px;
    overflow: hidden;
	width:-webkit-calc(50% - 10px); 
	width:-moz-calc(50% - 10px); 
	width:calc(50% - 10px);
	float:left;
	text-align:center;
}

.game_center_t h3:nth-child(3n) {
	float:right;
}

.game_center_t h3:nth-child(3n+1) {
	font-size:20px;
	text-align:center;
	width:100%;
	margin: 10px 0 5px 0;
}

.game_center_t h3:nth-child(3n+1) a {
	color:#ff3e3e
}