.game-select-box { padding:10px 0px; margin: 30px 0; background:#fff; border-bottom: 3px solid #F1F2F3;}
.game-type, .game-theme { width:100%; height: 30px; padding: 5px 40px 5px 50px; float: left;}
.game-select-box a { display: inline-block; color: #999; font-size: 14px; padding: 2px 8px; margin: 2px 0 0 5px; border-radius: 15px;}
.game-select-box a:hover, .game-select-box .active { color: #fff; background: #03b4f5;}
.game-select-box span{ font-size: 16px;
    display: block;
    width: 60px;
    float: left;}
.game-content-box {}
.game-list { width:98%; margin:0 auto;}
.game-list li { width: 47.2%;
    height: 200px;
    padding: 20px 15px;
    transition: all 0.3s ease;
    float: left;
   border: 1px solid #e9e9e9;}
.game-list li:hover { background:#fafafa;}
.game-list .img { display: block; width: 110px; height: 110px; border-radius: 15px; float: left;}
.game-list .img img{ width:100% ; height:100%;}
.game-list .info { width: 399px; padding-left: 15px; line-height: 30px; font-size: 14px; color: #999; float: left;}
.game-list .name { font-size: 22px; color: #666; transition: color 0.3s ease;}
.game-list .name:hover, .game-list li:hover .name { color: #03b4f5;}
.game-list .row em { color: #03b4f5;}
.game-list .col-1 { display: inline-block; width: 40%;}
.game-list .col-2 { display: inline-block; width: 150px;}
.game-list .intro { height: 44px; font-size: 12px; line-height: 22px; margin: 4px 0 14px 0;}
.game-list .enterhome { margin-right: 10px; border:1px solid #ff7d26; color:#ff7d26}
.game-list .enterhome:hover {color:#fff; background: #ff7d26;}
.game-list .download{ margin-right: 10px; border:1px solid #03B4F5; color:#03B4F5}
.game-list .download:hover{ color:#fff; background:#03B4F5}

.game_center{ background:#fff;}