.MonthDate {
    float: left;
    text-align: center;
}

.Date {
    width: 46px;
    height: 24px;
    background: #82a529;
    border-left: #82a529 1px solid;
    border-right: #82a529 1px solid;
    color: #FFF;
    font-weight: bold;
    font-size: 14px;
}

.Month {
    width: 46px;
    height: 23px;
    background: #FFF;
    border-left: #d0d0d0 1px solid;
    border-right: #d0d0d0 1px solid;
    border-bottom: #d0d0d0 1px solid;
    color: #7c7c7c;
}

.list_item {
    height: 57px;
    position: relative;
    border-bottom: 1px solid #dbdbdb;
    margin-bottom: 15px;
}

.Article_Content {
    width: 300px;
    height: 60px;
    right: 0;
    top: 0;
    overflow: hidden;
    margin-left: 10px;
}

.Article_Content .Article_Title {
    width: 100%;
    height: 25px;
    line-height: 25px;
    color: #302c30;
    font-size: 15px;
    float: none;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.Article_Content .Article_Summary {
    line-height: 28px;
    float: none;
    color: #857f84;
    margin-left: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

.Article_Content .Article_Title a {
    color: #302c30;
}

.Article_Content .Article_Summary a {
    font-size: 12px;
    color: #857f84;
}