/* clearfix */  
.clearfix:after{ visibility: hidden;display: block;font-size: 0;content:" ";clear: both;height: 0;}
.clearfix{ *zoom:1;}
.mzt-tit{
    color:#333333;
    margin: 10px auto;
}
.mzt-tit em{
    display: inline-block;
    width: 4px;
    height: 20px;
    background: #178dd6;
    vertical-align: top;
    margin-right: 10px;
    margin-top: 5px;
}
.mzt-tit span{
    display: inline-block;
    vertical-align: top;
}
.mzt-list-box{
    width: 94%;
    margin: 0 auto;
}
.mzt-list-box ul li{
    width:48.5%;
    margin-right: 3%;
    float: left;
    margin-bottom: 5px;
}
.mzt-list-box ul li:nth-of-type(2n){
    margin-right: 0;
}
.zt-img{
    width: 100%;
    display: block;
    height: 85px;
    overflow: hidden;
}
.zt-img img{
    width: 100%;
}
.zt-tit{
    display: block;
    color: #333333;
    text-align: center;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-size: 14px;
}
#page {
    clear: both;
    margin: 0px;
    height: auto;
    font-size: 15px;
    padding-top: 6px;
    padding-right: 5px;
    padding-left: 5px;
    padding-bottom: 36px;
    text-align: center;
}

#page a.selected {
    color: #fff;
    background-color: #178dd6;
    border: 1px solid #178dd6;
}

#page a {
    box-shadow: 0px 0px 4px #f7f7f7;
    display: inline-block;
    height: 30px;
    line-height: 30px;
    padding: 0 8px;
    margin: 0 3px;
    color: #666;
    background-color: #fff;
    vertical-align: middle;
    font-size: 15px;
    text-decoration: none;
    border: 1px solid #dddddd;
}
