.main {
    width: 100%;
    padding: 15px 0;
    /*background-color: #f5f7f8;*/
}
.breadNarber {
    margin: 15px 0;
}
.special_info_box {
    width: 1200px;
    box-sizing: border-box;
    /*padding: 20px;*/
    background-color: #FFFFFF;
    margin: 0 auto;
}

.special_info_top {
    padding: 15px;
    background: #F9F9F9;
    width: 100%;
    box-sizing: border-box;
    display: flex;
    /*align-items: center;*/
    justify-content: space-between;
}

.special_info_top img {
    width: 400px;
    height: 200px;
    margin-right: 12px;
}

.game_info {
    flex: 1;
    display: flex;
    flex-direction: column;
}

.game_title {
    font-size: 16px;
    color: #000;
    font-weight: bold;
}

.game_introduction {
    font-size: 14px;
    color: #666;
    line-height: 25px;
    margin: 10px 0;
}

.game_time {
    font-size: 16px;
    color: #666;
    margin-right: 15px;
}

.other_game {
    width: 100%;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    border: 1px solid #e2e2e2;
    padding: 15px;
}

.other_title {
    width: 160px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    background-color: #ED6D47;
    color: #FFFFFF;
    font-size: 16px;
}

.other_game_list {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    margin-top: 15px;
}

.other_game_item {
    height: 110px;
    padding: 20px 15px;
    border: 1px solid #e2e2e2;
    width: 540px;
    position: relative;
    margin: 0 20px 20px 0;
}

.other_game_item:nth-child(2n) {
    margin: 0 0 20px 0;
}

.other_game_item a {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.other_game_item .game_icon {
    width: 110px;
    height: 110px;
    border-radius: 20px;
    margin-right: 12px;
}

.game_name {
    font-size: 18px;
    color: #000;
}

.game_name:hover {
    color: #ED6D47;
}

.game_text {
    font-size: 12px;
    color: #999;
    margin: 0 8px 5px 0;
}

.game_text2 {
    height: 40px;
    font-size: 14px;
    color: #333;
    line-height: 20px;
    overflow: hidden;
}

.detail_btn {
    width: 70px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    background-color: #ED6D47;
    font-size: 12px;
    color: #FFFFFF;
    margin-left: 10px;
}
