@charset "utf-8";

#randomarticletitle {
	background-image: url(../Images/randomarticle.jpg);
}

#articlelisttitle {
	background-image: url(../Images/articlelist.jpg);
	margin-left: 152px;
}

#randomnewstitle {
	background-image: url(../Images/randomnews.jpg);
}

#newslisttitle {
	background-image: url(../Images/news.jpg);
	margin-left: 152px;
}

#newssearchtitle {
	background-image: url(../Images/newssearch.jpg);
}

#postway {
	width: 218px;
}

#bottomsearch {
	width: 630px;
	height: 67px;
	padding: 10px 20px;
	overflow: hidden;
	float: right;
	background-color: #C7D3D5;
	border-top: 1px solid #f5f5f5;
}

#bottomsearch p {
	padding: 6px 0;
	margin: 0;
}

#bottomsearch input, #bottomsearch select {
	margin-right: 2px;
}

#articles {
	height: 566px;
}

#articlelist {
	width: 645px;
	height: 523px;
	padding: 7px 10px;
	overflow: hidden;
}

#articlelist li {
	height: 29px;
	line-height: 29px;
}

#articlelist h1 {
	width: 300px;
	text-align: left;
}

#articlelist .author {
	width: 154px;
	overflow: hidden;
	text-align: left;
	padding-left: 40px;
}

#articlelist .createtime {
	width: 106px;
	overflow: hidden;
	text-align: right;
	padding-left: 20px;
}

.pagelist {
	height: 32px;
	line-height: 32px;
}

#position {
	width: 670px;
	float: right;
}

.alternant0 {
	background-color: #E4E9E4;
}
