
.art_colum{
    float: left;
    width: 100%;
}
.sj_section{
    
    float: left;
    width: 100%;
    padding: 10px 0;
    border-bottom: 1px solid #ececec;
}
.sj_section .sub_time{float:right}
.sj_section .title_list{
    float: left;
    width: 100%;
    line-height:24px;
    font-size: 14px;
}
.sj_section .full_list{
    float: right;
    width:100%;
}
.sj_section img{
    float: left;
    width: 158px;
    height: 102px;
    object-fit: cover;
    transition: all .5s ease-out .1s;
    vertical-align: middle;
}
.sj_section .right_list{
    float: right;
    width: calc(100% - 170px);
}
.sj_section .title{
    
    font-size: 20px;
    line-height: 1.3;
    margin-bottom: 4px;
    font-weight: 700;
    max-height: 52px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
    cursor: pointer;
}
.sj_section .info {
    float: left;
    width: 100%;
    line-height: 20px;
    font-size: 14px;
    margin-top: 10px;
}
.sj_section .info img {
    float: left;
    width: 18px;
    height: 18px;
    border-radius: 50%;
}
.sj_section .info .writer {
    float: left;
}
.sj_section .info .ping {
    float: left;
}
.sj_section .info .date {
    float: left;
}
.layui-icon-loading{
    
    float: left;
    width: 100%;
    text-align: center;
    line-height: 50px;
    font-size: 50px;
    color: #4e4e4e;
}

.wsj_btn_section,.nsj_btn_section{float:right}
.wsj_btn_section span,.nsj_btn_section span{float:left;background-color:var(--main-color)}
.layui-btn{background-color:var(--main-color)}