﻿.d1 {
    width: 395px;
    height: 240px;
    overflow: hidden;
    border: #666666 2px solid;
    background-color: #000000;
    position: relative;
    margin: 0px auto 0 auto;
}

    .d1 ul {
        display: none;
    }

.loading {
    width: 395px;
    border: #666666 2px solid;
    background-color: #000000;
    color: #FFCC00;
    font-size: 12px;
    height: 179px;
    text-align: center;
    padding-top: 30px;
    font-weight: bold;
}

.d2 {
    width: 100%;
    height: 240px;
    overflow: hidden;
}

.num_list {
    position: absolute;
    width: 100%;
    left: 0px;
    bottom: -1px;
    background-color: #000000;
    color: #FFFFFF;
    font-size: 12px;
    padding: 4px 0px;
    height: 20px;
    overflow: hidden;
}

    .num_list span {
        display: inline-block;
        height: 16px;
        padding-left: 6px;
    }

.button {
    position: absolute;
    z-index: 1000;
    right: 0px;
    bottom: 2px;
    font-size: 13px;
    font-weight: bold;
}

    .button a {
        background-color: #666666;
        display: block;
        line-height: 14px;
        float: left;
        padding: 2px 6px;
        margin-right: 3px;
        color: #FFFFFF;
        text-decoration: none;
        cursor: pointer;
    }

    .button .b2 {
        color: #FFCC33;
        background-color: #FF6633;
    }

.ms_menu {
    BORDER: #cc1d02 1px solid;
    height: 45px;
    line-height: 45px;
    background-color: #9a1e1c;
    width: 1400px;
    margin-left: 12.8%;
    MARGIN: 0px auto;
}

    .ms_menu ul {
        width: 1400px;
        height: 45px;
        margin: 0 auto;
        overflow: hidden;
    }

        .ms_menu ul li {
            width: 100px;
            list-style: none;
            font-weight: bold;
            font-size: 16px;
            color: #fff;
            float: left;
            text-align: center;
        }

            .ms_menu ul li.nor {
                background: none;
            }

            .ms_menu ul li a {
                color: #fff;
                text-decoration: none;
            }

            .ms_menu ul li:hover {
                height: 45px;
                width: 100px;
                list-style: none;
                font-weight: bold;
                font-size: 16px;
                color: #fff;
                text-align: center;
                background: url(/static/images/nav_bg_h.jpg) repeat-x;
            }
