/* ============ÏÂÔØ¼ìË÷============== */

div#newsmemoquery {
	margin: 0px;
}
div#newsmemoquery ul {
	margin: 0;
	padding: 0;
}
div#newsmemoquery li {
	padding: 15px 0px 15px 18px;
	list-style-type: none;
	border-bottom: 1px #ddd dotted;
	background: transparent url(https://img.alicdn.com/imgextra/i4/50424609/TB2wzwDjVXXXXXyXXXXXXXXXXXX_!!50424609.gif) 0px 23px no-repeat;
	overflow: hidden;
}
div#newsmemoquery a:link, div#newsmemoquery a:visited, div#newsmemoquery a:active {
	font-size: 15px;
	font-family: Microsoft YaHei, Verdana, Arial, Helvetica, sans-serif;
	color: #333;
	text-decoration: none;
	-webkit-transition: all 300ms ease 0s;
	-moz-transition: all 300ms ease 0s;
	-ms-transition: all 300ms ease 0s;
	-o-transition: all 300ms ease 0s;
	transition: all 300ms ease 0s;
}
div#newsmemoquery a:hover {
	font-size: 15px;
	font-family: Microsoft YaHei, Verdana, Arial, Helvetica, sans-serif;
	color: #ee2900;
	text-decoration: none;
}
div#newsmemoquery .title {
	float: left;
}
div#newsmemoquery .time {
	float: right;
	padding-right: 5px;
	white-space: nowrap;
	overflow: hidden;
	font-size: 12px;
	font-family: Microsoft YaHei, Verdana, Arial, Helvetica, sans-serif;
}
div#newsmemoquery .memo {
	clear: both;
	padding-top:10px;
	font-size: 12px;
	color:#6f6f6f;
	font-family: Microsoft YaHei, Verdana, Arial, Helvetica, sans-serif;
	line-height: 24px;
	text-align: left;
}
/* ============·­Ò³============== */

div#showpages {
	clear: both;
	padding: 0px;
	margin: 20px 0px;
	width: 100%;
	height: 30px;
	white-space: nowrap;
}
div#pagesinfo {
	float: left;
	padding: 3px 8px;
	white-space: nowrap;
}
div#pages {
	float: right;
	padding-right: 5px;
	white-space: nowrap;
}
div#pages ul {
	margin: 0;
	padding: 0;
}
div#pages a:link, div#pages a:visited, div#pages a:active {
	color: #303030;
	text-decoration: none;
}
div#pages a:hover {
	color: #ee2900;
	text-decoration: none;
}
div#pages li {
	margin: 3px;
	padding: 2px 5px;
	list-style-type: none;
	float: left;
	background: #dcd9d4;
	color: #303030;
	border: 1px #dcd9d4 solid;
	white-space: nowrap;
}
div#pages li.pagesnow {
	color: #303030;
	background-color: #eee;
	white-space: nowrap;
	border: 1px #dcd9d4 solid;
}
div#pages li.pbutton {
	color: #303030;
	background-color: #dcd9d4;
	padding: 3px 5px 1px 5px;
	white-space: nowrap;
	border: 1px #dcd9d4 solid;
}
div#pages li.opt {
	color: #303030;
	padding: 0px;
	white-space: nowrap;
	border: 0px;
	background: #fff;
}
