﻿@charset "utf-8";
/**/
#news_content{
	width:707px;
	border:1px solid #C1D9F4;
	border-top:2px solid #094C96;
	text-align:center;
}
#news_info{
	width:687px;
	margin:0 auto;
	overflow:hidden;
}
#news_detail{
	line-height:24px;
	font-size:14px;
	padding-bottom:20px;
	text-align:left;
}
#news_detail p
{
	width:100%;
	}
#news_info h3{
	font-size:20px;
	height:26px;
	padding-top:20px;
	padding-bottom: 10px;
	border-bottom:1px solid #ddd;
	font-family:黑体;
	color: #333;
}
#news_info p.news_pubinfo{
	padding-top:10px;
	height:16px;
	padding-bottom:10px;
	text-align:center;
	color:#808080;
}
#news_info p.news_pubinfo span{
	margin-left:12px;
	margin-right:12px;
}
#news_feed{
	text-align:left;
	font-size:14px;
	border-top:1px dashed #DADBD6;
}
#news_feed dl{
	padding-left:20px;
	height:180px;
}
#news_feed dl dt{
	padding-top:20px;
	height:16px;
	padding-bottom: 16px;
	color:#014693;
	font-weight:bold;
}
#news_feed dl dd{
	float:left;
	width:52px;
	height:93px;
	margin-left:16px;
	text-align:center;
}
#news_feed dl dd p.feed_num{
	border:1px solid #EFB42E;
	height:17px;
	padding-top:3px;
	font-size:12px;
	
}
#news_feed dl dd a{
    display:block;
    margin-top:6px;
    height:67px;
    width:52px;
    background: url(../images/news_feed_original.gif) no-repeat left bottom;
    text-decoration:none;    
}
#news_feed dl dd a:hover
 {
     text-decoration:none;
    background: url(../images/news_feed_hover.gif) no-repeat left bottom;
    }
#news_feed dl dd p.feed_img
{   
    text-align:center;
    height:24px;
    padding-top:8px;
    padding-bottom:8px;
    cursor:pointer;
    }
#news_feed dl dd p.feed_word
{
    height:20px;
    padding-top:6px;
    cursor:pointer;
    }



/**/
#news_more_about{
	border-top:1px solid #C1D9F4;
	padding:24px 30px;
	color:#014693;
	text-align:left;
	font-size:14px;
}
#news_more_about dl dt{
	font-weight:bold;
	height:20px;
}
#news_more_about dl dd{
	height: 18px;
	padding-top:6px;
	_padding-top:4px;
}

#adFloat
{
    width:300px;
    display:none;
    right:0px;
}
#adFloat dd span
{
     cursor:pointer;
     position:absolute;
     right:2px;
     top:2px;
}
#adFloat dd
{
     width:300px;
     height:272px;
     padding-top:2px;
     overflow:hidden;
     background:url(../images/ad_bg.gif) no-repeat;
}
#adFloat dd a img
{
     width:296px;
     height:249px;
}


