﻿.Notif {
    position: fixed;
    right: 100px;
    bottom: 0;
    width: 290px;
    height: 245px;
    z-index: 9999;
    padding: 27px 20px 0;
    background: #ffffff;
    box-shadow: 0 0 10px 7px rgba(9, 41, 77, .15);
}

.Noiclose {
    position: absolute;
    right: 12px;
    top: 12px;
    z-index: 101;
    cursor: pointer;
}

.Notif h3 {
    margin-top: 0;
    padding-bottom: 0;
}

.Notif h3 a {
    display: block;
    height: 44px;
    font-size: 14px;
    color: #222222;
    line-height: 22px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.Notif h3 a:hover {
    color: #008dd5;
}

.Notif em {
    display: block;
    height: 110px;
    font-size: 14px;
    color: #666666;
    line-height: 22px;
    overflow: hidden;
    font-style: normal;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
}

.Notif .NoticeImgDiv > a > img {
    width: 100%;
    height: 144px;
}

.Notif .NotifH3 {
    margin-top: 0;
}

.Notif .NotifH3 a {

}

.NotifBot {
    overflow: hidden;
    line-height: 22px;
    padding-top: 30px;
}

.NotifBot a {
    float: left;
    font-size: 14px;
    color: #008dd5;
}

.NotifBot a:hover {
    font-weight: bold;
}

.NotifBot1 {
    padding-top: 60px;
}

.NotifRight {
    float: right;
}

.NotifRight a {
    margin-left: 16px;
}

.NoticeImgDiv {
    height: 128px;
}

.NoticeTitleDiv {
    height: 128px;
}
