.c-worker-content .n-article .n-article-sort{
    display: flex;
    justify-content: right;
    align-items: center;
}
.n-article-sort span{
    margin-left: 10px;
    color: #999999;
    margin-top: 5px;
}
.n-article-sort p{
    width: 14px;
    height: 10px;
    color: #999999;
}
.n-artice-title {
    display: flex;
    justify-content: flex-start;
}
.n-artice-title .n-article-sort{
    padding-right: 25px;
}
.n-name-one p{
    font-size: 17px;
    line-height: 30px;
    font-family: Microsoft YaHei Bold, Microsoft YaHei Bold-Bold;
    font-weight: bold;
    color: #250a0d;
}
.n-name-one span{
    font-size: 14px;
    text-align: left;
    color: #999999;
    line-height: 25px;
    box-sizing: border-box;
}
.n-issyin-time img{
    border-radius: 50%;
    width: 39px;
    height: 39px;
    object-fit: cover;
}
.n-conten-title img{
    border-radius: 50%;
    width: 39px;
    height: 39px;
    object-fit: cover;
}

.n-name-one{
    margin-left: 20px;
}
.n-conten-one{
    width: 736px;
    height: auto;  
    background-color: #fdfdfd;
    border: 1p solid #fdfdfd;
    margin-left: 57px;
}
.n-conten-one h2{
    font-size: 18px;
    font-family: Microsoft YaHei Bold, Microsoft YaHei Bold-Bold;
    font-weight: 700;
    text-align: left;
    color: #3236c6;
    width: 696px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    padding: 0px 10px 0px 10px;
    box-sizing: border-box;
}
.n-conten-one p{
    font-size: 14px;
    font-family: Microsoft YaHei Regular, Microsoft YaHei Regular-Regular;
    font-weight: 400;
    text-align: left;
    color: #666666;
    height: 50px;
    padding: 10px;
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp:2;
    -webkit-box-orient: vertical;
    box-sizing: border-box;
}

.n-conten-one p img{
    width: 30px;
    height: 30px;
}


.n-conten-two p{
    padding: 0px 5px;
}
.n-dashed{
    width: 736px;
    margin: 20px 0px 0px 58px;
    line-height: 37px;
    border: 1px dashed #F2F2F2;
}
.n-dashed a{
    margin-left: 10px;
}

.talk-left{
    width:20%;
    height: 690px;
    overflow-y: auto;
    box-sizing: border-box;
    border-right: 1px #e6e6e6 solid;
}
.talk-left ul li{
    position: relative;
    padding: 10px;
    cursor: pointer;
}

.n-delete{
    position: absolute;
    right: 5px;
    top: 20px;
}

.message-jubao{
    position: absolute;
    right: 25px;
    top: 20px;
}

.message-jubao .fa-exclamation-triangle{
    font-size: 14px!important;
    margin-top: 2px;
}

/* .talk-left ul li:first-child{
    background-color: #0084FF;
    color: white;
} */
.talk-left ul li:hover{
    background-color: #0084FF;
    color: white;
}

.talk-left ul .active{
    background-color: #0084FF;
    color: white;
}


.talk-left ul li i{
    display: none;
    font-size: 16px;
}

.talk-left ul li:hover i{
    display: block;
}

.talk-conter{
    display: flex;
}
.talk_con{
    width:59%;
    padding: 0px 8px;
    box-sizing: border-box;
    overflow: hidden;
}

.n-information{
    margin-left:10px;
    width: 70%;
}

.n-information p{
    font-size: 14px;
    line-height: 25px;
}
.n-information span{
    font-size: 12px;
}
.n-expre-top{
    position: relative;
    padding-bottom: 10px;
    box-sizing: border-box;
    background-color: #ffffff;
}

.n-expre-top .layui-layer-dialog .layui-layer-content{
    padding:5px;
    font-size: 14px;
    color: #ffffff;
    height: auto !important;
}
.n-tips #liyou{
    cursor: pointer;
}
.n-tips #liyou2{
    cursor: pointer;
}
#prompt3 .layui-upload-img{
    margin-left: 5px;
    cursor: pointer;
    border-radius: 6px;
    object-fit: cover;
}
.layui-upload{
    padding: 0px 10px 5px 10px;
}

.n-expre-top .layui-upload-list .n-del{
    position: absolute;
    right: 0;
    top: 0;
}

#prompt3>li{
    position: relative;
}

.switchTallk{
    position: relative;
}

.switchTallk .n-red{
    position: absolute;
    top: 8px;
    left: 136px;
    width: 18px;
    height: 18px;
    border-radius: 50%;
    background: #dc2f2f;
    color: #fff;
    text-align: center;
    line-height: 18px;
}

.talk-left ul li:hover .n-red{
    display: none;
}

.n-xiaoxi{
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: end;
}

.xiaoxi_title{
    width: 101px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: block;
}


.talk-con-height{
    width: 100%;
    height: 100%;
    border: none;
}

.n-expre-height{
    padding-top: 10px;
    box-sizing: border-box;
    height: 439px;
    overflow-y: auto;
}

.n-tips font{
    cursor: pointer;
}

/* 权限设置 */
.n-conten-title .n-Permission img{
    border-radius: 0%;
    width: auto;
    height: auto;
    padding-right: 6px;
    margin-top: -3px;
}

.n-conten-title .n-Permission{
    margin-left: 20px;
}
.n-name-one .n-Permission div *{
    vertical-align:middle;
}
.n-name-one .n-Permission div{
    padding-left: 15px;
}

.n-conten2-quanxian{
    width: 738px;
    height: 51px;
    opacity: 1;
    background: #fafafa;
    margin-left: 58px;
}
.n-conten2-quanxian div p{
    font-size: 13px;
    text-align: center;
    color: #7d7b7b;
    line-height: 39px;
}
.n-conten2-quanxian div img{
    padding-right: 10px;
}


.item-select {
    position:relative;
    width:131px;
    height:34px;
    cursor:pointer;
    display:inline-block;
    vertical-align:middle;
    text-align: right;
}
.item-select>span {
    line-height: 34px;
    margin-left: -134px;
    width: 98px;
    position: absolute;
    text-align: right;
    color: #9E9A9A;
}
.carat {
    position: absolute;
    right: 12px;
    top: 50%;
    margin-top: -8px;
}
.item-select-list {
    width:100%;
    position:absolute;
    top:35px;
    left: -17px;
    display:none;
    overflow-y:auto;
    z-index:9999;
    background-color:#fff;
    overflow:hidden;
    width: 148px;
    border-radius: 3px;
    box-shadow:0px 1px 4px #3B2E32;
    }
.item-select-list.active {
    display:block;
}
.item-select-list li {
    padding: 10px 10px 0px 10px;
    height:40px !important;
    width: 100% !important;
    font-size:14px;
    font-family:"microsoft yahei";
    text-align:left;
    list-style-type:none;
    color: #9E9A9A;
}
.item-select ul li.active {
    color: red;
}

/* 聊天框购买记录 */
.c-buy-history{
    width: 21%;
    max-height: 660px;
    overflow: hidden;
    border-left: 1px solid #e6e6e6;
    padding-left: 8px;
    box-sizing: border-box;
}

.c-buy-history ul{
    width: 100%;
}

.c-buy-history ul>li a{
    display: block;
    width: 100%;
    padding: 8px;
    box-sizing: border-box;
    font-size: 12px;
    background-color: #f9f9f9;
}

.c-buy-history ul>li{
    padding: 8px 8px 8px 0;
    box-sizing: border-box;
}

.c-buy-history ul>li .c-fengmian{
    width: 56px;
    height: 56px;
    object-fit: cover;
    border-radius: 5px;
    margin-right: 5px;
}

.c-buy-history ul>li .two-line{
    height: 33px;
}