﻿@media screen and (max-width: 992px) {
  .container {
    padding: 0 15px;
    padding: 0 2vw;
  }
  .hdjl-lxxd-content {
    margin-top: 20px;
    margin-top: 2.66667vw;
    margin-bottom: 20px;
    margin-bottom: 2.66667vw;
    min-height: auto;
  }
  /* prettier-ignore */
  .location {
    font-size: 12PX;/* px-to-viewport-ignore */
    color: #333;
    margin-top: 10px;
    margin-top: 1.33333vw;
  }
  .location a {
    color: #333;
    margin: 0 1px;
  }

  .section-title-container {
    margin-top: 140px;
    margin-top: 18.66667vw;
  }
  .section-title-container .section-title {
    display: inline-block;
    font-size: 32px;
    font-size: 4.26667vw;
    padding-left: 10px;
    padding-left: 1.33333vw;
    color: #1369c0;
    font-weight: bold;
    position: absolute;
    left: 0;
    bottom: 0;
  }
  .section-title-container .section-title::after {
    content: "";
    height: 24px;
    height: 3.2vw;
    width: 4px;
    width: 0.53333vw;
    background: #1369c0;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -12px;
    margin-top: -1.6vw;
  }
  /* prettier-ignore */
  .section-title-container .count {
    color: #333;
    margin-left: 10px;
    margin-left: 1.33333vw;
    font-size: 12PX;/* px-to-viewport-ignore */
    display: inline-block;
    position: absolute;
    left: 140px;
    left: 18.66667vw;
    bottom: 4px;
    bottom: 0.53333vw;
    display: none;
  }
  .section-title-container .actions {
    position: absolute;
    top: -120px;
    top: -16vw;
    left: 0;
    height: 50px;
    height: 6.66667vw;
    line-height: 50px;
    line-height: 6.66667vw;
    width: 100%;
  }
  .section-title-container .actions::after {
    content: "";
    display: block;
    clear: both;
  }
  .section-title-container .btn-mail-search {
    background: #1abb93;
    width: 48%;
    display: block;
    font-size: 28px;
    font-size: 3.73333vw;
    color: #fff;
    margin-left: 1%;
    margin-right: 1%;
    text-align: center;
    float: left;
    padding: 10px 0;
    padding: 1.33333vw 0;
  }
  .section-title-container .btn-mail-write {
    background-color: #f6ae5a;
    width: 48%;
    display: block;
    font-size: 28px;
    font-size: 3.73333vw;
    color: #fff;
    margin-left: 1%;
    margin-right: 1%;
    text-align: center;
    float: left;
    padding: 10px 0;
    padding: 1.33333vw 0;
  }
  .section-title-container .actions img {
    margin-right: 5px;
    margin-right: 0.66667vw;
    vertical-align: middle;
  }

  .list-container {
    margin-top: 20px;
    margin-top: 2.66667vw;
  }
  .list-container .head {
    background: #2760b7;
    color: #ffffff;
    font-size: 16px;
    font-size: 2.13333vw;
    height: 55px;
    height: 7.33333vw;
    line-height: 55px;
    line-height: 7.33333vw;
  }
  .list-container .head span {
    float: left;
    font-size: 28px;
    font-size: 3.73333vw;
  }
  .list-container .head span:first-child {
    width: 50%;
    padding-left: 15px;
    padding-left: 2vw;
  }
  .list-container .head span:first-child + span {
    width: 20%;
    text-align: center;
    display: none;
  }
  .list-container .head span:first-child + span + span {
    width: 25%;
    text-align: center;
    float: right;
  }
  .list-container .head span:first-child + span + span + span {
    display: none;
  }
  .list-container .mail-list li {
    list-style-type: none;
    height: 70px;
    height: 9.33333vw;
    line-height: 70px;
    line-height: 9.33333vw;
    border-bottom: #e7e7e7 solid 1px;
  }
  .list-container .mail-list li a {
    display: block;
    font-size: 28px;
    font-size: 3.73333vw;
    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: 28px;
    font-size: 3.73333vw;
    padding-left: 15px;
    padding-left: 2vw;
    float: left;
    width: 65%;
    margin: 0;
  }
  .list-container .mail-list li span {
    display: block;
    text-align: center;
    float: right;
    width: 25%;
    text-align: center;
    font-size: 28px;
    font-size: 3.73333vw;
  }
  .list-container .mail-list li span:first-of-type,
  .list-container .mail-list li span:last-of-type {
    display: none;
  }
}
