@charset "utf-8";
body {
    background-color: #f2f2f2;
}

.article {
    padding: 30px;
    box-shadow: 0 1px 3px #aaa;
    background-color: #ffffff;
}

.article-title {
    text-align: center;
    font-size: 2em;
    font-family: "宋体";
    font-weight: bold;
    line-height: 48px;
    margin-bottom: 20px;
}

.article-content {
    font-size: 16px;
    line-height: 26px;
    text-align: justify;
    white-space: normal;
    word-break: break-all;
    font-family: "宋体";
}

.b2 {
    width: 100%;
    border-bottom: 2px solid #08a5e0;
}
.article-content img {
    max-width: 80% !important;
    margin: 10px 0px;
    height: auto;
}
img {
    border: none;
}