/* 直通车搜索结果主体列表样式 */
.content-list .list-item{
  border-bottom: 1px solid #dddddd;
  padding: 20px 0;
  padding: 0.2rem 0;
}
.content-list .list-item .item-top{
  line-height: 22px;
  line-height: 0.22rem;
  font-weight: bold;
}
.content-list .list-item .item-top .top-icon{
  background-color: #ff7800;
  font-weight: normal;
  border-radius: 2px;
  color: #fff;
  padding: 3px;
  padding: 0.03rem;
}
.content-list .list-item .item-top a:hover{
  text-decoration-line: none;
  color: #1871bd;
}
.content-list .list-item .item-middle{
  margin-top: 15px;
  margin-top: 0.15rem;
  color: #999999;
}
.content-list .list-item b{
  color: #ff312c;
}
.content-list .list-item .item-bottom{
  margin-top: 15px;
  margin-top: 0.15rem;
  height: 20px;
  height: 0.2rem;
  line-height: 20px;
  line-height: 0.2rem;
}
.content-list .list-item .item-bottom .tag{
  margin-right: 10px;
  margin-right: 0.1rem;
  padding: 3px;
  padding: 0.03rem;
  height: 16px;
  height: 0.16rem;
  line-height: 16px;
  line-height: 0.16rem;
  font-size: 14px;
  font-size: 0.14rem;
  font-weight: bold;
  border-radius: 4px;
}
.content-list .list-item .item-bottom .tag1{
  color: #cd2531;
  border: 2px solid #cd2531;
}
.content-list .list-item .item-bottom .tag2{
  color: #0864b8;
  border: 2px solid #0864b8;
}
.content-list .list-item .item-bottom .date{
  color: #999999;
}
/* 直通车主体样式 */
#main{
  width: 100%;
  padding: 20px 0;
  padding: .2rem 0;
  background: #eee;
}
#main #content{
  width: 1200px;
  width: 12rem;
  margin: 0 auto;
  box-shadow: 0 10px 10px #eeeeee;
}
.tabs-content{
  padding: 0 40px 30px;
  padding: 0 0.4rem 0.3rem;
  z-index: 3;
  background-color: #fff;
  position: relative;
}
.ztc-page{
  margin: 58px auto;
  margin: 0.59rem auto;
}
.ztc-footer{
  margin-top: 128px;
  margin-top: 1.28rem;
}

/* 通用 */
.f-otw{
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
/* 手机端适配 */
@media screen and (max-width: 768px) {
  /* 主体适配 */
  #main #content{
    width: auto;
  }
  .content-list .list-item .item-top{
    height: 0.32rem;
    line-height: 0.32rem;
    font-weight: bold;
  }
  .content-list .list-item .item-bottom{
    height: 0.4rem;
    line-height: 0.4rem;
  }
}
