.bread {
    padding: 8px 0;
    
}
.bread  a {
    color: #888;
    font-size: 12px;
    background-color: #f5f5f5;
}
.bread  span {
    display: inline-block;
    padding: 0 8px;
    color: #888;
    
    font-size: 12px;
}
.article {
    width: 100%;
    padding: 15px 10px;
    box-sizing: border-box;
}
.article .title  {
    font-size: 18px;
    font-weight: bold;
    text-align: center;
}
.article .bot {
    display: flex;
    justify-content: space-between;
    font-size: 12px;
    color: #888;
    border-bottom: 1px solid #eee;
    padding: 15px 0 10px;
}
.article  .content {
    font-size: 15px;
    color: #333;
    line-height: 26px;
    width: 100%;
    padding: 15px 0;

} 
.article  .content p {
    text-indent: 15px;
    font-size: 15px;
    color: #333;
}
.article  .content img {
    width: 100%;
}