.mcon_colum{
    float: left;
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 5px;
    padding-bottom: 50px;
    box-sizing: border-box;
}

.mcon_colum ul{
    float: left;
    width: 100%;
    box-sizing: border-box;
    
    word-break: break-all;
}

.infor_colum {
    float: left;
    width: 100%;
}
.infor_colum .user_section {
    float: left;
    width: calc(100% - 70px);
    height: 50px;
    box-sizing: border-box;
}
.infor_colum .user_section img {
    float: left;
    width: 45px;
    height: 45px;
    margin-top: 5px;
    border-radius: 50%;
    object-fit: cover;
}
.infor_colum .user_section li {
    float: left;
    width: calc(100% - 70px);
    padding-left: 5px;
    box-sizing: border-box;
    margin-top: 8px;
}

.list_colum {
    float: left;
    width: 100%;
    margin-top: 10px;
}
.list_section{
    float: left;
    width: 100%;
    border-bottom: 1px solid #ececec;
    line-height: 24px;
    font-size: 14px;
    padding: 5px;
    box-sizing: border-box;
    color: #000;
}
.list_section.nfull .jie_intro_img{
    float: left;
    width: 70px;
    height: 70px;
    object-fit: cover;
}
.list_section.nfull .sdetail {
    width: calc(100% - 80px)!important;
    float: right;
}
.list_section.nfull .detail {
    width: 100%!important;
    float: left;
}
.list_section .tit1 {
    float: left;
    width: 100%;
    font-size: 17px;
}
.list_section .tit2 {
    float: left;
    width: 100%;
    display: flex;
}
.list_section .tit2 .time {
    float: left;
    margin-right: 5px;
    color: gray;
}
.list_section .tit2 .fee {
    float: left;
    color: red;
}

.infor_colum .user_section .name {
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-box-pack: center;
    -webkit-box-align: center;
    -webkit-line-clamp: 1;
    overflow: hidden;
    font-size:16px;
}
.infor_colum .user_section .date {
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-box-pack: center;
    -webkit-box-align: center;
    -webkit-line-clamp: 1;
    overflow: hidden;
    font-size: 13px!important;
}


.mpic_colum {
    float: left;
    width: 100%;
    margin-top: 10px;
    box-sizing: border-box;
    position: relative;
}
.mpic_colum img {
    width: 100%;
    object-fit: cover;
}
.mpic_colum .bt1 {
    position: absolute;
    width: 100%;
    bottom: 5px;
    padding: 10px;
    box-sizing: border-box;
}
.mpic_colum .bt {
    width: 100%;
    text-align: left;
    line-height: 24px;
    font-weight: bold;
    letter-spacing: 2px;
    color: #fff;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-box-pack: left;
    -webkit-box-align: left;
    -webkit-line-clamp: 3;
    overflow: hidden;
    text-align: left;
    box-sizing: border-box;
}

.back_btn {
    float: left;
    width: 48%;
    height: 30px;
    text-align: center;
    line-height: 30px;
    color: #fff;
    background: #005bba;
    border-radius: 8px;
    margin-right: 1%;
    margin-top: 10px;
}
.zz_btn {
    float: right;
    width: 48%;
    height: 30px;
    text-align: center;
    line-height: 30px;
    color: #fff;
    background: #005bba;
    border-radius: 8px;
    margin-left: 1%;
    margin-top: 10px;
}
.zz_nbtn {
    float: right;
    width: 48%;
    height: 30px;
    text-align: center;
    line-height: 30px;
    color: #fff;
    background: #ececec;
    border-radius: 8px;
    margin-left: 1%;
    margin-top: 10px;
}
.ad_img{
    object-fit: cover;
    width: 100%;
    margin-top: 20px;
}