.labelDiv{
    overflow: hidden;
}
.labelDiv > span{
    color:#0E61B6;
    font-size: 14px;
    font-weight:bold;
}
.platformTypeDiv{
    margin: 10px 0;
}
.self_searchDiv{
    float:right;
}
.labelSearchBtn{
    display:inline-block;
    background:url(PublicServerresourcesimageserch.jpg) no-repeat 0 0;
    width:49px;
    padding:0;
    height:23px;
    border:0;
    cursor:pointer;
    float:right;
    margin-left:5px;
    margin-top:2px;
}

.dataDiv > table{
    width:100%;
    text-align: center;
    table-layout: fixed;
}
.dataDiv > table tr td{
    height:27px;
    -moz-word-break: break-all;
    -ms-word-break: break-all;
    word-break: break-all;
    white-space:nowrap;
    overflow: hidden;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
}
.dataDiv > table thead tr td{
    border:1px solid #CCCCCC;
}
.dataDiv > table thead tr td:not(:last-child){
    border-right:none;
}
.dataDiv > table tbody tr td{
    /*border:1px solid #CCCCCC;
    border-top:none;*/
    border: none;
}
.dataDiv > table tbody tr td:first-child{
    text-align: left;
    padding-left:5px;
    border-right:none;
}
/*.dataDiv > table tbody tr td:first-child:hover{
    cursor: pointer;
    color:red;
}*/
.hasHover:hover{
    cursor: pointer;
    color:red;
}
.dataDiv > table tr td:last-child{
    width:120px;
}


#withoutData{
    margin-top:20px;
}

#ul{
    list-style:none;
    height:25px;
    margin-left:0;
    background-color:#EDF7FE;
    padding-left:0;
}
#ul li{
    box-sizing:border-box;
    float: left;
    line-height: 25px;
    text-align: center;
    font-weight:bold;
    min-width:100px;
}
#ul li span{
    padding:0 5px;
}
#ul li.active span{
    height:25px;
    display: block;
    background-color: #ACC8E6;
}
#ul li:hover{
    cursor: pointer;
}

.dataDiv{
    min-height:500px;
}