#column_bar{
    width: 100%;
    height: 35px;
    margin-top: 12px;
    background: #F9F9F9;
}
#column_label{
    float: left;
    margin-top: 8px;
    border-left: 3px solid #B61A13;
    padding-left: 12px;
    margin-left: 12px;
}
#current_local{
    margin-top: 8px;
    margin-right: 12px;
    float: right;
}
#article{
    padding: 30px;
}
#title{
    font-size: 18px;
    font-weight: bold;
    color: #333333;
    text-align: center;
}
#info{
    margin-top: 20px;
    font-size: 12px;
    color: #999999;
    text-align: center;
}
#share{
    margin-top: 20px;
    text-align: center;
}
#share img{
    width: 24px;
    height: 24px;
}
#text{
    margin-top: 20px;
    text-indent: 28px;
    font-size: 14px;
    line-height: 28px;
}
#nav{
    margin-top: 20px;
}
#nav_prev{
    float: left;
}
#nav_next{
    float: right;
}
.nav-btn{
    width: 250px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    font-size: 14px;
    border: 1px solid #DDDDDD;
    color: #666666;
    border-radius: 10px;
}

#relative_article{
    margin-top: 20px;
    padding: 17px;
    background: #fff;
}
#relative_article .block-date-article-container{
    width: auto;
}

#nav a{
    color: #666666;
}