﻿*幻灯片及右侧新闻*/
.game_News {
	overflow: hidden;
	height: 331px;
}
.Slide {
	position: relative;
	overflow: hidden;
	width: 50%;
	height: 361px;
}
.slide-cont {
	position: relative;
	overflow: hidden;
	width: 100%;
	height: 361px;
}
.slide-item {
	position: absolute;
	left: -665px;
	width: 100%;
	height: 100%;
}
.slide-item a {
	display: block;
	width: 100%;
	height: 100%;
}
.slide-item img {
	width: 100%;
	height: 361px;
}
.slide-txt {
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 1;
	width: 100%;
	height: 54px;
}
.slide-txt .txt_bg {
	width: 100%;
	height: 54px;
	background: #0f0f0f;
	opacity: .7;
	filter: alpha(opacity=70);
}
.slide-txt a {
	position: absolute;
	top: 0;
	left: 0;
	display: inline-block;
	overflow: hidden;
	width: 100%;
	height: 54px;
	color: #fff;
	font-size: 20px;
	line-height: 54px;
	text-indent: 2%;
}
.slide-nav {
	position: absolute;
	right: 20px;
	bottom: 21px;
	z-index: 2;
	display: inline-block;
	overflow: hidden;
	width: auto;
	height: 11px;
}
.slide-nav a {
	float: left;
	display: block;
	overflow: hidden;
	margin-left: 5px;
	width: 11px;
	height: 11px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	background: #929292;
	text-indent: -99em;
	cursor: pointer;
	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
	-o-transition: all .5s ease;
	transition: all .5s ease;
	-ms-transition: all .5s ease;
}
.slide-nav .nownav {
	width: 21px;
	background: #ff4939;
}
#prev, #next {
	position: absolute;
	top: 129px;
	display: none;
	width: 57px;
	height: 72px;
	background: rgba(0, 0, 0, 0.2);
	text-align: center;
	line-height: 72px;
}
#prev {
	left: 0
}
#next {
	right: 0
}
#prev i, #next i {
	font-size: 60px;
	line-height: 72px;
	color: rgba(0, 0, 0, 0.25);
}
#prev: hover, #next: hover {
	background: #FF4939
}
#prev: hover i, #next: hover i {
	color: #fff
}
.News_box {
	float: right;
	overflow: hidden;
	width: 40%;
	height: 331px;
}
.News_box .hd {
	height: 120px;
	border-bottom: 1px dotted #dcdcdc;
}
.News_box .hd_tit {
	height: 60px;
	text-align: center;
	font-weight: bold;
	font-size: 24px;
	line-height: 60px;
	overflow: hidden;
}
.News_box .hd_tit a {
	color: #ff4939;
}
.News_box .hd_art {
	overflow: hidden;
	padding: 6px 0;
	height: 48px;
	color: #a6a6a6;
	line-height: 24px;
}
.News_box .hd_art a {
	color: #ff4939;
	font-size: 12px;
	margin-left: 10px;
}
.News_box .bd {
	overflow: hidden;
	padding-top: 12px;
	font-size: 16px;
	line-height: 34px;
}
.News_box .bd li {
	float: left;
	width: 100%;
	overflow: hidden;
	height: 34px;
}
.News_box .bd li em {
	float: left;
	display: block;
	width: 42px;
	height: 34px;
	color: #ff4939;
	cursor: default;
}
.News_box .bd li a {
	float: left;
	width: 77%;
	overflow: hidden;
}
.News_box .bd li span {
	float: right;
	color: #a6a6a6;
	font-size: 14px;
}