
    .bbs .file-icon {
        color:#666;
    }
    .bbs .ti-volume {
        font-size:1.3em;
        color:#87B87F
    }
    .bbs .notice {
        background:#f7f9fb;
    }
    .board_new .title .board-icon.new{
        display: inline-block;
        width: 2rem;
        height: 2rem;
        border-radius: 50%;
        background-color: #116eb4;
        text-align: center;
        font-size: 1.2rem;
        vertical-align: middle;
        line-height: 1.6rem;
        margin-top: -0.2rem;
    }
    .board-icon.new {
        border-radius:3px;
        color:#fff;
        background:#dd5044;
        padding:2px 5px;
    }
    .board-icon.comment {
        margin:0px;
        color:#F26520;
    }
    .bbs img.reply {
        margin-right:5px;
    }
    .management input {
        vertical-align:middle;
        margin:0px 0 2px 0;
        width:13px;
        height:13px;
    }
