.feed{
    background: none repeat scroll 0 0 #fff;
    /*border-radius: 5px;*/
    font-size: 12px;
    padding: 5px;
    text-align: justify;
    width: 690px;
    float: left;
}
.feed .hint{
    background: url('images/rss/rss_Item.gif') left center no-repeat;
    padding-left: 100px;
    height: 58px;
    margin-top: 20px;
    line-height: 58px;
    color: #5C6972;
    font-size: 14px;
    font-weight: bold;
    text-align: justify;
}

.tbl_rss{
    color: #FC4A09;
}
.tbl_rss th{
    padding: 8px 0;
    text-transform: uppercase;
    font-weight: bold;
}
.tbl_rss .title{
    cursor: pointer;width:330px
}
.tbl_rss .title div.bg{
    float: left;
    height: 29px;
    width: 11px;
}
.tbl_rss .title div.tt{
    float: left;
    padding:0;
}
.tbl_rss .title a{
    color: #000000;
    font-weight: bold;
    padding-left: 10px;
	height:29px;line-height:29px;display:block;width:307px
}
.tbl_rss .title:hover a{
    color: #fff;
}