@charset "gb2312";
/* CSS Document */
body{
font-family:Arial,Helvetica,sans-serif;
font-size:13px;
}

a:link {
    color: #003399;
    text-decoration: none;
}
.li_hight
{
	margin-top:10px;
}
.text_2 {
    font-size: 13px;
    line-height: 15px;
    text-align: left;
    word-spacing: 3px;
}
#news {
	padding-left:25px;
	font-size:14px;
	padding-top:15px;
}
#news li {
	list-style-type:none;
	/*list-style-image:url(../images/dot.jpg) */ 
	background:url(../../images/dotgrey.jpg) no-repeat left;
	height: 28px;
	*height: 25px;
	line-height: 25px;
	padding-left:18px;
}
#news li a {
	float:left;
	color:#000;
/*	color:#186DBD;*/
	text-decoration: none;
}
#news span a{
	float:none;
	}
#news li a:hover {
	color: #F00;
	text-decoration: none;
}
#news li label {
	color:red;
}
#news span {
	float:right;
	color:#666;
	padding-right:20px;
}
.newsShowBox{
	clear:both;
	padding:10px;
	
	}
h1 {
    font-size: 18px;
    text-align: center;
}
.newsShowBox span{
	clear:both;
	}
.sentdate {
    color: #666666;
    display: block;
    line-height: 25px;
    text-align: center;
}
.article {
    font-size: 13px;
    line-height: 20px;
    min-height: 300px;
    padding: 15px;
}
.imgBox{
	text-align:center;
	}
.article img{
/*	width:500px;
	height:350px;*/
	border:1px solid #999;
	}
#pager{
	margin-left:50px;
}
.form{height:15px;}
