@charset "utf-8";
/* 默认表格 */
.table_default, .index_table {
	width: 100%;
	margin: 0;
	background:#fff;
	border-collapse: collapse;
	text-align: center;
}
.table_default tr th, .table_default tr td {
	vertical-align:top;
	font-size:14px;
}
.table_default tr th {
	background: #eee;
	font-weight:normal;
	padding:0 10px;
	line-height:46px;
	color:#333;
}
.table_default tr td {
	padding:0 10px;
	line-height:42px;
	color:#666;
}
.table_default tr.even td {
	background:#f7f7f7;
}
/* 项目表格*/
.table_project{
	width: 100%;
	margin: 0;
	background:#fff;
	border-collapse: collapse;
	text-align: center;
}
.table_project tr th, .table_project tr td {
	vertical-align:top;
	font-size:14px;
}
.table_project tr th {
	font-weight:normal;
	padding:0 10px;
	line-height:40px;
	color:#fff;
	background: #104166;
	border: solid 1px #fff;
}
.table_project tr td {
	padding:0 10px;
	line-height:42px;
	color:#666;
	border: solid 1px #104166;
}

/*首页table*/
.index_table{
	table-layout: fixed;
}
.index_table tr.til{
	border: solid 2px #104166;
}
.index_table tr th{
	font-weight: normal;
	font-size: 16px;
	color: #104166;
	line-height: 46px;
	padding:0 5px;
	text-align: left;
}
.index_table tr td{
	padding: 0 5px;
    line-height: 40px;
    color: #666;
    text-align: left;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #104166;
    border-bottom: 1px dashed #e9e9e9;
}
