.main {
    width: 100%;
    background-color: #fff;
}

.layui-breadcrumb {
    display: block;
    padding: 15px;
    width: 100%;
    box-sizing: border-box;
}

.details {
    padding: 10px 0;
    box-sizing: border-box;
    width: 100%;
    display: flex;
    justify-content: space-between;
}

.details .article {
    width: 75%;
    padding: 0 15px;
    box-sizing: border-box;
}

.details .article h1 {
    font-size: 32px;
    color: #222;
    font-weight: bold;
    text-align: center;
}

.details .article .tag {
    display: flex;
    justify-content: space-between;
    padding: 20px 0 10px;
    border-bottom: 1px solid #eee;
}

.details .article .tag span {
    font-size: 16px;
    color: #888;
}

.details .article .content {
    font-size: 16px;
    color: #222;
    padding: 25px 0;
    line-height: 28px;
    max-width: 100% !important;
}