#write {
    margin: 20px;
    padding: 20px;
    background-color: #fff;
}

#write > p,
#write > h1,
#write > h2,
#write > h3,
#write > h4,
#write > h5,
#write > h6,
#write > img,
#write > ul,
#write > ol,
#write > blockquote,
#write > table {
    margin: 0 0 20px;
}

#write img {
    box-shadow: 0 5px 5px rgba(0, 0, 0, .5);
}

#write a {
    color: #74C374;
}

#write p,
#write li {
    line-height: 30px;
}

#write blockquote {
    font-size: 14px;
    border: none;
    border-left: 4px solid #5CB85D;
    background-color: #ECF8F2;
}


#write blockquote p {
    margin: 0;
}

#write strong,
#write strong {
    color: #FF5721;
}

#write table {
    max-width: 100%;
}

#write table th {
    background-color: #F5F5F5;
}

#write table td,
#write table th {
    border: 1px solid #DDDDDD;
    padding: 10px;
    min-width: 100px;
}


#write img {
    max-width: 100%;
}

#write img:hover {
    cursor: pointer;
}

#write h1 {
    text-align: center;
    font-size: 24px;
    font-weight: 700;
}

#write h2 {
    font-size: 22px;
}

#write h3 {
    font-size: 20px;
}

#write h4 {
    font-size: 18px;
}

#write h5 {
    font-size: 16px;
}

#write h6 {
    font-size: 14px;
}

#write h2,
#write h3 {
    padding-bottom: 10px;
    border-bottom: 1px solid #F5F5F5;
}

#shuo-content {
    margin: 20px;
    padding: 20px;
    background-color: #fff;
}

#shuo-content .lw-shuo-img {
    object-fit: cover;
    margin-right: 5px;
    width: 32%;
    height: 200px;
}

#shuo-content .lw-shuo-img:hover {
    cursor: pointer;
}