.center {
  min-height: 40vw;
  width: 1200px;
  overflow: hidden;
  height: auto;
  margin-top: 0;
  margin-right: auto;
  margin-bottom: 0;
  margin-left: auto;
  padding: 20px 0;}
.sidebar {
  float: left;
  width: 200px;
  border: 1px solid #edf1f2;}
.sidebar h1 {
  border-bottom: 2px solid #0d7239;
  font-size: 20px;
  font-weight: 300;
  color: #000;
  padding: 5px 0;
  text-indent: 2em;}
.sidebar table {
  table-layout: fixed;
  width: 100%;}
.sidebar table tr td {
  text-align: center;

  padding: 10px 0;
  border-bottom: 1px solid #e5e5e5;}
.sidebar table tr td a {
  color: #666;
  display: block;
  font-size: 16px;
  text-decoration: none;}
.main ul li {
  color: #666;
  font-size: 14px;
  font-weight: bold;
  margin-top: 10px;}
.listtable {
  table-layout: fixed;
  width: 80%;
  margin-top: 20px;
  margin-right: auto;
  margin-bottom: 0;
  margin-left: auto;
  padding-top: 20px;
  padding-right: 0;
  padding-bottom: 20px;
  padding-left: 0;}
.listtable tr {
  height: 37px;
  line-height: 37px;}
.listtable tr td {
  overflow: hidden;
  border-bottom: 1px dashed rgb(13, 114, 57);}
.listtable tr td a {
  display: inline-block;
  color: #666;
  float: left;
  font-size: 14px;
  text-decoration: none;
  text-indent: 2em;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;}
#table tr {
  text-align: center;
  padding: 20px;}
