.content {
	/*padding-bottom: 20px;*/
}
.content * {
	box-sizing: border-box;
}
.content .newslist {
	min-height: 300px;
	margin-top: 20px;
}
.content .pages {
	position: relative;
	height: 40px;
	margin: 10px 0;
	width: 100%;	
}
.content .table {
	table-layout: fixed;
	width: 100%;
	font-size: 14px;
	border: 1px solid #ccc;

}
.content .table thead {
	background: #ddd;
}
.content .table th, .content .table td {
	vertical-align: middle;
	text-align: center;
	padding: 10px;
}
.content .table td.newstheme {
	text-align: left;
}
.content .newslist-tbody td {
	border-top: 1px solid #ccc;
}
.content a {
	color: #333;
	text-decoration: none;
}
.content a:hover {
	color: #0092be;
	text-decoration: underline;
}
.content .newstheme, .content .hangye, .content .publish_time, .content .publish_user {
	height: 50px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	/*display: block;*/
}
.content .newstheme {
	width: 500px;
}
.content .hangye {
	width: 150px;
}
.content .publish_time {
	width: 150px;
}
.content .publish_user {
	width: 200px;
}
