main{
    display: flex;
    //height: 500px;
    flex-flow: row nowrap;
}
.shici{
    background: #fff;
    padding: 16px;
}
.shici-title{
    text-align: center;
    font-size: 1.5rem;
}
.shici-author{
    text-align: center;
    font-size: 1rem;
    /*color: #909399;*/
 }
.shici-subtitle{
    font-size: 18px;
    font-family: PingFangSC-Light;
    font-weight: 600;
}
.shici-content{
    white-space: pre-wrap;
    font-size: 16px;
    color: #909399;
    line-height: 2;
    text-align: justify;
    margin-bottom: 7px;
    font-family: PingFangSC-Light;
    /*首行缩进2字符*/
    /*// text-indent: 2em;*/
}
.shici-nav-title{
    font-size: 14px;
}
.shici-type{
    color: #909399;
}


.type-content{
    border-radius: 5px;
    padding: 10px;
    background: #fbfafa;
    /*color: #5bc0de;*/
    margin-bottom: 7px;
}
.type-name{
    font-weight: 600;
}
.label {
    font-size: 75%;
    font-weight: 700;
    /*color: #007bff;*/
    color: #949494;
    margin-left: auto;
}
.shici-item{
    align-items: center;
    display: flex;
    background: #fff;

}
.shici-item a{
    color: #000000;
    width: 74%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.shici-itema {
    width: 100% !important;
}
