body{
    margin:0;
    font-size:12px;
    font-family:"宋体";
    text-align:center;
    word-break:break-all;
    word-wrap: break-word;
}
.ellipsis{
    text-overflow:ellipsis;
    white-space:nowrap;
    overflow:hidden;
    cursor:pointer;
}
#main{
    width:800px;
    background:#FFFFFF;
    margin:auto;
}
#center{
    text-align:left;
    overflow:visible;
}
#bottom{
    background:#4169E1;
    text-align:center;
}
.left_title{
    background:url(images/left_bg.gif);
    width:190px;
    height:34px;
    font-weight:bold;
}
.right_title{
    background:url(images/Right_bg.gif);
    height:28px;
    padding:0 10px 0 10px;
    font-weight:bold;
}
.single_title{
    background:url(images/head_bg_1.gif);
    height:28px;
    padding:0 10px 0 10px;
    font-weight:bold;
}
div.img{
    width:10px;
    height:10px;
    overflow:hidden;
}
