/* 新闻列表员CSS */
@charset "utf-8";

* 
{
	margin: 0px auto;
	padding: 0px;
}

body
{
	width: 950px;
	background-color: #ffffff;
	font-family: Helvetica, Arial, Verdana;
	font-size:12px;
	letter-spacing:1.0pt;
}

a 
{
	text-decoration:none;
	color:#000000;
}
a:hover
{
	color:#FF6633;
    text-decoration:underline;
}

/*头部LOGO及AD*/
#top
{	
	width: 950px;
	height:8px;	
}

/*头部LOGO*/
#top #top_logo
{
	background-image:url("../images/jxt_logo.jpg");
	float:left;
	width:189px;
	height:80px;	
}

/*头部广告*/
#top #top_ad
{
	float:right;
	width:664px;
	height:70px;
	margin-top:10px;
}

/*顶部菜单*/
#menu
{
	width: 950px;	
}

#menu ul
{ 
	width: 950px;
	height: 33px;
	font-size:13px;
	font-weight: bold;
	background: #FFF url("../images/menu-bg.gif") top left repeat-x; 
	list-style-type: none; 
}

#menu ul li 
{
	display: block; 
	float: left;  
}

#menu ul li a 
{ 
	height: 30px; 
	color: #ffffff; 
	text-decoration: none; 
	display: block; 
	float: left; 
	line-height: 200%; 
	padding: 6px 33px 0; 
}

#menu ul li a:hover 
{ 	
}

#menu ul li a.current
{ 
	width: 60px;
	color: #000000; 
	background: #FFF url("../images/current-bg.gif") top left repeat-x; 
	padding: 6px 19px 0 ; 
}

/*新闻内容*/
#news
{
	font-size:12px;
	color:#2971BD;
	line-height:20px;
	width: 950px;
}   

#news #left_up
{
	float:left;	
	width: 263px;
}    

/*登录*/
#news #login
{
	width:263px;
	height:171px;
	border:1px solid #E2E2E2;
}

input.text 
{ 
	FONT-SIZE: 14px; 
	BORDER: #BECDD0 1px solid; 
	COLOR: #1865B5; 
	BACKGROUND-COLOR: #ffffff;
}

#news #login #login_text
{
	text-align:center;
	font-size:14px;
	color:#2971BD;
	font-weight: bold ;	
	background: #FFF url("../images/login_pic.gif") bottom right no-repeat; 
}      

#news #help
{
	float:left;
	color:#676767;
	width:263px;
	height:230px;
	border:1px solid #E2E2E2;
	margin: 5px 0px;
}	

#news #right_banner
{
	text-align:left;
	color:#000000;
	font-size:12px;
	font-weight:bold;
	float:right;
	margin: 0px auto;
	width: 672px;
	height:39px;
	padding:6px 0px 0px 4px;
	background: #FFF url(../images/banner_02.jpg) top right no-repeat; 
}


#news #right_content
{
	width:670px;
	height:auto;
	float:right;
	margin: 0px auto;
	color:#000000;
	font-size:12px;
}

/*列表页*/
.newslist
{
	 width:670px;
	 border:1px #A6D8FB solid;
	 float:left;
	 padding:5px 10px;
	 line-height:20px;
	 background:url("../images/bg.jpg") 1px 1px repeat-x;
}
#right_content dl
{
	width:670px;
	margin:10px auto 0px;
	display:block;
	border-bottom:1px dotted #DDD;
}
#right_content dl dt
{
	width:670px;
	margin:0px auto 0px;
}	
#right_content dl dt 
a{
	line-height:27px;
	font-size:14px;
	font-weight:bold;
	margin-left:20px;
	letter-spacing:1px;
}
#right_content dl dd
{
	width:624px;
	margin:0px auto 0px;
}
#right_content dl dd.preview
{
	line-height:19px;
	text-indent:14px;
}
#right_content dl dd.info
{
	line-height:31px;
}
#right_content dl dd.info span
{
	color:#F60;
	margin-right:20px;
}
#right_content dl dd.info a
{
	float:right;
	position:relative;
	margin:-30px 5px 0px 0px;
}

#copyright
{
	color:#D42E00;
	text-align:center;
	height:28px;
	width:950px;
	margin-top:10px;
	padding-top:5px;
	margin-bottom:5px;
	background-image:url("../images/bottom_bg.jpg");
}
