﻿* {
    margin: 0px;
    padding: 0px;
    font-family: 'Microsoft YaHei';
}

body {
    background-color: #EEE;
}

li {
    list-style-type: none;
    cursor: pointer;
    
}

.breadcrumb li {
    font-size: 2rem;
    font-weight: bold;
}

.breadcrumb > li + li:before {
    content: initial;
    margin-left: 20px;
}

header {
    height: 60px;
    color: #FFF;
    background-color: #5AC994;
}

    header a {
        padding: 10px 20px;
        color: #FFF;
        border-radius: 5px;
        font-weight: bold;
        line-height: 60px;
        cursor: pointer;
        margin-left: 20px;
        font-size: 2rem;
    }

    header .a_on {
        padding: 10px 20px;
        color: #5AC994;
        background: #FFF;
        border-radius: 5px;
        font-weight: bold;
        line-height: 60px;
        cursor: pointer;
        margin-left: 20px;
        font-size: 2rem;
    }

    header img {
        float: left;
		height: 40px;
        margin: 10px 15px 10px 30px;
    }

    header span {
        float: left;
        font-size: 20px;
        line-height: 60px;
    }

    header ul {
        float: right;
        margin-right: 30px;
    }

    header li {
        height: 25px;
        line-height: 25px;
        float: left;
        margin: 20px;
        cursor: pointer;
        padding-left: 30px;
        background-image: url(/images/geren.png);
        background-repeat: no-repeat;
        background-position: 0px;
        border-bottom: 1px solid #5AC994;
    }

        header li:hover {
            opacity: 0.8;
            /*border-bottom: 1px solid #FFF;*/
            color: #3388FF;
        }

.container {
    margin-top: 10px;
    width: 80%;
    min-width: 1300px;
}

.left {
    float: left;
    width: 10%;
    background: #FFF;
    min-height: 700px;
    text-align: center;
}

    .left ul {
        display: none;
        margin: 0px;
    }

.right {
    float: right;
    width: 89%;
    min-height: 700px;
    /*background: #FFF;*/
}

blockquote {
    padding: 15px;
    border-left: 10px solid #FFF;
    border-radius: 0 2px 2px 0;
    border-bottom: 1px solid #f2f2f2;
    cursor: pointer;
    background: url(../images/Rectangle_b.png) no-repeat right 15px center;
    margin: 0px;
}

.on {
    padding: 15px;
    color: #5ac994;
    border-left: 10px solid #5ac994 !important;
    background: url(../images/Rectangle.png) no-repeat right 15px center !important;
}

.left li {
    background-color: #f6f5f5; /*#EBEBEB*/
    height: 50px;
    line-height: 50px;
    border-bottom: 1px solid #EBEBEB;
    /*text-indent: 2em;*/
    cursor: pointer;
}

    .left li:hover {
        opacity: 0.8;
    }

.breadcrumb {
    background: #FFF;
    padding: 30px 25px;
    margin: 0px;
}

    .breadcrumb li:first-child {
        font-size: 2rem;
    }

#MiniIframe {
    width: 100%;
    min-height: 700px;
    background: #FFF;
    border-width: 0px;
    margin-top: 10px;
    margin-bottom: 20px;
}

#userName, #userMessages, #exit {
    color: #FFF;
}

#userName {
    width: 150px;
}

#userMessages {
    width: 80px;
}

#exit {
    width: 80px;
}


    #userName:hover, #userMessages:hover, #exit:hover {
        text-decoration: none;
        font-size: 2rem;
    }

#xzkc {
    padding: 10px 20px;
    background-color: #5ac994;
    color: #FFF;
    border-radius: 5px;
    line-height: 20px;
    margin-left: 20px;
    cursor: pointer;
}

.titleWin {
    cursor: pointer;
}

.caret {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: -15px;
    margin-top: 15px;
    vertical-align: middle;
    border-top: 4px dashed;
    border-top: 4px solid \9;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
    position: fixed;
    z-index: 55;
}
#keshiinput {
    text-align: left;
}
    #keshiinput[readonly] {
    background:#FFF;
    }