/*****************************************************************
 * 头条新闻控件风格
 * 名称：CDTopNewsControl
 ******************************************************************/
/*================================================================*/
/*风格一：传统模式（左图，右标题+摘要）
  topnews_one
=========================================================
*/
div.topnews_one
{
	width: 325px;
	float: left;
	padding-left: 6px;
}
.topnews_one .image
{
	float: left;
	width:100px;
	height:100px
}

.topnews_one .title
{
	font-weight: bold;
	margin-bottom: 6px;
	margin-left: 10px;
}
.topnews_one .title, .topnews_one .title a,.topnews_one .title a:link,.topnews_one .title a:visited
{
	color: #f00;
	font-size:14px;
	text-decoration:none;
	margin-left: 10px;
}
.topnews_one .summary, .topnews_one .summary a,.topnews_one .summary a:link,.topnews_one .summary a:visited
{color: #0A44A5;font-size:12px;text-decoration:none;}


/*================================================================*/
/*风格二：竖排模式（从上到下图、标题、摘要）
  topnews_one
=========================================================
*/
div.topnews_two
{
width: 325px;
float: left;
padding-left: 6px;
}
.topnews_two .image
{

width:100px;
height:100px;
margin-right: 10px;
margin-left: 5px;
margin-bottom:5px;
}

.topnews_two .title
{
font-weight: bold;
margin-bottom: 6px;
margin-top: 5px;
float: left;

}
.topnews_two .title, .topnews_two .title a,.topnews_two .title a:link,.topnews_two .title 

a:visited
{
color: #f00;
font-size:14px;
text-decoration:none;
float: left;
}
.topnews_two .summary, .topnews_two .summary a,.topnews_two .summary a:link,
.topnews_two .summary a:visited
{
margin-top:40px;
color: #0A44A5;font-size:12px;
text-decoration:none;line-height:130%;
}

/*================================================================*/
/*风格三：雷同一（待完善）
  topnews_three
=========================================================
*/
div.topnews_three
{
	width: 325px;
	float: left;
	padding-left: 6px;
}
.topnews_three .image
{
	float: left;
	width:100px;
	height:100px
}

.topnews_three .title
{
	font-weight: bold;
	margin-bottom: 6px;
	margin-left: 10px;
}
.topnews_three .title, .topnews_three .title a,.topnews_three .title a:link,.topnews_three .title a:visited
{
	color: #f00;
	font-size:14px;
	text-decoration:none;
	margin-left: 10px;
}
.topnews_three .summary, .topnews_three .summary a,.topnews_three .summary a:link,.topnews_three .summary a:visited
{color: #0A44A5;font-size:12px;text-decoration:none;}

/*================================================================*/
/*自定义风格；
  topnews_yourname
=========================================================