.notification-cantainer[data-v-bce43933] {
    width: 100%;
    margin: 0px auto;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.notification-cantainer .left[data-v-bce43933] {
    width: 840px;
}

.notification-cantainer .left .left-top[data-v-bce43933] {
    width: 840px;
    height: 60px;
    background-color: rgb(235, 223, 206);
    border-top-left-radius: 16px;
    border-top-right-radius: 16px;
    padding-left: 24px;
    display: flex;
    align-items: center;
    line-height: 16px;
}

.notification-cantainer .left .left-top .img1[data-v-bce43933] {
    width: 16px;
    height: 16px;
    margin-right: 4px;
}

.notification-cantainer .left .left-top .back[data-v-bce43933] {
    color: rgb(128, 83, 26);
    font-size: 14px;
    cursor: pointer;
}

.notification-cantainer .left .left-top .back[data-v-bce43933]:hover {
    color: rgb(77, 69, 69);
}

.notification-cantainer .left .left-top .img2[data-v-bce43933] {
    width: 14px;
    height: 14px;
    margin-right: 4px;
    margin-left: 4px;
}

.notification-cantainer .left .left-bottom[data-v-bce43933] {
    width: 840px;
    padding: 8px;
    background-color: rgb(250, 245, 230);
    border: 1px solid rgb(204, 184, 143);
    border-bottom-left-radius: 16px;
    border-bottom-right-radius: 16px;
    position: relative;
}

.notification-cantainer .left .left-bottom .info-div[data-v-bce43933] {
    padding: 32px 32px 40px;
    border: 1px solid rgb(204, 184, 143);
    min-height: 100px;
    width: 822px;
}

.notification-cantainer .left .left-bottom .info-div .article-title[data-v-bce43933] {
    text-align: center;
    font-size: 32px;
    line-height: 48px;
    font-weight: 700;
    color: rgb(38, 27, 29);
}

.notification-cantainer .left .left-bottom .info-div .props[data-v-bce43933] {
    margin-top: 16px;
    padding: 0px 200px;
    margin-bottom: 32px;
    font-size: 14px;
    line-height: 14px;
    color: rgb(166, 157, 157);
    display: flex;
    justify-content: space-between;
}

.notification-cantainer .left .left-bottom .info-div .article-content[data-v-bce43933] {
    font-size: 14px;
    line-height: 40px;
    color: rgb(77, 69, 69);
    width: 758px;
}

.notification-cantainer .left .left-bottom .icon-img[data-v-bce43933] {
    width: 40px;
    height: 40px;
    position: absolute;
}

.notification-cantainer .left .left-bottom .top-left[data-v-bce43933] {
    top: 8px;
    left: 8px;
}

.notification-cantainer .left .left-bottom .top-right[data-v-bce43933] {
    top: 8px;
    right: 8px;
}

.notification-cantainer .left .left-bottom .bottom-left[data-v-bce43933] {
    bottom: 8px;
    left: 8px;
}

.notification-cantainer .left .left-bottom .bottom-right[data-v-bce43933] {
    bottom: 8px;
    right: 8px;
}

.notification-cantainer .right[data-v-bce43933] {
    width: 320px;
    padding: 24px;
    background-color: rgb(250, 245, 230);
    border-radius: 16px;
}

.notification-cantainer .right .right-top[data-v-bce43933] {
    display: flex;
    align-items: center;
    margin-bottom: 24px;
}

.notification-cantainer .right .right-top img[data-v-bce43933] {
    width: 32px;
    height: 16px;
    margin-right: 4px;
}

.notification-cantainer .right .right-top div[data-v-bce43933] {
    font-size: 20px;
    line-height: 20px;
    color: rgb(38, 27, 29);
    font-weight: 700;
}

.notification-cantainer .right .article-obj[data-v-bce43933] {
    width: 272px;
    padding: 16px 0px;
    display: flex;
    border-bottom: 1px solid rgb(240, 227, 192);
    align-items: center;
    cursor: pointer;
    color: rgb(38, 27, 29);
    font-size: 14px;
    line-height: 16px;
}

.notification-cantainer .right .article-obj img[data-v-bce43933] {
    width: 16px;
    height: 16px;
    margin-right: 4px;
}

.notification-cantainer .right .article-obj .title[data-v-bce43933] {
    width: 252px;
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    color: rgb(38, 27, 29);
}

.notification-cantainer .right .article-obj[data-v-bce43933]:hover {
    background-color: rgb(247, 236, 223);
}

.notification-cantainer .right .article-obj:hover .title[data-v-bce43933] {
    color: rgb(204, 143, 20);
}
