/* 奥运快报 */ 
/* 标题 */
.title_dg{
	font-weight: normal;
	background:url(../news/img/news_title.gif) no-repeat 0px 0px;
	padding:10px 20px;	
	height:36px;
}
.title_dg h3{
	border-bottom: 1px solid #CCCCCC;
	text-align: right;
	line-height: 24px;
	font-size: 12px;
	color: #666;
	font-weight: normal;
}

/* 比赛回放 */
/* 标题 */
.title_dg02{
	font-weight: normal;
	background:url(../matches/img/matches_title.gif) no-repeat 0px 0px;
	padding:10px 20px;	
	height:36px;
}
.title_dg02 h3{
	border-bottom: 1px solid #CCCCCC;
	text-align: right;
	line-height: 24px;
	font-size: 12px;
	color: #666;
	font-weight: normal;
}

/* 媒体集萃 */ 
/* 标题 */
.title_dg03{
	font-weight: normal;
	background:url(../press/img/press_title.gif) no-repeat 0px 0px;
	padding:10px 20px;	
	height:36px;
}
.title_dg03 h3{
	border-bottom: 1px solid #CCCCCC;
	text-align: right;
	line-height: 24px;
	font-size: 12px;
	color: #666;
	font-weight: normal;
}

/* 奥运ABC */ 
/* 标题 */
.title_dg04{
	font-weight: normal;
	background:url(../abc/img/abc_title.gif) no-repeat 0px 0px;
	padding:10px 20px;	
	height:36px;
}
.title_dg04 h3{
	border-bottom: 1px solid #CCCCCC;
	text-align: right;
	line-height: 24px;
	font-size: 12px;
	color: #666;
	font-weight: normal;
}

/* 奖牌榜 */
.rank_c{
     width:213px;
	 float:left;
	 margin:10px; /* ie7 firefox */
	 _margin: 10px 5px; /* ie6 */
}
.rank_top{
	background: url(../img/zbyg_t.gif) no-repeat 0px 1px;
	height:27px;
}
.rank_top .rank_title{
	vertical-align: super;
	margin-left: 60px;
}
.rank_content{
	border-right: 3px solid #CA0000;
	border-left: 3px solid #CA0000;
	height:100%;
	padding:0px 12px;
}
.rank_content h4{
	line-height: 20px;
	font-size: 12px;
	color: #666666;
	text-align: right;
	font-weight: normal;
}
.rank_content p{
	line-height: 20px;
	font-size: 12px;
	font-weight: normal;
	margin:0px;
	padding:0px;
	list-style-type:none;
	width:183px;
	text-align: right;
}
.rank ul{
	margin:0px;
	padding:0px;
	list-style-type:none;
	border-bottom:1px dotted #ccc;
	font-size: 12px;
}
.rank ul li{
	height:25px;
	line-height:25px;
	float:left;
	text-align:center;
}
.w32{
    width:32px;
	color: #666;
}
.w55{
    width:55px;
	color: #333;
}
.no_pic{
    margin:5px 5px;
}
.rank_bottom{
	background: url(../img/zbyg_b.gif) no-repeat 0px 0px;
	height:22px;
}




/* 内容 */
.news_column {
	margin: 10px 30px;
}
.news_top {
	background: url(../news/img/news_top.gif) no-repeat 0px 0px;
	width:589px;
	height: 26px;
}
.news_midst {
	background: url(../news/img/news_midst.gif) no-repeat 0px 0px;
	width:589px;
	height: 26px;
}
.news_bottom {
	background: url(../news/img/news_bottom.gif) no-repeat 0px 0px;
	width:589px;
	height: 26px;
}
.news_content{
	border-left: 4px #fed4d6 solid;
	border-right: 4px #fed4d6 solid;
	width: 541px;
	height: 100%;
}
.padd01{
    padding:0px 20px;
}
.padd02{
    padding:20px 20px 0px 20px;
}
.news_content dt{
    margin-right:10px;
	float:left;
}
.news_content dd{
    width:191px;
	float:left;
	line-height: 20px;
	color: #666666;
}
.news_content dd p{
    margin:5px 0px;
}
.news_content ul{
	margin:0px;
	padding:0px;
	list-style-type:none;
}
.news_content ul li{
	+height:24px; /* ie6 ie7 */
	height: 25px; /* firefox */
	line-height:24px;
}
.news_content ul li span{
	color:#999;
}
.news_content ul li a{
	color:#666;
	display:block;
	text-decoration:none;
	border-bottom:1px dotted #ccc;
	background:#fff 0px 0px;
}
.news_content ul li a:hover{
	color:#c00000;
	background:#f8f8f8;
	border-bottom:1px dotted #ccc;
}
