* {
    padding: 0;
    margin: 0;
}

body {
    font: 14px/1.5 "宋体",arial,helvetica,sans-serif;
    color: #333;
    _text-align: center;
}

a:link {
    color: #333;
    text-decoration: none;
}

a:visited {
    color: #333;
    text-decoration: none;
}

a:hover {
    color: #c30;
    text-decoration: underline;
}

img {
    border: 0;
}

input, table, textarea, select {
    font-size: 14px;
}

body {
    overflow-y: scroll;
}

ul {
    list-style: none;
}

em, cite, i {
    font-style: normal;
}

body {
    background: #fff;
}

#page {
    margin: 0 auto;
    position: relative;
    height: 1%;
    width: 1003px;
    _text-align: center;
}

#header {
    position: relative;
    _text-align: left;
}

    #header .logo {
        padding: 0;
        z-index: 3;
        position: absolute;
        left: 30px;
        top: 5px;
        width: 200px;
        text-align: center;
        line-height: 100px;
        height: 100px;
        vertical-align: middle;
        overflow: hidden;
    }

        #header .logo a {
            display: block;
            outline: none;
            line-height: 95px;
            *height: 100px;
            _height: 100px;
            height: 100px;
            vertical-align: middle;
            text-align: center;
            width: 200px;
        }

        * + html #header .logo a {
            font-size: 88px;
        }

        * html #header .logo a {
            font-size: 88px;
        }

            #header .logo a img {
                line-height: 100px;
                vertical-align: middle;
                max-width: 200px;
                max-height: 100px;
                _height: 100px;
                _width: 200px;
            }

        #header .logo b {
            font-weight: normal;
            position: absolute;
            bottom: 0;
            left: 0;
            height: 25px;
            line-height: 25px;
            display: block;
            overflow: hidden;
            width: 200px;
            text-align: center;
            color: #fff;
        }

    #header .banner {
        display: block;
        width: 1003px;
        overflow: hidden;
    }

        #header .banner img {
            width: 1003px;
            display: block;
        }

    #header .banner_def_bg {
        height: 120px;
        background: #C81207 url(images/bg.gif) repeat-x 0 0;
    }

#sidebar {
    float: left;
    width: 200px;
    position: relative;
    height: 1%;
}

#footer {
    border-top: 2px solid #BE1919;
    background: #F1EFF0;
    padding: 15px 0 20px;
    text-align: center;
}

#main {
    float: right;
    width: 750px;
    position: relative;
    height: 1%;
    padding: 0;
}

#navbar {
    font-size: 13px;
    line-height: 30px;
    height: 30px;
    position: relative;
    padding-left: 25px;
    clear: both;
    margin: 1px auto 0;
    background: url(images/navbar_bg.gif) repeat-x 0 0;
    _text-align: left;
}

    #navbar a {
        text-decoration: none;
    }

    #navbar span {
        font-weight: normal;
        position: absolute;
        right: 25px;
        top: 1px;
    }

#menubar {
    position: relative;
    border-top: 2px solid #0B67C5;
}

.menuList {
    margin: 0;
    padding-left: 20px;
    background: url(images/menubar_bg.gif) repeat-x 0 0;
    height: 35px;
}

    .menuList li {
        float: left;
        _display: inline;
        width: 95px;
        text-align: center;
        background: url(images/menu_li.gif) no-repeat 100% 50%;
        padding-right: 2px;
        height: 35px;
        line-height: 35px;
    }

        .menuList li.last {
            background: none;
        }

        .menuList li a {
            text-decoration: none;
            outline: none;
            color: #fff !important;
            text-align: center;
            width: 95px;
            display: block;
            height: 35px;
            line-height: 35px;
        }

            .menuList li a:hover {
                ;
                color: yellow !important;
                text-decoration: none;
            }

        .menuList li ul.subMenuList {
            display: none;
            border: solid #930C0C;
            border-width: 1px 1px 0;
        }

            .menuList li ul.subMenuList li {
                padding: 0;
                margin: 0;
                line-height: 23px;
                height: 23px;
                float: none;
                border: 0;
                background: none;
                border-bottom: 1px solid #930C0C;
            }

                .menuList li ul.subMenuList li a {
                    padding: 0 1.5em;
                    background: none;
                    line-height: 23px;
                    height: 23px;
                }

                    .menuList li ul.subMenuList li a:hover {
                        padding: 0 1.5em;
                        background: none;
                    }

#menubar .menuList LI.sfhover {
    position: relative;
}

    #menubar .menuList LI.sfhover .subMenuList {
        background: #B01515;
        DISPLAY: block;
        LEFT: 0;
        POSITION: absolute;
        top: 34px;
    }

        #menubar .menuList LI.sfhover .subMenuList li {
            margin: 0;
            text-align: center;
            padding: 0;
            background: none;
        }

            #menubar .menuList LI.sfhover .subMenuList li a:hover {
                text-decoration: none;
                background: #C91C1C;
            }

#menubar li a {
    overflow: hidden;
}

#menubar ul.subMenuList {
    text-align: left;
    width: auto;
}

    #menubar ul.subMenuList li {
        width: 100%;
        white-space: nowrap;
        text-align: left;
    }

        #menubar ul.subMenuList li a {
            padding: 0 1.5em;
            width: auto;
            _width: 100%;
            text-align: left;
            overflow: visible;
        }

            #menubar ul.subMenuList li a:hover {
                padding: 0 1.5em;
                width: auto;
                _width: 100%;
            }

* + html #menubar ul.subMenuList {
    width: auto;
    border-width: 1px;
}

    * + html #menubar ul.subMenuList li {
        width: 100%;
    }

        * + html #menubar ul.subMenuList li a {
            width: 100%;
        }

            * + html #menubar ul.subMenuList li a:hover {
                width: 100%;
            }

* + html #menubar LI.sfhover .subMenuList li {
    width: 100%;
}

.menuList_two {
    _margin-left: 0;
    padding: 0 40px;
    background: url(images/menubar_bg.gif) repeat-x 0 0;
    height: 45px;
}

    .menuList_two li {
        float: left;
        _display: inline;
        width: 90px;
        text-align: center;
        border-right: 1px dotted #febebf;
        line-height: 22px;
        height: 22px;
    }

        .menuList_two li.last {
            background: none;
        }

        .menuList_two li a {
            text-decoration: none;
            outline: none;
            color: #fff !important;
            text-align: center;
            width: 90px;
            display: block;
            line-height: 22px;
            height: 22px;
        }

            .menuList_two li a:hover {
                ;
                color: yellow !important;
                text-decoration: none;
            }

        .menuList_two li ul.subMenuList {
            display: none;
            border: solid #930C0C;
            border-width: 1px 1px 0;
        }

            .menuList_two li ul.subMenuList li {
                padding: 0;
                margin: 0;
                line-height: 20px;
                height: 20px;
                float: left;
                border: 0;
                background: none;
                border-bottom: 1px solid #930C0C;
            }

                .menuList_two li ul.subMenuList li a {
                    padding: 0;
                    background: none;
                    line-height: 20px;
                    height: 20px;
                }

                    .menuList_two li ul.subMenuList li a:hover {
                        padding: 0;
                        background: none;
                    }

#menubar .menuList_two LI.sfhover {
    position: relative;
}

    #menubar .menuList_two LI.sfhover .subMenuList {
        background: #B01515;
        DISPLAY: block;
        LEFT: -1px;
        POSITION: absolute;
        top: 22px;
    }

#menubar .menuList LI.sfhover .subMenuList li {
    margin: 0;
    text-align: center;
    padding: 0;
    background: none;
}

#menubar .menuList_two LI.sfhover .subMenuList li a:hover {
    text-decoration: none;
    background: #C91C1C;
}

.menuList li.sel a {
    ;
    color: yellow !important;
}

.menuList li.sel ul.subMenuList li a {
    color: #fff !important;
}

    .menuList li.sel ul.subMenuList li a:hover {
        color: yellow !important;
    }

.menuList_two li.sel a {
    ;
    color: yellow !important;
}

.menuList_two li.sel ul.subMenuList li a {
    color: #fff !important;
}

    .menuList_two li.sel ul.subMenuList li a:hover {
        color: yellow !important;
    }

#content {
    margin: 10px auto 1px;
    clear: both;
    height: 1%;
    position: relative;
    _text-align: left;
    width: 960px;
}

    #content:after {
        content: ".";
        display: block;
        clear: both;
        visibility: hidden;
        line-height: 0;
        height: 0;
    }

.box2 {
    position: relative;
    height: 1%;
    margin: 0 0 10px;
}

    .box2 .box2_h {
        position: relative;
        height: 26px;
        border: 0;
        color: #0B67C5;
        background: url(images/box2_h_c.gif) repeat-x 0 0;
        line-height: 26px;
    }

        .box2 .box2_h b {
            position: absolute;
            left: 0;
            top: 0;
            height: 26px;
            padding-left: 15px;
            background: url(images/box2_h_l.gif) no-repeat 0 0;
        }

        .box2 .box2_h i {
            position: absolute;
            right: 0;
            top: 0;
            height: 26px;
            color: #EFC0B3;
            padding-right: 13px;
            background: url(images/box2_h_r.gif) no-repeat 100% 0;
            font-size: 12px;
        }

    .box2 .box2_b {
        position: relative;
        border: 1px solid #DDD;
        padding: 8px;
        margin: 1px 0 0;
    }

    .box2 .box2_h i a {
        color: #EFC0B3;
    }

        .box2 .box2_h i a:hover {
            color: #FFE6DF;
        }

.box {
    position: relative;
    height: 1%;
    margin: 0 0 10px;
}

    .box .box_h {
        position: relative;
        height: 25px;
        border: 0;
        color: #90ADC3;
        background: url(images/box_h_c.gif) repeat-x 0 0;
        line-height: 25px;
    }

        .box .box_h b {
            position: absolute;
            left: 0;
            top: 0;
            height: 25px;
            padding-left: 15px;
            background: url(images/box_h_l.gif) no-repeat 0 0;
        }

        .box .box_h i {
            position: absolute;
            right: 0;
            top: 0;
            height: 25px;
            padding-right: 13px;
            background: url(images/box_h_r.gif) no-repeat 100% 0;
            font-size: 12px;
        }

    .box .box_b {
        position: relative;
        border: 1px solid #d5d5d5;
        padding: 8px;
    }

    .box .box_h i a {
        color: #666;
    }

        .box .box_h i a:hover {
            color: #c60;
        }

    .box .box_h b a {
        color: #C60A0B;
    }

        .box .box_h b a:hover {
            color: #C60A0B;
        }

.articleList li {
    border-bottom: 1px solid #efefef;
}

    .articleList li.header {
        background: transparent;
        border-top: 0 solid #dfdfdf;
    }

        .articleList li.header:hover {
            background: transparent;
        }

        .articleList li a.title, .articleList li.header .title {
            width: 28em;
        }

    .articleList li:hover {
        background: #fcfcfc;
    }

.articleList2 li span {
    position: absolute;
    right: 0;
    top: 0;
    width: 4.5em;
    color: #aaa;
    text-align: right;
    background: #fff;
    padding-left: .2em;
}

    .articleList2 li span a {
        width: 4.5em !important;
        color: #aaa !important;
    }

.menuList2 {
    line-height: 28px;
    position: relative;
    margin: -8px -7px;
}

    .menuList2 li {
        overflow: hidden;
        margin: 1px 0;
    }

        .menuList2 li a {
            color: #555 !important;
            display: block;
            height: 28px;
            padding-left: 2em;
            outline: none;
            background: url(images/menulist2_bg.gif) repeat-x 50% 50%;
            border: 1px solid #d7d7d7;
        }

            .menuList2 li a:hover {
                color: #CF5226 !important;
                text-decoration: none;
                background: #f9f9f9 url(images/menulist2_hover_bg.gif) no-repeat 1em 50%;
            }

.thumbList {
    position: relative;
    height: 1%;
}

    .thumbList li {
        overflow: hidden;
        text-align: center;
        float: left;
        _display: inline;
        width: 230px;
        margin: 5px 2px;
    }

        .thumbList li.photo a {
            border: 1px solid #ccc;
            *border: 0;
            display: table-cell;
            height: 160px;
            overflow: hidden;
            padding: 5px;
            text-align: center;
            vertical-align: middle;
            width: 210px;
            line-height: 160px;
        }

        .thumbList li.photo img {
            max-height: 160px;
            max-width: 210px;
            vertical-align: middle;
        }

        .thumbList li.title {
            height: 20px;
            line-height: 20px;
            width: 95%;
            overflow: hidden;
            text-overflow: ellipsis;
            margin: -3px 0 0;
        }

.col_l {
    float: left;
    width: 370px;
    margin-right: 10px;
    height: 545px;
    clear: left;
    _width: 370px;
    position: relative;
    height: 1%;
}

.col_r {
    float: right;
    width: 370px;
    height: 545px;
    clear: right;
    _width: 370px;
    position: relative;
    height: 1%;
}

    .col_l .articleList2 li a, .col_r .articleList2 li a {
        position: absolute;
        left: 1em;
        width: 18.5em;
    }

    .col_l .articleList2 li span a, .col_r .articleList2 li span a {
        color: #999 !important;
        font-size: 12px;
    }

.forum_nav {
    position: relative;
    height: 1%;
    margin: -5px -8px 0;
}

    .forum_nav dt {
        clear: both;
        color: #C30;
        margin: 5px 0 0;
    }

        .forum_nav dt a {
            color: #c30;
        }

        .forum_nav dt span {
            margin: 0 0 0 5px;
            font-size: 12px;
        }

            .forum_nav dt span a {
                color: #999;
            }

    .forum_nav dd {
        margin: 0 0 5px 5px;
    }

        .forum_nav dd li {
            float: left;
            _display: inline;
            width: 6em;
            font-size: 13px;
            padding: 0 0 0 5px;
            white-space: nowrap;
            overflow: hidden;
        }

a.rtfl {
    font-weight: bold;
    color: #093;
    text-decoration: underline;
}

#focus {
    MARGIN: 10px 0 0;
    WIDTH: 198px;
    _width: 200px;
    POSITION: relative;
    HEIGHT: 168px;
    _height: 170px;
    BORDER: #bcd3e0 1px solid;
    margin: 0 0 10px;
    overflow: hidden;
    position: relative;
}

#au {
    FILTER: progid:DXImageTransform.Microsoft.Fade(duration=0.5,overlap=1.0);
    WIDTH: 198px;
    HEIGHT: 145px;
}

    #au IMG {
        BORDER: #f7f7f7 1px solid;
        WIDTH: 196px;
        HEIGHT: 145px;
    }

#conau {
    BACKGROUND: #f7f7f7;
    FLOAT: left;
    padding-left: 10px;
    HEIGHT: 22px;
    line-HEIGHT: 22px;
    overflow: hidden;
    width: 100%;
    left: 0;
    POSITION: absolute;
    bottom: 0;
}

    #conau A {
        COLOR: #505050;
    }

.bbg0, .bbg1 {
    FONT-SIZE: 10px;
    BACKGROUND: #ff8c00;
    CURSOR: pointer;
    COLOR: white;
    LINE-HEIGHT: 11px;
    FONT-FAMILY: Arial;
}

    .bbg0 A, .bbg1 A {
        COLOR: white;
        TEXT-DECORATION: none;
    }

.bbg1 {
    BACKGROUND: #65ab31;
}

#no {
    right: 1px;
    POSITION: absolute;
    bottom: 23px;
}

    #no LI {
        FLOAT: left;
        WIDTH: 17px;
        MARGIN-RIGHT: 1px;
        PADDING-TOP: 2px;
        HEIGHT: 11px;
        TEXT-ALIGN: center;
    }

.contact {
    margin: 0 auto;
}

    .contact li {
        display: inline;
        border-right: 1px solid #311010;
        padding: 0 10px;
        height: 20px;
        line-height: 20px;
    }

        .contact li.last {
            border: 0;
        }

.ztxx_2col {
    position: relative;
    height: 1%;
}

    .ztxx_2col li {
        width: 46%;
        margin: 0 1%;
        float: left;
        _display: inline;
    }

        .ztxx_2col li a {
            width: 18.5em;
        }

        .ztxx_2col li span a {
            width: 4.5em;
        }

    .ztxx_2col:after {
        content: ".";
        display: block;
        clear: both;
        visibility: hidden;
        line-height: 0;
        height: 0;
    }

.widthauto li a {
    width: auto !important;
    position: relative !important;
    left: 0 !important;
}

* + html .widthauto li {
    height: 1.9em !important;
}

* html .widthauto li {
    height: 1.9em !important;
}

    * html .widthauto li a {
        width: auto;
        position: relative;
        left: 0;
    }

input.fixedwidth1 {
    height: 18px;
    _height: 20px;
    width: 98px;
    _width: 100px;
    border: 1px solid;
    border-color: #ccc #666 #666 #ccc;
    display: block;
}

input.fixedwidth2 {
    height: 28px;
    width: 62px;
    border: 1px solid #ccc;
    background: #f7f7f7;
    letter-spacing: 5px;
    padding-left: 5px;
}

.gg_height {
    height: 66px;
    height: 59px\9;
    *height: 69px;
    _height: 69px;
}

.hy_height {
    height: 66px;
}

.tags {
    height: 122px;
    height: 120px\9;
    overflow: hidden;
}

.reg_count {
    height: 40px;
    line-height: 20px;
}

.ad_wide {
    position: relative;
    height: 1%;
    _overflow: visible;
    width: 100%;
    margin: 0 0 4px;
    *margin: 0 0 10px;
    _margin: 0 0 10px;
}

    .ad_wide img {
        width: 100% !important;
        height: 90px;
    }

    .ad_wide:after {
        content: ".";
        display: block;
        clear: both;
        visibility: hidden;
        line-height: 0;
        height: 0;
    }

#top {
    background: #E0E1CF;
    border-top: 3px solid #D50000;
    color: #9A0C0B;
}

    #top a {
        color: #9A0C0B;
    }

    #top span {
        color: #333;
        position: absolute;
        right: 10px;
        top: 0;
    }

        #top span a {
            color: #333;
        }

    #top a:hover {
        color: red;
    }

.tabs1_box {
    ;
    height: 25px;
    position: relative;
    top: 1px;
    margin: 0 1px;
    z-index: 3;
    background: url(images/tabs1_box_bg.gif) repeat-x 0 100%;
}

    .tabs1_box li {
        float: left;
        _display: inline;
        position: relative;
        line-height: 25px;
    }

        .tabs1_box li a {
            padding: 0 8px;
            outline: none;
            border-right: 1px solid #d5d5d5;
            display: block;
            height: 25px;
            float: left;
            _display: inline;
        }

        .tabs1_box li.tabf {
            background: #fff;
            top: 0;
            height: 25px;
        }

            .tabs1_box li.tabf a {
                color: #C60A0B;
                background: #fff;
            }

        .tabs1_box li a:hover {
            text-decoration: none;
        }

.tabs1_box_content {
    position: relative;
    margin: -9px -8px -8px;
    background: #fff;
    padding: 9px;
    _height: 1%;
    _width: 100%;
    _display: inline;
}

.tabs1_box li.tabf a.first {
    background: url(images/tab1_box_first.gif) no-repeat -1px -1px;
}

.col_l .tabs1_box li a.last, .col_r .tabs1_box li a.last {
    border-right: 0;
    padding: 0 47px 0 46px;
}

.col_l .tabs1_box li.tabf a.last, .col_r .tabs1_box li.tabf a.last {
    background: url(images/tab1_box_last.gif) no-repeat 101% -1px;
}

.tabs1_box2 {
    ;
    height: 25px;
    position: relative;
    top: 2px;
    z-index: 3;
    margin: 0 2px;
}

    .tabs1_box2 li {
        float: left;
        _display: inline;
        position: relative;
        line-height: 24px;
    }

        .tabs1_box2 li a {
            padding: 0 8px;
            outline: none;
            border-right: 1px solid #DFB5A7;
            display: block;
            height: 24px;
            float: left;
            _display: inline;
        }

        .tabs1_box2 li.tabf {
            background: #fff;
            top: 0;
            height: 25px;
        }

        .tabs1_box2 li.tabn a {
            color: #DFB5A7;
        }

        .tabs1_box2 li a:hover {
            text-decoration: none;
        }

.tabs1_box2_content {
    position: relative;
    margin: -10px -8px -8px;
    background: #fff;
    padding: 9px;
    _height: 1%;
    _width: 100%;
    _display: inline;
}

.tabs1_box2 li a.last {
    border-right: 0;
    padding: 0 11px;
}

.tabs1_box2 li.tabf a.last {
    border-right: 0;
    padding: 0 11px;
}