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;
}
#title{
    color:red;
    font-family:'黑体';
    font-size:48px;
    font-weight:bold;
}
#main{
    width:800px;
    background:#FFFFFF;
    margin:auto;
}
#center{
    text-align:left;
    overflow:visible;
}
#bottom{
}
.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;
}
img.diy{
    width:0;
    height:0;
}
