#article-title {
    font-size: 20px;
    margin: 10px 20px 0px 15px;
    font-weight: 600;
    line-height: 30px
}
#article-header {
    border-bottom: 1px solid #ddd;
}

#article-content {
    font-size: 18px;
    line-height: 30px;
    padding: 8px 12px 0 12px;
    word-wrap: break-word;
    overflow: hidden;
    /*text-align: justify;*/
}

#article-content p {
    padding: 8px 0px;
}
#article-content img{
    max-width:100%;
}

#exam #article-content input,#kejian #article-content input {
    font-size: 16px;
}

#fontzoom {
    font-size: 14px;
    margin: 5px 0px 10px 15px;
    color: #555;
}

#fontzoom a {
    color: #555;
}

#related-title {
    height: 36px;
    line-height: 36px;
    background-color: #d2e4fc;
    text-indent: 15px;
    font-weight: bold;
}

#related-items {
    margin: 0px 10px;
    list-style: none;
    background-color: #fbfbfb;
}

#related-items li {
    border-bottom: 1px solid #dedede;
    border-top: 1px solid #fff;
    height: 40px;
    line-height: 40px;
    font-size: 16px;
    width: 100%;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    text-indent: 2px;
}

#related-items li a {
    display: block;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}