body{
    margin:0 0 0 0;
    text-align:center;
    word-break:break-all;
    word-wrap:break-word;
    font-size:12px;
    background:#DDDDDD;
}
.ellipsis{
    text-overflow:ellipsis;
    white-space:nowrap;
    overflow:hidden;
    cursor:pointer;
}
#main{
    width:875px;
    background:#FFFFFF;
    margin:auto;
}
#center{
    text-align:left;
}
#bottom{
    background:rgb(175,3,27);
    text-align:center;
    color:#FFFFFF;
}
div.item{
    background:rgb(175,3,27);
    background:#4169E1;
    height:24px;
    line-height:24px;
    color:#FFFFFF;
}
div.name{
    padding:0 5px 0 10px;
    border-right:2px #FFFFFF solid;
    float:left;
}
div.more{
    float:right;
    padding-right:20px;
}
.contact_title{
    font-weight:bold;
}
.contact_cont{
    margin-bottom:10px;
}
.pagination{
    height:36px;
    line-height:36px;
    padding-right:2em;
    border-top:1px #CCCCCC solid;
}