.block-title {
    margin-bottom: 0;
}
.node-list {
    padding: 28px 0 23px 0;
    border-bottom: 1px solid #9d9d9d;
    overflow: hidden;
}
.node-date {
    width: 78px;
    height: 69px;
    float: left;
    text-align: center;
}
.node-day {
    font-size: 28px;
    font-weight:bold;
    color: #067ac3;
    border-bottom: 1px solid #9d9d9d;
    position: relative;
    top: -4px;
}
.node-month {
    font-size: 20px;
    color: #9d9d9d;
}
.node-main {
    height: 69px;
    overflow: hidden;
    float: right;
    font-size: 13px;
    width: 720px;
    margin-left: 32px;
}
.node-title {
    font-size: 15px;
    color: #000;
    font-weight: bold;
}
.node-description {
    margin-top: 10px;
    text-indent: 28px;
}
.node-list:hover .node-main>*{
    color:#008de7;
}
