.game_list{
    margin:20px 0 !important;
}
.game_list>li {
    list-style: none;
    border-top: 1px solid rgb(204, 204, 204);
}
.game_list>li:last-child {
    border-bottom: 1px solid rgb(204, 204, 204);
}
.game{
    min-height: 160px;
    text-align: right;
}
.game h2 {
    text-align: left;
    margin:10px 0;
}
.game h3{
    margin:5px;
}
.game>img{
    float: left;
    margin-right: 20px;
}
.game li{
    list-style: none;
    margin: 0px;
}
.game li:before{
    content: "— ";
}
.game>div {
    float: left;
    text-align: left;
    margin-bottom: 20px;
    margin-right: 20px;
}
.game a{
    background: url("images/w-right-tri.png") right 10px center no-repeat;
    height:40px;
    line-height: 40px;
    background-color: #1CA8DD;
    border-radius: 20px;
    padding: 0 40px 0 20px;
    display:inline-block;
    color:#fff;
    font-size:20px;
    text-decoration:none;
    margin-bottom: 20px;
}
@media screen and (max-width: 450px) {
.game{
    text-align: left;
}
.game>img{
    float: none;
}
.game>div {
    float: none;
}
}
article{
    margin-left: 24.414%;
}
.end_start_button{
    text-align: center;
    margin: 30px 0; 
}
.end_start_button>a{
    font-size: 24px;
    padding:10px 40px;
}
.game-preview {
    text-align: center;
    max-width: 634px;
    margin: 20px auto;
}
/*fixed header*/
header {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    z-index: 3;
    background-color: rgba(0,0,0,0.8);
}
#content{
    margin-top: 60px;
}
.float_index {
    top: 80px;
}
@media screen and (max-width: 520px) {
    .header_home{
        display:none;
    }
}