@charset "utf-8";
/* CSS Document */
.section_list{
	width:1200px;
	height:auto;
	overflow:hidden;
	background-color:#fff;
	}
.tit_list{
	width:1200px;
	height:48px;
	margin-top:21px;
	}
.list_name{
	width:72px;
	height:47px;
	border-bottom:1px solid #b91424;
	line-height:47px;
	float:left;
	font-size:18px;
	font-weight:bold;
	text-align:left;
	}
.list_other{
	width:1128px;
	height:47px;
	border-bottom:1px solid #dbdad8;
	float:left;
	}
.content_list{
	width:1200px;
	height:auto;
	margin-top:50px;
	margin-bottom:50px;
	}
.content_list ul{
	width:1200px;
	display:block;
	}
.content_list ul li{
	width:1200px;
	height:32px;
	line-height:32px;
	background:url(/webpics/dished.jpg) repeat-x 0 50%;
	clear:both;
	display:block;
	}
.content_list ul li .pre_disc{
	width:10px;
	height:32px;
	float:left;
	background-color:#fff;
	display:block;
	}
.content_list ul li .pre_disc img{
	margin-top:15px;
	margin-right:8px;
	}
.content_list 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; 
	}
.content_list ul li a:hover{
	color:#b91424;
	}
.content_list 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:1200px;
	height:50px;
	margin-top:20px;
	}