@charset "UTF-8";
/*liboyuan 20160817*/
/*mail*/

.mail_list_box {
    background: #fff;
}
.mail_list_box>li {
    margin: 0 40px;
    padding: 38px 0;
    background: #fff;
    border-bottom: 2px solid #f1f1f1;
}
.mail_img_box {
    position: relative;
}
.mail_img_box span.active {
    width: 20px;
    height: 20px;
    display: block;
    background: #f51e55;
    border-radius: 50%;
    position: absolute;
    right: 0;
    top: 0;
}
.mail_alt_box {
    width: 450px;
}
.mail_time_box h5 {
    float: left;
    font-size: 28px;
    line-height: 28px;
}
.mail_time_box p {
    float: right;
    font-size: 24px;
    line-height: 28px;
    color: #c0c0c0;
}
.mail_alt_box .mail_text {
    font-size: 24px;
    line-height: 28px;
    color: #909090;
    margin-top: 22px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.no_text_box {
    text-align: center;
    vertical-align: middle;
    margin: 245px auto 0;
}