@import url(./layout.css);
@import url(./news_pub.css);
@import url(./pagination.css);


.article-list {
    margin-bottom: 40px;
}
.article-item {
    display: block;
    width: 100%;
    cursor: pointer;
}
.article-date {
    float: left;
    width: 106px;
    height: 30px;
    margin-top: 40px;
    /* margin-right: 24px; */
    /* display: inline-block; */
    line-height: 30px;
    /* padding: 0 15px; */
    background: #FFFFFF;
    border-radius: 4px;
    border: 1px solid #C4C2C2;
    font-size: 16px;
    color: #76797C;
    line-height: 30px;
    text-align: center;
    white-space: nowrap;
    
}
.article-content {
    /* overflow: auto; */
    padding: 40px 0;
    margin-left: 128px;
    box-sizing: border-box;
    border-bottom: 1px dashed #C4C2C2;
}
.article-title {
    font-size: 23px;
    line-height: 32px;
    margin-bottom: 20px;
    color: #1E2023;
}
.article-summary {
    color: #76797C;
    font-size: 17px;
}