@charset "utf-8";
/* CSS Document */
.text_right ul{
	width:1000px;
	display:block;
	}
.text_right ul li{
	width:1000px;
	height:32px;
	line-height:32px;
	background:url(/webpics/dished.jpg) repeat-x 0 50%;
	clear:both;
	display:block;
	}
.text_right ul li .pre_disc{
	width:10px;
	height:32px;
	float:left;
	background-color:#fff;
	display:block;
	}
.text_right ul li .pre_disc img{
	margin-top:15px;
	margin-right:8px;
	}
.text_right ul li a{
	max-width:800px;
	height:32px;
	line-height:32px;
	padding-right:10px;
	background-color:#fff;
	text-decoration:none;
	color:#3b3b3b;
	text-align:left;
	font-size:16px;
	float:left;
	display:block;
	
	overflow:hidden;  
    white-space:nowrap;  
    text-overflow:ellipsis;  
    -o-text-overflow:ellipsis;  
    -icab-text-overflow: ellipsis;  
    -khtml-text-overflow: ellipsis;  
    -moz-text-overflow: ellipsis;  
    -webkit-text-overflow: ellipsis; 
	}
.text_right ul li a:hover{
	color:#b91424;
	}
.text_right ul li .date{
	width:89px;
	height:32px;
	line-height:32px;
	display:block;
	float:right;
	padding-left:10px;
	text-align:right;
	background-color:#fff;
	color:#3b3b3b;
	font-size:16px;
	}
.page{
	width:1000px;
	height:50px;
	margin-top:20px;
	}
