body,html{
    max-width: 750px;
    margin: 0 auto;
}
.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;
}

#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;
}
.ztlist-box{
    /* width: 100%; */
    background: #fff;
    padding: 20px 0px 10px 10px;
}
.zt-item{
    
display: flex;
    
margin-bottom: 10px;
    
width: 100%;
    
/* padding: 0 10px; */
}
.img-box{
    display: block;
    width: 3.2rem;
    position: relative;
}
.img-box span{
    display: block;
    position: absolute;
    right: 0;
    top: 0.9rem;
    border-radius: 10px 0 0 10px;
    color: #fff;
    font-size: 0.26rem;
    padding: 0.1rem 0.2rem;
    background: rgba(57, 106, 158, 0.8);
}
.img-box img{
    width: 100%;
    height:1.6rem ;
}
.item-right{
    width: 50%;
    margin-left: 0.2rem;
}
.item-tit{
    
    height: 0.55rem;
    line-height: 0.55rem;
    overflow: hidden;
    white-space:nowrap;
    -o-text-overflow:ellipsis;
    text-overflow:ellipsis;
    font-size: 0.3rem;
    display: block;
}
.item-info{
    color: #999999;
    font-size: 0.28rem;
    line-height: 0.55rem;
    height: 1.1rem;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}