.clear{
    clear:both;
}
.rss-item{
    height:200px;
    width:200px;
    margin-top:15px;
    margin-left:10px;
    float:left;
}
.rss-item h1{
    font-family:"MS Sans Serif",Tahoma,sans-serif;
    font-size:16px;
    font-weight:bold;
    color:#000000;
    padding:0px;
    margin:0px;
    display:block;
}
.rss-item img{
    width:170px;
    height:80px;
    background-repeat:no-repeat;
    background-position:center center;
    background-color:#cccccc;
    display:block;
    margin:0px 5px 0px 5px;
    border:none;
}
.rss-item p{
    font-family:"MS Sans Serif",Tahoma,sans-serif;
    font-size:12px;
    font-weight:normal;
    color:#0061B0;
    text-decoration:none;
    padding:0px;
    margin:10px 0px 0px 0px;
    display:block;
    height:50px;
}
.rss-item p b{
	display:block;
}
.rss-item p a{
	color:#0061B0;
    text-decoration:none;
}

.rss-item a.more{
	width:70px;
	height:20px;
    text-indent:-10000px;
    display:block;
    background:transparent url(../img_aphd/bt_more.gif) no-repeat center center;
    float:right;
}
