.banner{
    background: url("../png/games_back.png") 0 0 no-repeat;
    background-size: 100% 100%;
    text-align: center;
}
.con_wrap{
    background: #fff;
    padding: 7% 2% 0;
    display: inline-block;
    box-shadow: 0px 0px 45px 0px
    rgba(0, 0, 0, 0.27);
    min-height: 1197px;
}
.g_tit{
    font-size: 24px;
    font-weight: 700;
    text-align: left;
    margin-bottom: 0.5%;
}
.g_w{
    color: #383838;
    text-align: left;
}
.g_sub_tit{
    font-size: 16px;
    color: #084cf9;
    text-align: left;
    font-weight: 700;
}
.g_line{
    display: block;
    width: 35px;
    height: 2px;
    background: #084cf9;
    margin-bottom: 2%;
}
.g_con{
    margin-top: 2%;
}
.g_items{
    overflow: hidden;
}
.g_items li{
    float: left;
    width: 140px;
    line-height: 35px;
    background: #e5ecff;
    border-radius: 4px;
    margin-right: 0.8%;
    margin-bottom: 0.8%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding: 0 8px;
}
.g_items li:hover{
    background: #084cf9;
    color: #fff;
}
@media (max-width: 768px) {
    .g_items li{
        width: 32%;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }
}