﻿@charset "utf-8";
/* CSS Document */
#mainList #tableBox {
	padding: 17px 0;
}
#mainList table {
	table-layout: fixed;
	width: 100%;
}
#mainList table tr td.news_title {
	padding-right: 25px;
	padding-left: 4px;
}
#mainList table tr td a {
	text-decoration: none;
	line-height: 56px;
	letter-spacing: 1px;
	font-size: 22px;
	color: #04402f;
	width: 590px;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}
#mainList table tr td a:hover {
	color: #00a374;
}
#mainList table tr td.news_date {
	width: 150px;
	font-size: 20px;
	text-align: center;
	color: #04402f;
	font-family: SimHei;
}
div.navigationBar {
	margin: 0 auto;
	margin-top: 37px;
	width: auto;
	height: 13px;
	font-size: 12px;
	letter-spacing: 1px;
	color: #eee9e9;
	/*	background-color: red;*/
	text-align: center;
}