.hdjl-lxxd-content {
  margin-top: 20px;
  margin-bottom: 20px;
  min-height: 700px;
  text-align: left;
}
.location {
  text-align: left;
  font-size: 14px;
  color: #333;
  margin-top: 40px;
}
.location a {
  color: #333;
  margin: 0 2px;
}

.section-title-container {
  margin-top: 20px;
}
.section-title-container .section-title {
  display: inline-block;
  font-size: 28px;
  padding-left: 10px;
  color: #1369c0;
  font-weight: bold;
  position: absolute;
  left: 0;
  bottom: 0;
}
.section-title-container .section-title::after {
  content: "";
  height: 26px;
  width: 4px;
  background: #1369c0;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -12px;
}
.section-title-container .count {
  color: #333;
  margin-left: 10px;
  font-size: 14px;
  display: inline-block;
  position: absolute;
  left: 120px;
  bottom: 4px;
}
.section-title-container .actions {
  float: right;
  height: 50px;
  line-height: 50px;
}
.section-title-container .btn-mail-search {
  background: #1abb93;
  width: 150px;
  display: inline-block;
  font-size: 18px;
  color: #fff;
  margin-left: 20px;
  text-align: center;
}
.section-title-container .btn-mail-write {
  background-color: #f6ae5a;
  width: 150px;
  display: inline-block;
  font-size: 18px;
  color: #fff;
  margin-left: 20px;
  text-align: center;
}
.section-title-container .actions img {
  margin-right: 5px;
  vertical-align: middle;
}

.list-container {
  margin-top: 20px;
}
.list-container .head {
  background: #2760b7;
  color: #ffffff;
  font-size: 16px;
  height: 45px;
  line-height: 45px;
}
.list-container .head span {
  float: left;
}
.list-container .head span:first-child {
  width: 50%;
  padding-left: 15px;
}
.list-container .head span:first-child + span {
  width: 20%;
  text-align: center;
}
.list-container .head span:first-child + span + span,
.list-container .head span:first-child + span + span + span {
  width: 15%;
  text-align: center;
}
.list-container .mail-list li {
  list-style-type: none;
  height: 45px;
  line-height: 45px;
  border-bottom: #e7e7e7 solid 1px;
}
.list-container .mail-list li a {
  display: block;
  font-size: 16px;
  color: #333;
}
.list-container .mail-list li a::after {
  content: "";
  display: block;
  clear: both;
}
.list-container .mail-list li a:hover {
  background-color: #e9eef7;
}
.list-container .mail-list li h1 {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-weight: normal;
  font-size: 16px;
  padding-left: 15px;
  float: left;
  width: 50%;
  margin: 0;
}
.list-container .mail-list li span {
  display: block;
  text-align: center;
  float: left;
  width: 15%;
  text-align: center;
}
.list-container .mail-list li span:first-of-type {
  width: 20%;
}
