.news-items{
    padding: 20px 30px;
}
.news-items .data{
    width: 66px;
    padding-right: 23px;
    border-right: 1px solid #ccc;
    text-align: center;
    float: left;
}

.news-items .data .year p{
    color: #0063C3;
    font-size: 16px;
    line-height: 19px;

}

.news-items .data .day p{
    font-size: 36px;
    line-height: 36px;
    color: #0063C3;
    margin-top: 17px;
}

.news-items .title h3{
    font-size: 20px;
    line-height: 36px;
    padding: 22px 0;
    padding-left: 30px;
    float: left;
    margin: 0;
    color: #666;
    width: 640px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.news-content a:hover .news-items {
    background-color: #eee;
}

.news-content a:hover h3{
    color: #0063C3;
}
