/*
* @Author: liyulin
* @Date:   2017-04-27 14:14:02
* @Last Modified by:   liyulin
* @Last Modified time: 2017-05-04 17:04:03
*/
.header-nav {
    height: 535px;
}

.bodyer_right {
    width: 969px;
    height: 1460px;
    float: left;
    margin-left: 21px;
}

.header_infor {
    width: 969px;
    height: 67px;
    background: url(../images/head-bg.png) no-repeat;
}

    .header_infor span {
        color: #fff;
        height: 67px;
        line-height: 67px;
        display: inline-block;
        padding-left: 27px;
        font-size: 23px;
    }

        .header_infor span em {
            font-size: 14px;
            color: #b4b2b2;
            margin-left: 6px;
        }

    .header_infor p {
        float: right;
        height: 67px;
        line-height: 67px;
        text-align: left;
        color: #b4b2b2;
        font-size: 13px;
        margin-right: 16px;
    }

        .header_infor p a {
            color: #b4b2b2;
            font-size: 13px;
            padding: 0 10px;
        }

            .header_infor p a:hover {
                color: #b2843b;
                text-decoration: underline;
            }

.main_List {
    width: 881px;
    height: 1131px;
    background-color: #fff;
    padding: 14px 44px 0px 44px;
}

.tab_Nav_List {
    width: 881px;
    height: 69px;
    line-height: 56px;
    border-bottom: 1px solid #e5e5e5;
    text-align: center;
    color: #b8b8b8;
}

    .tab_Nav_List input {
        width: 300px;
        height: 37px;
        line-height: 37px;
        border: 1px solid #d9d9d9;
        padding-left: 16px;
        color: #333;
        margin: 0 10px;
    }

    .tab_Nav_List a {
        width: 108px;
        height: 39px;
        line-height: 39px;
        background-color: #b2843b;
        color: #fff;
        display: inline-block;
        margin-left: 2px;
        position: relative;
        top: 1px;
    }

        .tab_Nav_List a:hover {
            background-color: #c89543;
        }

.AllGame {
    border: 1px solid #ccc;
    width: 100%;
    margin-top: 16px;
    overflow: hidden;
    zoom: 1;
}

.fw_list {
    width: 844px;
    height: 960px;
    border-bottom: 1px solid #ccc;
    margin: 0 auto;
}

    .fw_list ul li {
        width: 139px;
        height: 36px;
        text-align: center;
        line-height: 36px;
        float: left;
        margin-right: 29px;
        margin-bottom: 8px;
        position:relative;
    }

        .fw_list ul li a {
            width: 100%;
            height: 100%;
            display: inline-block;
            font-size: 14px;
            color: #b2843b;
            background: url(../images/fw-list.jpg) no-repeat;
        }

            .fw_list ul li a:hover {
                background: url(../images/fw-list-current.jpg) no-repeat;
                color: #fff;
            }

            .fw_list ul li a em.hot {
                position: absolute;
                width: 20px;
                height: 13px;
                top: 11px;
                left: 8px;
                background: url(../images/hot.jpg);
            }



            .fw_list ul li a em.New {
                position: absolute;
                width: 20px;
                height: 13px;
                top: 11px;
                left: 8px;
                background: url(../images/newbg.jpg);
            }


.lasterSever {
    width: 881px;
    height: 94px;
    border: 1px solid #cccccc;
    margin-top: 16px;
}

.lasterSeverTitle {
    height: 32px;
    line-height: 32px;
    padding-left: 20px;
    color: #b8b8b8;
    font-size: 18px;
}

.lasterGame {
    width: 854px;
    margin-left: 19px;
    height: 36px;
    line-height: 36px;
    margin-top: 10px;
}

    .lasterGame ul li a {
        width: 139px;
        height: 36px;
        line-height: 36px;
        text-align: center;
        float: left;
        margin-right: 29px;
        color: #b2843b;
        font-size: 14px;
        background: url(../images/fw-list.jpg) no-repeat;
        position: relative;
    }

        .lasterGame ul li a:hover {
            background: url(../images/fw-list-current.jpg) no-repeat;
            color: #fff;
        }

    .lasterGame ul li em.hot {
        position: absolute;
        width: 20px;
        height: 13px;
        top: 11px;
        left: 8px;
        background: url(../images/hot.jpg);
    }

    .lasterGame ul li em.New {
        position: absolute;
        width: 20px;
        height: 13px;
        top: 11px;
        left: 8px;
        background: url(../images/newbg.jpg);
    }

.allseverList {
    height: 42px;
    line-height: 36px;
    color: #b8b8b8;
    font-size: 18px;
    margin-bottom:;
}

.pageCount {
    width: 881px;
    height: 70px;
    line-height: 70px;
    text-align: center;
}

    .pageCount a {
        border: 1px solid #e6e6e6;
        padding: 6px 12px;
        color: #7c7c7c;
        font-size: 14px;
    }

        .pageCount a.current {
            background: #b2843b;
            color: #fff;
        }

        .pageCount a:hover {
            background: #b2843b;
            color: #fff;
        }
