#content > div:first-of-type {
    width: 1200px;
    margin: 20px auto;
    overflow: auto;
}

#article_content {
    width: 960px;
    padding: 9px;
    border: 1px solid rgba(0, 0, 0, 0.1);
    min-height: 400px;
    font-family: sans-serif;
    font-size: 16px;
    overflow: hidden;
}

#article_content p {
    margin: 5px 0;
    word-break: break-word;
}

#article_right {
    -webkit-transition: top 0.5s;
    -moz-transition: top 0.5s;
    -o-transition: top 0.5s;
    transition: top 0.5s;
    width: 230px;
    margin: 0 5px;
    background: white;
}

.article_right_down {
    position: fixed;
    top: 10px;
}

#article_content, #article_right {
    float: left;
    border-radius: 2px;
}

#article_content #content_tile {
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

#article_content #content_tile .vic_title * {
    margin-right: 30px;
    color: black;
}

