﻿#bg .top_l p {
  margin: 0;
}
#bg .logo {
  height: auto;
}
#bg .nav>li {
  box-sizing: initial;
}
#bg .nav>li>a {
  padding: 0;
}
#bg .nav>li>a:hover {
  background: #006EC3;
}
#show {
  min-height: 650px;
}
.list {
  height: auto;
}
.btn.green {
  float: left;
  margin: 0 10px;
}
#copyrighttext p {
  margin: 0;
}
.letter-list a:hover, .write-letters a:hover {
  color: #fff;
  text-decoration: none;
}

.letter-list-box table {
  margin-top: 10px;
}
.letter-list-box table tr {
  width: 100%;
  height: 32px;
  line-height: 32px;
  color: #fff;
}
.letter-list-box table tr th {
  text-align: center;
  border-right: 1px solid #fff;
}
.letter-list-box table td {
  color: #000;
  font-size: 14px;
}
.letter-list a, .write-letters a {
  background: #006EC3;
  padding: 10px 30px;
  color: #fff;
  font-size: 14px;
  float: right;
  margin: 10px 0;
}

.pages {
  width: 100%;
  height: auto;
  line-height: normal;
  background: none;
  margin-top: 18px;
}
.pages li {
  display: inline-block;
  height: 37px;
  line-height: 37px;
  background: #f6f6f6;
}
.pages li.page-active {
  background: #006EC3;
}
.pages li.page-active a {
  color: #fff;
}


.th_title {
  width: 100%;
  border-bottom: 1px solid #006EC3;
}
.th_title span {
  display: block;
  width: 100px;
  height: 33px;
  line-height: 33px;
  text-align: center;
  background: #006EC3;
  color: #fff;
  font-size: 16px;
}

.letter-list-box {
  margin-bottom: 20px;
}
hr.hr {
  border-top: 3px dotted #666;
}
hr.hr:last-child {
  border: none;
}