@charset "UTF-8";

/* .mail-tongji-title {
  background: #f4f4f4;
  padding: 4px 0;
}
.mail-tongji-title span {
  display: inline-block;
  vertical-align: middle;
}
.mail-tongji-title span:first-child {
  font-size: 18px;
  color: #2775cc;
  font-weight: bold;
  padding-left: 17px;
  position: relative;
  margin-right: 10px;
}
.mail-tongji-title span:first-child:before {
  content: '';
  display: inline-block;
  width: 3px;
  height: 16px;
  background: #2775cc;
  position: absolute;
  top: 50%;
  left: 10px;
  transform: translateY(-50%);
}
.mail-tongji-title span:last-child {
  font-size: 14px;
  color: #999999;
}
.mail-tongji-num {
  padding: 0 86px;
  font-size: 0;
}
.mail-tongji-num span {
  color: #2775cc;
  font-weight: bold;
}
.mail-tongji-num li {
  display: inline-block;
  width: 33.33333%;
  padding: 20px 0;
  font-size: 16px;
  text-align: center;
  position: relative;
}
.mail-tongji-num li:after {
  content: '|';
  display: inline-block;
  position: absolute;
  right: 0;
  color: #7d7d7d;
}
.mail-tongji-num li:last-child:after {
  display: none;
} */

/* 信箱列表 */
.mail-list {
  position: relative;
  margin-top: 20px;
}
.mail-list-container{
  border-left: 1px #ddd solid;
  border-top: 1px #ddd solid;
}
.mail-list ul {
  min-width: 400px;
  border-bottom: none;
  border-left: none;
}
.mail-list ul li {
  line-height: 50px;
  height: 50px;
  border-bottom: #edf6ff dashed 1px;
}
.mail-list ul li span {
  display: inline-block;
  text-align: center;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.mail-list .mail-list-title {
  background: #f6f6f6;
  font-weight: bold;
  font-size: 0;
}
.mail-list .mail-list-title span {
  border-right: 1px #ddd solid;
  border-bottom: 1px #ddd solid;
  font-size: 18px;
  color: #333;
  letter-spacing: 3px;
}

.mail-list .mail-list-content {
  font-size: 0;
}
.mail-list .mail-list-content span {
  font-size: 16px;
  border-right: 1px #ddd solid;
  border-bottom: 1px #ddd solid;
  color: #6f6f6f;
}
.mail-list .mail-list-content span a{
  color: #6f6f6f;
}

.mail-list .mail-list-bt {
  width: 70%;
}
.mail-list .mail-list-dfsj {
  width: 15%;
}
.mail-list .mail-list-lxr {
  width: 15%;
}
.mail-list .mail-list-content .mail-list-bt a {
  text-align: left;
  padding: 0 2%;
  display: block;
  width: 96%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.mail-list .mail-list-content .mail-list-dfsj{
  font-size: 14px;
}
.mail-list .mail-list-content .mail-list-lxr{
  font-size: 14px;
}

.mail-button{
  text-align: right;
}
.mail-button a{
  color: #1b65be;
  line-height: 50px;
  font-weight: 700;
  font-size: 18px;
  letter-spacing: 1px;
}

@media screen and (max-width: 1200px) {
  .mail-tongji-num {
    padding: 0;
  }
}
@media screen and (max-width: 768px) {
  .mail-list-container {
    overflow-x: scroll;
    overflow-y: hidden;
  }
}
@media screen and (max-width: 425px) {
  .mail-tongji-num li {
    width: 100%;
    padding: 10px 0;
  }
  .mail-tongji-num li:after {
    display: none;
  }
}
