.self_searchDiv{
    display: inline-block;
    text-align:right;
    float:right;
}
.self_showDataDiv{
    min-height:500px;
}
.self_showDataDiv table{
    width:100%;
    margin:0 auto;
    table-layout: fixed;
}
.self_showDataDiv table tr td:first-child{
    -ms-word-break: break-all;
    word-break: break-all;
    white-space:nowrap;
    overflow: hidden;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
    padding:0 5px;
}
.self_showDataDiv table tr td:last-child{
    width:100px;
    text-align: center;
}
.self_showDataDiv table tr td{
    height:28px;
}

/* 弹窗详情 */
.popup-title h1{
    text-align: center;
}
.popup-content{
    width:98%;
    margin:0 auto;
    padding:10px;
}
.popup-attachDiv{
    width:98%;
    margin:0 auto;
}
.popup-attachDiv table{
    width:100%;
    padding:0;
    margin:0;
    text-align:center;
}
.popup-attachDiv table tr td{
    border:1px solid #CCC;
    height:28px;
}
.popup-attachDiv table tr td:first-child, .popup-attachDiv table tr td:last-child{
    width:80px;
}
.hasHover{
    /*color:blue;*/
    /*text-decoration: underline;*/
}
.hasHover:hover{
    color:red;
    cursor: pointer;
}

.crumbsDiv{
    font-size:14px;
    padding:10px 0;
}
.crumbsDiv a{
    font-size:14px;
}

.labelDiv{
    padding:0 0 5px 0;
    overflow: hidden;
    border-bottom:1px solid #CCCCCC;
}
.labelDiv > span{
    color:#0E61B6;
    font-size: 14px;
    font-weight:bold;
}
.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;
}

.self_searchDiv > label{
    height: 23px;
    display: inline-block;
}
#self_area{
    height:23px;
}

#body_div > div.showDataDiv{
    margin-top:10px;
}

#withoutData{
    margin-left:35%;
}