.slogen {
    color: #999;
    font-size: 16px;
    text-align: center;
    margin: 45px 0 20px;
}

.slogen span {
    padding: 0 20px;
    color: #d0d0d0;
}

.title-box1 {
    width: 1216px;
    overflow: hidden;
    margin: 0 auto;
}

.title {
    position: relative;
    color: #41c2a4;
    text-align: center;
    font-size: 36px;
    font-weight: bolder;
}

.newsGame {
    width: 1256px;
    overflow: hidden;
    margin: 30px auto;
}

.newsGame ul {
    overflow: hidden;
}

.newsGame ul li {
    float: left;
    margin-right: 8px;
    position: relative;
}

.newsGame ul li div {
    margin-bottom: 4px;
    position: relative;
}

.newsGame ul li img {
    display: block;
}

.newsGame ul li .btn {
    position: absolute;
    bottom: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.5);
    padding: 18px 0;
    width: 100%;
    font-size: 22px;
    color: #fff;
    text-align: center;
}

.newsGame ul li div:last-child {
    margin-bottom: 0;
}

.newsGame ul li:last-child {
    margin-right: 0;
}