
.site-notice {
    /*position: fixed;*/
    z-index: 99400;
    left: 0;
    right: 0;
    top: 0;
    background: #F44336;
    color: #fff;
}
.site-notice .site-notice-box {
    margin: 0 auto;
    padding:0 20px;
    clear: both;
    overflow: hidden;}
.site-notice .site-notice-hd { padding-right: 20px; float:left;padding-top: 2px;}
.site-notice .site-notice-hd .icon-ring {
    display:  inline-block;
    width: 26px;
    height: 26px;
    background: url(../image/bell-ring-outline.png) no-repeat;
    vertical-align: middle;
}
.site-notice .site-notice-hd .hd-title {
    display: inline-block;
    vertical-align: middle;
    line-height: 28px;
    margin:0px;
}

.site-notice .notice_active {
    color: #fff;
    float: left;
    width: 90%;
    height: 32px;
    padding: 0;
    overflow: hidden;
    position: relative;
}
.site-notice .notice_active ul {
    margin: 2px 0 0 0;
}
.site-notice .notice_active .notice_active_bd{
    overflow: hidden;
    color: #fff;
    font-size: 14px;
    clear: both;
    height: 32px;
    margin-bottom: 3px;
}
.site-notice .notice_active .notice_active_bd span {
    display: block;
    overflow: hidden;
    width: 94%;
    float: left;
    margin: 0;
    text-overflow: ellipsis;
    white-space: nowrap;
    line-height: 26px;
}
.site-notice .notice_active .notice_active_bd a{
    overflow: hidden;
    color: #fff;
    font-size: 14px;
    clear: both;
    height: 32px;
    margin-bottom: 3px;
}
.site-notice .notice_active .notice_active_bd a span {
    display: block;
    overflow: hidden;
    width: 94%;
    float: left;
    margin: 0;
    text-overflow: ellipsis;
    white-space: nowrap;
    line-height: 26px;
}
.site-notice .notice_active .notice-more {
    padding: 0 10px;
    border: 1px solid #fff;
    border-radius: 4px;
    display: inline-block;
    color: #fff2f2;
}
.site-notice .notice_active .notice-more:hover {
    background: #fff;
    color: #F44336;
}
.site-notice .notice-close {
    float: right;
    margin: 6px 0px 0 10px;
    display: inline;
    position: absolute;
    top: 0;
    right: 20px;
    cursor: pointer;
    background: url(../image/notice_close.png) no-repeat center center;
    width: 20px;
    height: 20px;
}
.site-notice .notice-close:hover {
}
