.news_image
{
float:left;
margin : 8px;
margin-top: 0px;
border : 1px solid white;
}
.news_more
{
display : block;
margin-top : 20px;
background-image : url('more.gif');
background-repeat : no-repeat;
background-position : right;
padding-right : 20px;
color : white;
clear: both ;
}
.news_source
{
display : block;
margin-top : 5px;
background-image : url('url.gif');
background-repeat : no-repeat;
background-position : right;
padding-right : 20px;
color : white;
}
.news_page
{
float: left; width: 650px;
}
.news_title
{
font-weight : bold;
margin : 5px;
}
.news_item
{
border-bottom : 1px solid white;
padding : 5px;
color:threedshadow;
}
.news_text a
{
color:skyblue;
}
.news_page a
{
color:threedshadow;
font-size : larger;
}

.news_detail_image
{
float:right;
margin : 8px;
margin-top: 0px;
border : 1px solid white;
}
.news_detail_more
{
display : block;
margin-top : 20px;
background-image : url('more.gif');
background-repeat : no-repeat;
background-position : right;
padding-right : 20px;
color : threedshadow;
clear: both ;
}
.news_detail_source
{
display : block;
margin-top : 5px;
background-image : url('url.gif');
background-repeat : no-repeat;
background-position : right;
padding-right : 20px;
color : threedshadow;
}
.news_detail_page
{
float: left; width: 650px;
}
.news_detail_title
{
font-weight : bold;
margin : 5px;
font-size : 15px;
}
.news_detail_item
{
border-bottom : 1px solid white;
padding : 5px;
color:threedshadow;
}
.news_detail_item a
{
color:green;
}
.news_detail_page a
{
color:threedshadow;
font-size : larger;
}
.news_detail_text a
{
color : skyblue;
}
