.main {
  box-sizing: border-box;
  padding: 0.4rem 0.3rem;
}

/*面包屑样式*/
.bread-nav {
  display: flex;
  align-items: center;
  margin-bottom: 0.54rem;
}

.bread-nav img {
  width: 0.23rem;
  height: 0.29rem;
  vertical-align: middle;
  margin-right: 0.22rem;
}

.bread-nav .posit {
  font-size: 0.28rem;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #236fab;
}

#position a,
#position span {
  color: #236fab;
}

/*内容*/
/*普通列表*/
.content-box .nav {
  display: flex;
  font-size: 0.3rem;
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: #424141;
  margin-bottom: 0.2rem;
}

.nav .nav-item {
  flex: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 1rem;
  text-align: center;
  background: #f5f5f5;
}

.nav-item.root {
  color: #ffffff;
  background: #116db8;
}

.nav-item.active {
  background: #b6d8f5;
}

.list .list-item {
  height: 1.32rem;
  display: flex;
  flex-wrap: wrap;
  align-content: center;
  border-top: 0.01rem solid #dedede;
}

.list .list-item:first-child {
  border: none;
}

.list a {
  text-decoration: none;
}

.list-item p {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-size: 0.3rem;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #292929;
}

.list-item span {
  margin-top: 0.1rem;
  font-size: 0.26rem;
  color: #292929;
}

.more {
  background-image: url("../img/more@2x.png");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  text-align: center;
}

/*特别列表*/
.special-list-wrap {
  margin-top: 0.4rem;
}

.top-title {
  display: flex;
  align-items: center;
  position: relative;
  margin-bottom: 0.1rem;
}

.top-title span {
  font-size: 0.3rem;
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: #236fab;
  white-space: nowrap;
}

.top-title span:nth-child(2) {
  margin-left: 0.25rem;
  font-weight: normal;
  white-space: nowrap;
  overflow: hidden;
  max-width: 7em;
  text-overflow: ellipsis;
}

.special-list-wrap .top-title .line {
  margin-left: 0.2rem;
  flex: 1;
  display: flex;
  align-items: center;
}

.line .line-segment {
  background-color: #4c94db;
  height: 0.01rem;
  display: inline-block;
}

.line .line-1 {
  width: 0.5rem;
}

.line .line-2 {
  width: 0.06rem;
  height: 0.13rem;
  border-radius: 0.1rem;
}

.line .line-3 {
  width: 0.05rem;
}

.line .line-4 {
  width: 0.2rem;
}

.line .line-5 {
  flex: 1;
}

.line .line-6 {
  width: 0.4rem;
}

.special-list-wrap .top-title .line a {
  font-size: 0.22rem;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #236fab;
  display: inline-block;
  text-decoration: none;
  position: relative;
  width: 4em;
}

.top-title .line a:before {
  display: inline-block;
  content: "";
  width: 0.08rem;
  height: 0.08rem;
  border: 0.01rem solid transparent;
  border-top: 0.01rem solid #236fab;
  border-right: 0.01rem solid #236fab;
  transform: translateY(-50%) rotate(45deg);
  position: absolute;
  top: 50%;
  right: 11%;
}

.top-title .line a:after {
  display: inline-block;
  content: "";
  width: 0.08rem;
  height: 0.08rem;
  border: 0.01rem solid transparent;
  border-top: 0.01rem solid #236fab;
  border-right: 0.01rem solid #236fab;
  transform: translateY(-50%) rotate(45deg);
  position: absolute;
  top: 50%;
}

.special-list-item {
  height: 1.32rem;
  display: flex;
  flex-wrap: wrap;
  align-content: center;
  border-bottom: 0.01rem solid #dedede;
}

.special-list-item p {
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-size: 0.3rem;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #292929;
}

.special-list-item span {
  margin-top: 0.1rem;
  font-size: 0.26rem;
  color: #292929;
}

.bottom-content a {
  text-decoration: none;
}
.special-list-wrap {
  display: block;
  height: 1rem;
  line-height: 1rem;
  font-size: 0.34rem;
  text-align: center;
  background-color: aliceblue;
}
