.content {
    width: 950px;
    margin: 10px auto;
}

.main {
    min-height: 800px;
}

.content--left {
    float: left;
    width: 190px;
    overflow: hidden;
    font-size: 14px;
}

.content--right {
    float: right;
    width: 750px;
}

.left-menu-block {
    margin-bottom: 10px;
    padding: 15px 0;
    border: #c7dbff 1px solid;
    background: url(../assets/s-nav-bg.png) no-repeat;
}

.left-menu-title {
    text-align: center;
    font-size: 18px;
    color: #000;
}

.left-menu-list li {
}

.left-menu-list a {
    padding: 5px 0 5px 30px;
    background: url(../assets/s-nav-tag.png) no-repeat 20px 11px;
    display: block;
    font-size: 14px;
    color: #2e5096 !important;
}

.left-menu-ctx {
    margin-bottom: 10px;
    border: #c7dbff 1px solid;
}

.left-menu-ctx-title {
    padding-left: 15px;
    height: 32px;
    line-height: 32px;
    background: #3e63af;
    font-size: 14px;
    color: #fff;
}

.left-menu-ctx-cc {
    padding: 5px 5px;
}

.left-menu-ctx table {
    width: 95%;
    border-top: 1px solid #1c327e;
    border-left: 1px solid #1c327e;
    margin: 0 auto;
    border-spacing: 0;
}

.left-menu-ctx table th {
    height: 24px;
    text-align: center;
    font-weight: normal;
    color: #1c327e;
    border-bottom: 1px solid #1c327e;
    border-right: 1px solid #1c327e;

}


.left-menu-ctx table td {
    height: 24px;
    text-align: center;
    font-weight: normal;
    border-bottom: 1px solid #1c327e;
    border-right: 1px solid #1c327e;
    color: #1c327e;
}

.left-menu-ctx-cc a {
    color: #2e5096;
}

.table-list-item {
    border: #d5d5d4 1px solid;
    margin-bottom: 10px;
}

.left-search-block {
    height: 50px;
    padding-top: 14px;
    padding-left: 20px;
    font-size: 14px;
}

.left-search-block span {
    float: left;
    line-height: 24px;
}

.left-search-block input {
    width: 155px;
    height: 24px;
    border: solid 1px #000;
    float: left;
    padding-left: 10px;
}

#btnSearch {
    width: 36px;
    height: 24px;
    text-align: center;
    line-height: 24px;
    color: #000;
    border: solid 1px #000;
    display: inline-block;
    background-color: buttonface;
    margin-left: 10px;
    font-size: 12px;
    cursor: pointer;
}

.table-list-title {
    padding-left: 15px;
    height: 30px;
    line-height: 30px;
    font-size: 16px;
    background: url("../assets/table-title.png");
}

.table-list-title a {
    color: #2e5096;
}

.table-list-item ul {
    padding: 10px 30px;
}

.table-list-item li {
    position: relative;
    padding: 8px 15px;
    background: url("../assets/modify_dot.png") no-repeat 0 50%;
    border-bottom: #848484 1px dotted;
}

.table-list-ul a {
    width: 500px;
    display: inline-block;
    color: #2e5096;
    font-size: 14px;
}

.table-list-ul span {
    font-size: 14px;
    float: right;
    color: #ccc;
}

.pagination {
    padding: 10px 30px;
}
