.noticelilstbox{padding:10px 20px;}
.content{
    margin-top:20px;
}
.right-top {
    border-bottom: 1px solid #d1d1d1;
    height: 48px;
    position: relative;
}
.right-top .title {
    border-bottom: 3px solid #26D9B1;
    color: #333;
    font-size: 16px;
    height: 48px;
    line-height: 48px;
    padding: 0 24px;
    position: absolute;
}
/** 切换显示方式 end **/
.width10 {
    width: 10% !important;
}
.width11 {
    width: 11% !important;
}
.width12 {
    width: 12% !important;
}
.row {
    /*margin-left: -25px;
    margin-right: -25px;*/
}
.paddingleft0 {
    padding-left: 0;
}
.mtb15{margin:15px 0;}
.mr10{margin-right:10px;}
.ko-grid tr td, .ko-grid th {
    font-size: 14px;
    height: 50px;
    text-align: center;
}
.ko-grid tr td.text-left{text-align:left;}
.ko-grid .textAglign-left{padding:10px 20px;}
.workon-add {
    background: #25dab6;
    border:none;
    border-radius: 0;
    color: #fff;
    font-size: 16px;
    width: 100px;
}
.workon-add:hover,.workon-add:focus {
    background: #25dab6;color:#fff;
}
.workoff-add {
    background: #25dab6;
    border:none;
    border-radius: 0;
    color: #fff;
    font-size: 16px;
    width: 100px;
}
.workoff-add:hover,.workoff-add:focus {
    background: #25dab6;color:#fff;
}
.addworkbtn {
    border-radius: 1px;
    cursor: pointer;
    display: inline-block;
    font-size: 14px;
    font-weight: normal;
    line-height: 1.42857;
    margin-bottom: 0;
    padding: 5px 12px;
    text-align: center;
    vertical-align: middle;
    white-space: nowrap;
    border:none;
    background:#25dab6;color:#fff;
}

/*弹窗标题背景色*/
.modal-header{
    background-color:#25dab6;
     color:#F2F7FA;
}

.user-config-left .left-menu-title{padding:15px 0 15px 15%;background:#eff5f5;border:none;}
.left-menu-title {font-size:16px;}
.left-notice-icon{font-size:16px;margin-right:15px;}
.list-group{padding-top:10px;}
.list-group .list-group-item.active{color: #fff;background:#26dab7;border-radius:100px;}
.list-group .list-group-item.active:hover{color: #fff;background:#26dab7;border-radius:100px;}
.okok{width:100%;}
.noticelist-row td{padding:20px 5px;border-bottom:1px solid #E8E8E8;}
.noticelist-title{padding:0;font-size:16px;color:#444;height:40px;}
.noticelist-title a{color:#444;}
.noticelist-title a:visited{color:#444;text-decoration:none;}
.noticelist-title a:hover{color:#444;text-decoration:underline;}
.noticelist-time{text-align:right;padding:0;color:#888;font-family:Arial;}
.noticelist-text{color:#787878;font-size:14px;padding:10px 0;line-height:18px;}
.noticelist-from{font-size:12px;color:#888;font-family:Arial;padding:0;}
.noticelist-from a {font-size: 12px;color: #888;}
.noticelist-preview{padding:0;text-align:right;}
.previewi{margin-right:5px;vertical-align:middle;}

.readafter{background:#E23703;width:5px;height:5px;display:inline-block;vertical-align:top;border-radius:2px;margin:3px 0 0 4px;}


/*问卷相关css*/
.questionnaire_content{
    display: flex;
    padding-top: 10px;
    margin-right: -10px;
    overflow: hidden;
}
.q_item,.message_item{
    width:33.33%;
    height: 100px;
    margin-right: 10px;
    border-radius: 4px;
    background: #f6f6f6;
    padding: 10px;
    box-sizing: border-box;
    font-size: 12px;
    cursor: pointer;
}
.q_item_title,.message_item_title{
    font-size: 14px;
    height: 32px;
    line-height: 16px;
    text-overflow: ellipsis;
    overflow: hidden;
    margin-bottom: 10px;
    position: relative;
}
.q_item_count{
    display: flex;
    justify-content: space-between;
    margin-bottom: 10px;
}
.q_item_time{
}

.appMessage_content{
    padding: 10px 0;
}
.message_item{
    width: 100%;
    margin-right:0;
    margin-bottom: 10px;
    height: auto;
    position: relative;
}
.message_tips{
    position: absolute;
    right: -10px;
    top: 0;
    width: 6px;
    height: 6px;
    border-radius:50%;
    background: red;
    overflow:hidden;
}