.game-list {display: block;} 
.game-list .game-item{display: block;height: 87.4px;padding: 17px 0px 0;overflow: hidden;position: relative;border-bottom: 1px solid #ccc;}
.game-item .game-pic{display: inline-block;float: left;width: 54px;height: 54px;margin-right: 8.5px;border-radius: 10px;}
.game-item .game-con{float: left;width: 151px;overflow: hidden;}
.game-item .game-con dt{height: 19px;line-height: 19px;overflow: hidden;font-size: 13px;margin-bottom: 2px;}
.game-item .game-con dd{color: #999;height: 17px;line-height: 17px;overflow: hidden;}
.game-item .btn{display: inline-block;width: 53.8px;padding: 3.4px 0;margin-bottom: 0;font-size: 13px;font-weight: 400;line-height: 1.42857143;text-align: center;white-space: nowrap;-ms-touch-action: manipulation;touch-action: manipulation;cursor: pointer;background-image: none;background-color: #FFF;color: #333;border: 1px solid #E9E9E9;border-radius: 2.6px;-moz-user-select: -moz-none;-ms-user-select: none;-webkit-user-select: none;user-select: none;-moz-transition: background-color 0.2s, color 0.2s, border-color 0.2s;-o-transition: background-color 0.2s, color 0.2s, border-color 0.2s;-webkit-transition: background-color 0.2s, color 0.2s, border-color 0.2s;transition: background-color 0.2s, color 0.2s, border-color 0.2s;}
.game-item .btn-blue{background-color: #ff7d00;border-color: #ff7d00;color: #FFF;}
.game-item .btn{float: right;margin-top: 15px;}



















