.main {
  padding-top: 80px;
}
.header_title {
  display: inline-block;
}
.select_list {
  position: fixed;
  width: 100%;
  background-color: #fff;
  z-index: 11;
  top: 40px;
  padding-right: 40px;
}
.select_list .select_btn_box {
  display: flex;
  overflow: auto;
}
.select_list .select_btn_box div {
  line-height: 40px;
  text-align: center;
  flex-shrink: 0;
  padding: 0 10px;
}
.select_list .select_btn_box div a {
  display: inline-block;
}
.select_list .select_btn_box div.on a {
  color: #fa974b;
  border-bottom: 2px solid #fa974b;
}
.select_list .bianji_btn {
  position: absolute;
  width: 40px;
  height: 40px;
  text-align: center;
  line-height: 40px;
  right: 0;
  top: 0;
}
.banner {
  height: 150px;
}
.list li {
  padding: 10px;
  border-bottom: 1px solid #ddd;
  position: relative;
}
.list li .header_picture {
  width: 80px;
  height: 80px;
  position: absolute;
}
.list li .header_picture img {
  border-radius: 8px;
}
.list li .des {
  position: relative;
  padding-left: 95px;
  min-height: 80px;
}
.list li .des .title {
  font-size: 16px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.list li .des .from {
  font-size: 14px;
  color: #6b6b6b;
  line-height: 30px;
}
.list li .des .time_coll {
  color: #c8c8c8;
  position: relative;
}
.list li .des .icon_l {
  height: 20px;
  padding-left: 20px;
  position: absolute;
  right: 0;
  top: 0;
}
.icon_coll {
  background: url(../img/index/icon_collect_nor@3x.png) no-repeat center center;
  background-size: 16px;
}
.icon_coll.on {
  background: url(../img/index/icon_collect@3x.png) no-repeat center center;
  background-size: 16px;
}
.icon_miao {
  background: url(../img/subscribe/mao@3x.png?v=20200612) no-repeat left center;
  background-size: 30px;
}
.list li .des .from .tip{margin-right:2px;}
.ui-label-s {
  font-size: 14px;
  line-height: 16px;
  display: inline-block;
  position: relative;
  padding: 0 2px;
  color: #ff7f0d;
  border: 1px solid #ff7f0d;
  border-radius: 2px;
}