﻿@charset "utf-8";
.es-list{
	padding: 20px 0;
	min-height: 500px;
}
.es-list .table{
	display: table-cell;
	text-align: center;
	width: 770px;
	border-collapse: collapse;
	
}
.es-list .table th{

}
.es-list .table th{
	background-color: #84110c;
	color: #fff;
}
.es-list .table th,.es-list .table td{
	width: 1%;

	border: 1px solid #9a9899;
	line-height: 30px;
}
 .table td.bold{
	font-weight: bold;
}
.es-list .table .gray{
	background-color: #e4e6eb;
}