body,h1,h2,h3,h4,h5,h6{font-family:"Open Sans",sans-serif}
/*缁勪欢*/
*{
    outline: none;
}
button{
    outline:none;
    touch-action: manipulation
}
:focus{
    outline: 0;
}
.mt-3{
    margin-top: -3px;
}
.mt-10{
    margin-top: 10px;
}
.mb-10{
    margin-bottom: 10px;
}
.pr-14{
    padding-right: -14px !important;
}
.mt-20{
    margin-top: 20px;
}
.mr-6{
    margin-right: 6px;
}
.pr-6{
    padding-right: 6px;
}
.col-20{
    width: 20%;
    position: relative;
    min-height: 1px;
    padding-right: 7px;
    padding-left:7px
}
.col-50{
    width: 50% !important;
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px
}
.col-80{
    width: 80%;
    position: relative;
    min-height: 1px;
}
.lr{
    text-align: right;
}
.pl-0{
    padding-left: 0 !important;
}
.plr-0{
    padding-left: 0 !important;
    padding-right: 0 !important;
}
.va-middle{
    vertical-align:  middle;
}
.pr-0{
    padding-right: 0;
}
.fw-bold{
    font-weight: bold;
}
/*form style*/
.btn-blue{
    color: #ffffff;
    background: #27a9e3;
    border:1px solid  #1e92c6;
}
.btn-blue:hover{
    color: #ffffff;
    background: #0495d5;
    border: 1px solid #27a9e3;
}
.portlet-title{
    min-height: 34px;
    width: 100%;
}
.portlet-body{
    padding:15px 0 5px;
}
.porlet-footer{
    width: 100%;
}
.porlet-footer  .pagination{
    margin:0 !important;
}
.porlet-footer select{
    width: auto;
    vertical-align: 12px;
}
.porlet-footer .porlet-record{
    vertical-align: 10px;
}
.porlet-footer .pagination>li>a{
    color: #888888;
    margin-left: 7px;
    border-radius: 5px;
}
.porlet-footer .pagination>li.active>a{
    color: #ffffff;
}
.input-search{
    width: 300px;
    margin-top: 10px;
}
/*table style*/
table.ta-center{
    text-align: center !important;
}
table.ta-center th,table.ta-center td{
    text-align: center !important;
}
.table-top-bordered{
    border-top:1px solid #ddd;
    border-bottom: 1px solid #dddddd;
}
.table input[type="checkbox"]:checked{
    border:1px solid #27a9e3;
}
.modal-body .table-form{
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
}
.modal-body .table-form th,.modal-body .table-form td{
   padding-bottom: 15px;
    padding-left: 15px;
}
/*tab style*/
.tab-box{
    width: 100%;
    height:40px;
    border-bottom: 1px solid #dddddd;
}
.tab-box .toggle-tab{
    line-height: 40px;
}
.tab-box-inner .tab-list{
    display: none;
}
.tab-box-inner .tab-list-active{
    display: block;
}
.tab-box .toggle-tab a{
    display: inline-block;
    line-height: 40px;
    height: 40px;
    padding:0 15px;
    border:1px solid #dddddd;
    border-bottom-style: none;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    font-size: 14px;
}
.tab-box .toggle-tab a.active{
    background-color: #27a9e3;
    color: #ffffff;
}
.tab-box-inner .img-list ul{
    margin-bottom: 2px;
}
.tab-box-inner .img-list ul li{
    float: left;
    width: 240px;
    box-shadow: 0 0  5px rgba(0,0,0,.5);
    text-align: center;
    border-radius: 5px;
    overflow: hidden;
    padding-bottom: 10px;
    margin-right: 24px;
    margin-top: 20px;
    margin-bottom: 10px;
}
.tab-box-inner .img-list ul li:hover{
    box-shadow: 0 0  20px rgba(11,113,159,.7);
}
.tab-box-inner .img-list ul li img{
    width: 100%;
    height: 120px;
}
.tab-box-inner .img-list ul li h4{
    font-size: 16px;
}
.tab-box-inner .img-list ul li p{
    font-size: 14px;
}
.img-list ul li h4 span.active{
    cursor: pointer;
}
.tab-box-inner .img-list ul li p.active{
    color: #888888;
}
.tab-pane .bg-warning{
    padding: 15px;
}
/*list-group style*/
.list-group.list-special{
    overflow:hidden;
}
.list-group.list-special p {
    font-size: 14px;
}
.list-group.list-special li:hover{
    background: #f5f5f9;
    cursor: pointer;
}
.list-group.list-special h4 span{
    font-weight: bold;
    font-size: 16px;
}
.list-group.list-special h4 a{
    color: #27a9e3;
}
/*锟斤拷锟斤拷锟斤拷锟斤拷式*/
.pop-up{
    position: absolute;
    bottom:0;
    left: 0;
    width: 100%;
    display: none;
}
.pop-up .panel{
    margin-bottom: 0;
}
.pop-up .panel-primary{
    border-left-color: #dddddd;
    border-bottom-color: #dddddd;
    border-right-color: #dddddd;
}
.pop-up .panel-heading{
    height: 38px;
    line-height: 38px;
    position: relative;
}
.pop-up .panel-heading .pull-right{
    position: absolute;
    top: 0;
    right: 20px;
}
.pop-up .panel-heading .glyphicon{
    margin-top: 10px;
    margin-right: 8px;
    cursor: pointer;
}
.pop-content{
    height: 250px;
    overflow: auto;
    padding:0;
}
.pop-content li {
    list-style-type: none;
    height: 45px;
    line-height: 45px;
}
.pop-content li span{
    font-size: 14px;
}
.pop-content li>.col-xs-9:before {
    background: #2479CF;
    bottom: auto;
    content: "";
    height: 8px;
    left: -4px;
    margin-top: 16px;
    position: absolute;
    right: auto;
    width: 8px;
    z-index: 1;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}
.pop-content li>.col-xs-9>.pull-right {
    color: #828587;
    padding-right: 69px;
    text-align: center;
    width: 152px;
}
.pop-content li>.col-xs-9:after {
    border-left: 1px solid #2479CF;
    content: "";
    left: 0;
    position: absolute;
    height: 46px;
    width: 1px;
}
.pop-content li.no-start>.col-xs-9:before {
    background: #D4D4D4;
    bottom: auto;
    content: "";
    height: 8px;
    left: -4px;
    margin-top: 16px;
    position: absolute;
    right: auto;
    width: 8px;
    z-index: 1;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}
.pop-content li.no-start>.col-xs-9 {
    color: #b7b7b7;
}
.pop-content li>.col-xs-9 {
    border-bottom: 1px #E8E8E8 solid;
    color: #222;
}
.pop-content li.no-start>.col-xs-9:after {
    border-left: 1px solid #D4D4D4;
    content: "";
    left: 0;
    position: absolute;
    height: 46px;
    width: 1px;
}
/*娑堟伅鎻愰啋*/
.message-container{
    position: absolute;
    top:0;
    width: 100%;
    min-height: 95%;
    background: #f0f0f0;
    overflow-y: auto;
}
.message-container .breadcrumb{
    background: #ffffff;
}
.message-container .message-container-body{
    background: #ffffff;
    width: 100%;
}
.message-container .message-container-body .message-info{
    display: none;
}
.message-container .message-container-body .message-active{
    display: block;
}
.message-container .message-container-body h3{
    border-bottom: 1px solid #dddddd;
}
.message-container .message-container-body h3 span{
    padding:12px 8px;
    margin-left: 15px;
    display: inline-block;
    cursor: pointer;
}
.message-container .message-container-body h3 span.active{
    border-bottom: 1px solid #37a9e3;
}
.message-info .number-rank{
    width: 19px;
    height: 19px;
    border-radius: 13px;
    background: #337abe;
    text-align: center;
    margin-top: 3px;
    margin-right: 10px;
    float: left;
    line-height: 19px;
    font-size: 13px;
    color:#ffffff;
}
.message-info .list-group-item{
    padding:15px 15px;
}
.message-info .pull-right span,.message-info .pull-right time{
    display: inline-block;
    margin-right: 20px;
}
/*宸ョ▼闅愭偅鏍峰紡*/
.data-statistics{
    width: 100%;
}
.data-statistics a{
    display: block;
    margin-bottom: 21px;
    overflow: hidden;
    float: left;
    width:23%;
    border-radius: 5px;
    margin-right: 2%;
}
.data-statistics .light-blue{
     background-color: #66ccff;
 }
.data-statistics .violet{
    background-color: #7D7AB6;
}
.data-statistics .light-blue img{
    margin-left: 10px;
}
.data-statistics .red{
     background-color: #bb6a57;
 }
.data-statistics .green{
    background-color: #84b761;
}
.data-statistics .yellow{
     background-color: #f0ad4e;
 }
.data-statistics .blue{
    background-color: #27a9e3;
}
.data-statistics a .visual{
    padding-top: 25px;
    margin-bottom: 50px;
    margin-left: 10px;
    width: 60px;
    height: 60px;
    display: block;
    float: left;
}
.data-statistics a .details{
    float: right;
    padding-right: 8px;
    text-align: center;
}
.data-statistics a img {
    width: 60px;
    height: 60px;
}
.data-statistics a .details .number{
    padding-top: 2px;
    color: #ffffff;
 }
.data-statistics a .details  .settle{
    font-size: 24px;
    font-weight:600;
    color: #ffffff;
    margin-top: 36px;
}
.data-statistics a .details .number span{
    font-size:42px;
    font-weight: bold;
}
.data-statistics a .details .desc{
    font-size: 18px;
    color: #ffffff;
    text-align: center;
}
.data-statistics a .details .number-control{
    width: 130px;
    padding-top: 28px;
    font-size: 18px;
}
/*鑷�傚簲璋冩暣宸ョ▼闅愭偅鍜岀淮鍏讳换鍔′俊鎭*/
@media screen and (min-width:1800px){
    .data-statistics a .details  .settle{
        margin-right: 20px;
    }
    .data-statistics a .visual{
        margin-left: 35px;
    }
    .data-statistics a .details .number-control{
        margin-right: 20px;
    }
}
@media screen and (max-width:1700px){
    .data-statistics a .details  .settle{
        margin-right:10px;
    }
    .data-statistics a .visual{
        margin-left: 15px;
        width: 50px;
        height: 50px;
    }
    .data-statistics a .details .number-control{
        margin-right: 10px;
    }
}
@media screen and (max-width:1300px){
    .data-statistics a .details  .settle{
        font-size: 20px;
    }
    .data-statistics a .visual{
        margin-left: 15px;
        margin-bottom: 37px;
    }
    .data-statistics a img{
        width: 50px;
        height: 50px;
    }
    .data-statistics a .details .number span{
        font-size: 32px;
    }
    .data-statistics a .details .number-control{
        margin-right: 2px;
        font-size: 14px;
        width: 100px;
    }
}

.trouble-list{
    background-color: #ffffff;
}
.trouble-list header{
    border-bottom: 1px solid #dddddd;
    height: 44px;
    line-height: 44px;
    padding:0 6px;
}
.trouble-list header h3{
    font-size: 18px;
    font-weight: bold;
    border-bottom: 1px solid #68b6dd;
    height:44px;
    line-height: 44px;
    margin: 0;
    padding:0 10px 10px;
}
.trouble-list ul li{
    overflow: hidden;
    padding:0 10px;
    border-bottom: 1px solid #dddddd;
}
.trouble-list ul li:last-child{
    border-bottom: none;
}
.trouble-list .trouble-item-left{
    padding-top: 10px;
    margin-bottom:20px;
    width: 60px;
    height: 60px;
    display: block;
    float: left;
}
.trouble-list .trouble-item-left img{
    width:60px;
    height:60px;
}
.trouble-list .trouble-item-right{
    display: inline-block;
    width: calc(100% - 72px);
    float: right;
    padding-top: 8px;
    padding-right: 6px;
}
.trouble-list .trouble-item-right .title{
    color: #27A9E3;
    float: left;
}
.trouble-list .trouble-item-right .time{
    float: right;
    color: #888888;
    display: block;
}
.trouble-list  .trouble-item-inner-top{
    width: 100%;
    clear: both;
}
.trouble-list  .trouble-item-inner-bottom{
    width: 100%;
    clear: both;
}
.trouble-list  .trouble-item-inner-bottom button{
    margin-top: 6px;
}
.trouble-list  .trouble-item-inner-bottom span{
    display: inline-block;
    margin-top: 6px;
}
.chart-static{
    margin-bottom: 20px;
    width: 100%;
}
.trouble-item-right .trouble-item-inner-left{
    min-width: 200px;
    float: left;
}
.trouble-item-inner-left .info{
    color:#27A9E3;
}
.trouble-item-right .trouble-item-inner-right{
    min-height: 100px;
    float: left;
}
.trouble-item-inner-right p span,.trouble-item-inner-right .type{
    color: #ed4e2a;
}

/*宸ョ▼闅愭偅-闅愭偅鍒楄〃鏍峰紡*/
.tab-check{
    border-bottom: 1px solid #dddddd;
}
.tab-check a{
    font-size:18px;
    display: inline-block;
    border-bottom: 1px solid #27a9e3;
    margin-bottom: -1px;
    height: 32px;
    line-height: 32px;
}
.danger-list-status{
    border-bottom: 1px solid #dddddd;
    min-height: 45px;
    min-width: 900px;
}
.danger-status-name{
    float: left;
    width: 66px;
    height: 32px;
    margin-top: 13px;
    font-size: 13px;
}

.danger-list-status ul li{
    margin-top:6px;
}
.danger-list-status ul li a{
    padding: 6px 3px;
    margin-right: 1px;
    font-size: 13px;
 }
.danger-list-info{
    margin-top: 20px;
}
ul.danger-list-info li{
    background: #f5f5f9;
    width: 100%;
    height: 119px;
    border-radius: 5px;
    position: relative;
    margin-bottom: 20px;
}
.danger-list-info .danger-list-image img{
    width: 166px;
    height: 106px;
    margin-top: 10px;
    margin-left: 10px;
}
.danger-list-info .danger-project-name{
    margin-left: 10px;
    min-width:277px;
    max-width: 370px;
    white-space: normal;
}
.danger-list-info .danger-project-name a{
    color: #27A9E3;
    display: block;
    margin-top: 14px;
    margin-bottom: 10px;
    font-size: 16px;
    font-weight: 600;
}
.danger-list-info .danger-project-name a:hover{
   color: #337ab7;
}
ul.danger-list-info  .danger-control-status{
    position: absolute;
    top:-6px;
    left: 44%;
}
ul.danger-list-info  .danger-control-status .danger-control-status-inner{
    position: relative;
}
ul.danger-list-info  .danger-control-status img{
    width: 76px;
}
ul.danger-list-info  .danger-control-status p{
    position: absolute;
    top: 26px;
    left: 17px;
    font-size: 12px;
    color: #ffffff;
}
.danger-list-data{
    width: 400px;
}
.danger-list-data  .danger-list-data-left{
   width: 244px;
    float: left;
}
.danger-list-data  .danger-list-data-right{
    width: 155px;
    float: right;
}
.danger-list-data p{
    padding:5px;
}
.danger-list-data p span{
    color: #888888;
}
.danger-list-info .danger-button{
    width:60px;
    height: 100%;
}
.danger-list-info button{
    margin: 39px 10px;
}
b.panel-info-name{
    display: inline-block;
    font-size: 14px;
    margin-top: 4px;
}
/*璋冨害杩愯--鏃堕棿杞存牱寮�*/

.clock {
    position: relative;
    margin-left: 150px;
    height: 67px;
    padding-top: 13px;
    padding-bottom: 26px;
}

.clock::after {
    content: "";
    position: absolute;
    height: 100%;
    width: 1px;
    top: 0;
    left: -44px;
    background-color: #b9e9ff;
}

.clock h4 {
    font-size: 20px;
    font-weight: bold;
    color: #02abff;
}

.clock .clock-img {
    position: absolute;
    top: 15px;
    left: -60px;
    width: 33px;
    height: 34px;
    z-index: 999;
}

.clock .circle {
    background: #b9f1ff;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    display: table-cell;
    text-align: center;
    vertical-align: middle;
}

.clock .circle i {
    color: #ffffff;
    font-size: 10px;
}

.timeline {
    margin-left: 150px;
    position: relative;
    padding-bottom: 15px;
}

.timeline .time-circle {
    position: absolute;
    width: 26px;
    height: 26px;
    border-radius: 50%;
    top: 0;
    left: -56px;
    background-color: #15aff4;
    border: 5px solid #ffffff;
    z-index: 999;
}

.timeline .time-circle::after {
    content: "";
    position: absolute;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    left: 2px;
    top: 2px;
    background-color: white;
    z-index: 999;
}

.timeline:last-child .time-circle {
    background: #b5e8ff;
}

.timeline:last-child .time-circle::after {
    background-color: #0ab2ff;
}

.timeline:after {
    content: "";
    position: absolute;
    height: 100%;
    width: 1px;
    top: 0;
    left: -44px;
    background-color: #b9e9ff;
}

.timeline time {
    position: absolute;
    left: -155px;
    top: 0;
    text-align: right;
}

.timeline h4 {
    color: #f7b169;
    margin-top: 0;
    font-weight: bold
}

.timeline .timeline-admin {
    margin-left: 20px;
}

.timeline .timeline-admin span {
    color: #cdcdcd;
    margin-right: 10px;
}

.timeline .timeline-body span {
    font-weight: bold;
    color: #333333;
    font-size: 14px;
    line-height: 20px;
    display: inline-block
}

.timeline .timeline-body span.tx-right {
    text-align: right;
    line-height: 20px;
    padding-left: 0;
    padding-right: 0;
}
@media screen and (max-width: 1400px)  {
    .trouble-item-inner-right p span, .trouble-item-inner-right .type{
        width: 126px;
    }
}