.dczj {
    width: 100%;
    margin-top: 30px;
    background: url("../img/dczj/hdjl-con-bg.png") right top no-repeat;
    background-size: 600px 415px;
}

.dczj .header,
.dczj .header a {
    color: #0A5CAA;
    font-size: 22px;
}

.dczj .mail-list {
    width: 100%;
    height: 100%;
    margin-top: 20px;
}

.dczj .mail-list ul {
    padding: 0 300px 0 0;
    box-sizing: border-box;
    width: 100%;
    height: 100%;
}

.dczj .mail-list ul li:not(.empty) {
    box-sizing: border-box;
    width: 100%;
    height: 55px;
    font-size: 18px;
    display: flex;
    border-bottom: 1px solid #AAAAAA;
    position: relative;
    padding: 0 11px 0 30px;
    align-items: center;
}

.dczj .mail-list ul li:not(.empty)::before {
    content: '';
    position: absolute;
    left: 6px;
    top: 50%;
    transform: translateY(-50%);
    width: 5px;
    height: 5px;
    background-color: #999999;
    border-radius: 50%;
}

.dczj .mail-list ul li:not(.empty) a {
    flex: 1;
}

.dczj .mail-list ul li:not(.empty) span {
    font-size: 17px;
    color: #666666;
    margin-left: 20px;
}

@media (max-width: 767px) {
    .dczj .mail-list ul {
        padding: 0 !important;
    }
    
    .dczj .mail-list ul a {
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }
}