.lastupdate-game-des {
    height: 100%;
    margin-left: .19rem;
    display: flex;
    flex-flow: column nowrap;
    color: white;
}
.lastupdate-game-des:hover {
    color: white;
}
.lastupdate-game-des .company{
    margin-top: 0.08rem;
    margin-bottom: .17rem;
    width: 650px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: block;
}
.lastupdate-game-des .platform {
    display: flex;
    flex-flow: row nowrap;
    font-size: .12rem;
    margin-top: auto;
}
.lastupdate-game-des .platform img {
    width: .24rem;
    height: .24rem;
}
.lastupdate-game-des .platform span {
    margin-right: .2rem;
}
.lastupdate-game-list {
    margin-top: .21rem;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.lastupdate-game-list li{
    width: 10rem;
    height: 1.5rem;
    background: #004F67;
    border-radius: 10px;
    margin-bottom: 10px;
    display: flex;
    flex-flow: row nowrap;
    align-items: center;
    padding: 0.16rem;
    font-size: .14rem;
    color: white;
    text-overflow: ellipsis;
}
.lastupdate-game-list li:hover {
    background: #107695;
}
.lastupdate-game-list li img {
    width: 2.4rem;
    height: 1.2rem;
    border-radius: 10px;
}
.lastupdate-game-list li h1,.lastupdate-game-list li h2 {
    width: 650px;
    font-size: .16rem;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: block;
}
.lastupdate-game-list li h3 {
    font-size: .14rem;
    font-weight: 400;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: block;
}
.lastupdate-game-list li p {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.lastupdate-game-list li a {
    display: flex;
    height: 100%;
    width: 100%;
}
