.banner {
  width: 100%;
  height: 2.4rem;
  position: relative;
}
.banner img {
  width: 100%;
  height: 2.4rem;
}
.banner .title {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 0.54rem;
  line-height: 0.54rem;
  background-color: rgba(0, 0, 0, 0.4);
  color: #fff;
  padding-left: 0.2rem;
}
.tab {
  height: 1.16rem;
}
.tab .tab-item {
  width: 1.6rem;
  height: 0.56rem;
  line-height: 0.56rem;
  background-color: #fff;
  border-radius: 0.1rem;
  color: #666666;
  text-align: center;
  margin-top: 0.3rem;
  margin-left: 0.4rem;
}
.tab .tab-item:first-child {
  margin-left: 0.92rem;
}
.tab .active {
  background: url(../../img/button-bg.png) no-repeat center;
  background-size: 1.6rem 0.56rem;
  color: #fff;
}
.more {
  display: block;
  width: 100%;
  height: 0.66rem;
  text-align: center;
  line-height: 0.66rem;
  color: #6e6e6e;
  background-color: #fff;
  margin-top: 0.28rem;
}
.news .zixun {
  width: 100%;
  background-color: #fff;
  padding: 0 0.2rem;
  padding-bottom: 0.2rem;
}
.news .title {
  text-align: center;
  font-weight: 600;
  line-height: 1.2rem;
}
.news .list {
  width: 100%;
  height: auto;
  border-bottom: 1px solid #dbdbdb;
  padding-top: 0.2rem;
  padding-bottom: 0.2rem;
}
.news .list .left {
  width: 1.7rem;
  height: 1.22rem;
  border-radius: 0.1rem;
  overflow: hidden;
  background-color: rebeccapurple;
}
.news .list .right {
  margin-left: 0.2rem;
}
.news .list .right .tip {
  width: 4.9rem;
  color: #464b53;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  line-height: 1;
}
.news .list .right .con {
  width: 4.9rem;
  height: 0.5rem;
  overflow: hidden;
  line-height: 1.2;
  margin-top: 0.18rem;
  color: #a2a9b4;
}
.news .list .right .time {
  line-height: 1;
  color: #a2a9b4;
  margin-top: 0.1rem;
}
.news .list:last-child {
  border: none;
}
.p-b-80 {
  padding-bottom: 80px;
}
