
.zl_section{
    float: left;
    width: 100%;
    border-bottom: 1px solid #ececec;
    padding: 10px 0px;
}
.zl_section_left{
    float: left;
    width: 158px;
    height: 102px;
    position: relative;
    margin-right:10px;
}
.zl_section_left img{
    width:100%;height:100%;    object-fit: cover;
    transition: all .5s ease-out .1s;vertical-align: middle;
}

.zl_section_left:hover img{
    transform: matrix(1.04,0,0,1.04,0,0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}
.zl_section_right{float:left;width:calc(100% - 168px);}
.zl_section_right.fright{width:100%!important}
.zl_section_right .title{
    float: left;
    line-height: 30px;
    margin-left: 10px;
    font-size: 18px;
    width: 100%;
    cursor: pointer;
}
.zl_section_right .uinfor{
    float: left;
    width: 100%;
    font-size:14px;
    margin-top:8px;
    height:30px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    -webkit-line-clamp: 1;
    /*display: -webkit-box;*/
}
.zl_section_right .uinfor img{float:left;width:18px;height:18px;border-radius:50%;margin-top:6px}
.zl_section_right .uinfor .writer{float:left;line-height:30px}
.zl_section_right .uinfor .date{float:left;line-height:30px;}
.zl_section_right .uinfor .dname{float:left;;line-height:30px;}
.zl_section_right .uinfor .btn_section{padding-top:2px!important}

.zl_section_up{
    
    float: left;
    width: 100%;
}

.zl_section_up img{
    float:left;   
    width: 30px;
    /*height: 30px;*/
    
}
.zl_section_up .hjimg{
    
    
}
.zl_section_up .hjtitle{
        
    
}
.zl_section_up .title{
        float: left;
    line-height: 30px;
    margin-left: 10px;
    font-size: 18px;
    width: calc(100% - 40px);
}

.zl_section_down{
    
    float: left;
    width: auto;/*calc(100% - 170px);*/
    font-size:14px;
    margin-top:8px;
    height:30px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    -webkit-line-clamp: 1;
    display: -webkit-box;
}
.zl_section_down img{float:left;width:18px;height:18px;border-radius:50%;margin-top:6px}
.zl_section_down .writer{float:left;line-height:30px}
.zl_section_down .date{float:left;line-height:30px;}


.zl_section_down .dname{float:left;;line-height:30px;}
.zlxz_size_tit{float: left;
    margin-right: 5px;
    line-height: 22px;
    font-size: 14px;
    color: var(--main-color);
    }
.btn_section{
    float:right;
    padding-top: 12px;
    width:auto;
    /*width: 170px;*/
    text-align: right;
}

.btn_section .layui-btn{
    font-size:14px;
}


.intro{
    float: left;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    word-break: break-all;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    max-height: 90px;
    line-height: 21px;
    font-size: 14px;
    color: #999;
}
.zd{
    color: #ffffff;
    background-color: var(--main-color);
    text-align: center;
    line-height: 20px;
    margin-left: 5px;
    padding-left: 5px;
    padding-right: 5px;
    letter-spacing: 3px;
    float: left;
    height: 20px;
    margin-top: 5px;
    }

#pre_mask{font-size:18px} 
#hjpre_mask {
    float: left;
    width: 100%;
    padding: 20px;
    box-sizing: border-box;
}