/*
* 主框架
* @author slumber 2012-06-10.
*/
html, body {
    height: 100%;
    min-width: 1200px;
}

body {
    color: #666;
    background: #e7e8eb;
    font: 14px/1.5 Tahoma, "Hiragino Sans GB", "Microsoft yahei", serif;
    -webkit-font-smoothing: antialiased;
}

#body_wrap {
    margin: 0 auto;
}

.fm990 {
    width: 990px;
    margin: 0 auto;
}

/*
* 顶部信息栏
*/
#header {
    width: 100%;
    height: 60px;
    margin-bottom: 30px;
    background: #fff;
    -webkit-box-shadow: 0 1px 5px rgba(198, 198, 198, .5);
    -moz-box-shadow: 0 1px 5px rgba(198, 198, 198, .5);
    box-shadow: 0 1px 5px rgba(198, 198, 198, .5);
}

#header .header-wrap {
}

#header .header-wrap .logo {
    background: url('/img/logo.png') no-repeat;
    display: inline-block;
    width: 400px;
    height: 32px;
    font: 0/0 a;
    margin-top: 14px;
    margin-left: 20px;
    background-size: contain;
}

#header .header-wrap .login {
    margin-top: 10px;
    margin-right: 20px;
}

#header .header-wrap .info a {
    font-size: 14px;
    color: #333;
    display: inline-block;
    max-width: 130px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

#header .header-wrap .info .split {
    color: #cacaca;
    vertical-align: super;
    font: 14px/1.5 Tahoma, "Hiragino Sans GB", "Microsoft yahei", serif
}

/**
 * 侧边栏
 */
#body {
    position: relative;
}

#xm-pager {
    background: #fff;
    width: 100%;
    min-height: 500px;
    float: left;
}

#xm-pager .xm-pager-wrapper {
    margin-left: 219px;
    border: none;
    padding: 0 30px;
    background: #fff;
    border-left: 1px solid #e2e2e2;
}

#xm-sidebar {
    width: 230px;
    min-height: 800px;
    margin-left: -100%;
    background: #fff;
    border-right: 1px solid #e2e2e2;
    padding-bottom: 100px;
    float: left;
}

#xm-sidebar .box {
    border-bottom: 1px solid #eee;
    margin: 0 20px;
    padding: 25px 0 10px;
}

#xm-sidebar .box h1 {
    font-size: 16px;
    color: #333;
    line-height: 16px;
    margin-bottom: 12px;
}

#xm-sidebar .box h1 .s-icon {
    position: relative;
    top: 2px;
    margin-right: 6px;
    display: inline-block;
}

#xm-sidebar .box h1 .s-icon img {
    display: block;
}

#xm-sidebar .box li {
    height: 34px;
    line-height: 34px;
    display: inline-block;
    width: 90px;
    overflow: hidden;
}

#xm-sidebar .box li a {
    color: #888;
    font-size: 14px;
    display: block;
}

#xm-sidebar .box li a.c {
    color: #f55;
}

/*页脚*/
#footer {
    width: 100%;
    text-align: center;
    margin-top: 90px;
    min-width: 1200px;
    background: #333;
}

#footer .foot_info {
    width: 1200px;
    margin: 0 auto;
    padding-top: 20px;
    height: 55px;
    padding-left: 20px;
}

#footer .foot_info .info_del {
    float: left;
    width: 200px;
    margin-right: 50px;
}

#footer .info_del b {
    font-size: 12px;
    color: #ccc;
    font-weight: bold;
    height: 30px;
    line-height: 30px;
}

#footer .info_del li {
    list-style-type: none;
    font-size: 10px;
    margin-left: 0px;
}

#footer .info_del li a {
    font-size: 12px;
    color: #191919;
    height: 30px;
    line-height: 30px;
}

#footer .bq {
    color: #999;
    font-size: 12px;
    margin: 0 auto;
    display: block;
    width: 444px;
    padding-bottom: 10px;
}

#footer .bq a {
    color: #999;
}

/*分页按钮*/
.pagination {
    text-align: center;
    overflow: hidden;
    zoom: 1;
    clear: both;
    padding: 5px 15px 40px 0;
}

.pagination a, .pagination i {
    display: inline-block;
    margin: 0 1px;
    white-space: nowrap;
    min-width: 12px;
    _width: 12px;
    height: 22px;
    line-height: 22px;
    color: white;
    background-color: #2690da;
    text-align: center;
    -moz-border-radius: 3px;
    -khtml-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    font-weight: bold;
    padding: 0 5px
}

.pagination a.c {
    color: #333;
    background-color: transparent;
}

.pagination a:hover {
    color: #fff;
    background-color: #06a7e1;
}

.pagination i {
    color: #aaa;
    background-color: transparent;
    font-style: normal;
    min-width: 10px;
    _width: 10px;
    padding: 0
}

/*返回顶部*/
.back2top_fat {
    position: fixed;
    z-index: 999;
    right: 4px;
    bottom: 4px;
    _bottom: auto;
    _position: absolute;
    _top: expression( (document.compatMode && document.compatMode=='CSS1Compat' ? documentElement.scrollTop + (documentElement.clientHeight - this.clientHeight) : document.body.scrollTop + (document.body.clientHeight - this.clientHeight))-4);
    width: 60px;
}

.back2top_fat .b_img {
    background: url('/img/backtotop.png') no-repeat;
    display: block;
    height: 82px;
    width: 24px;
}

.back2top_fat .b_img:hover {
    background-position: bottom
}

/*头部*/
.tophead {
    margin: 0 auto;
    width: 100%;
    height: 80px;
    background-color: #f7f7f7;
}

.content {
    width: 960px;
    margin: 0 auto;
    text-align: left;
    overflow: hidden;
    position: relative;
    padding-left: 0px;
    padding-top: 22px;
    _padding-top: 0px;
    height: 90px;
    overflow: visible;
}

.logo {
    padding-left: 50px;
    position: relative;
    float: left;
}

.nav {
    float: right;
    padding-top: 12px;
    *width: 50%;
    white-space: nowrap;
    overflow: visible;
    _margin-top: 22px;
    color: #fff;
    font-size: 14px;
}

.nav a {
    color: #555555;
    font-family: "微软雅黑"
}

.ui-icon-circle-triangle-w {
    border-right: 16px solid gray;
    border-top: 8px solid transparent;
    border-bottom: 8px solid transparent;
    background-image: none !important;
}

.ui-icon-circle-triangle-e {
    border-left: 16px solid gray;
    border-top: 8px solid transparent;
    border-bottom: 8px solid transparent;
    background-image: none !important;
}