.index2 {
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	text-indent: 5px;
}
.index3 {
	font-size: 12px;
	color: #000000;
	line-height: 16px;
}
.list{
margin: 10px 0px 0px;
font-size:12px;
padding:5px;
text-align: left; 
}
.list li{
background: repeat-x bottom; line-height:15px;
margin-top:3px;
list-style-type:none;
/*列表底部的虚线*/
width: 98%; 
}
.list li a{
	color: #000;
	display: block;
	padding: 0px 0px 2px 10px;
	background: url(../images/jt.jpg) no-repeat 0 2px;
	text-decoration: none;/*列表左边的箭头图片*/
}
.list li span{
float: right;/*使span元素浮动到右面*/
text-align: right;/*日期右对齐*/
}
.list li a:hover{
color: #db0303;
}
