.sidebar_g{
    text-align: center;
    color: #672314;
    font-size: 36px;
}
.container_sidebar{
    width: 266px;
    height: auto;
    float: left;
    background: #FFFFFF;
    border: #9b9fa3 solid 1px;
}
.sidebar_header{
    width: 266px;
    height: 50px;
    background: #004593;
    color: #ffffff;
    text-align: center;
    line-height: 50px;
    font-size: 24px;
}
.sidebar_content{
    width: 100%;
}
.sidebar_content li{
    border-top: #878787 solid 1px;
    line-height: 50px;
    color: #000;
    text-align: center;
    font-size: 22px;
}
.sidebar_content li a{
    
    line-height: 50px;
    color: #000;
    text-align: center;
    font-size: 22px;
}
.sidebar_active{
    background: #d4e0ed;
}
.sidebar_content p{
    overflow: hidden;
    text-overflow:  ellipsis;
    -o-text-overflow: ellipsis;
    white-space: nowrap;
    width: 100%;
}
.sidebar_content a{
    color: #672314;
    font-size: 14px;
}
.content_article{
    padding-top: 40px;
    padding-bottom: 40px;
}
.content_article h1{
    font-size: 30px;
    text-align: center;
}
.content_article .art_source{
    font-size: 14px;
    text-align: center;
    text-indent: 0em;
    line-height: 40px;
    margin-bottom: 25px;
}
.content_article .imginfor{
    text-align: center;
    font-size: 14px;
    text-indent: 0em;
}
.content_article p{
    text-indent: 2em;
    line-height: 30px;
    font-size: 16px;
}
.content_article pre{
    font-size: 16px;
    line-height: 45px;
}
.content_more{
    margin-top: 50px;
}
.content_more .up{
    float: left;
}
.content_more .down{
    float: right;
}
.content_more a{
    color: #004593;
}