@charset "utf-8";
.alist_ul{
	width:100%;
	height:auto;
	margin:0px auto 20px;
}
.alist_ul li{
	width:98%;
	padding:0px 10px;
	height:35px;
	line-height:35px;
}
.alist_ul li:hover,.alist_ul li:hover a{
	color:#fff;
	background-color:#0154A4;
}
.listtitle {
	background-color:#0154A4;
	margin-bottom:5px;
	color:#fff;
}
.alist_ul li .a_url{
	width:65%;
	float:left;
	display:block;
}
.alist_ul li .a_time{
	width:30%;
	float:right;
	display:block;
}
#map_pagelist{
	width:98%;
	height:35px;
	line-height:30px;
	word-spacing:10px;
	color:#fff;
	padding:0px 10px;
	background-color:#0154A4;
	margin-bottom:20px;
}
#map_pagelist a{
	color:#fff;
}