@charset "utf-8";

/* css document */

body {
    background: #f0f0f0;
}
/*笔记预览*/

.wrap {
    width: 100%;
    min-width: 1280px;
    float: left;
}

.wrap .wrap-main {
    width: 1200px;
    height: auto;
    margin: 0 auto;
}



.note {
    width: 100%;
    min-height: 989px;
    float: left;
    background: #fff;
    border: 1px solid #ccc;
    margin:20px 0 100px;
}

.note .note-main {
    width: 1030px;
    height: auto;
    margin: 0 auto;
}

.note .note-main .title-button {
    width: 100%;
    min-height: 75px;
    float: left;
}

.note .note-main .title-button .title {
    width:100%;
    float: left;
}

.note .note-main .title-button .title h2 {
    font-size: 22px;
    font-weight: bold;
    color: #222;
    text-align: center;
    padding-top: 25px;
    padding-bottom: 20px;
}
.note-table {
    width: 100%;
    border-left: 1px solid #ccc;
    float: left;
    margin-bottom: 90px;
}

.note-table table {
    border-bottom: 1px solid #ccc;
    border-top: 1px solid #ccc;
}

.note-table table tr {
    border-bottom: 1px solid #ccc;
}

.note-table table tr.diy-style td {
    font-size: 14px;
    color: #222;
    text-align: center;
    border-right: 1px solid #ccc;
    line-height: 40px;
}

.note-table table tr td.text-left {
    text-align: left;
    text-indent: 22px;
}

.note-table table tr td.width1 {
    width: 258px;
}

.note-table table tr td.width2 {
    width: 211px;
}

.note-table table tr td.time {
    font-family: arial;
}

.note-table table tr td.short {
    width: 100px;
}

.note-table table tr td.long {
    width: 116px;
}

.note-table table tr td.title {
    text-align: left;
    text-indent: 22px;
    border-bottom: 1px solid #ccc;
}

.note-table table tr td.paragraph {
    padding:10px 25px;
    line-height: 24px;
    text-align: left;
    border-bottom: 1px solid #ccc;
    border-right: 1px solid #ccc;
}