.detail img, .content img {
    max-width: 100%;
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 10px;
    margin-top: 10px;
}
.detail p, .content p {
    line-height: 1.5;
}

.detail video, .content video {
    max-height: 960px;
    width: 100%;
}

.article-tool {
    margin: 15px 0px;
    padding: 5px 0;
    border-top: 1px solid #E6E6E6;
    border-bottom: 1px solid #E6E6E6;
}

.article #content a, .content a {
    word-break: break-word;
}

.article .content .Table {
    width: inherit !important;
}

iframe {
    width: 100% !important;
}

.item-link-url a {
    word-break: break-all;
}

#attachment ul>li>a {
    word-break: break-all;
}

.content table, .detail table, .article table{
    max-width: fit-content !important;
}

a:hover {
    text-decoration: underline;
}
