@charset "UTF-8";
/* 信箱列表 */
.mail-list {
  position: relative;
  padding-bottom: 70px;
}
.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;
  letter-spacing: 3px;
  /* color: rgba(153, 49, 49, 1); */
}

.mail-list .mail-list-content {
  font-size: 0;
}
.mail-list .mail-list-content span {
  font-size: 18px;
  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: 68%;
}
.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;
  color: #444;
}
.mail-list .mail-list-content .mail-list-dfsj {
}
.mail-list .mail-list-content .mail-list-lxr {
  /* color: rgba(153, 49, 49, 1); */
}

.mail-button {
  text-align: right;
  margin-top: 45px;
}
.mail-button a {
  display: inline-block;
  background: #eeeeee;
  border: 1px solid #cccccc;
  border-image: none;
  width: 120px;
  height: 43px;
  text-align: center;
  color: #000000;
  line-height: 45px;
  font-size: 17px;
}

/* 查询 */
.cx {
  margin: 20px 0;
}
.cx .cx-item {
  display: inline-block;
}
.cx .cx-input span {
  font-size: 18px;
}
.cx .cx-input input {
  width: 180px;
  padding: 0px 10px;
  border: 1px solid #cccccc;
  height: 33px;
  color: #222222;
  line-height: 35px;
  font-size: 18px;
  margin-right: 10px;
}
.cx .cx-input button {
  line-height: 35px;
  padding: 0px 20px;
  background: #116ce7;
  border-radius: 5px;
  border: none;
  color: #ffffff;
  font-size: 18px;
  font-weight: bold;
  cursor: pointer;
}

@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;
  }
  .mail-list .mail-list-title span {
    font-size: 16px;
  }
  .mail-list .mail-list-content span {
    font-size: 16px;
  }

  .cx .cx-item {
    display: flex;
    margin-bottom: 10px;
  }
  .cx .cx-input span {
    width: 100px;
    font-size: 16px;
  }
  .cx .cx-input input {
    flex: 1;
    margin-right: 0;
  }
  .cx .cx-input button {
    width: 100%;
  }
}
@media screen and (max-width: 425px) {
  .mail-tongji-num li {
    width: 100%;
    padding: 10px 0;
  }
  .mail-tongji-num li:after {
    display: none;
  }
}
