@charset "utf-8";
.game_list{
    width:1200px;
    margin:0 auto;
}
.game_list_icon{
    width:100px;
    height:100px;
}
.game_list > li {
   width:530px;
    float:left;
    background:#fff;
    margin-top:20px;
    height:322px;
    border-radius: 20px;
    padding:30px;
}
.game_list > li >div:first-of-type{
      width:100px;
      height:100%;
      float:left;
}
 .game_list > li >div:nth-of-type(2){
      width:410px;
      height:100%;
      float:left;
      margin-left:10px;
}
.game_list > li:nth-of-type(even){
    float:right;
    
}
.down_sub{
    background: linear-gradient( 180deg, #FFA75A 1%, #F87706 100%);
    width: 82px;
    height: 38px;
    line-height: 38px;
    text-align: center;
    display:block;
    border-radius: 20px;
    color:#fff;
    margin:0 auto;
    margin-top:10px;
}
.game_list_right>p:first-of-type{
    font-size:22px;
    font-weight:bold;
    color:#000;
}
.game_list_right_biaoqian span{
    padding:1px 5px;
    border-radius: 20px;
    border:1px solid #FA8C08;
    color: #FA8C08;
    margin-right:10px;
    background: #FFF7ED;
    
}
.game_list_right_biaoqian span:nth-of-type(2){
    border:1px solid #2BE44E;
    color: #2BE44E;
    background: #EAFFEE;
    
}
.game_list_right_biaoqian span:nth-of-type(3){
    border:1px solid #FF726A;
    color: #FF726A;
    background: #FFF2F1;
    
}
.game_list_right_content{
    margin-top:5px ;
    font-size:12px;
    color:#888888;
    line-height: 20px;
    text-align: justify;
    font-style: normal;
    text-transform: none;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 3; 
    display: -webkit-box; 
    -webkit-box-orient: vertical;     
}