.zt-list-nav{
    
    background-color: #fff;
    padding: 22px 20px;
}
.zt-list-nav ul li{
    margin-right: 10px;
    display: inline-block;
    width: 88px;
    height: 30px;

}
.zt-list-nav ul li a{
    font-size: 15px;
    color: #666666;
    display: block;
    border-radius: 4px;
 
    width: 100%;
    height: 100%;
    text-align: center;
    line-height: 30px;
}
.zt-list-nav ul li a:hover{
    color:#fff !important;
    background: #59aafd;
}
.n-active a{
    color:#fff !important;
    background: #59aafd;
}
.zt-list-box{
    width: 1200px;
    overflow: hidden;
    margin-top: 30px;
}
.zt-list-box ul{
    width: 1300px;
}
.zt-list-box ul li{
    padding: 20px 20px 10px;
    float: left;
    margin-right: 29px;
    background: #fff;
    margin-bottom: 30px;
}

.list-img-box{
    display: block;
    width:340px;
    height: 170px;
    overflow: hidden;
    border-radius: 15px;
}
.list-img-box img{
    width: 100%;
    height: 100%;
}
.zt-list-tit{
    margin: 10px 0 5px;
}
.zt-list-tit a{
    color:#333333;
    font-size: 16px;
    display: inline-block;
    width: 260px;
    height: 20px;
    line-height: 20px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    word-break: break-all;
}
.zt-list-tit a:hover{
    color: #59aafd;
}
.zt-list-tit span{
    float: right;
    font-size: 14px;
    color: #999999;
    margin-top: 4px;
}
.zt-list-box ul li p{
    width:340px;
    height: 50px;
    line-height: 25px;
    color: #999999;
    font-size: 14px;
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
}
#page {
    clear: both;
    margin: 0px;
    height: auto;
    font-size: 15px;
    padding-top: 12px;
    padding-right: 10px;
    padding-left: 10px;
    padding-bottom: 36px;
    text-align: center;
}
#page a.selected {
    color: #fff;
    background-color: #59aafd;
    border: 1px solid #59aafd;
}
#page a {
    box-shadow: 0px 0px 4px #f7f7f7;
    display: inline-block;
    height: 30px;
    line-height: 30px;
    padding: 0 11px;
    margin: 0 3px;
    color: #555555;
    background-color: #fff;
    vertical-align: middle;
    font-size: 15px;
    text-decoration: none;
    border: 1px solid #59aafd;
    border-radius: 5px;
}

#page a:hover {
    display: inline-block;
    height: 30px;
    line-height: 30px;
    padding: 0 11px;
    margin: 0 3px;
    color: #fff !important;
    background-color: #59aafd;
    vertical-align: middle;
    font-size: 15px;
    text-decoration: none;
}