/*2017.7.31 头部右上角全部游戏弹出框修改*/
.tan_game{display: none; width:800px; position:absolute; top:20px; right:0px;background:url(../images/png16.png) #fff no-repeat right top; padding-top:6px; cursor:auto; z-index:9999;text-indent: 0px;}
.tang_bor{ width:100%; background-color:#fff;}
.all_game_info{width:397px;height: 248px;float: left;box-shadow: 3px 4px 28px black;-moz-box-shadow: 3px 4px 28px black;-webkit-box-shadow: 3px 4px 16px #2c2b2b;}
.all_game_info img{display: block;width:397px;height: 248px;}
.all_game_info p{width: 210px;line-height: 20px;font-size: 12px;text-align: left;color: #010101;position: absolute;left: 21px;top: 90px;height: 165px;overflow: hidden;}
.sgame{width:360px;height: 248px;float: right;margin-right: 4px;}
.sgame .title{width: 340px;height: 40px;line-height: 40px;padding-top: 8px;color: #8d8d8d;font-size: 18px;font-weight: bold;text-align: left;border-bottom: 1px solid #c6c6c6;}
.sgame .sgame_ul{width: 360px;font-size: 0;}
.sgame_ul .sgame_li{width: 90px;height: 32px;text-align: left;display: inline-block;font-size: 13px;margin-top: 8px;}
.sgame_ul .sgame_li{*display: inline;}
.sgame_ul .sgame_li a{display: inline-block;vertical-align: top;height: 32px;line-height: 32px;color: #000;font-size: 13px;text-decoration: none;}
.sgame_ul .sgame_li a:hover{color: #fe0000;}
.sgame_ul .sgame_li span{display: inline-block;vertical-align: top;width: 12px;height: 13px;}
.sgame_ul .sgame_li span.new{width: 14px;height: 13px; background:url(../images/new.png) no-repeat;}
.sgame_ul .sgame_li span.hot{background:url(../images/hot.png) no-repeat;}
.sgame_ul .sgame_li span.hot.new{width: 12px;height: 13px;background:url(../images/hot.png) no-repeat;}/*新添加+排序靠前，以“hot”效果显示优先*/
.sgame_ul .sgame_li.more_game a{color: #ff4800;text-decoration: underline;}