.list-nav{
    width: 1200px;
    background: #fff;
    overflow: hidden;
    padding-bottom: 6px;
    margin: 0 auto 20px;
}
.list-nav ul{
    width: 1240px;
    padding: 20px 0px 0px;
    margin-left: 20px;
}
.list-nav ul li{
    margin-right: 14px;
    display: inline-block;
    width: 150px;
    height: 40px;
    margin-bottom: 14px;
}
.list-nav ul li a{
    font-size: 15px;
    color: #666666;
    display: block;
    border-radius: 6px;
    margin-bottom: 10px;
    width: 100%;
    height: 100%;
    overflow: hidden;
    text-align: center;
    line-height: 40px;
    background: #f5f5f5;
}
.list-nav ul li a:hover{
    color:#fff !important;
    background: #ff8f19 !important;
}
.n-active a{
    color:#fff !important;
    background: #ff8f19 !important;
}
.ztlist-box{
    width: 1200px;
    background: #fff;
    padding: 20px;
    overflow: hidden;
    margin: 0 auto;
}
.box-tit{
    width: 100%;
    border-bottom: 1px solid #e5e5e5;
    height: 40px;
    margin-bottom: 20px;
}
.box-tit em{
    display: inline-block;
    width: 5px;
    height: 20px;
    background-color: #ff8f19;
    border-radius: 10px;
    vertical-align: top;
    margin-right: 10px;
    margin-top:4px;
}
.box-tit span{
    vertical-align: top;
    color: #333333;
    font-size: 20px;
    font-weight: bold;
}
.ztlist{
    width: 1200px;
}
.zt-list-item{
    width: 270px;
    overflow: hidden;
    margin-right: 27px;
    margin-bottom: 28px;
    float: left;
    border: 1px solid #e5e5e5;
    border-radius: 10px;
    transition: all 0.2s;
    background: #f9f9f9;
}
.zt-list-item:hover{
    transform: translateY(-10px);
}
.item-img{
    display: block;
    width: 270px;
    height: 135px;
    overflow: hidden;
    
}
.item-img img{
    width: 100%;
    height: 100%;
}
.item-tit{
    display: block;
    color: #444444;
    font-weight: bold;
    font-size: 18px;
    width: 90%;
    margin: 0 auto 10px;
    padding-top: 12px;
    overflow: hidden;
    height: 36px;
}
.item-desr{
    width:90%;
    margin: 0 auto;
    height: 75px;
    line-height: 25px;
    color: #999999;
    font-size: 14px;
    overflow: hidden;
}
.zt-list-item p{
    width: 90%;
    margin: 4px auto 10px;
    font-size: 15px;
    color: #bbbbbb;
}
.zt-list-item p em{
    display: inline-block;
    width: 13px;
    height: 13px;
    background: url(https://static.wowfan.net/static/img/hot-l-time.png) no-repeat 0 0;
    background-size: 100% 100%;
    vertical-align: top;
    margin-top: 7px;
    margin-right: 5px;
}
.zt-list-item:hover{
    box-shadow: 0 0 10px #cccccc;
}
.zt-list-item:hover .item-tit{
    color: #ff8f19 !important;
}
#page {clear:both;margin: 0px;height: auto;font-size: 15px;padding-top: 12px;padding-right: 10px;padding-left: 10px;padding-bottom: 20px; text-align:center;}
#page a.selected{display: inline-block;height: 32px;line-height: 32px;padding: 0 18px;margin: 0 3px;color: #fff;background-color: #ff8f19;border: 1px solid #ff8f19;border-radius: 4px;vertical-align: middle;font-size: 15px;} 
#page b.total{color: #aaa;display: inline-block;font-size: 15px; margin-left:3px;}
#page a {box-shadow: 0px 0px 4px #f7f7f7;display: inline-block;height: 30px;line-height: 30px;padding: 0 10px;margin: 0 3px 5px;color: #666;background: #f9f9f9;border-radius: 4px;vertical-align: middle;font-size: 14px;text-decoration: none;}
#page a.selected,#page a:hover {display: inline-block;height: 30px;line-height: 30px;padding: 0 10px;margin: 0 3px 5px;color: #fff !important;background-color: #ff8f19;border-radius: 4px;vertical-align: middle;font-size: 14px;text-decoration: none;}

@media screen and (max-width : 1024px) {
    .list-nav{
        width: 100%;
        padding-bottom: 0;
    }
    .list-nav ul{
        width: 100%;
        padding:15px 0 0;
        margin-left: 10px;
    }
    .list-nav ul li{
        width: 30%;
        margin-right: 1%;
    }
    .list-nav ul li:nth-of-type(3n){
        margin-right: 0;
    }
    .box-tit{
        margin-bottom: 20px;
        border: none;
        height: 20px;
    }
    .box-tit span{
        font-weight: normal;
        font-size: 18px;
    }
    .ztlist-box{
        width: 100%;
        padding: 15px 10px 0;
    }
    .ztlist{
        width: 100%;
    }
    .zt-list-item{
        width: 48.5%;
        margin-right: 3%;
        border: none;
        border-radius:none;
        background:none;
        margin-bottom: 5px;
    }
    .zt-list-item:nth-of-type(2n){
        margin-right: 0;
    }
    .item-img{
        width: 100%;
        height: 120px;
        border-radius: 5px;
    }
    .item-desr{
        display: none;
    }
    .borders p{
        display: none;
    }
    .item-tit{
        color: #555555;
        font-size: 15px;
        width: 100%;
        font-weight: normal;
        margin: 0 auto;
        padding-top: 0;
        text-align: center;
        line-height: 36px;
    }
    .first{
        display: none !important;
    }
}
@media screen and (max-width: 640px) {
    .item-img{
        height: 100px;
    }
}