.section-title {
    font-size:0.3rem;
}

.singleline {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: inline-block;
}
.split-line {
    background-color: #f4f4f4;
    height: 1px;
    width: 100%;
    margin: 0 auto;
    margin-top: 0.2rem;
}


.content-title {
    font-size:0.32rem;
    width: 70%;
}

.content-desc {
    font-size:0.3rem;
    width: 70%;
}

.content-date {
    font-size: 0.2rem;
}

.split-line {
    background-color: #f4f4f4;
    height: 1px;
    width: 100%;
    margin: 0 auto;
    margin-top: 0.2rem;
}

.clearfloat {
    zoom: 1;
}

.clearfloat:after {
    display: block;
    content: "clear";
    height: 0;
    clear: both;
    overflow: hidden;
    visibility: hidden;
}

.gamelist li {
    width: 49%;
    float: left;
    margin-top: 0.2rem;
}

.gamelist li img {
    width: 100%;
    height: auto;
    border-radius: 0.05rem;
}

.gamelist li:nth-child(even) {
    margin-left: 2%;
}

.gamelist .game-outlink {
    width: 100%;
    display: flex;
    justify-content: space-between;
}

.game-outlink a {
    width: 20%;
    padding-top:  0.1rem;
    padding-bottom:  0.1rem;
    font-size: 0.25rem;
    color: black;
    text-decoration: none;
    text-align: center;
}
.game-name {
    font-size: 0.25rem;
    margin-top: 0.15rem;
}
