@charset "UTF-8";

body {
  width: 100%;
  background: #3b3c3e url('../../img/v20230522/bg-m-list.jpg?mv=20230522') no-repeat center top;
}

.main {
  width: 100%;
  height: auto;
  padding: 30px 0;
}

.list {
  width: 548px;
  padding: 0 13px 30px;
  background: #fff url('../img/list-title.jpg?mv=20190218') no-repeat center top;
}

.tab-hd {
  width: 548px;
  height: 55px;
}

.tab-hd>li {
  padding: 0 10px;
  text-align: center;
  line-height: 53px;
  height: 53px;
  border-bottom: 2px solid transparent;
  color: #55607a;
  font-size: 22px;
  float: left;
  margin-right: 48px;
}

.zl-tab-hd>li {
  margin-right: 26px;
}

.tab-hd>li.active {
  border-bottom: 2px solid #55607a;
}

.tab-bd {
  width: 548px;
  height: auto;
  min-height: 500px;
}

.tab-bd>li {
  width: 100%;
  height: 43px;
  border-bottom: 1px dashed #55607a;
}

.tab-bd>li>a {
  display: block;
  width: 100%;
  height: 43px;
  line-height: 43px;
  color: #55607a;
  font-size: 16.94px;
}

.list-name, .list-time {
  display: block;
  text-align: center;
}

.list-name {
  width: 70px;
}

.list-title {
  display: block;
  width: 368px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.list-time {
  width: 100px;
}

.zl-list-name {
  width: 106px;
}

.zl-title-name {
  width: 330px;
}