@charset "utf-8";
/* CSS Document */

.gamecont{
	width: 1256px;
    height: auto;
    margin: 30px auto;
	background-color:#FCFCFC;
	}
.game1 {
    width: 1196px;
    height: auto;
    margin: auto 30px;
    overflow: hidden;
}
.gamp {
    width: 175px;
    height: 175px;
    margin-top: 58px;
    margin-left: 20px;
    float: left;
}
.gamp img{
	width: 175px;
    height: 175px;
	border-radius:25px 25px 27px 25px; 
	box-shadow: 5px 5px 5px #000;
	}
.imgl {
    display: block;
    margin: 0 auto;
}
.game_tex {
	width: 875px;
    height: auto;
    float: left;
    margin-top: 40px;
    margin-left: 50px;
}
.p1 {
    font-size: 20px;
    color: #333;
}
.p2 {
    font-size: 14px;
    color:#9f9f9f;
    line-height: 24px;
    margin-top: 30px;
}
.game_tto a {
    display: block;
    float: left;
    width: 100px;
    height: 30px;
	color:#999;
	margin:10px;
    line-height: 28px;
    text-align: center;
    background: #f9f9f9;
    border-radius: 20px;
	border:#CCC solid 1px;
}
.game_tto a:hover{
	overflow: hidden;
	color: #FFFFFF;
	background:#F47A0B !important;
	border: 1px solid #F47A0B;
	}
.smal_dow {
	overflow: hidden;
	margin-right: 20px;
	background: #FFF !important;
}
.footer {
	position:relative;
	bottom:-100px;
	background-color:#F5F5F5;
	text-align:center;
	width:1920px;
	height:200px;
	margin: 0 auto;
	font-family: "Microsoft YaHei", "微软雅黑";
}