#choice {clear:both;margin:0 auto;width:1182px;font-family:Î¢ÈíÑÅºÚ,ºÚÌå;}
#choice li{float:left}
#choice li a{display:block;float:left;padding:0px 30px;line-height:60px;font-size:16px;color:#fff;}
#choice li.current a,#choice li a:hover{background:#fff;color:#000}
.grayFont{font-weight:normal}
#submenu{filter:alpha(opacity=60);-moz-opacity:0.6;opacity:0.6;background:#000;height:60px;margin-bottom:40px;}

.bBox{
    padding: 20px;
}
.bBox .logBox{
    width: 100%;
    border-bottom: 1px solid #eee;
    font-size: 14px;
    padding: 10px 0;
    box-sizing: border-box;
    overflow: hidden;
}
.bBox .logBox:last-of-type{
    border-bottom: none;
}
.bBox .logBox .title-view{
    overflow: hidden;
}
.bBox .logBox h2{
    width: calc(100% - 70px);
    font-size: 14px;
    margin-bottom: 10px;
    text-overflow:ellipsis;
    overflow: hidden;
    white-space: nowrap;
    float: left;
}
.bBox .logBox .type{
    font-weight: bold;
}
.bBox .logBox .time{
    float: right;
}
.bBox .logBox .content pre{
    color: #666;
    font-size: 12px;
    white-space: unset;
    padding: 0;
    margin: 0;
}

@media screen and (max-width: 640px) {
    body>#Pages{
        padding-bottom: 10px;
    }
    #submenu{
        margin-bottom: 20px;
    }
    #choice{
        width: 100%;
        overflow: hidden;
    }
    #choice li a{
        padding: 0 7px;
        font-size: 12px;
    }
}