.school-area {
    background-color: white;
    padding: 20px 20px;
    border-radius: 3px;
}
.vaptcha-init-main {
    display: table;
    width: 100%;
    height: 100%;
    background-color: #eeeeee;
}
.detail_area img{height:auto!important;max-width:100%!important;}
​
.vaptcha-init-loading {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}
​
.vaptcha-init-loading > a {
    display: inline-block;
    width: 18px;
    height: 18px;
    border: none;
}
​
.vaptcha-init-loading > a img {
    vertical-align: middle;
}
​
.vaptcha-init-loading .vaptcha-text {
    font-family: sans-serif;
    font-size: 12px;
    color: #cccccc;
    vertical-align: middle;
}
.detail_area > p {
    color: #0a0a0a;
}
.article-content {
    font-family: "微软雅黑", "宋体", sans-serif;
    color: #333333;
    line-height: 1.6;
}

.article-content h1,
.article-content h2,
.article-content h3,
.article-content h4,
.article-content h5,
.article-content h6,
.article-content h7 {
    margin-top: 1em;
    margin-bottom: 0.5em;
    font-weight: bold;
    line-height: 1.4;
}

.article-content h1 {
    font-size: 28px;
    color: #de4436;
}

.article-content h2 { font-size: 24px; color: #2769b4; }
.article-content h3 { font-size: 20px; color: #de4436; }
.article-content h4 { font-size: 18px; color: #2769b4; }
.article-content h5 { font-size: 16px; color: #de4436; }
.article-content h6 { font-size: 14px; color: #2769b4; }
.article-content h7 { font-size: 12px; color: #888888; }

.article-content p {
    margin-bottom: 1em;
    text-align: justify;
}

.article-content a {
    color: #1a0dab;
    text-decoration: none;
}

.article-content a:hover {
    text-decoration: underline;
}

.article-content ul,
.article-content ol {
    padding-left: 20px;
    margin-bottom: 1em;
}

.article-content li {
    margin-bottom: 0.5em;
}

.article-content blockquote {
    border-left: 3px solid #eee;
    margin: 1em 0;
    padding-left: 20px;
    font-style: italic;
    background-color: #f9f9f9;
}