/* clearfix */  
.clearfix:after{ visibility: hidden;display: block;font-size: 0;content:" ";clear: both;height: 0;}
.clearfix{ *zoom:1;}
.zt-box{
    width: 960px;
    margin: 0 auto 30px;
    border: 1px solid #e6e6e6;
    border-top: 1px solid #2bb866;
}
.zt-box-tit{
    width: 940px;
    height: 42px;
    padding-left: 20px;
    background: #f6f6f6;
    line-height: 42px;
    color: #484848;
    font-size: 18px;
    font-weight: bold;
}
.zt-item-box{
    margin-left: 18px;
    margin-top: 20px;
    width: 940px;
}
.zt-item-box li{
    float: left;
    width: 218px;
    background: #f6f6f6;
    margin-right: 16px;
    margin-bottom: 20px;
    transition: all 0.2s;
}
.zt-item-box li:hover{
    box-shadow: 0 0 10px #cccccc;
    transform: translateY(-10px);
}
.zt-img-box{
    display: block;
    width: 218px;
    height: 109px;
}
.zt-img-box img{
    width: 100%;
    height: 100%;
}
.zt-tit{
    display: block;
    width: 192px;
    margin:14px auto 8px;
    height: 20px;
    line-height: 20px;
    font-size: 15px;
    color: #333333;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.zt-info{
    font-size: 14px;
    color: #909090;
    width: 192px;
    height: 56px;
    line-height: 20px;
    margin: 0 auto 10px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}
.zt-time{
    color: #aaaaaa;
    font-size: 14px;
    width: 192px;
    margin: 0 auto 14px;
}
.zt-time em{
    display: inline-block;
    width: 11px;
    height: 11px;
    margin-right: 5px;
    vertical-align: top;
    margin-top: 3px;
    background: url(http://www.rsdown.cn/statics/images/n-time-icon.png) no-repeat 0 0;
}
#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: #2bb866;
    border: 1px solid #2bb866;
}

#page a {
    box-shadow: 0px 0px 4px #f7f7f7;
    display: inline-block;
    height: 37px;
    line-height: 37px;
    padding: 0 16px;
    margin: 0 3px;
    color: #666;
    background-color: #fff;
    vertical-align: middle;
    font-size: 15px;
    text-decoration: none;
    border: 1px solid #dddddd;
}

#page a:hover {
    display: inline-block;
    height: 37px;
    line-height: 37px;
    padding: 0 16px;
    margin: 0 3px;
    color: #fff !important;
    background-color: #2bb866;
    vertical-align: middle;
    font-size: 15px;
    text-decoration: none;
}
