*{
    margin:0;
    padding:0;
}

.container{
    width:90%;
    min-width:1150px;
    margin:auto;
    padding: 20px;
}
.search {
    margin:1%;
}
.top{
    margin-top:10px;
    margin-bottom:20px;
}
.top ul li{
    list-style: none;
    width:23%;
    margin:1%;
    float:left;

}
.top .message {
    height: 100px;
    text-align: right;
    border-radius: 5px 5px 5px 5px;
}
.top .message span {
    font-size: 30px;
    padding: 20px 10px 0 0;
    top: 20px;
    display: block;
    color: #fff;
    height:45px;
}
.top .message p{
    padding-right: 10px;
    color:#fff;
    font-size: 16px !important;
}
.more{
    height: 25px;
    line-height: 25px;
    border-radius: 0 0 5px 5px;
}
.more p{
    float: left;
    margin-left: 10px;
    color:#fff;
}
.more a{
    float:right;
    text-decoration: none;
    color: white;
}
.more img{
    vertical-align: middle;
}
.tableTop ul li .message {
    font-size: 14px !important;
}
.top ul li:first-child .message{
    background-color: #3e8bb9;
}
.top ul li:nth-child(2) .message{
    background-color: #fa4e4a;
}
.top ul li:nth-child(3) .message{
    background-color: #00b7aa;
}
.top ul li:nth-child(4) .message{
    background-color: #8b709f;
}
.top ul li:first-child .more{
    background-color: #2887b3;
}
.top ul li:nth-child(2) .more{
    background-color: #fa4242;
}
.top ul li:nth-child(3) .more{
    background-color: #00ada1;
}
.top ul li:nth-child(4) .more{
    background-color: #836a99;
}

.bottom {
    clear: both;
    padding:20px;
}


/*左边中间表格*/
.table {
    width: 30%;
    float: left;
}
.tableTop ul li {
    list-style: none;
    width: 45%;
    float: left;
    display: -webkit-box;
    padding:10px;
}
.tableTop ul li:nth-child(1),.tableTop ul li:nth-child(3),.tableTop ul li:nth-child(5){
    border-top: 1px dotted #d8d8d8;
    border-left:1px dotted #d8d8d8;
}
.tableTop ul li:nth-child(2),.tableTop ul li:nth-child(4){
    border-top: 1px dotted #d8d8d8;
    border-left:1px dotted #d8d8d8;
    border-right:1px dotted #d8d8d8;
}
.tableTop ul li:nth-child(6), .tableTop ul li:nth-child(7){
    border: 1px dotted #d8d8d8;
}
.tableTop ul li .message {
    margin: 10px;
}
.tableTop ul li .message p{
    margin-bottom:2px;
}

/*左下角列表*/
.tableBottom{
    width: 100%;
    margin:auto;
    height: 100%;
    overflow: auto;
}

.tableBottom ul li {
    list-style: none;
    float: left;
    width: 23%;
    display: -webkit-box;
    margin:1%;
    color: #fff;
    height: 60px;
    margin-top:15px;
}
.tableBottom ul li.first {
    margin-left:0;
}
.tableBottom ul li:nth-child(1),.tableBottom ul li:nth-child(3){
    background-color: #9abc32;
}
.tableBottom ul li:nth-child(2),.tableBottom ul li:nth-child(4){
    background-color: #6fb3e0;
}
.tableBottom ul li .message{
    padding:10px;
}

/*饼状图*/
.widget-box {
    width: 70%;
    float: right;
}
.widget-main {
    width: 100%;
}
.widgetHeader{
    min-height: 31px;
    padding-left: 10px;
    background: #f7f7f7;
    color: #669fc7;
    border: 1px solid #CCC;
    border-bottom: 1px solid #DDD;
    padding:5px;
}
.widgetHeader img{

}

.downList button{
    display: inline-block;
    float: right;
    position: relative;
    background-color: #428bca!important;
    border-color: #428bca;
    padding: 0 7px;
    line-height: 18px;
    border-width: 2px;
    font-size: 12px;
    color: #fff;
    margin-top: -18px;
    margin-right: 10px;
    cursor: pointer;
}
.downList button:hover{

}

.widget-body {
    border: 1px solid #CCC;
    border-top: 0;
    background-color: #FFF;
    display: -webkit-box;
}
.widget {
    height: 269px;
}
.downList ul{
    min-width: 55px;
    right: 120px;
    box-shadow: 0 2px 4px rgba(0,0,0,0.2);
    position: absolute;
    z-index: 1000;
    margin: 3px 0;
    font-size: 14px;
    background-color: #fff;
}
.downList ul li{
    display: none;
    list-style: none;
    text-align: right;
    padding: 5px 0;
}
.downList ul li:hover{
    background-color: #f7f7f7;
}

.downList ul li a{
    text-decoration: none;
    color: #000;
    padding-right: 15px;
}
.downList:hover ul li{
    display:block;
}

.fenlei {
    clear: both;
    display: inline-block;
    border-top: 3px solid #e3e3e3;
    width: 100%;
}

.grid3 {
    float: left;
    width:33%;
    height: 40px;
    padding: 10px 0 0 0;
}
.grid3:nth-child(1),.grid3:nth-child(2){
    border-right: 2px solid #e3e3e3;
}
.grid3 img,.grid3 p{
    float:left;
    padding-left:10px
}
.grid3 p{
    padding-top:5px
}
.grid3 span{
    float:right;
    margin-right:20px;
    font-size: 25px;
    padding-top: 2px;
}



/*服务器运行结果*/
.server {
    height: 60px;
}
.server-box {
    margin:auto;
    padding: 10px;
}
.server-main {
    width: 100%;
}
.serverHeader{
    min-height: 31px;
    padding-left: 10px;
    background: #f7f7f7;
    color: #669fc7;
    border: 1px solid #CCC;
    border-bottom: 1px solid #DDD;
}
.server-body {
    border: 1px solid #CCC;
    border-top: 0;
    background-color: #FFF;
    display: -webkit-box;
}







