﻿/**********news_header*********/
#about_content #news>#news_header{
    text-align:center;
    border-bottom:1px solid #cbcbcb;
    margin-bottom:10px;
}
#news_header h4{
    margin-bottom:18px
}
#news_header h5{
    font-weight:normal;
    margin-bottom:12px;
    color:#666;
}
.jiathis_style{
    overflow:hidden;
    color:#666;
    padding-bottom:10px;
}
.jiathis_style a{
    color:#666;
}
#news_header .jiathis_style {
    margin-left:292px;
}

/**********news_content*********/
#about_content #news > #news_content {
    margin-bottom:12px;
    border-bottom:1px solid #cbcbcb;
}
#content{
    margin-bottom:10px;
}
#content p{
    margin:0;
}
#content img{
    margin-top:7px;
}

/**********news_footer*********/
#news_footer a{
    width:138px;
    height:33px;
    color:transparent;
}
#previous{
    float:left;
    background:url(../images/Btn_Pre.png)
}
#previous:hover{
    background:url(../images/Btn_Pre_hover.png)
}
#next{
    float:right;
    background:url(../images/Btn_Next.png)
}
#next:hover{
    background:url(../images/Btn_Next_hover.png)
}


