*{
    margin: 0px;
    padding: 0px;
}
#box{
    min-width:1100px;
    background-color: #eee;
}
@media screen and (max-width: 1300px){
    .nb{
        width:1000px;
        margin:0px auto;
        position: relative;
    }
}
@media screen and (min-width: 1301px){
    .nb{
        width:1200px;
        margin:0px auto;
        position: relative;
    }
}
.bandgbox{
    padding: 10px 0px;
    background-color: #fff;
}
.bannera{
    display: block;
    width: 100%;
    height:100%;
}
.bandg{
    width:calc(100% - 180px);
    height:350px;
    margin-left: 180px;
    display: flex;
    justify-content: space-between;
    background-color: #fff;
}
.bannerbox{
    width:73%;
    height:350px;
    background-color: #00ff80;
}
.jjbox{
    width:25%;
    height:350px;

    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.bannerimg{
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
}
.jjbox1{
    width:100%;
    height:170px;
}
.jja{
    width:100%;
    height:100%;
    display: block;
}
.jjimg{
    display: block;
    width: 100%;
    height:100%;
    object-fit: cover;
}
.gamelistbox{
    width:calc(100%);
    overflow: hidden;
}
.gamehead{
    width:100%;
    height: 70px;
    font-size: 20px;
    text-align: center;
    line-height: 70px;
    margin-top: 50px;
}
.gameheadspan{
    background-color: #3bbacb;
    color:#fff;
    padding: 5px 10px;
}
.gamecon{
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;
}
.hotgamebox{
    width:18%;
    margin:15px 1%;
    display: block;
    background-color: #fff;
}
.gameimg{
    display: block;
    width:100%;
    height:150px;
    object-fit: cover;
}
.gametextbox1{
    font-size: 12px;
    white-space: normal;
    word-break: break-word;
    word-wrap: break-word;
    height:36px;
    margin: 5px 0px;
    line-height: 18px;
    overflow : hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    color:#555;
    padding: 0px 5px;
}
.gametextbox2{
    font-size:12px;
    line-height: 18px;
    text-align: right;
    color:#d97d80;
    padding: 0px 5px;
}
.typegamebox{
    width:23%;
    margin:15px 1%;
    background-color: #fff;
}
.typegameimg{
    display: block;
    width:100%;
    height:170px;
    object-fit: cover;
}