/*page样式*/
.pager{margin:34px 0;text-align:center}.pager ul,.pager a{display:inline-block;*display:inline;zoom:1}.pager ul{font-size:0}.pager li{display:inline;font-size:12px;margin-right:4px}.pager a{border:1px solid #e7e7e7;background-color:#fbfbfb;color:#000;border-radius:3px;padding:6px 9px}.pager .active a,.pager a:hover{border-color:#4c94ee;background-color:#4c94ee;color:#fff;text-decoration:none}.pager .active a,.pager .active a:hover,.pager .disabled a,.pager .disabled a:hover{cursor:default}.pager .disabled a,.pager .disabled a:hover{color:#999;background-color:#fbfbfb;border-color:#e7e7e7}

a, a:hover {
    text-decoration: none;
}

.tjitem div{
    text-align: center;
    margin-top: 10px;
    font-size: 13px;
}

.grey {
    color: grey;
}

.zt-list-box {
    width: 1250px;
    margin: 0 auto;
    overflow: hidden;
}
.zt-list-box ul {
    width: 1300px;
    margin-top: 28px;
    padding: 5px;
}
.clearfix {
    zoom: 1;
}
.clearfix:before, .clearfix:after {
    content: "\0020";
    display: block;
    height: 0;
    overflow: hidden;
}
.zt-list-box ul li {
    width: 280px;
    height: 200px;
    box-shadow: 0 0 10px #cccccc;
    margin-right: 18px;
    margin-left: 5px;
    border-radius: 10px;
    float: left;
    margin-bottom: 36px;
}
.zt-list-top {
    width: 100%;
    height: 140px;
    position: relative;
}
.zt-list-top img {
    width: 100%;
    height: 100%;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}
.mask-line-box {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 32px;
    line-height: 32px;
    text-align: center;
    overflow: hidden;
    background-color: rgba(0, 0, 0, 0.5);
    color: #fff;
}
.zt-list-top p {
    position: absolute;
    right: 0;
    top: 0;
    width: 80px;
    height: 24px;
    text-align: center;
    line-height: 24px;
    color: #e3e3e3;
    font-size: 12px;
    background-color: rgba(0, 0, 0, 0.5);
    border-top-right-radius: 10px;
    border-bottom-left-radius: 10px;
}
.zt-list-info p {
    width: 253px;
    height: 40px;
    font-size: 13px;
    line-height: 20px;
    overflow: hidden;
    color: #888888;
    margin-left: 12px;
    margin-top: 10px;
}
.detail-btn {
    display: none;
    width: 128px;
    height: 32px;
    line-height: 32px;
    text-align: center;
    background: #2dbaed;
    color: #fff;
    border-radius: 5px;
    margin: 14px auto;
    transition: all linear 0.4s;
    -moz-transition: all linear 0.4s;
    -ms-transition: all linear 0.4s;
    -o-transition: all linear 0.4s;
    -webkit-transition: all linear 0.4s;
}
.detail-btn:hover{
    background-color: #fff !important;
    border:1px solid #2dbaed !important;
    color: #2dbaed !important;
}
.zt-list-box ul li:hover {
    transform: translateY(-10px);
    transition: transform 0.5s;
   
}
.zt-list-box ul li:hover .ztlist-p{
    display: none;
}
.zt-list-box ul li:hover .detail-btn{
    display: block !important;
}




.view-btn {
    display: block;
    height: 20px;
    line-height: 20px;
    margin-bottom: 14px;
    text-align: center;
    font-size: 12px;
    width: 50px;
    color: #fff;
    background: rgb(120, 199, 2);
    border-radius: 3px;
}
.view-btn:hover {
    color: #fff;
    background: rgb(133, 221, 1);
}











