@charset "UTF-8";
html,body,h1,h2,h3,h4,h5,dl,dt,dd,ul,ol,li,p,pre,form,button,input,textarea,th,td{margin:0;padding:0;}
html,body,button,input,select,textarea{font:12px/1.5 "Microsoft Yahei",Tahoma,Simsun,sans-serif;}
h1,h2,h3,h4,h5,button,input,select,textarea{font-size:100%;}
em,i{font-style:normal;}
form{display:inline;}
ul,ol{list-style:none;}
img{border:0 none;vertical-align: top;}
table{border-collapse:collapse;border-spacing:0}
a{text-decoration:none;outline:none;color:#000; -webkit-tap-highlight-color: rgba(0,0,0,0);}
a:hover{text-decoration: none;}
a:focus, *:focus {outline:none;}
.hidden{display:none}
.fl{float: left;}
.fr{float: right;}
.clearfix:before,.clearfix:after {display: table; content: " ";}
.clearfix:after {clear: both;}
.clearfix{*zoom: 1;}

.game_class{
    margin: 20px 0 30px;
}
.game_class span{
    display: inline-block;
    margin-right: 20px;
    cursor: pointer;
    width: 88px;
    height:30px;
    border:1px solid rgba(57,168,254,1);
    border-radius:16px;
    font-size:14px;
    color:rgba(57,168,254,1);
    line-height:32px;
    text-align: center;
    transition: all 0.15s;
    -webkit-transition: all 0.15s;
    -moz-transition: all 0.15s;
    -ms-transition: all 0.15s;
    -o-transition: all 0.15s;
}
.game_class span:hover,
.game_class span.active{
    background: #39A8FE;
    color: #fff;
}
.list2{
    width: 1020px;
    margin-bottom: 10px;
}
.list2 li{
    width: 150px;
    height: 190px;
    background: #fff;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    position: relative;
    margin-right: 20px;
    margin-bottom: 20px;
    transition: all 0.15s;
    -webkit-transition: all 0.15s;
    -moz-transition: all 0.15s;
    -ms-transition: all 0.15s;
    -o-transition: all 0.15s;
}
.list2 li a{
    cursor: pointer;
}
.list2 li:hover{
    box-shadow:0px 0px 20px 0px rgba(61,61,76,0.2);
}
.list2 li .img_box{
    width:96px;
    height:96px;
    border-radius:12px;
    margin: 16px auto;
    overflow: hidden;
}
.list2 li .name{
    color: #333;
    font-size: 16px;
    margin: 0 auto;
    text-align: center;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 100px;
}
.list2 li .intro{
    margin: 0 auto;
    text-align: center;
    width:113px;
    font-size:14px;
    color: #9C9CAC;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.list2 li .arrow_ewm{
    position: absolute;
    right: 0;
    top: 0;
    width: 26px;
    height: 26px;
    background: url(../images/arrow_ewm.png);
    cursor: pointer;
}
.more_btn{
    margin-bottom: 30px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    font-size: 14px;
    color:#9C9CAC;
    background: #fff;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    cursor: pointer;
}
.more_btn:hover{
    color:#666677;
}
