@charset "utf-8";
/* CSS Document */

.list{
	padding: 0px;
	width: 100%;
	height: auto;
}

.list ul li{
	color: #A40002;
/*	font-size: 14px;                */
	letter-spacing: 0px;
	line-height: 50px;
	margin: 0px;
	display: block;
/*
	white-space:nowrap;
	overflow:hidden;
	text-overflow: ellipsis;
*/
	
}

.list li a{
	display: block;
	height: 50px;
	color: #000000;
	text-decoration: none;
	font-size: 16px;
/*	border: 1px solid #000000;*/
	white-space:nowrap;
	overflow:hidden;
	text-overflow: ellipsis;
	border-bottom: 1px solid #BEBEBE;
}
.list li a:hover{
/*	font-size: 20px;*/
/*	color: #46D17F;*/
	background-color: rgba(205,205,205,0.24);
/*	width: 520px;*/
	height: 50.5px;
/*	border: 1px solid rgba(189,189,189,0.29);*/
}

.list .LDate{
	color: #BABABA;
}


