.app-container {
    background: #f5f5f5;
}
.crumbs {
    background: #f4f4f4;
    padding: 5px;
    width: 100%;
}

.crumbs li {
    float: left;
    margin-right: 10px;
}
.crumbs a {
    color: #666;
}
.main {
    width: 1200px;
    margin: 0 auto;
    min-height: 700px;
    position: relative;
    background: white;
    box-shadow: 0px 1px 3px #eee;
}

.main > .title {
    font-size: 26px;
    margin: 0 auto;
    text-align: center;
    width: 1000px;
    color: #1a1a1a;
    padding-top: 18px;
    line-height: 44px;
    font-weight: 400;
    white-space: pre-line;
}

.info {
    font-size: 14px;
    text-align: center;
    font-weight: 100;
    margin-top: 19px;
    color: #666666;
}

.info span {
    margin-right: 10px;
}
.content-container {
   margin-top: 20px;
   padding: 30px;
   border-top: 1px solid #ddd;
}
.content-container p {
    display: block;
    margin-block-start: 1em;
    margin-block-end: 1em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
}
.article-detail {
    margin-top: 20px;
    padding: 30px;
    border-top: 1px solid #ddd;
}

.article-detail .attachment img {
    display: none;
}

.article-detail a {
    text-decoration: underline;
}

.main .article-detail * {
    #font-family: '宋体', serif !important;
    #font-size: 20px!important;
    #line-height: 34px!important;
}
/* 兼容迁移的数据 */
.TRS_Editor p:not([align="center"]) {
    text-indent: 48px;
    margin-top: 10px;
}

/* 兼容quill富文本的数据 */
.ql-align-center {
    text-indent: 0;
}

.file-info {
    width: 98%;
    border: 0;
    border-collapse:collapse;
    border-spacing:0;
    margin: 10px;
}
.file-info tr {
    border-bottom: 2px solid white;
}
.file-info tr td:nth-child(2n -1) {
    background: #4777D6;
    padding: 5px 0;
    color: white;
    text-align: center;
    letter-spacing: 4px;
}
.file-info tr td:nth-child(2n) {
    background: #eee;
    width: 35%;
    padding-left: 20px;
}
.main .share {
    position: absolute;
    bottom: 10px;
    right: 10px;
}
.main .share .tip {
    color: #666;
}
