.NEW{
    padding: 40px 0;
}

.article-li{
    display: flex;
    justify-content: space-between;
    padding: 10px 0;
    border-bottom: 1px solid #dcdcdc;
}

.article-date{
    width: 10%;
    background-color: #c4c4c4;
    color: white;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-flow: column;
    padding: 11px;
    transition: all 0.5s;
}
.article-li:hover .article-date{
    background-color: #0858b1;
}
.article-li:hover .article-bookA-title{
    color: #0858b1;
}
.article-li:hover .article-art{
    color: #000;
}

.article-book{
    width: 85%;
}

.article-p1{
    font-size: 30px;
}

.article-p2{
    font-size: 12px;
}

.article-bookA-title{
    font-size: 16px;
    margin-bottom: 10px;
    transition: all 0.5s;
}

.article-art{
    font-size: 12px;
}

.NEW-titlesm{
    font-size: 24px;
    margin-top: 18px;
    height: auto;
    display: block;
    width: 100%;
    color: #333333;
    text-align: center;
}

.NEW-datesm{
    font-size: 12px;
    color: #888888;
    margin-top: 3px;
    padding-bottom: 10px;
    text-align: center;
}

.new-sx{
    border-top: 1px solid #ebebeb;
    padding: 10px;
}