/* CSS Document */
a {
	font-size: 12px;
	color: #333333;
	text-decoration: none;
}
body {
	width:560px;
	margin:0 auto;
}

/*R:新闻排行*/
#NewsTop{margin-bottom:16px;clear:both; width:560px; height:190px;}
#NewsTop p{float:left;line-height:21px;}
#NewsTop p.topTit{font-weight:bold; margin:0;}
#NewsTop p.topC0{width:77px;border-left:1px solid #F2F2F2;background:#DCDCDC;cursor:pointer; font-size:12px; font-weight:bold;margin:0 auto;}
#NewsTop p.topC1{width:77px;border-left:1px solid #F2F2F2;background:#258AE4;color:#fff; font-size:12px; font-weight:bold;margin:0 auto;}
#NewsTop #NewsTop_tit{border-bottom:1px solid #258AE4;height:21px;font-size:12px; color:#333333;}
#NewsTop_tit p{
  text-align:center;
  width:100px;
  display:block;
  float:left;
}
#NewsTop #NewsTop_cnt{
	height:160px;
	padding-top:7px;
	line-height:24px;
	text-align:left;
	padding-left:10px;
}
#NewsTop #NewsTop_cnt a{color:#666;text-decoration:underline; float:left; }
#NewsTop #NewsTop_cnt a:hover{color:#C2130E;}

/* 常用布局式样 */
.dis{display:block; height:160px; line-height:180%;}
.dis a{
  display:block;
  width:100%;
}
.undis{display:none}
.undis a{
  display:block;
    width:100%;
}
.lefts{float:left;}
.rights{float:right;}
.tbcenter{margin:0 auto;}
.txtcenter{text-align:center;}
.clr{font-size:0;width:1px;clear:both;visibility:hidden;line-height:1px;}
.red{
  color:#223F6F;
  font-weight:bold;
}
span{
  margin-left:2px;
  margin-right:2px;
}
#imgtu{
 border-bottom:1px #258AE4 solid;
 border-top:1px #258AE4 solid;
 padding-bottom:5px;
 padding-top:6px;
 background-color:#DFE4EA;
 margin-bottom:3px;
 padding-left:15px;
 font-weight:bold;
 height:15px;
}
#imgad{
  height:120px;
}
#imgad a{
  width:120px;
  display:block;
  float:left;
  margin-right:8px;
  text-align:center;
}
#imgad a:hover{
  color:#FF0000
}
#imgad img{
  border:1px #DCDFE2 solid;
}