.news_wb {
    background: url("../images/news_bg.jpg") repeat-x scroll 0 0 transparent;
    height: 34px;
    margin: 0 auto;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 12px;
    line-height: 22px;
    border-top: solid 1px #DFDFDF;
    border-bottom: solid 1px #DFDFDF;
}

.news_wb .news {
    float: left;
    height: 34px;
    overflow: hidden;
    width: 840px;
    text-align: left;
}

.news_wb .social {
    float: right;
    right: 0;
    width: 160px;
    height: 22px;
    padding-bottom: 5px;
    position: relative;
}

.social .news_t {
    float: left;
    height: 9px;
    margin: 13px 5px 0 10px;
    width: 72px;
}

.social .news_c {
    float: left;
    height: 20px;
    margin-right: 4px;
    margin-top: 7px;    
    overflow: hidden;
    position: absolute;
    right: 0;
}

.social .news_c a.qq {
    background: url("../images/qq2.png") no-repeat scroll 0 0 transparent;
    margin: 2px 0px;
    height: 20px;
    width: 20px;
}

.social .news_c a.xl_weibo {
    background: url("../images/xl_weibo.png") no-repeat scroll 0 0 transparent;
    height: 20px;
    width: 20px;
}

.social .news_c a.qq_weibo {
    background: url("../images/qq_weibo.png") no-repeat scroll 0 0 transparent;
    height: 20px;
    width: 20px;
}

.social .news_c a {
    display: block;
    float: left;
    margin-left: 5px;
    line-height:18px;
    text-decoration:none;
}