body {
    font-size: 12px;
    font-family: "microsoft yahei",Arial;
    color: #333333;
    overflow-x: hidden;
    min-width: 1200px;
    margin: 0 auto;
}

a:link, a:visited {
    text-decoration: none;
}

a:hover {
    text-decoration: none;
}

    a:hover * {
        text-decoration: none;
    }

a {
    blr: expression(this.onFocus=this.blur())
}

    a:focus {
        outline: 0
    }

.clearfix:after {
    display: block;
    content: 'clear';
    clear: both;
    line-height: 0;
    visibility: hidden;
}

.clearfix {
    zoom: 1;
}

/*动画效果*/
@keyframes cirZoom {
    0% {
        opacity: 1;
        transform: scale(1,1)
    }

    70% {
        opacity: 0;
        transform: scale(1.2,1.2)
    }

    100% {
        opacity: 0
    }
}

@-moz-keyframes cirZoom {
    0% {
        opacity: 1;
        -moz-transform: scale(1,1)
    }

    70% {
        opacity: 0;
        -moz-transform: scale(1.2,1.2)
    }

    100% {
        opacity: 0
    }
}

@-webkit-keyframes cirZoom {
    0% {
        opacity: 1;
        -webkit-transform: scale(1,1)
    }

    70% {
        opacity: 0;
        -webkit-transform: scale(1.2,1.2)
    }

    100% {
        opacity: 0
    }
}

@-o-keyframes cirZoom {
    0% {
        opacity: 1;
        -o-transform: scale(1,1)
    }

    70% {
        opacity: 0;
        -o-transform: scale(1.2,1.2)
    }

    100% {
        opacity: 0
    }
}

/*自定义样式*/
.container {
    position: relative;
    padding: 0px 0 0 0;
    background: none;
}

    .container .header_box {
        position: relative;
        display: block;
        height: 600px;
        margin: 0 auto;
        overflow: hidden;
    }

/*头部导航条*/
.header_nav {
    height: 120px;
    overflow: hidden;
    background: url(../images/nav_bg.png) no-repeat center top;
    position: relative;
    z-index: 2;
}

    .header_nav, .header_nav a, .header_nav a:visited {
        color: #fff;
        text-decoration: none;
        font-size: 18px;
    }

        .header_nav a {
            position: relative;
            display: block;
            vertical-align: top;
            width: 105px
        }

            .header_nav a:hover {
                color: #e8d086;
                text-decoration: none;
            }

        .header_nav ul {
            text-align: center
        }

        .header_nav li {
            display: inline-block;
            vertical-align: top;
            text-align: center;
            padding-top: 24px;
            margin: 0 5px;
            *zoom: 1;
            *display: inline;
        }

            .header_nav li i:after, .header_nav li i:before {
                display: inline-block;
                overflow: hidden;
                cursor: pointer;
                vertical-align: middle;
                background: url(../images/icon.png) no-repeat scroll -28px -40px;
            }

            .header_nav li.center {
                padding: 0px;
                margin: 0 18px;
                _position: relative;
            }

            .header_nav li a.logo, .header_nav li a.logo:after {
                position: relative;
                display: block;
                width: 190px;
                height: 120px;
                text-indent: -999px;
                font-size: 0;
            }

                .header_nav li a.logo:after {
                    content: '';
                    position: absolute;
                    top: 0;
                    left: 0;
                }

                .header_nav li a.logo:after {
                    animation: cirZoom infinite linear 2s .5s;
                    -moz-animation: cirZoom infinite linear 2s .5s;
                    -webkit-animation: cirZoom infinite linear 2s .5s;
                    -o-animation: cirZoom infinite linear 2s .5s;
                }

            .header_nav li span {
                display: block;
                position: relative;
                z-index: 3;
            }

            .header_nav li .cn {
                font-size: 18px;
            }

            .header_nav li .en {
                font-size: 8px;
            }

            .header_nav li i {
                position: absolute;
                top: 10px;
                left: 0;
                display: block;
                width: 105px;
                height: 7px;
            }

                .header_nav li i:after, .header_nav li i:before {
                    content: '';
                    width: 7px;
                    height: 7px;
                    display: block;
                    position: absolute;
                    top: 0;
                    z-index: 10;
                    opacity: 0;
                }

                .header_nav li i:before {
                    left: 49px;
                }

                .header_nav li i:after {
                    right: 49px;
                }

            .header_nav li a:hover i:before {
                left: 0;
                opacity: 1;
            }

            .header_nav li a:hover i:after {
                right: 0;
                opacity: 1;
            }

            .header_nav li i:after, .header_nav li i:before, .header_nav a, .logo:after {
                transition: all linear .3s;
                -moz-transition: all linear .3s;
                -webkit-transition: all linear .3s;
                -o-transition: all linear .3s;
            }

.ie8 .header_nav li i, .ie7 .header_nav li i, .ie6 .header_nav li i {
    display: none;
    background: url(../images/nav_i_ie.png) no-repeat;
}

.ie8 .header_nav li a:hover i, .ie7 .header_nav li a:hover i, .ie6 .header_nav li a:hover i {
    display: block;
}

/*头部快捷区域*/
.header_quick {
    position: relative;
    width: 1220px;
    margin: 350px auto 0;
}

    .header_quick .start_btn {
        position: relative;
        float: left;
        width: 300px;
        height: 120px;
        background-color: #232323;
    }

        .header_quick .start_btn a.play_btn {
            background: url(../images/header_quick_play_btn.jpg) no-repeat;
            width: 300px;
            height: 118px;
            margin: 1px;
            display: block;
            overflow: hidden;
        }

            .header_quick .start_btn a.play_btn:hover {
                background-position: 0 -120px
            }

    .header_quick .start_box {
        position: relative;
        float: left;
        width: 920px;
        _width: 918px;
        height: 120px;
        background-color: #232323;
    }

        .header_quick .start_box .server_box {
            position: relative;
            float: left;
            width: 596px;
            _width: 592px;
            height: 116px;
            margin: 1px;
            margin-right: 0px;
            border: 1px solid #49484d;
            border-right: 0px;
        }

            .header_quick .start_box .server_box .server_top {
                background: url(../images/header_quick_server_bg.png) center top no-repeat;
                position: relative;
                height: 30px;
                font-size: 12px;
                color: #ff0000;
                padding-left: 170px;
                margin-top: 20px;
            }

                .header_quick .start_box .server_box .server_top span {
                    font-size: 12px;
                    color: #fff;
                    padding-left: 12px;
                    line-height: 28px;
                }

                .header_quick .start_box .server_box .server_top strong {
                    padding-left: 30px;
                    margin-left: 40px;
                }

                    .header_quick .start_box .server_box .server_top strong a {
                        color: #ff0000;
                        padding-right: 30px;
                    }

                        .header_quick .start_box .server_box .server_top strong a:hover {
                            text-decoration: underline;
                        }

                        .header_quick .start_box .server_box .server_top strong a.new {
                            background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAOBAMAAADpk+DfAAAAIVBMVEUAAAAfFAI/KAROMgVuRgd9UQiNWwmsbwu8eQzbjQ7rlw+kgW2IAAAAMUlEQVQI12NYBQYMaNSirFUeQGqB5Cp1EBUMoRZVgakVkmBqVSiEmigOppazY5gCBgBfDjDw4AbOAgAAAABJRU5ErkJggg==) right no-repeat;
                        }

                        .header_quick .start_box .server_box .server_top strong a.hot {
                            background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA0AAAANBAMAAACAxflPAAAAJFBMVEXZMRjZMRjZMRjZMRjZMRjZMRjjaFbrkYTwraP1yMH31tH/////D3W6AAAABXRSTlPv9vf4/v0Jzj8AAAAvSURBVAjXY2BSAgEBBtNQEAhgUC0PDZ0W6oBJV6SlLQPR1bt3b8Mmj0bDzIOaDwDfqBzxqKJWTwAAAABJRU5ErkJggg==) right no-repeat;
                        }

            .header_quick .start_box .server_box .server_list {
                float: left;
                width: 400px;
                height: 52px;
                margin-top: 6px;
                overflow: hidden;
            }

                .header_quick .start_box .server_box .server_list .item {
                    float: left;
                    width: 200px;
                    height: 26px;
                    line-height: 26px;
                    display: inline;
                }

                    .header_quick .start_box .server_box .server_list .item a {
                        color: #ffc34b;
                        font-size: 12px;
                        display: block;
                        margin-right: 15px;
                        padding-left: 22px;
                    }

                        .header_quick .start_box .server_box .server_list .item a:hover {
                            text-decoration: underline;
                        }

                        .header_quick .start_box .server_box .server_list .item a.new {
                            background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAOBAMAAADpk+DfAAAAIVBMVEUAAAAfFAI/KAROMgVuRgd9UQiNWwmsbwu8eQzbjQ7rlw+kgW2IAAAAMUlEQVQI12NYBQYMaNSirFUeQGqB5Cp1EBUMoRZVgakVkmBqVSiEmigOppazY5gCBgBfDjDw4AbOAgAAAABJRU5ErkJggg==) 2px center no-repeat;
                        }

                        .header_quick .start_box .server_box .server_list .item a.hot {
                            background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA0AAAANBAMAAACAxflPAAAAJFBMVEXZMRjZMRjZMRjZMRjZMRjZMRjjaFbrkYTwraP1yMH31tH/////D3W6AAAABXRSTlPv9vf4/v0Jzj8AAAAvSURBVAjXY2BSAgEBBtNQEAhgUC0PDZ0W6oBJV6SlLQPR1bt3b8Mmj0bDzIOaDwDfqBzxqKJWTwAAAABJRU5ErkJggg==) 2px center no-repeat;
                        }

                    .header_quick .start_box .server_box .server_list .item span {
                        float: right;
                    }

                    .header_quick .start_box .server_box .server_list .item a:hover span {
                        text-decoration: underline;
                    }

            .header_quick .start_box .server_box .select_quick {
                float: left;
                width: 150px;
                height: 26px;
                padding-top: 18px;
                padding-left: 20px;
            }

                .header_quick .start_box .server_box .select_quick .fastin_input {
                    background: #fff;
                    width: 70px;
                    height: 26px;
                    line-height: 26px;
                    text-align: center;
                    color: #333;
                    display: inline-block;
                    vertical-align: middle;
                    border: none;
                    margin: 0 5px 0 10px;
                }

                .header_quick .start_box .server_box .select_quick .fastin_btn {
                    background: #973200;
                    height: 26px;
                    line-height: 26px;
                    font-size: 14px;
                    border-radius: 3px;
                    padding: 0 10px;
                    color: #fff;
                    display: inline-block;
                    vertical-align: middle;
                }

                    .header_quick .start_box .server_box .select_quick .fastin_btn:hover {
                        background: #c94f12;
                    }

    .header_quick .user_box {
        position: relative;
        float: left;
        width: 299px;
        height: 106px;
        padding: 5px 10px;
        margin: 1px;
        margin-left: 0px;
        border: 1px solid #49484d;
    }

        .header_quick .user_box .login_left {
            float: left;
            width: 200px;
        }

            .header_quick .user_box .login_left .input_box {
                position: relative;
            }

                .header_quick .user_box .login_left .input_box input {
                    background: none;
                    width: 180px;
                    height: 33px;
                    padding-left: 15px;
                    line-height: 33px\9;
                    margin-bottom: 5px;
                    border-radius: 2px;
                    color: #fff;
                    border: 1px solid #b1a06f;
                }

                .header_quick .user_box .login_left .input_box label {
                    position: absolute;
                    left: 8px;
                    top: 0;
                    line-height: 35px;
                    font-size: 14px;
                    color: #b1a06f;
                }

        .header_quick .user_box .login_right {
            float: right;
            position: relative;
            width: 94px;
        }

            .header_quick .user_box .login_right input, .header_quick .user_box .login_right a {
                width: 94px;
                height: 35px;
                font-size: 14px;
            }

            .header_quick .user_box .login_right input {
                *height: 37px;
                margin-bottom: 5px;
            }

            .header_quick .user_box .login_right a {
                width: 92px;
                height: 33px;
                line-height: 33px;
                display: block;
            }

        .header_quick .user_box .login_bottom {
            float: left;
            width: 299px;
        }

            .header_quick .user_box .login_bottom .auto_login {
                float: left;
                height: 26px;
                line-height: 26px;
            }

            .header_quick .user_box .login_bottom label, .header_quick .user_box .login_bottom a {
                color: #b1a06f;
            }

            .header_quick .user_box .login_bottom input {
                width: 14px;
                height: 14px;
                margin-right: 4px;
                vertical-align: middle;
            }

            .header_quick .user_box .login_bottom .other_site {
                float: left;
                height: 26px;
                margin-left: 10px;
            }

                .header_quick .user_box .login_bottom .other_site li {
                    float: left;
                }

                    .header_quick .user_box .login_bottom .other_site li a {
                        display: block;
                        width: 22px;
                        height: 22px;
                        cursor: pointer;
                        text-indent: -999px;
                        font-size: 0;
                        overflow: hidden;
                        margin-right: 10px;
                    }

                        .header_quick .user_box .login_bottom .other_site li a.qq {
                            background-position: 0 0;
                        }

                        .header_quick .user_box .login_bottom .other_site li a.weibo {
                            background-position: 0 -22px;
                        }

                        .header_quick .user_box .login_bottom .other_site li a.baidu {
                            background-position: 0 -44px;
                        }

                        .header_quick .user_box .login_bottom .other_site li a.wechat {
                            background-position: 0 -66px;
                        }

        .header_quick .user_box .user_top {
            color: #e5c767;
            height: 30px;
            line-height: 30px;
            font-size: 14px;
        }

            .header_quick .user_box .user_top .loginout {
                float: right;
                color: #8e7f4f;
            }

        .header_quick .user_box .server_list {
            float: left;
            position: relative;
            height: 50px;
            overflow: hidden;
        }

            .header_quick .user_box .server_list span {
                background-color: #af1009;
                height: 24px;
                line-height: 24px;
                padding: 2px 10px;
                text-align: center;
                color: #fff;
            }

            .header_quick .user_box .server_list .item {
                float: left;
                width: 148px;
                height: 26px;
                line-height: 26px;
                display: inline;
            }

                .header_quick .user_box .server_list .item a {
                    color: #ffc34b;
                    font-size: 12px;
                    display: block;
                    margin-right: 15px;
                    padding-left: 22px;
                }

                    .header_quick .user_box .server_list .item a:hover {
                        text-decoration: underline;
                    }

                    .header_quick .user_box .server_list .item a.new {
                        background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAOBAMAAADpk+DfAAAAIVBMVEUAAAAfFAI/KAROMgVuRgd9UQiNWwmsbwu8eQzbjQ7rlw+kgW2IAAAAMUlEQVQI12NYBQYMaNSirFUeQGqB5Cp1EBUMoRZVgakVkmBqVSiEmigOppazY5gCBgBfDjDw4AbOAgAAAABJRU5ErkJggg==) 2px center no-repeat;
                    }

                    .header_quick .user_box .server_list .item a.hot {
                        background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA0AAAANBAMAAACAxflPAAAAJFBMVEXZMRjZMRjZMRjZMRjZMRjZMRjjaFbrkYTwraP1yMH31tH/////D3W6AAAABXRSTlPv9vf4/v0Jzj8AAAAvSURBVAjXY2BSAgEBBtNQEAhgUC0PDZ0W6oBJV6SlLQPR1bt3b8Mmj0bDzIOaDwDfqBzxqKJWTwAAAABJRU5ErkJggg==) 2px center no-repeat;
                    }

        .header_quick .user_box .user_bottom a {
            float: right;
            width: 78px;
            height: 24px;
            line-height: 24px;
            _width: 80px;
            _height: 26px;
            _line-height: 26px;
            margin-left: 10px;
            font-size: 14px;
            display: block;
        }

        .header_quick .user_box .btn_a, .header_quick .user_box .btn_b {
            border-radius: 2px;
            text-align: center;
            cursor: pointer;
        }

        .header_quick .user_box .btn_a {
            background: #ab1815;
            background: -webkit-linear-gradient(top, #e2332f, #7d0601);
            background: -moz-linear-gradient(top, #e2332f, #7d0601);
            background: -ms-linear-gradient(top, #e2332f, #7d0601);
            *background: #ab1815;
            border: 1px solid #e2332f;
            color: #fff;
        }

        .header_quick .user_box .btn_b {
            background: #cbb878;
            background: -webkit-linear-gradient(top, #fbe49b, #957d44);
            background: -moz-linear-gradient(top, #fbe49b, #957d44);
            background: -ms-linear-gradient(top, #fbe49b, #957d44);
            *background: #cbb878;
            border: 1px solid #9f801f;
            color: #3a3400;
            text-shadow: 1px 1px 1px #fbe49b;
        }

    .header_quick .age_tip {
        position: absolute;
        width: 80px;
        height: 103px;
        left: 0px;
        top: -110px;
        background: url(../images/cadpa_16.png) no-repeat;
        background-size: 80px 103px;
    }

/*头部区服列表*/
.header_server {
    position: relative;
    width: 1200px;
    margin: 350px auto 0;
}

    .header_server .tip_18 {
        position: absolute;
        left: 110px;
        top: 0;
        font-size: 12px;
        line-height: 24px;
        height: 24px;
        color: #6c6c6c;
    }

    .header_server .server_box {
        background: url(../images/header_server_bg.png) center top no-repeat;
        float: left;
        width: 738px;
        height: 109px;
        position: relative;
        color: #eaeaea;
    }

        .header_server .server_box .title {
            height: 24px;
            line-height: 24px;
            font-size: 14px;
            padding-left: 10px;
        }

        .header_server .server_box .select_bar {
            float: left;
            height: 30px;
            width: 540px;
            padding-left: 10px;
        }

            .header_server .server_box .select_bar .select_quick {
                line-height: 30px;
            }

                .header_server .server_box .select_bar .select_quick .fastin_input {
                    background: #fff;
                    border: none;
                    height: 18px;
                    width: 50px;
                    text-align: center;
                    color: #333;
                    display: inline-block;
                    vertical-align: middle;
                    margin: 0 5px;
                }

                .header_server .server_box .select_bar .select_quick .fastin_btn {
                    color: #fff;
                    height: 20px;
                    background: #973200;
                    border-radius: 3px;
                    padding: 0 4px;
                    display: inline-block;
                    vertical-align: middle;
                    line-height: 20px;
                    margin-left: 10px;
                }

                    .header_server .server_box .select_bar .select_quick .fastin_btn:hover {
                        background: #c94f12;
                    }

        .header_server .server_box .server_list {
            float: left;
            width: 540px;
            height: 52px;
            overflow: hidden;
            padding-left: 10px;
        }

            .header_server .server_box .server_list .item {
                display: inline;
                float: left;
                height: 26px;
                line-height: 26px;
                width: 180px;
            }

            .header_server .server_box .server_list a {
                color: #fff;
                font-size: 12px;
                display: block;
                margin-right: 15px;
                padding-left: 22px;
            }

                .header_server .server_box .server_list a:hover {
                    color: #eb970f;
                    text-decoration: none;
                }

                .header_server .server_box .server_list a.new {
                    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAOBAMAAADpk+DfAAAAIVBMVEUAAAAfFAI/KAROMgVuRgd9UQiNWwmsbwu8eQzbjQ7rlw+kgW2IAAAAMUlEQVQI12NYBQYMaNSirFUeQGqB5Cp1EBUMoRZVgakVkmBqVSiEmigOppazY5gCBgBfDjDw4AbOAgAAAABJRU5ErkJggg==) 2px center no-repeat;
                    color: #fff;
                }

                .header_server .server_box .server_list a.hot {
                    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA0AAAANBAMAAACAxflPAAAAJFBMVEXZMRjZMRjZMRjZMRjZMRjZMRjjaFbrkYTwraP1yMH31tH/////D3W6AAAABXRSTlPv9vf4/v0Jzj8AAAAvSURBVAjXY2BSAgEBBtNQEAhgUC0PDZ0W6oBJV6SlLQPR1bt3b8Mmj0bDzIOaDwDfqBzxqKJWTwAAAABJRU5ErkJggg==) 2px center no-repeat;
                    color: #ffc34b;
                }

            .header_server .server_box .server_list .item span {
                float: right;
            }

        .header_server .server_box .server_more {
            position: absolute;
            height: 62px;
            width: 80px;
            right: 80px;
            top: 35px;
            font-size: 14px;
            color: #ffc34b;
            border: 1px solid #ffc34b;
            border-radius: 3px;
        }

            .header_server .server_box .server_more span {
                display: block;
                padding: 10px 0 0 10px;
            }

            .header_server .server_box .server_more:hover {
                color: #eb970f;
                border: 1px solid #eb970f;
            }

/*右下角保存桌面*/
.rightdown {
    position: fixed !important;
    bottom: 0 !important;
    right: 0 !important;
    z-index: 8000;
    _position: absolute;
    _top: expression(eval(document.documentElement.scrollTop+document.documentElement.clientHeight-this.offsetHeight-(parseInt(this.currentStyle.marginTop,0)||0)-(parseInt(this.currentStyle.marginBottom,0)||0)));
}

.rightdown_btn {
    background: url(../images/rightdown.png) no-repeat;
    display: block;
    width: 162px;
    height: 82px;
    cursor: pointer;
    text-indent: -999px;
    font-size: 0;
    overflow: hidden;
}

.rightdown_desktop {
    background-position: 0 -82px;
}

/*全局色调*/
.bga {
/*    background-color: #2c2c2c;
*/    color: #fff;
}

    .bga .title {
        color: #b16400;
    }

    .bga a {
        color: #666;
    }

        .bga a * {
            color: #666;
        }

        .bga a:visited {
            color: #666;
        }

        .bga a:hover {
            color: #ff6600;
        }

            .bga a:hover * {
                color: #ff6600;
            }

.main {
    position: relative;
    width: 1200px;
    margin: 10px auto 0;
    overflow: hidden;
    zoom: 1;
}

    .main .left {
        float: left;
        width: 300px;
    }

        .main .left .fast_track {
            width: 300px;
            margin-bottom: 20px;
        }

        .main .left .introduction {
            width: 256px;
            margin-bottom: 20px;
        }

        .main .left .services {
            width: 256px;
            margin-bottom: 20px;
        }

    .main .right {
        float: right;
        width: 890px;
    }

    .main .area {
        float: left;
        width: 100%;
        margin-bottom: 10px;
        overflow: hidden;
    }

    .main .ml10 {
        margin-left: 0;
    }

    .main .mb10 {
        margin-bottom: 10px;
    }

/*通用图标*/
.ico {
    display: inline-block;
    overflow: hidden;
    cursor: pointer;
    vertical-align: middle;
    background: url(../images/icon.png) no-repeat
}

i.ico {
    transition: all linear .3s;
    -moz-transition: all linear .3s;
    -webkit-transition: all linear .3s;
    -o-transition: all linear .3s
}

a:hover i.ico {
    transform: rotateY(180deg);
    -moz-transform: rotateY(180deg);
    -webkit-transform: rotateY(180deg);
    -o-transform: rotateY(180deg)
}

.ico_vip {
    background-position: 0 0
}

.ico_gift {
    background-position: -40px 0
}

.ico_down {
    background-position: -80px 0
}

.ico_activity {
    background-position: -120px 0
}

/*开始游戏*/
.fast_track {
    float: left;
    position: relative;
    width: 300px;
/*    height: 250px;
*/    overflow: hidden;
    z-index: 1;
/*    background-color: #232323;
*/}

    .fast_track .btnbox {
        width: 296px;
        height: 246px;
        margin: 1px;
        border: 1px solid #49484d;
        display: block;
        overflow: hidden;
    }

        .fast_track .btnbox a {
            position: relative;
            float: left;
            z-index: 3;
            display: block;
            width: 150px;
            height: 250px;
            line-height: 250px;
            overflow: hidden;
            text-align: center;
            font-size: 20px;
            color: #f8e4a2;
        }

            .fast_track .btnbox a:hover {
                color: #ffc34b;
            }

            .fast_track .btnbox a i.ico {
                position: absolute;
                left: 55px;
                top: 25px;
                width: 40px;
                height: 40px;
                display: block;
            }

            .fast_track .btnbox a.combtn {
                width: 147px;
                _width: 145px;
                height: 92px;
                line-height: 150px;
                padding: 15px 0;
            }

            .fast_track .btnbox a.combtn1 {
                border-bottom: 1px solid #000;
                border-right: 1px solid #2c2c2c;
            }

            .fast_track .btnbox a.combtn2 {
                border-bottom: 1px solid #000;
                border-left: 1px solid #000;
            }

            .fast_track .btnbox a.combtn3 {
                border-top: 1px solid #2c2c2c;
                border-right: 1px solid #2c2c2c;
            }

            .fast_track .btnbox a.combtn4 {
                border-top: 1px solid #2c2c2c;
                border-left: 1px solid #000;
            }

            .fast_track .btnbox a.combtn:hover {
                color: #ffc34b;
            }

/*焦点轮播*/
.focus_slide {
    float: left;
    position: relative;
    width: 600px;
    height: 250px;
    overflow: hidden;
    z-index: 1;
}

    .focus_slide .slidebox {
        width: 100%;
        height: 100%;
        position: relative;
        z-index: 2;
        overflow: hidden
    }

    .focus_slide .s_list {
        width: 100%;
        height: 100%;
        overflow: hidden;
        position: relative
    }

        .focus_slide .s_list a {
            width: 100%;
            height: 100%;
            background-position: center center;
            background-repeat: no-repeat;
            position: absolute;
            left: 0;
            top: 0;
            filter: inherit;
            display: block
        }

        .focus_slide .s_list img {
            width: 100%;
            height: 100%;
        }

    .focus_slide .lr_arrow {
        width: 15px;
        height: 22px;
        display: none;
        border-width: 13px 12px 13px 10px;
        border-color: black;
        border-style: solid;
        background-color: black;
        background-image: url(../images/slide_arrow.png);
        background-position: 0px 0px;
        opacity: 0.2;
        position: absolute;
        top: 96px;
        z-index: 3;
    }

        .focus_slide .lr_arrow:hover {
            opacity: 0.5
        }

    .focus_slide .left_arrow {
        left: 0
    }

    .focus_slide .right_arrow {
        right: 0;
        background-position: -18px 0px
    }

    .focus_slide .btn {
        height: 12px;
        position: absolute;
        z-index: 3;
        right: 10px;
        bottom: 10px;
    }

        .focus_slide .btn li {
            display: inline
        }

        .focus_slide .btn a {
            display: inline;
            float: left;
            height: 12px;
            width: 12px;
            overflow: hidden;
            line-height: 0;
            border-radius: 6px;
            margin: 0 4px;
            background: #a4a4a4;
            cursor: pointer;
            transition: all .4s;
            text-indent: -999px;
            font-size: 0;
        }

            .focus_slide .btn a:hover {
                background: #ff6600;
                width: 20px;
            }

        .focus_slide .btn .activeSlide a {
            background: #ff6600;
            width: 20px;
        }

/*游戏推荐*/
.game_recommend {
    float: left;
    position: relative;
    width: 300px;
    height: 250px;
    overflow: hidden;
    z-index: 1;
}

    .game_recommend .tab {
        width: 100%;
        height: 42px;
        background: url(../images/game_recommend.png) repeat-x scroll 0px 0px transparent;
    }

    .game_recommend .content {
        overflow: hidden;
    }

    .game_recommend ul li {
        float: left;
        width: 72px;
        padding: 8px 0 0 20px;
    }

        .game_recommend ul li img {
            border-radius: 6px 6px 6px 6px;
            height: 72px;
            width: 72px;
            overflow: hidden;
            vertical-align: bottom;
        }

        .game_recommend ul li span {
            display: block;
            height: 18px;
            width: 72px;
            line-height: 18px;
            overflow: hidden;
            text-align: center;
        }

/*新闻公告*/
.news_column {
    float: left;
    position: relative;
    width: 600px;
    height: 250px;
    overflow: hidden;
    z-index: 1;
}

    .news_column .tabs {
        height: 40px;
        position: relative;
        border-bottom: 2px solid #d9d9d9;
    }

        .news_column .tabs .newsTabs {
            float: left;
            height: 40px;
        }

            .news_column .tabs .newsTabs li {
                float: left;
                width: 100px;
                height: 40px;
                line-height: 40px;
                font-size: 16px;
                text-align: center;
                color: #888;
                cursor: pointer;
            }

                .news_column .tabs .newsTabs li a {
                    color: #888;
                }

                .news_column .tabs .newsTabs li.tabOn {
                    border-bottom: 2px solid #666;
                    color: #666;
                }

                .news_column .tabs .newsTabs li:hover a {
                    color: #666;
                }

    .news_column .newsLay {
        position: relative;
        background: #f4f4f4;
        height: 210px;
        display: none;
    }

        .news_column .newsLay a.more {
            position: absolute;
            line-height: 20px;
            height: 20px;
            margin: -242px 0 0 540px;
            color: #666;
        }

            .news_column .newsLay a.more i {
                margin-left: 5px;
                vertical-align: middle;
            }

            .news_column .newsLay a.more:hover {
                color: #666;
            }

            .news_column .newsLay a.more i.ico_plus {
                width: 14px;
                height: 14px;
                background-position: 0 -40px
            }

            .news_column .newsLay a.more:hover i.ico_plus {
                transition: all linear .3s;
                -moz-transition: all linear .3s;
                -webkit-transition: all linear .3s;
                -o-transition: all linear .3s
            }

            .news_column .newsLay a.more:hover i.ico_plus {
                transform: rotateY(180deg);
                -moz-transform: rotateY(180deg);
                -webkit-transform: rotateY(180deg);
                -o-transform: rotateY(180deg)
            }

        .news_column .newsLay ul {
            vertical-align: top;
            padding: 0 11px;
            height: 210px;
            overflow: hidden;
        }

            .news_column .newsLay ul li {
                border-bottom: 1px dotted #a4a4a4;
                clear: both;
                overflow: hidden;
                zoom: 1
            }

                .news_column .newsLay ul li:last-child {
                    border-bottom: none;
                }

        .news_column .newsLay a {
            float: left;
            margin-right: 6px;
            overflow: hidden;
            height: 32px;
            line-height: 32px;
            font-size: 14px;
            max-width: 488px;
            text-overflow: ellipsis;
            white-space: nowrap;
            display: block;
        }

        .news_column .newsLay p {
            width: 150px;
            background: #ebebeb;
            color: #b3b3b3;
            border: 1px solid #dbdbdb;
            margin: 50px auto 0 auto;
            text-align: center;
            height: 30px;
            line-height: 30px;
        }

        .news_column .newsLay span {
            float: right;
            line-height: 30px;
            font-size: 14px;
            color: #a2a2a2;
        }

    .news_column em.hot, .news_column em.new {
        display: block;
        float: left;
        width: 11px;
        height: 11px;
        line-height: 0;
        font-size: 0;
        overflow: hidden;
        background-position: 0 -441px;
        margin-top: 8px;
    }

    .news_column em.new {
        background-position: -11px -441px;
    }

    .news_column .newsLay a.a8 {
        color: #ff6600;
    }

    .news_column .newsLay a.a9 {
        color: #ff6600;
        font-size: 18px;
        font-weight: bold;
        text-align: center;
        line-height: 40px;
        display: block;
        width: 100%;
        text-align: center;
        height: 40px;
        max-width: 490px;
        margin: 0 auto;
    }

    .news_column .newsLay a.a10 {
        max-width: 200px;
        margin-right: 3px;
    }

/*游戏资料*/
.game_data {
    float: left;
    position: relative;
    width: 300px;
    height: 250px;
    overflow: hidden;
    z-index: 1;
}

    .game_data .tabs {
        position: relative;
        height: 80px;
        z-index: 2;
    }

        .game_data .tabs .dataTabs {
            position: absolute;
            height: 60px;
            margin: 20px 40px 0;
        }

            .game_data .tabs .dataTabs li {
                float: left;
                background: url(../images/gamedata_ico.png) no-repeat;
                width: 44px;
                height: 44px;
                margin-left: 44px;
                _margin-left: 16px;
                text-indent: -999px;
                font-size: 0;
                cursor: pointer;
            }

                .game_data .tabs .dataTabs li:first-child {
                    margin-left: 0;
                }

                .game_data .tabs .dataTabs li.ico_xsyd {
                    background-position: 0 0;
                }

                .game_data .tabs .dataTabs li.ico_tswf {
                    background-position: 0 -44px;
                }

                .game_data .tabs .dataTabs li.ico_gsjj {
                    background-position: 0 -88px;
                }

                .game_data .tabs .dataTabs li.ico_xsyd.tabOn {
                    background-position: -44px 0;
                }

                .game_data .tabs .dataTabs li.ico_tswf.tabOn {
                    background-position: -44px -44px;
                }

                .game_data .tabs .dataTabs li.ico_gsjj.tabOn {
                    background-position: -44px -88px;
                }

        .game_data .tabs .line {
            position: absolute;
            top: 42px;
            left: 75px;
            display: block;
            height: 1px;
            width: 150px;
            overflow: hidden;
            background: #999999;
            z-index: -1;
        }

    .game_data .dataLay {
        position: relative;
        height: 170px;
        z-index: 1;
        display: none;
    }

        .game_data .dataLay .title {
            position: relative;
            height: 30px;
            padding-left: 38px;
        }

            .game_data .dataLay .title .cn {
                font-size: 18px;
            }

            .game_data .dataLay .title .en {
                margin-left: 5px;
                font-size: 14px;
                opacity: .6;
                filterL: alpha(opacity=60);
            }

        .game_data .dataLay ul {
            position: absolute;
            float: left;
            width: 256px;
            padding: 5px 22px;
            z-index: 2;
        }

            .game_data .dataLay ul li {
                float: left;
                width: 84px;
                height: 30px;
                line-height: 30px;
                text-align: center;
                overflow: hidden;
                text-overflow: ellipsis;
                white-space: nowrap;
            }

                .game_data .dataLay ul li a {
                    width: 72px;
                    overflow: hidden;
                    text-overflow: ellipsis;
                    white-space: nowrap;
                }

        .game_data .dataLay a {
            display: inline-block;
        }

        .game_data .dataLay .more {
            position: absolute;
            top: 135px;
            right: 30px;
        }

    .game_data .mark {
        position: absolute;
        top: -45px;
        right: 0;
        width: 137px;
        height: 182px;
        overflow: hidden;
        z-index: 1;
        background: url(../images/gamedata_mark.png) no-repeat;
    }

    .game_data .mark {
        transition: all linear .3s;
        -moz-transition: all linear .3s;
        -webkit-transition: all linear .3s;
        -o-transition: all linear .3s
    }

    .game_data li:hover .mark {
        transform: scale(1.05,1.05);
        -moz-transform: scale(1.05,1.05);
        -webkit-transform: scale(1.05,1.05)
    }

.mark.m1 {
    background-position: 0 0;
}

.mark.m2 {
    background-position: -140px 0;
}

.mark.m3 {
    background-position: -280px 0;
}

.introduction .mark, .services .mark {
    position: absolute;
    top: 7px;
    right: 0;
    width: 137px;
    height: 182px;
    overflow: hidden;
    z-index: 1;
    background: url(../images/gamedata_mark.png) no-repeat;
}

    .introduction .mark.m4 {
        background-position: -420px 0;
    }

.left .introduction .mark.m4 {
    top: 30px;
}

.services .mark.m5 {
    background-position: -560px 0;
    top: 30px;
}

/*游戏介绍*/
.introduction {
    float: left;
    position: relative;
    width: 256px;
    height: 240px;
    overflow: hidden;
    z-index: 1;
    padding: 22px;
}

    .introduction .title {
        position: relative;
        height: 56px;
        z-index: 2;
    }

        .introduction .title span {
            margin-right: 7px;
            display: block
        }

        .introduction .title .cn {
            font-size: 18px
        }

        .introduction .title .en {
            font-size: 14px;
            opacity: .6;
            filterL: alpha(opacity=60);
        }

    .introduction .content {
        position: relative;
        width: 250px;
        height: 150px;
        font-size: 12px;
        line-height: 22px;
        overflow: hidden;
        z-index: 2;
    }

        .introduction .content a {
            color: #ff6600;
        }

    .introduction .mark {
        top: 36px;
        right: 0;
    }

/*客户服务*/
.services {
    float: left;
    position: relative;
    width: 186px;
    height: 206px;
    overflow: hidden;
    z-index: 1;
    padding: 22px;
}

    .services .title {
        position: relative;
        height: 56px;
        z-index: 2;
    }

        .services .title span {
            font-size: 18px;
            margin-right: 7px;
            display: block
        }

        .services .title .cn {
            font-size: 18px
        }

        .services .title .en {
            font-size: 14px;
            opacity: .6;
            filterL: alpha(opacity=60);
        }

    .services .content {
        position: relative;
        font-size: 12px;
        line-height: 22px;
        overflow: hidden;
        z-index: 2;
    }

        .services .content ul {
            height: 106px;
            overflow: hidden;
        }

        .services .content li {
            line-height: 26px;
        }

            .services .content li a {
                color: #fff;
                height: 20px;
                background: #333639;
                padding: 0 5px;
                display: inline-block;
                vertical-align: middle;
                line-height: 20px;
                margin-left: 10px;
            }

                .services .content li a:hover {
                    background: #881610;
                }

/*游戏攻略*/
.gonglue {
    float: left;
    position: relative;
    width: 326px;
    height: 206px;
    padding: 22px;
    overflow: hidden;
    margin-left: 0;
}

    .gonglue .gonglueTabs {
        float: left;
        width: 100%;
    }

        .gonglue .gonglueTabs li {
            float: left;
            margin-right: 5px;
            padding: 0 10px;
            height: 24px;
            line-height: 24px;
            text-align: center;
            background: #333639;
            color: #8d8f92;
            cursor: pointer;
        }

            .gonglue .gonglueTabs li.tabOn {
                background: #881610;
                color: #fff;
            }

    .gonglue .gonglueLay {
        float: left;
        width: 100%;
        padding-top: 5px;
    }

        .gonglue .gonglueLay a.more {
            position: absolute;
            line-height: 20px;
            height: 20px;
            margin: -185px 0 0 290px;
        }

        .gonglue .gonglueLay ul {
            vertical-align: top;
            height: 160px;
            overflow: hidden;
        }

            .gonglue .gonglueLay ul li {
                border-bottom: 1px dotted #a4a4a4;
                clear: both;
                line-height: 26px;
                overflow: hidden;
                zoom: 1;
            }

        .gonglue .gonglueLay a {
            float: left;
            margin-right: 6px;
            overflow: hidden;
            height: 26px;
            max-width: 235px;
            text-overflow: ellipsis;
            white-space: nowrap;
        }

        .gonglue .gonglueLay span {
            float: right;
            color: #a2a2a2;
        }

        .gonglue .gonglueLay iframe {
            vertical-align: top;
            width: 100%;
            height: 160px;
            overflow: hidden;
        }

/*活动小图*/
.activity {
    float: left;
    position: relative;
    width: 300px;
    height: 250px;
    overflow: hidden;
    z-index: 1;
}

    .activity li {
        float: left;
        position: relative;
        width: 300px;
        height: 120px;
        margin-top: 10px;
        overflow: hidden;
    }

        .activity li:first-child {
            margin-top: 0px;
        }

        .activity li a {
            float: left;
            position: absolute;
            width: 100%;
            height: 100%;
        }

            .activity li a img {
                position: absolute;
                width: 100%;
                height: 100%;
                z-index: 1;
            }

            .activity li a img {
                transition: all linear .3s;
                -moz-transition: all linear .3s;
                -webkit-transition: all linear .3s;
                -o-transition: all linear .3s
            }

            .activity li a:hover img {
                transform: scale(1.05,1.05);
                -moz-transform: scale(1.05,1.05);
                -webkit-transform: scale(1.05,1.05)
            }

/*媒体合作*/
.media {
    float: left;
    position: relative;
    width: 100%;
    height: 70px;
    overflow: hidden;
    z-index: 1;
    padding: 10px 0 10px 22px;
}

    .media .title {
        height: 26px;
        font-size: 16px;
        margin-right: 7px;
    }

    .media .content ul {
        width: 100%;
        height: 40px;
        overflow: hidden;
    }

        .media .content ul li {
            float: left;
            width: 100px;
            height: 36px;
            margin-right: 5px;
            margin-bottom: 5px;
        }

            .media .content ul li a {
                width: 100%;
                height: 100%;
            }

            .media .content ul li img {
                width: 100%;
                height: 100%;
            }

/*友情链接*/
.links {
    float: left;
    position: relative;
    width: 924px;
    height: 70px;
    overflow: hidden;
    z-index: 1;
    padding: 10px 22px;
}

    .links .title {
        height: 26px;
        font-size: 16px;
        margin-right: 7px;
    }

    .links .content ul {
        height: 40px;
        overflow: hidden;
    }

        .links .content ul li {
            float: left;
            margin-right: 5px;
            margin-bottom: 5px;
        }

/*页面板块通用*/
.main .right .page {
    float: right;
    width: 890px;
    min-height: 900px;
    margin-bottom: 10px;
}

    .main .right .page .tab {
        position: relative;
        height: 80px;
        padding: 20px 0 0 26px;
    }

        .main .right .page .tab .title {
            height: 40px;
            line-height: 40px;
            font-size: 30px;
            font-weight: bold;
            overflow: hidden;
        }

        .main .right .page .tab .crumb {
            height: 40px;
            line-height: 40px;
            overflow: hidden;
        }

            .main .right .page .tab .crumb a:hover {
                color: #FF4200;
            }

            .main .right .page .tab .crumb em {
                font-style: normal;
                color: #FF4200;
            }

    .main .right .page .ban {
        background: #181818;
        font-size: 14px;
    }

        .main .right .page .ban a {
            padding: 0 26px;
            display: inline-block;
            line-height: 42px;
            color: #8d8d8d;
        }

            .main .right .page .ban a:hover {
                background: #333;
                text-decoration: none;
            }

            .main .right .page .ban a.on {
                background: #881610;
                color: #fff;
            }

    .main .right .page .box {
        padding: 10px 65px 30px;
    }

/*服务器列表*/
.main .right .serlist .ser_sort {
    height: 15px;
    line-height: 15px;
    text-align: center;
}

    .main .right .serlist .ser_sort span {
        background: url(../images/sprite_server_sort.png) no-repeat scroll 0 0 transparent;
        padding-left: 15px;
        display: inline-block;
        margin-right: 25px;
    }

        .main .right .serlist .ser_sort span.s1 {
            background-position: 0 0px;
        }

        .main .right .serlist .ser_sort span.s2 {
            background-position: 0 -15px;
        }

        .main .right .serlist .ser_sort span.s3 {
            background-position: 0 -30px;
        }

        .main .right .serlist .ser_sort span.s4 {
            background-position: 0 -45px;
        }

.main .right .serlist .ser_box {
    margin-bottom: 5px;
}

    .main .right .serlist .ser_box .ser_title {
        margin-bottom: 13px;
        font-size: 16px;
        font-weight: bold;
        border-bottom: 1px dashed #bbbbbb;
        padding-bottom: 11px;
        position: relative;
        zoom: 1;
    }

    .main .right .serlist .ser_box .ser_list {
        float: left;
    }

        .main .right .serlist .ser_box .ser_list li {
            float: left;
            height: 50px;
            width: 235px;
            background: url(../images/sprite_server.png) no-repeat scroll 0 0 transparent;
            cursor: pointer;
            font-size: 12px;
            line-height: 50px;
            margin: 0 20px 10px 0;
            padding: 0 5px 0 10px;
        }

            .main .right .serlist .ser_box .ser_list li:hover {
                background-position: 0 -50px;
            }

            .main .right .serlist .ser_box .ser_list li a {
                background: url(../images/sprite_server_sort.png) no-repeat scroll 0 0 transparent;
                padding-left: 20px;
            }

                .main .right .serlist .ser_box .ser_list li a.s1 {
                    background-position: 0 0;
                }

                .main .right .serlist .ser_box .ser_list li a.s2 {
                    background-position: 0 -15px;
                }

                .main .right .serlist .ser_box .ser_list li a.s3 {
                    background-position: 0 -30px;
                }

                .main .right .serlist .ser_box .ser_list li a.s4 {
                    background-position: 0 -45px;
                }

        .main .right .serlist .ser_box .ser_list span.gamename {
            font-weight: 700;
            color: #666;
            font-size: 14px;
            height: 50px;
            line-height: 50px;
        }

        .main .right .serlist .ser_box .ser_list span.gamestate {
            float: right;
            color: #FF7300;
            padding-right: 15px;
            height: 50px;
            line-height: 50px;
        }

.main .right .serlist .select_quick {
    height: 37px;
    line-height: 37px;
    margin: 10px 0;
    background: #ffe7d2;
    color: #ff7300;
    padding-left: 13px;
    border: 1px solid #ffbc83;
}

    .main .right .serlist .select_quick .fastin_input {
        border: 1px solid #d5d5d5;
        border-radius: 2px;
        box-shadow: none;
        width: 50px;
        height: 20px;
        line-height: 22px;
        margin: 0 2px;
        _margin: 6px 2px 0;
        font-size: 14px;
        vertical-align: middle;
    }

    .main .right .serlist .select_quick .fastin_btn {
        background: url(../images/sprite_server.png) no-repeat -78px -100px;
        width: 78px;
        height: 24px;
        display: inline-block;
        vertical-align: middle;
        text-indent: -999px;
        font-size: 0;
    }

        .main .right .serlist .select_quick .fastin_btn:hover {
            background-position: 0 -100px;
        }

.main .right .serlist .ser_tabs .ser_tab_list {
    height: 33px;
    border-bottom: 1px solid #d9d9d9;
    border-left: 1px solid #d9d9d9;
    margin-bottom: 10px;
}

    .main .right .serlist .ser_tabs .ser_tab_list a {
        display: block;
        width: 74px;
        height: 32px;
        float: left;
        font: 12px/32px "微软雅黑","黑体";
        color: #3c3c3d;
        text-align: center;
        border-top: 1px solid #d9d9d9;
        border-right: 1px solid #d9d9d9;
    }

        .main .right .serlist .ser_tabs .ser_tab_list a.on, .main .right .serlist .ser_tabs .ser_tab_title .list_tab a:hover {
            background-color: #3c3c3d;
            font-weight: bold;
            color: #fff;
            border: none;
            padding: 1px 0 0 1px;
            text-decoration: none;
        }

/*新手卡页*/
.main .right .xsk .xsk_bts {
    margin: 0 0 10px 0;
    font-size: 16px;
    font-weight: bold;
    border-bottom: 1px dashed #bbbbbb;
    position: relative;
    padding-bottom: 5px;
}

.main .right .xsk .xsknrs {
    padding-left: 15px;
    margin-bottom: 40px;
    line-height: 24px;
}

.main .right .xsk .xsk_sms {
    padding: 0;
}

    .main .right .xsk .xsk_sms li {
        line-height: 24px;
    }

.main .right .xsk .xsk_duiqu {
    padding: 10px 0px 0px 0px;
    font-size: 14px;
    zoom: 1;
}

    .main .right .xsk .xsk_duiqu .xsk_dhs {
        font-weight: bold;
        line-height: 28px;
        vertical-align: top;
        zoom: 1;
        float: left;
        padding-right: 13px;
    }

    .main .right .xsk .xsk_duiqu .xsk_fills {
        margin: -1px -6px 0 0;
        vertical-align: middle;
        width: 250px;
        padding: 0 5px;
        height: 24px;
        line-height: 24px;
        border: 1px solid #bbbbbb;
        color: #000;
        background: #fbf5eb;
    }

    .main .right .xsk .xsk_duiqu .xsk_cp {
        padding: 0;
    }

    .main .right .xsk .xsk_duiqu .xsk_copy {
        position: absolute;
        _margin: 1px;
    }

    .main .right .xsk .xsk_duiqu .xsk_ljlqu {
        padding: 0 10px;
        float: left;
        margin-top: -2px;
    }

    .main .right .xsk .xsk_duiqu .xsk_yhd {
        padding: 2px 0 0;
        line-height: 28px;
        vertical-align: top;
        zoom: 1;
    }

        .main .right .xsk .xsk_duiqu .xsk_yhd a {
            text-decoration: underline;
        }

    .main .right .xsk .xsk_duiqu select {
        height: 26px;
        min-width: 120px;
        padding: 2px 2px 2px 1px;
        border-color: #848484 #E0E0E0 #E0E0E0 #848484;
        border-style: solid;
        border-width: 1px;
    }

.main .right .xsk .xsk_dnto {
    padding: 9px 0 0;
    color: #c71111;
}

.main .right .xsk .xsk_lpic {
    padding: 5px 0px 5px 17px;
}

    .main .right .xsk .xsk_lpic img {
        max-width: 100%;
        width: expression(this.width > 600 ? "600px":this.width );
        height: auto;
        margin-bottom: 10px;
    }

/*新闻内容页*/
.main .right .newsview .box .title {
    text-align: center;
    font-size: 22px;
    font-weight: bold;
    line-height: 44px;
}

.main .right .newsview .box .note {
    line-height: 24px;
    position: relative;
    text-align: center;
    border-bottom: 1px dotted #9E9E9E;
    padding-bottom: 10px;
}

.main .right .newsview .box .n_baidu {
    font-weight: bold;
    padding-top: 5px;
    text-align: center;
}

.main .right .newsview .box .t_baidu {
    background: none repeat scroll 0 0 #FFFFFF;
    border: 1px solid #002420;
    height: 15px;
    line-height: 15px;
    width: 94px;
}

.main .right .newsview .box .b_baidu {
    background: url(../images/baidu.gif) no-repeat scroll 0 0 transparent;
    border: medium none;
    height: 18px;
    margin-left: 5px;
    width: 73px;
    cursor: pointer;
}

.main .right .newsview .box .content {
    color: #000000;
    font-size: 14px;
    line-height: 24px;
    overflow: hidden;
    padding: 20px;
}

    .main .right .newsview .box .content img {
        max-width: 100%;
        width: expression(this.width > 600 ? "600px":this.width );
        height: auto;
    }

    .main .right .newsview .box .content table, .main .right .newsview .box .content tr, .main .right .newsview .box .content th, .main .right .newsview .box .content td {
        border: 1px solid;
    }

.main .right .newsview .box .neararticle {
    padding: 20px 0 0;
    font-size: 14px;
}

.main .right .newsview .box .morepost {
    padding: 20px 0;
    text-align: center;
}

    .main .right .newsview .box .morepost a:link, .main .right .neiye .box .morepost a:visited {
        color: #ffffff;
    }

    .main .right .newsview .box .morepost span {
        font-size: 14px;
        background: none repeat scroll 0 0 #EC480A;
        display: inline-block;
        padding: 10px 30px;
        text-align: center;
        color: #ffffff;
    }

.main .right .newsview .box .relevance {
    padding: 20px 0;
}

    .main .right .newsview .box .relevance .rev_bts {
        padding: 0 8px 5px;
        border-bottom: 1px solid #9E9E9E;
        font-size: 16px;
    }

    .main .right .newsview .box .relevance .date {
        padding: 0;
        float: right;
    }

    .main .right .newsview .box .relevance .more {
        padding: 0;
        float: right;
        font-weight: normal;
        font-size: 12px;
        margin-top: 3px;
    }

    .main .right .newsview .box .relevance .rev_list {
        padding: 12px 0px 0px;
    }

        .main .right .newsview .box .relevance .rev_list li {
            background: url(../images/arrow-right.png) no-repeat scroll 10px center transparent;
            padding: 0 10px 0 30px;
            margin: 0;
            border-bottom: 1px dotted #bbbbbb;
            line-height: 30px;
            height: 30px;
            width: 350px;
            overflow: hidden;
        }

            .main .right .newsview .box .relevance .rev_list li a {
                width: 300px;
                font-size: 14px;
                text-overflow: ellipsis;
                white-space: nowrap;
                display: block;
                overflow: hidden;
            }

    .main .right .newsview .box .relevance .rev_xinwen {
        padding: 0;
        width: 390px;
        float: left;
        display: inline;
    }

    .main .right .newsview .box .relevance .rev_ziliao {
        padding: 0;
        width: 390px;
        float: right;
        display: inline;
    }

/*新闻列表页*/
.main .right .newslist .box li {
    background: url(../images/arrow-right.png) no-repeat scroll 10px center transparent;
    margin: 0 10px;
    padding: 5px 5px 5px 30px;
    border-bottom: 1px dotted #bbbbbb;
    height: 30px;
    line-height: 30px;
    overflow: hidden;
}

    .main .right .newslist .box li a {
        width: 660px;
        font-size: 16px;
        text-overflow: ellipsis;
        white-space: nowrap;
        display: block;
        overflow: hidden;
    }

    .main .right .newslist .box li:hover {
        background: url(../images/arrow-right.png) no-repeat scroll 10px center rgba(0,0,0,0.2);
    }

    .main .right .newslist .box li .date {
        float: right;
        font-size: 14px;
    }

    .main .right .newslist .box li em {
        display: none;
    }

.main .right .newslist .box #pageNum {
    text-align: center;
    height: 40px;
    margin: 10px auto;
    color: #bbbbbb;
}

    .main .right .newslist .box #pageNum span {
        border: #bbbbbb solid 1px;
        padding: 5px 10px 3px;
        margin: 0 3px;
        line-height: 40px;
    }

/*资料列表页*/
.main .right .ziliaolist .box li {
    float: left;
    background: url(../images/arrow-right.png) no-repeat scroll 10px center transparent;
    width: 112px;
    height: 28px;
    line-height: 28px;
    margin: 0 12px;
    padding: 5px 0px 5px 30px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

    .main .right .ziliaolist .box li a {
        font-size: 16px;
    }

.main .right .ziliaolist .box #pageNum {
    text-align: center;
    height: 40px;
    margin: 10px auto;
    color: #bbbbbb;
}

    .main .right .ziliaolist .box #pageNum span {
        border: #bbbbbb solid 1px;
        padding: 5px 10px 3px;
        margin: 0 3px;
        line-height: 40px;
    }
.nav-tabs-custom > .data-ul-list {
    margin: 0;
    border-bottom-color: #f4f4f4;
    border-top-right-radius: 3px;
    border-top-left-radius: 3px;
}

    .nav-tabs-custom > .data-ul-list > li {
        border-top: 3px solid transparent;
        margin: 0px;
        margin-bottom: 0px;
        margin-right: 5px;
    }

        .nav-tabs-custom > .data-ul-list > li.active {
            border-top-color: #3c8dbc;
        }

        .nav-tabs-custom > .data-ul-list > li:first-of-type {
            margin-left: 0;
        }

.data-ul-list > li > a {
    margin-right: 2px;
    line-height: 1.42857143;
    border: 1px solid transparent;
    border-radius: 4px 4px 0 0;
}

.data-ul-list > li.active > a, .data-ul-list > li.active > a:focus, .data-ul-list > li.active > a:hover {
    color: #555;
    cursor: default;
    background-color: #fff;
    border: 1px solid #ddd;
    border-bottom-color: transparent;
}

.nav-tabs-custom > .data-ul-list > li > a {
    color: #fff;
    border-radius: 0;
    text-decoration: inherit;
}

    .nav-tabs-custom > .data-ul-list > li > a, .nav-tabs-custom > .data-ul-list > li > a:hover {
        background: transparent;
        margin: 0;
    }

.nav-tabs-custom > .data-ul-list > li.active > a, .nav-tabs-custom > .data-ul-list > li.active:hover > a {
    background-color: #fff;
    color: #444;
}

.nav-tabs-custom > .data-ul-list > li.active > a {
    border-top-color: transparent;
    border-left-color: #f4f4f4;
    border-right-color: #f4f4f4;
}

.nav-tabs-custom > .data-ul-list > li:first-of-type.active > a {
    border-left-color: transparent;
}

.nav-tabs-custom > .tab-content {
    padding: 10px;
    border: 1px solid #f4f4f4;
    border-top: 0px;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
}
