@charset "utf-8";

@import "../variables";
@import "../base";
@import "../components/form";
@import "../components/errorpage";
.publishmodel{
    margin-top: 14px;
    height: auto;
    background: #FFF6F4;
    border-radius: 4px;
    overflow: hidden;
    // padding-bottom: 28px;
    box-sizing: border-box;
    position: relative;

}
.title_l{
    align-items: center;
  display: flex;
  
    vertical-align: center;
}
.title_l img{
width: 28px;
height: 28px;
border-radius: 100%;
margin-right: 6px;
}
.title_l span{
    
font-size: 12px;
font-family: PingFangSC-Regular, PingFang SC;
font-weight: 400;
color: #666666;
}
.title_r{
 width: 86px;
height: 27px;
background: #FFF6F4;
border-radius: 14px;
border: 1px solid #FF562B;
text-align: center;
line-height: 27px;
font-size: 12px;
font-family: PingFangSC-Regular, PingFang SC;
font-weight: 400;
color: #FD4F2D;
}
.titleaa{
    display: flex;
    justify-content: space-between;
    margin-top: 15px;
    align-items: center;
    margin-bottom: 12px;
    padding-left: 14px;
    padding-right: 16px;
    box-sizing: border-box;
}
.content-post{
    padding-left: 14px;
    padding-right: 16px;
    box-sizing: border-box;
}
.comments{
        
    font-size: 14px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #FD4F2D;
}
.contents{
color: #111111;         
font-size: 14px;
line-height: 30px;
font-family: PingFangSC-Regular, PingFang SC;
font-weight: 400;
padding-bottom: 25px;
word-break: break-all;
display: inline-block;
 }
 .award{
            position: absolute;
            bottom: 0px;
            right: 0px;
        }