.full-sm-bar-quanzi {
    width: 100%;
    height: 200px;
    background: url(../images/images/banner.jpg) center center no-repeat;
}
.flex-text{
    display: flex;
    align-items: center;
    height:100%;
    flex-direction: column;
    justify-content: center;
}
.flex-text .title{
    font-size: 22px;
    color: #fff;
    text-align: center;
    line-height: 20px;
}
.flex-text .desc{
    font-size: 16px;
    color: #fff;
    text-align: center;
    margin-top: 6px;
}
.wrap.reject .col-body.shengqing-text{
    padding:20px 12px 0 12px;
}
.shengqing-text p{
    margin-top:5px;
}
.shengqing-text p a{
    color:#e31f2d;
}
.arc.globals .wapper.dongtai{
    border-bottom:none;
}
.arc.globals .wapper.dongtai::before{
    display: none;
}
.dongtai .btns,
.shengqing-text .btns{
    padding:12px;
    text-align: center;
}
.dongtai .publish-btn,
.shengqing-text .publish-btn{
    width: 135px;
    height: 40px;
    display: inline-block;
    border-radius: 7px;
    cursor: pointer;
    text-align: center;
    line-height: 40px;
    color: #fff;
    font-size: 13px;
    background: #e31f2d;
}
.publish-btn .fa{
    margin-right:5px;
}
.quanzi-detail{
    display: flex;
    padding:20px 60px;
    background:#fff;
    margin-bottom:20px;
}
.quanzi-detail .quan-head{
    flex:0 0 auto;
    width:52px;
}
.quanzi-detail .quan-head img{
    width:52px;
    height:52px;
    border-radius: 26px;
}
.quanzi-detail .quan-info{
    flex:1 1 auto;
}
.quanzi-detail .quan-info-head{
    height: 52px;
    display: flex;
    align-items: center;
}
.quanzi-detail .quan-info-des{
    flex:1 1 auto;
    text-align: left;
}
.quanzi-detail .file-list{
    padding-left:12px;
}
.quanzi-detail .file-list .t{
    color:#343434;
    font-size:14px;
}
.quanzi-detail .file-list .t .fa{
    margin-right:6px;
    color:#808080;
}
.quanzi-detail .file-list .l{
    font-size:14px;
    margin-left:20px;
    margin-top:6px;
}
.quanzi-detail .file-list .l .fa{
    margin-right:3px;
}
.quanzi-detail .quan-info-des b{
    font-weight:normal;
    color:#060606;
    font-size:12px;
    margin:0 0 0 12px;
}
.quanzi-detail .quan-info-des span{
    margin:0 0 0 12px;
    font-size:12px;
    color:#787878;
}
.quanzi-detail .quan-info-btn{
    flex:0 0 auto;
}
.quanzi-detail .quan-info-btn .sbtn{
    width: 80px;
    height: 28px;
    display: inline-block;
    border-radius: 7px;
    cursor: pointer;
    text-align: center;
    line-height: 28px;
    color: #fff;
    font-size: 13px;
    background: #e31f2d;
}
.quanzi-detail .quan-pref{
    padding-left:12px;
    font-size:14px;
    line-height:1.5;
    margin-top:20px;
}

.quanzi-detail .quan-pref-list{
    padding-left:12px;
    font-size:14px;
    line-height:1.5;
    margin-top:5px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}
.quanzi-detail .quan-imgs{
    padding-left:12px;
}
.quanzi-detail .quan-imgs img{
    /*width:148px;*/
    /*height:148px;*/
    margin:8px 8px 0 0 ;
    max-height: 148px;
    max-width: 148px;
    cursor: pointer;
}
.quanzi-detail .quan-iconTags{
    padding:12px;
    text-align:right;
    color:#404040;
}
.quanzi-detail .quan-iconTags .fa{
    font-size:16px;
    color:#e3e3e3;
    margin-right:12px;
}
.quanzi-detail .quan-iconTags .heart{
    margin-left:40px;
    position: relative;
}
.quanzi-detail .quan-iconTags .heart:hover .fa{
    color:#e31f2d;
}
.quanzi-detail .quan-iconTags .heart .active{
    color:#e31f2d;
}

.quanzi-detail .quan-iconTags .shear .fa{
    margin-right:0;
}
.quanzi-detail .quan-iconTags .shear .img{
    position: absolute;
    width:100px;
    height:100px;
    border:1px solid #f1f1f1;
    padding:10px;
    background:#fff;
    border-radius: 5px;
    bottom:20px;
    left:-40px;
    display: none;
}
.quanzi-detail .quan-iconTags .shear:hover .img{
    display: block;
}
.quanzi-detail .quan-iconTags .shear .img img{
    width:78px;
    height:78px;
}
.reject-arc .quanzi-detail{
    padding:0 0 20px 0;
    margin-top:20px;
    border-bottom:1px solid #dedede;
}
.reject-arc.b-none .quanzi-detail{
    border:none;
    align-items: center;
    margin:0;
    padding:0;
}
.reject-arc.b-none .quanzi-detail .quan-head img{
    height:auto;
}
.reject-arc.b-none .quanzi-detail .quan-info-des strong{
    font-size:16px;
    margin-left:12px;
}
.reject-arc.b-none .quanzi-detail .quan-info-btn .sbtn{
    height:36px;
    line-height:36px;
    border-radius:16px;
}
.reject-arc .quanzi-detail .quan-info-btn .sbtn{
    color: #e31f2d;
    background:#fff;
    border:1px solid #e31f2d;
}
.mgt-20{
    margin-top:20px;
}
.arcticle-detail .reject-arc.mgt-00{
    margin-top:0;
}