	#mainbody {
		position: relative;
		/*height: 700px;*/
		padding-bottom: 20px;
	}
	/*修正*/
	/*
	#rightcontainer {
		padding-right: 20px;
	}
	*/
	.newsitems {
		margin-left: 3%;
		width: 94%;
	}

	.newsitem {
		font-size: 13px;
		height: 24px;

		margin-top: 30px;
	}

	.newsitem > .titlex {
		display: inline-block;
		width : 84%;
		white-space: nowrap;
		text-overflow: ellipsis;
		overflow: hidden;
		vertical-align: top;
	}

	.newsitem > .titlex:before {
		content: "";
	    display: inline-block;
		height: 24px;
		width: 8px;
		margin: 7px 5px;
		background: url(../images/ellipse.png) no-repeat;
		background-size: 6px 6px;
		vertical-align: top;
	}

	.newsitem > .publishdate {
		display: inline-block;
		width : 15%;
		vertical-align: top;
		color:grey;
		text-align: right;
	}

	/*
	.pager {
		position: absolute;
		top : 660px;
		left: 560px;
	}
	*/

	#xpage {
		/*
		position: absolute;
		top : 660px;
		*/
		margin-top: 30px;
		text-align: center;
		font-size: 12px;
		background-color: #ccc;
		height: 30px;
		line-height: 30px;
	}

	#total, #perpage , #currtotal, #firstpage, #prevpage, #nextpage, #lastpage {
		margin-right: 10px;
	}
	#lastpage {
		margin-left: 10px;
	}

	#xpage a {
		color: black;
	}

	#xpage > input {
		width:60px;
		height:20px;
	}

	#btnpage {
		cursor: pointer;
	}

	#btnpage:hover {
		text-decoration: underline;
	}





	/*
	.miscellaneous > br {
		content: " ";
		display:block;
		height:5px;
	}
	*/
