﻿* {
    margin: 0;
    padding: 0;
}

html,
body,
#box {
    background: #e4e4e4;
    height: 100%;
    font: small/1.5 "宋体", serif;
}

a {
    color: #000000;
    text-decoration: none;
}

body {
    text-align: center;
}

#box {
    text-align: left;
    display: table;
    width: 932px;
    margin: 0 auto;
    position: relative;
}

    #box > div {
        display: table-row;
    }

#header {
    background: #edc096;
    height: 93px;
    vertical-align: bottom;
}

.eui-icon {
    background-image: url(images/c.png);
}

#header #logo {
    float: left;
    height: 90px;
    width: 210px;
    margin: -8px 0px 0px 13px;
    background-position: -10px 5px;
}

#header #right {
    float: right;
    height: 93px;
    width: 195px;
    background-image: url(images/about/rbg.png);
}

#header .right_info {
    background: url(images/about/home.png) no-repeat;
    margin: 40px 0px 0px 85px;
    height: 30px;
    line-height: 30px;
}

#main {
    background: #ffffff;
}

    #main .right {
        padding: 10px;
        overflow: auto;
        height: 100%;
        margin-left: 234px;
        border-bottom: 1px solid #d5d5d5;
    }



    #main .left {
        overflow: auto;
        border-right: 1px solid #d5d5d5;
        border-bottom: 1px solid #d5d5d5;
        position: absolute;
        width: 234px;
        top: 93px;
        bottom: 60px;
    }

        #main .left ul {
            text-align: center;
            padding: 33px;
            list-style-type: none;
        }

            #main .left ul li {
                padding: 8px;
            }

                #main .left ul li a {
                    color: #000000;
                    text-decoration: none;
                }

                #main .left ul li:hover {
                    border: 1px solid #86a3c1;
                    cursor: pointer;
                    font-weight: bold;
                    background-image: url(images/about/hover.png);
                    color: #097bee;
                }

.click {
    border: 1px solid #86a3c1;
    cursor: pointer;
    font-weight: bold;
    background-image: url(images/about/hover.png);
    color: #097bee;
}

#footer {
    background: #ffffff;
    vertical-align: bottom;
    text-align: center;
    top: 10px;
    height: 60px;
}

    #footer div {
        margin-top: 20px;
    }
