.main-news2 {
    margin-bottom: 20px;
}

.main-news2 .title {
    font-weight: 300;
    font-size: 30px;
    line-height: 40px;
    color: #1d2127;
    margin-bottom: 32px;
}

.main-news2 .title strong {
    font-weight: bold;
}

.main-news2 .name {
    font-weight: 400;
    font-size: 20px;
    line-height: 27px;
    color: #88584c;
    text-decoration: none;
    margin-bottom: 7px;
    display: block;
}

.main-news2 p {
    margin-bottom: 10px;
}

.main-news2 .news-date {
    float: left;
    text-align: center;
    margin: 3px 10px 8px 0;
    width: 40px;
}

.main-news2 .news-date .day {
    background: #fff;
    display: block;
    font-size: 16px;
    font-weight: bold;
    padding: 10px 0;
    color: #88584c;
}

.main-news2 .news-date .month {
    -webkit-box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.07) inset;
    box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.07) inset;
    color: #fff;
    font-size: 0.9em;
    padding: 0 0 2px;
    display: block;
    background-color: #88584c;
}

.main-news2 img {
    margin-bottom: 10px;
}