.list-4 li {
    margin-bottom: 10px;
}
.list-4 li a {
    display: block;
    overflow: hidden;
    padding: 20px;
    background-color: #f5f5f5;
}
.list-4 li .more {
    float: right;
    line-height: 36px;
    width: 90px;
    text-align: center;
    background-color: #999;
    color: #fff;
    margin-top: 20px;
}
.list-4 li .date {
    float: left;
    width: 76px;
    background-color: #fff;
    text-align: center;
    padding: 14px 0;
}
.list-4 li .date strong {
    display: block;
    font-family: Impact;
    font-size: 24px;
    line-height: 1;
    margin-bottom: 5px;
}
.list-4 li .text {
    margin: 0 110px 0 95px;
}
.list-4 li .text h4 {
    margin: 0;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 16px;
}
b, strong {
    font-weight: bolder;
}
.list-4 li .text p {
    margin: 5px 0 0;
    line-height: 1.8;
    height: 50px;
    overflow: hidden;
    color: #666;
    text-align: justify;
}
