.header-wrap {
  height: 120px;
}

.main-wrap {
  padding-top: 120px;
}

.search-main {
  float: none;
  margin: 20px auto 0;
  height: auto;
}

.search-main .search-input {
  height: 25px;
  line-height: 25px;
  font-size: 13px;
}

.search-main .search-btn {
  height: 33px;
  line-height: 33px;
  font-size: 14px;
}

.tag-wrap {
  float: none;
  width: auto;
  margin: 10px 10px 5px;
  height: 50px;
}

.tag-wrap .tag-main {
  min-width: 100%;
  text-align: center;
  height: 50px;
}

.tag-wrap .item {
  width: 80px;
  font-size: 12px;
  height: 30px;
  line-height: 30px;
  margin: 10px 5px 10px;
}

.list-wrap {
  padding: 10px;
}

.list-wrap .list .title {
  font-size: 14px;
}

.list-wrap .list .title,
.list-wrap .list .open,
.list-wrap .list .type {
  height: 34px;
  line-height: 34px;
}

.content-wrap .content {
  width: calc(100% - 20px);
  padding: 10px;
}

.content-wrap .content .title-wrap {
  height: 40px;
}

.content-wrap .content .title-wrap .title {
  font-size: 14px;
  line-height: 16px;
  margin-top: 0;
  max-height: 40px;
}

.content-wrap .content .closed {
  width: 26px;
  height: 26px;
  line-height: 26px;
  font-size: 14px;
  right: -6px;
}

.content-wrap .content .intro {
  font-size: 12px;
  height: calc(100% - 60px - 60px);
}

.content-wrap .content .content-closedbtn,
.content-wrap .content .go-detailbtn {
  display: inline-block;
  margin-top: 15px;
  border-radius: 0;
  height: 34px;
  line-height: 34px;
  font-size: 14px;
}

.content-wrap .content .content-closedbtn {
  width: 60%;
}

.content-wrap .content .go-detailbtn {
  width: 38%;
}

.detail-content-wrap {
  width: calc(100% - 20px);
}

.detail-content-wrap .content {
  width: 100%;
}

.detail-content-wrap .go-home {
  left: -6px;
  top: -15px;
  width: 60px;
  height: 26px;
  line-height: 26px;
  font-size: 14px;
}

.loading {
  width: 100px;
  height: 10px;
  margin-left: -50px;
}

.loading span {
  width: 10px;
}
