.list-nav-box {
    width: 100%;
    padding-top: 15px;
    padding-bottom: 5px;
    background-color: #fff;
    margin-bottom: 10px;
    position: relative;
    overflow: hidden;
}

.list-nav {
    width: 96%;
    margin: 0 auto;
}

.list-nav li {
    float: left;
    display: inline-block;
    width: 33%;
    margin-bottom: 0.2rem;
    text-align: center;
}

.list-nav li a {
    display: block;
    width: 90%;
    margin: 0 auto;
    border-radius: 5px;
    height: 0.64rem;
    line-height: 0.64rem;
    background: #f5f5f5;
    color: #555555;
    font-size: 0.3rem;
    overflow: hidden;
}

.nav-active {
    color: #fff !important;
    background: #378fde !important;
}

.list-box {
    padding: 0px 10px ;
    background: #fff;
}

.iList li {
    display: flex;
    border-bottom: 1px dashed #f4f4f4;
    padding-bottom: 10px;
}

.iList li .iList-img {
    width: 1.2rem;
    height: 1.2rem;
    display: block;
    overflow: hidden;
    border-radius: 10px;
    margin-right: 10px;
    margin-top: 10px;
}

.iList li .iList-img img {
    width: 100%;
    height: 100%;
}

.iList li p {
    flex: 1;
    width: 80%;
}

.iList li p a {
    display: block;
    width: 80%;
    height: 0.44rem;
    line-height: 0.44rem;
    overflow: hidden;
    color: #333333;
    font-size: 16px;
    margin-top: 0.3rem;
}

.iList li p span {
    color: #999999;
    display: block;
    margin-top: 10px;
    font-size: 13px;
    height: 0.3rem;
    overflow: hidden;
}

.iList li p span i {
    margin: 0 5px;
}

.iList li a.btn {
    width: 1.12rem;
    display: block;
    height: 0.52rem;
    color: #fff;
    background: #378fde;
    text-align: center;
    line-height: 0.52rem;
    border-radius: 5px;
    margin-top: 0.52rem;
    font-size: 14px;
}

#page {
    clear: both;
    margin: 0px;
    height: auto;
    font-size: 15px;
    padding-right: 10px;
    padding-left: 10px;
    padding-bottom: 10px;
    padding: 10px;
    text-align: center;
}

#page a.selected {
    display: inline-block;
    height: 30px;
    line-height: 30px;
    padding: 0 10px;
    margin: 0 3px;
    color: #fff;
    background-color: #378fde;
    border: 1px solid #378fde;
    vertical-align: middle;
    font-size: 15px;
}

#page a {
    box-shadow: 0px 0px 4px #f7f7f7;
    display: inline-block;
    height: 30px;
    line-height: 30px;
    padding: 0 10px;
    margin: 10px 1px;
    color: #9b9b9b;
    background-color: #fff;
    vertical-align: middle;
    font-size: 15px;
    text-decoration: none;
    border: 1px solid #e6e6e6;
    border-radius: 5px;
}

.list-nav li.nav-open {
    /* */
    color: #969595;
    border-color: #ddd;
    display: block;
    margin-right: 0;
}

.list-nav li.nav-open em {
    width: 0.4rem;
    height: 0.4rem;
    background: #969595;
    border-radius: 50%;
    color: #fff;
    font-size: 0.3rem;
    color: #ddd;
    line-height: 0.4rem;
    font-weight: bold;
    display: inline-block;
    margin-right: 4px;
}

.list-nav li.nav-open a {
    background: #ddd;
}
