﻿*{
    margin:0;
    padding:0;
    font-family: microsoft yahei,微软雅黑;
}
body {
	overflow-x: hidden;
    margin: 0 auto;
    font-size: 14px;
}
ul,ol {
    list-style: none;
}
a {
    text-decoration: none;
    color: #428bca;
}
.clearfix:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    height: 0;
}
/*---------------------*/
.baceFontColor {
    color:#6a6a6a;
}
.bor {
    border:1px solid #E9E9E9;
}
.bort {
    border-top:1px solid #E9E9E9;
}
.borr {
    border-right:1px solid #E9E9E9;
}
.borl {
    border-left:1px solid #E9E9E9;
}
.borb {
    border-bottom:1px solid #E9E9E9;
}
.borradiu {
    border:1px solid #E9E9E9;
    border-radius:5px;
}
.fl {
    float:left;
}
.fr {
    float:right;
}
.cursorp {
    cursor:pointer;
}
.contentItem {
    margin-top:10px;
}
.contItemTitle > h3 {
    font-size:18px;
    height:40px;
    line-height:40px;
    color:#555555;
}
.contItemTitleTip {
    background:#f4f4f4;
    color:#737373;
    display:none;
    margin:0 -30px 0 -30px;
    text-indent:30px;
    padding:5px 0;
}
.contItemContent {
    padding-top:5px;
}
.regionSelect {
    width:150px;
    height:35px;
    border-radius:5px;
    text-indent:5px;
    color:#6a6a6a;    
}
.regionText {
    height:35px;
    line-height:35px;
}
.selectBtnTitle {
    height:35px;
    line-height:35px;
}
.selectBtn {
    border:1px solid #E9E9E9;
    border-radius:5px;
    cursor:pointer;
    overflow:hidden;
}
.selectBtn > li{
    padding:0 15px;
    /*width:80px;*/
    height:35px;
    line-height:35px;
    text-align:center;
    float:left;
    border-right:1px solid #E9E9E9;
}
.selectBtn > li:last-child {
    border-right:none;
}
.selectBtn > li.active{
    background:#24aaf0;
    color:#fff;
}
/*.contentTitle {
    height:50px;
}*/
.titleItem {
    margin-right:20px;
}
.dateSelect {
    width: 230px;
    height: 35px;
    line-height: 35px;
    text-indent: 10px;
    border:1px solid #E9E9E9;
    border-radius:5px;
    cursor:pointer;
}
.disabled {
    cursor:not-allowed;
}
.dLoadList {
    position:absolute;
    right:30px;
    top:7px;
    width:16px;
    height:16px;
    display:block;
    background:url("/Scripts/image/dLoadList.png") no-repeat;
    background-size:16px;
    z-index:9;
}
.dLoadList:hover {
    background:url("/Scripts/image/dLoadListHover.png") no-repeat;
    background-size:16px;
}
.dLoadOnList {
    position:absolute;
    right:20px;
    top:9px;
    width:22px;
    height:22px;
    display:block;
    background:url("/Scripts/image/dLoadOnList.png") no-repeat;
    background-size:22px;
    z-index:9;
}
.dLoadOnList:hover {
    background:url("/Scripts/image/dLoadOnListHover.png") no-repeat;
    background-size:22px;
}
/*---------------------*/
.ag-model-loading {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    background-color: rgba(0, 0, 0, 0.3);
    z-index: 10000;
}
.ag-model-loading .loading-wrap {
    text-align: center;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    width: 148px;
    height: 80px;
    background-color: #fff;
    padding: 10px 0;
    border-radius: 2px;
}

.containerLeft {
    background:#32323A;
    width:220px;
    position:fixed;
    top:0;
    bottom:0;
    left:0;
}
.containerRight {
    margin-left:220px;
}
.cLeftTitle {
    width:220px;
    height:60px;
    line-height:60px;
    text-align:center;
    /*margin:20px 0 0 30px;*/
    color:#fff;
    border-radius:5px;
    font-size:22px;
    font-weight:bold;
}
.sideBar {
    color:#fff;
}
.sideBarTip {
    color:#fff;
    font-size:12px;
    position:absolute;
    bottom:30px;
    left:21px;
}
.sbItem {
    height:50px;
    line-height:50px;
    cursor:pointer;
    font-size:16px;
}
.sbItem a {
    font-size:16px;
}

.sbItem.active {
    background:#047CBB;
}
.sbItemImg {
    width:30px;
    margin:10px 15px 0 25px;
}
.sbItemArr {
    margin:14px 10px 0 0;
    width:24px;
}
.itemChild {
    text-indent:80px;
}
.itemChildren {
    display:none;
}
.cRightTitle {
    height:60px;
    background:#f8f8f8;
}
.cRightContent {
    margin-right:30px;
}
.titleTipImg {
    width:18px;
    margin:11px 0 0 5px;
    cursor:pointer;
}
/*-------------------------*/
.rightTitleSet {
    height:60px;
    line-height:60px;
}
