.typeList {
  /* margin-top: .32rem; */
  background-color:  #f3f3f3;
  font-size: .25rem;
  font-weight: 700;
  color: #7A7A7A;
  padding: .2rem 0 .1rem;
}

.typeList_title {
  white-space: nowrap;
  /*文本不会换行，文本会在在同一行上继续*/
  overflow-y: auto;
}

.typeList_title span:last-child {
  border-right: 0;
}

/*自定义滚动条的伪对象选择器, CSS 可以隐藏滚动条*/

.typeList_title::-webkit-scrollbar {
  display: none;
}

.typeList_title span {
  padding: 0 .26rem;
  border-right: .01rem solid #fff;
  display: inline-block;
}

.typeList_title span a{
  color: #7A7A7A;
}

.content {
  background-color: #FFFFFF;
  padding-bottom: .4rem;
}
.content .content_top {
  text-align: center;
  position: relative;
}
.content .content_top img {
  /* margin: 0 .1rem; */
  width: 100%;
  display: block;
}

.content_main {
  padding: .45rem .14rem 0;
}

.content_main .content_main_btn {
  text-align: center;
  width: 1.61rem;
  height: .7rem;
  margin-bottom: .3rem;
  background: #06A4FF;
  border-radius: .1rem;
  font-size: .32rem;
  font-weight: normal;
  color: #FFFFFF;
  line-height: .7rem;
}
.content_main .content_main_title {
  text-align: left;
  /* width: 1.61rem; */
  /* margin-bottom: .3rem; */
  font-size: .50rem;
  font-weight: normal;
  color: #06A3EA;
  line-height: .7rem;
  padding: 0 .5rem;
}
.content_main .content_main_news {
  text-align: center;
  font-size: .3rem;
  font-weight: normal;
  width: 1.5rem;
  color: #FFFFFF;
  background-color: #06A3EA;
  margin-left: 5px;

}
.listItem {
  cursor: pointer;
  font-size: 14px;
  font-weight: normal;
  color: #898989;
  line-height: 40px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.dataBox {
  padding: 8px 26px;
}
.titmess span {
  display: inline-block;
  line-height: 1.4;
  word-break: break-all;
  vertical-align: middle;
  white-space: normal;
  padding: 8px 0;
  min-height: 20px;
}
.content_main .content_main_item {
  margin-bottom: .3rem;
}
.content_main .content_main_item:last-child {
  margin-bottom: .1rem;
}
.content_main_mess {
  padding: .1rem .6rem;
  /* margin-bottom: .4rem; */
  font-size: .32rem;
  font-weight: normal;
  color: #808080;
  line-height: .5rem;
  display: flex;
  flex-wrap: wrap;
}
.content_main_mess div {
  width: 50%;
  margin-bottom: 0.2rem;
}

.content_main_mess div a{
  font-size: .32rem;
  font-weight: normal;
  color: #808080;
}

.goback {
  text-align: center;
  font-size: .24rem;
  font-weight: normal;
  color: #808080;
  line-height: .5rem;
}


