.messBox {
    background: rgba(255, 255, 255, 1);
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.08);
}

.messHead {
    width: 1010px;
    height: 50px;
    border-bottom: 1px solid #E1E1E1;
}

.messHead span {
    float: left;
    color: #666666;
    height: 50px;
    text-align: center;
    line-height: 50px;
    display: block;
    font-size: 14px;
    position: relative;
    margin-left: 40px;

}

.messHead span:nth-child(1) {
    margin-left: 20px;
}

.messHead span b {
    color: #FF7400;
    font-size: 14px;
}

.messAction {
    color: #333333 !important;
    font-weight: bold;
}

.messAction::after {
    content: '';
    width: 70px;
    height: 2px;
    background: #3dbb2b;
    position: absolute;
    bottom: 0;
    left: 0px;
}

.messHeadRight {
    float: right;
    padding-right: 28px;
}

.checkedBtn {
    cursor: pointer;
}

.checkedBtn b {
    margin-left: 5px;
}

.messNum {
    margin-right: 20px;
}

.messNum i {
    color: #3dbb2b;
}

.readAll {
    margin-left: 0px !important;
    cursor: pointer;
}

.messCont {
    padding: 0 20px 0 20px;
}

.messItem {
    border-bottom: 1px solid #F5F5F5;
    padding-top: 30px;
    padding-left: 67px;
    padding-right: 20px;
    padding-bottom: 20px;
    position: relative;
    min-height: 102px;
}

.typeImg {
    width: 37px;
    height: 36px;
    position: absolute;
    left: 6px;
    top: 30px;

}

.itemCont {
    width: 100%;
}

.is_read {
    width: 40px;
    height: 16px;
    line-height: 16px;
    background: rgba(255, 116, 0, 1);
    border-radius: 8px;
    text-align: center;
    color: #fff;
    margin-right: 10px;
    vertical-align: text-bottom;
}

.read_del {
    position: absolute;
    right: 0;
    bottom: 20px;
    cursor: pointer;
}

.messType {
    color: #999999;
    font-size: 16px;
    margin-right: 10px;
}

.messTime {
    color: #999999;
    font-size: 14px;
}

.messTitle {
    color: #333333;
    font-size: 16px;
    font-weight: bold;
    margin-top: 8px;
}

.messDeatil,
.readMessage {
    color: #3dbb2b !important;
    margin-left: 10px;
    cursor: pointer;
    font-size: 14px;
}

.messItem p {
    color: #666666;
    font-size: 14px;
    margin-top: 6px;
}

.messItem p > b {
    color: #FF7400 !important;
}

.content {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.descBox {
    display: none;
}

.descBox span {
    margin-right: 30px;
}
