/* pc端左侧分栏内容模板 */
.content-wrap {
    display: flex;
    padding: 40px 0;
}
.left-wrap {
    width: 280px;
}
.menu-item {
    margin-bottom: 20px;
}
.right-wrap {
    width: 0;
    flex: 1;
}
.content {
    padding-left: 30px;
    box-sizing: border-box;
}
.content-title {
    font-size: 30px;
    font-weight: bold;
}
.content-date {
    padding: 16px 0;
    color: #c1c1c1;
    text-align: center;
    border-bottom: 2px solid #c1c1c1;
}
.content-body {
    padding: 16px 0 40px;
}
/* 单内容富文本 */
.content-single {
    margin: 20px 0 40px;
    padding: 20px 60px;
    box-sizing: border-box;
    border:  1px solid #c1c1c1;
    border-radius: 10px;
}