.sidebar_g{
    text-align: center;
    color: #672314;
    font-size: 36px;
}
.container_sidebar{
    width: 266px;
    height: auto;
    float: left;
    background: #FFFFFF;
}
.sidebar_header{
    width: 266px;
    height: 50px;
    background: #004593;
    color: #ffffff;
    text-align: center;
    line-height: 50px;
    font-size: 24px;
}

.defaultInputStyle{height:18px!important;border:solid 1px #AFD5F5!important}  
    
    

.sidebar_detail{
    padding-top: 15px;
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 15px;
}
.sidebar_content ul li{
    cursor: pointer;
}
.sidebar_content p a{
    display: block;
    color: #000;
    font-size: 14px;
    line-height: 35px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.content_artlist{
    width: 735px;
    float: left;
    padding-bottom: 40px;
    padding-top: 20px;
}
.content_artlist p{
    
    line-height: 40px;
    font-size: 16px;
 

}
.content_artlist a:hover{
    color: #a40000;
  
}
.content_artlist a{
    color: #000;
  
}
.content_page{
    width: 448px;
    color: #004593;
    margin: 0 auto;
    font-size: 14px;
}
.content_page p{
    margin-right: 16px;
    float: left;
}
.content_page .page-tt{
    line-height: 26px;
}
.content_page p .nonact{
    width: 44px;
    height: 24px;
    border: #bbbbbb 1px solid;
    color: #bbbbbb;
    background: none;
    cursor: pointer;
}
.content_page p .act{
    width: 44px;
    height: 24px;
    color: #FFFFFF;
    background: #004593;
    cursor: pointer;
}
.content_page p input{
    width: 24px;
    height: 24px;
    border: #004593 1px solid;
}

.content_article{
    padding-top: 20px;
}
.content_article h1{
    font-size: 30px;
    line-height: 50px;
    color: #000;
    text-align: center;
}
.content_article p{
    font-size: 16px;
    line-height: 30px;
    text-indent: 2em;
}
.content_article .p-img{
    text-align: center;
    margin-top: 40px;
}
.content_article .imginfor{
    text-align: center;
    font-size: 14px;
    margin-bottom: 10px;
}
.content_article .art_source{
    font-size: 14px;
    text-align: center;
    margin-bottom: 20px;
}
.content_more{
    margin-top: 50px;
}
.content_more .up{
    float: left;
}
.content_more .down{
    float: right;
}
.content_more a{
    color: #004593;
}