.posit a,.content-box a{
  color: inherit !important;
}
.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;
}

/*内容*/
.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;
    min-height: 1rem;
    align-items: center;
    display: flex;
    justify-content: center;
    text-align: center;
    background: #F5F5F5;
}

.nav-item.root {
    color: #FFFFFF;
    background: #116DB8;
}

.nav-item.active {
    background: #B6D8F5;
}

.content-box .list {

}

.list .list-item {
    height: 1.32rem;
    display: flex;
    flex-direction: column;
    justify-content:center;
    border-top: 0.01rem solid #DEDEDE;
}
.list .list-item.hidden{
  display: none;
}

.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;
    color: #236FAB;
}