@charset "utf-8";
/* CSS Document */
/* CSS reset Document */
html{
	color: #333333;
	background: #bbbbbb;
	font-family: 'sans-serif', sans-serif, Arial;
}
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, button, textarea, p, blockquote, th, td, strong{padding: 0; margin: 0; font-family: Arial, Helvetica, sans-serif;}
table{border-collapse: collapse; border-spacing:0;}
img{border: 0;}
a{text-decoration:none; color:#333; outline:none;}
var, em, strong{font-style:inherit; font-weight:inherit;}
li{list-style:none;}
caption, th{text-align: left;}
h1, h2, h3,h4, h5, h6{font-size:100%; font-weight:normal;}
input, button, textarea, select{ * font-size: 100%;}
@font-face {
    font-family: 'bebas_neueregular';
    src:url("/css/fonts/BebasNeue-webfont.ttf") format('truetype');
}
body {
	font-family: 'bebas_neueregular';
}
a:hover, a:active {
    color: #6b6b6b;
}
a, a:link{
    color: #171717;
    text-decoration: none;
}
body{
	background: #06182f;
	height: 100%;
}
.cls{
	clear: both;
}

h3, h1, h2 {
	color: #fff;
    margin: 0 0 5px 0 !important;
    padding: 5px 4px;
    line-height: 26px !important;
    background-color: #316499;
    text-shadow: 1px 1px #000;
    box-shadow: -1px -1px #ccc;
    font-weight: bold;
    font-size: 16px !important;
	border-radius: 5px 5px 0px 0px;
}
.box {
	background-color: #ffffff;
	width: auto;
	height: auto;
	border: 5px solid #416793;
	padding: 5px;
	margin: 5px 5px 10px 5px;
	box-shadow: 0px 0px 2px #2b547e, 0px 0px 2px #2b547e, 0px 0px 2px #2b547e;
	border-radius: 5px;
	position: relative;
	
}
.header{
	width: 1240px;
	margin: 0 auto;
	background: #316499;

}
.logo_area{
	clear: both;
	width: 1240px;
	height: 110px;
	margin: 10px auto;
	background-color: #316499;
}
.menu{
	float: left;
	width: 1100px;
	height: 60px;
}
.menu_top li {
	line-height: 50px;
	font-size: 14px;
	float: left;
	padding: 2px 3px;
	color: #000;
	margin: 2px;
	font-weight: bold;

}
.menu_top li a{
	color: #ccc;
	display: block;
	
}
.menu_top li a:hover, a:active{
	color: #fff;
}
.search{
	float: right;
	width: 60px;
	height: 50px;
	margin-top: 10px;
}

.searchform {
	width: 150px;
	background: #fcfcfc;
	padding: 1px 0;
	margin: 0px 0 0 40px;	
	overflow: auto;	
	border: solid 1px #4e2f13;	
	border-radius: 10px 10px 10px 10px;
}

.searchform .assistive-text {
	display: none;
}

.searchform input[type="text"] {
	width: 98px;
	display: inline-block;
	border: 0;
	padding: 6px 0 6px 11px;
	background: #fcfcfc;
	color: #4e2f13;
	text-shadow: 0 1px 0 #eceaea;
	margin: 0;
	vertical-align: middle;
}

.searchform input[type="submit"] {
	width: 33px;
	height: 33px;
	background: url(zoom.png) no-repeat;
	border: 0;
	cursor: pointer;
	text-indent: -9999px;
	vertical-align: middle;
	margin: 0;
	padding: 0;
}

.logo{
	width: 220px;
	height: 90px;
	float: left;
	margin-top: 10px;
	margin-right: 0px;
	margin-left: 6px;
	margin-bottom: 10px;
}
.header_ad{
	width: 970px;
	height: 90px;
	float: right;
	margin: 0;
}
.article{
	width: 1610px;
	margin: 0 auto;
}
.sidebar_left{
	float: left;
	width: 190px;
	position: relative;
}
.sidebar_right{
	float: left;
	width: 340px;
}
.leftad{
	width: 160px;
	height: 600px;
}
.rightad{
	width: 300px;
	height: 600px;
}
.descad{
	width: 360px;
	height: 300px;
	float: right;
	
}
.content{
	float: left;
	width: 1080px;
	min-height: 800px;
	position: relative;
}
.content_left{
	float:left;
	width: 100px;
	height: 600px;
}
.content_newarea{
	height: auto;
	position: relative;
}
.content_new{
	height: auto;
	position: relative;
	float: left;
}
.content_right{
	float:left;
	width: 100px;
	height: 600px;
}
.content_right li,
.content_left li{
	width: 100px;
	overflow: hidden;
}
.content_right li img,
.content_left li img{
	width: 98px;
	height: 80px;
	border: 1px solid #3e3e3e;
	border-radius: 10px;
	margin: 7px 0;
}
.content_right li span,
.content_left li span{
	width:100px;
	height:15px;
	padding:0px;
	
}
.content_right li span a,
.content_left li span a{
	color: #333;
}
.content_right{
	width:100px;
	float:left;
	text-align: center;
}

.top_rating{
	width: 300px;
}
.games{
	padding: 20px 0;
}

.sharearea{
	padding: 20px;
}
.rating{
	width:50%;
	float: left;
	text-align: center;
}
.share{
	width: 50%;
	float: left;
	text-align: center;
}
.likegames{
	padding-top: 8px;
}
.likegames a{
	font-weight: bold;
}
.gdescription p{
	margin: 26px;
	line-height:28px;
}
.gameinfo p{
	margin: 26px;
	line-height:28px;
	}
.gamesimg{
	float: left;
	margin: 20px;
}
.list {
	font-size : 13px;
	margin-top : 0px;
	margin-bottom : 6px;
	/*background-color: #E8E9EA;*/
	margin-right : 4px;
	width: 167px;
	float: left;
	margin-left: 4px;
}
.list img, .gamesimg img, .list_pop img{
	border-right : 1px solid #000;
	border-top : 1px solid #000;
	border-left : 1px solid #000;
	/*border-bottom : 1px solid #000;
	background-color : #FFFFFF;*/
	padding: 0px;
	border: 1px solid #000;
	border-radius: 10px 10px 10px 10px;
}
.list img, .gamesimg img  {
	width: 165px;
	height: 110px;
}
.list_line {
	display: block;
	overflow: hidden;
	width: 100%;
	word-break: keep-all;
	text-align: center;
	line-height: 26px !important;
	font-weight: bold;
	font-size: 14px !important;
	/*background-color: #169fe6;
	text-shadow: 1px 1px #999;
	box-shadow: -1px -1px #999;
	border: 1px solid #000;
	border-radius: 0 0 10px 10px;	*/
	/*border-right : 0px solid #000;
	border-top : 0px solid #000;
	border-left : 0px solid #000;
	border-bottom : 0px solid #000;
	*/
}


.list_line_text {
	
	/*margin-top: -5px;*/
	font-size : 1em;
	text-overflow: ellipsis;
	display: block;
	font-weight: bold;
	overflow: hidden;
	width: 100%;
	word-break: keep-all;
	white-space: nowrap;
	text-align: center;
}
.list_line_text a {
	width: auto;
}
.list_pop {
	font-size : 13px;
	margin-top : 0px;
	margin-bottom : 6px;

	margin-right : 4px;
	width: 140px;
	float: left;
	margin-left: 4px;
}

.list_pop img {
	width: 138px;
	height: 90px;
}
.list_line_pop {
	display: block;
	overflow: hidden;
	width: 100%;
	word-break: keep-all;
	text-align: center;
    line-height: 26px !important;
    background-color: #666;
    text-shadow: 1px 1px #999;
    box-shadow: -1px -1px #999;
    font-weight: bold;
    font-size: 12px !important;
	
	/*border-right : 0px solid #000;
	border-top : 0px solid #000;
	border-left : 0px solid #000;
	border-bottom : 0px solid #000;
	*/
}

.list_line_pop a {
	color: #666;
}
.list_line_text_pop {
	font-size : 1em;
	text-overflow: ellipsis;
	display: block;
	font-weight: bold;
	overflow: hidden;
	width: 100%;
	word-break: keep-all;
	white-space: nowrap;
	text-align: center;
}
.list_line_text_pop a {
	color: #222;
}
.nextpage{
	text-align: center;
	width: 720px;
	margin: 10px auto;
	clear: both;
	padding: 10px 0;	
}
.nextpage ul li{
	float: left;
	border: #CCC solid 1px;
	box-sizing: border-box;
	cursor: pointer;
	color: #666;
	font-size: 16px;
	min-width: 35px;
	height: 50px;
	line-height: 35px;
	float: left;
	text-align: center;
	display: block;
	margin: 5px;
}
.nextpage span{
	border: #CCC solid 1px;
	box-sizing: border-box;
	cursor: pointer;
	color: #666;
	font-size: 16px;
	min-width: 35px;
	height: 35px;
	line-height: 35px;
	text-align: center;
	margin: 3px;
	padding: 8px 14px;

}
.content_articles{
	clear: both;
	width: 1200px;
	margin: 10px auto;
	line-height: 24px;
	padding: 20px;
	position: relative;
	
}
.content_articles h1{
	font-size: 24px;
	margin: 5px;
}
.footer{
	clear: both;
	width: 1200px;
	margin: 10px auto;
	line-height: 24px;
	padding: 20px;
	text-align: center;
	position: relative;
	
}
