/* 
    author: 宋晨
    update logs: 2020/06/09 创建
    公司公告
*/
/* 占位图 */
.banner {
  width: 100vw;
  height: 8rem;
  margin-bottom: 0.7rem;
}

.banner img {
  width: 100%;
  height: 100%;
}

/* 主体tabs及列表 */
.main {
  background-color: #ffffff;
  position: relative;
  height: calc(100% - 8.7rem);
  width: 100vw;
}

.tabs {
  padding: 1.1rem 1.5rem;
  font-size: 1.6rem;
  color: #666666;
  border-bottom: 0.1rem solid #E4E4E4;
  width: auto;
  white-space: nowrap;
  display: flex;
  overflow-x: auto;
  /* z-index: 10000; */
}

.tabs span {
  margin-right: 2.1rem;
  padding-bottom: 1.1rem;
}

.tabs span.tab-active {
  color: #222222;
  border-bottom: 0.2rem solid #de4a4a;
}

.list {
  font-size: 1.4rem;
  color: #222222;
  padding: 0 1.5rem;
  background-color: #ffffff;
  height: calc(100% - 12.5rem);
  width: 100%;
  position: absolute;
}

#scroller {
  width: calc(100% - 3rem) !important;
}

.list ul {
  min-height: 10.8rem;
}

.list ul a {
  display: block;
  padding: 1.7rem 0;
  border-bottom: 0.1rem solid #E4E4E4;
}

.list ul a span:first-of-type {
  max-width: 22rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.list ul a span:last-of-type {
  font-size: 1.2rem;
  color: #ADADAD;
}

.list .more {
  padding: 1.6rem 0;
  border: none;
  font-size: 1.4rem;
  color: #ADADAD;
  text-align: center;
}