@charset "utf-8";

.wz_tail_latest ul,
.wz_tail_latest li,
.wz_tail_latest .notice-ul,
.wz_tail_latest dd,
.wz_tail_latest dl {
    list-style: none;
    padding: 0;
    margin: 0;
    vertical-align: baseline;
    border: 0;
    background: transparent;
}

.wz_tail_latest .t_indent {
    text-indent: -10000em !important;
    display: inline-block;
}

.wz_tail_latest {
    clear: both;
    position: relative;
    padding: 0px;
}

.wz_tail_latest:after {
    display: block;
    visibility: hidden;
    clear: both;
    content: ""
}

.wz_tail_latest .notice,
.wz_tail_latest .notice .notice-wrap,
.wz_tail_latest .notice dd {
    float: left;
    margin-right: 8px;
}

.wz_tail_latest .notice {
    display: inline;
    padding: 0;
    width: 100%;
}

.wz_tail_latest .notice dd.title {}

.wz_tail_latest .notice .notice-wrap {
    position: relative;
    width: 370px;
    height: 18px;
    overflow: hidden;
}

.wz_tail_latest .notice .notice-ul {
    position: absolute;
    top: 0px;
}

.wz_tail_latest .notice .notice-ul li {
    width: 480px;
    color: #666;
    line-height: 18px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    height: 18px;
    padding-right: 10px;
}

.wz_tail_latest .notice {
    width: 100%;
}

.wz_tail_latest .notice .notice-wrap {
    width: 70%;
}