.zhuanti-main{
    margin-top:20px;
}
.zhuanti-list{
    width:834px;
    justify-content: flex-start;
}
.zhuanti-item{
    margin-right:12px;
    margin-bottom:15px;
    padding-bottom:15px;
    width:266px;
    background: #FFFFFF;
    border-radius: 3px;
    cursor: pointer;
}
.zhuanti-item:nth-child(3n){
    margin-right:0;
}
.zhuanti-item:hover{
    box-shadow: 1px 2px 10px 0px rgba(51,51,51,0.32);
}
.zhuanti-item-img{
    height:192px;
    overflow: hidden;
}
.zhuanti-item-img img{
    display:block;
    width:100%;
    height:100%;
    object-fit: cover;
}
.zhuanti-text{
    padding:0 15px;
    margin-top:20px;
}
.zhuanti-title{
    font-size: 16px;
    color: #111111;
}
.zhuanti-desc{
    margin-top:8px;
    font-size: 14px;
    color: #999999;
    line-height:20px;
}
.zhuanti-time{
    margin-top:15px;
    color:#999;
    font-size:12px;
}